c++ - Best Technology for a medical 3D Planning Software -


I'm looking to create a new interactive 3D planning software like this

I was looking Some experts recommend best practices for using to create various components of the software (i.e.: UI, image processing, visualization, 3D, etc.).

The software needs to be able to process images very fast and at the same time I need to deliver software to the market faster, so the technologies used are faster applications development and high performance Should allow for both. Any advice would be appreciated

Python imaging library, a good between speed-to-market Compromise and good performance (and you can always use it and its main part, to enrich it for more advanced image processing requirements, if you choose Python as your pivot language -) Similarly, visualization (including 3D) is included in the excellent third party python extension - the inferred Python distribution is a good idea for which library you can best help in such tasks ( You can always create your own version if you do not want to partner with Anthot for commercial distribution ... but they may be worth checking, Yonki He also has excellent business contacts and technical skills; -).

When you want to dip in C ++ for some specific component, or, it will make the child's play in integrating the component into your Python mainstream. For UI and C, it's great ...

In other words, when I'm clearly biased, in my shoes, I go unconditionally for Python as "core" and Check for different options I mentioned for visualization, UI, etc. One warning: For quick time-to-market, stay with Python 2.6: the latest 3.1, while in many cases great, still there are chances of remembering compatible versions of many third-party extensions that will make your life easier and Python 2.6!


Comments

Popular posts from this blog

c++ - Linux and clipboard -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -