Anyone know if *SimpleCV allows c++ or is python-only? -I only want to know c++ and write my c++ code in whateva compiler I end up with...Does it work with c++? By the looks of SimplCV it seems to be all Python happy...getting scared...and no I cannot currently get it to install frown :(.
IMO it makes sense to write the high level logic in Python or any other scripting language. Nearly all the CPU time will be spent in OpenCV anyway, and your code will just be glue. Why do you need it to be C++?
Anyone know if *SimpleCV allows c++ or is python-only?
It's python only which is easily determined by perusing the site. They also have a help forum where, undoubtedly, they welcome questions about SimpleCV.
OpenGL, SimpleCV, OpenCV. They are just Libraries/Frameworks that provide functions to do stuff. That is all. What language you use doesnt matter. Someone will correct me if Im wrong.