best development platform
What is the best development platform and tools to create standalone CV applications (that don't need an IDE to run in)?
If you do not want IDE to run, You can use gcc, cmake and make. It is explained in documentation. I use this method. Works fine. I like it, Because it's simpler to understand than other ways for me. You can use any editor you like. I use both vim and sublime on Linux.
Of course as you may know, OpenCV serves python, Java, C# and other. If you use python, then you do not need compiler, Just python and editor :) If you use IDE, It would be more pleasant and more easy to code.
Asked: 2015-01-07 22:53:57 -0600
Seen: 995 times
Last updated: Jan 08 '15