when i use pre-built opencv i can use all full advanced technology in it??
hi to my dear friend,in docs opencv write that
Note To use the OpenCV library you have two options: Installation by Using the Pre-built Libraries or Installation by Making Your Own Libraries from the Source Files. While the first one is easier to complete, it only works if you are coding with the latest Microsoft Visual Studio IDE and doesn’t take advantage of the most advanced technologies we integrate into our library.
whats means most advanced technology in the quotation?
my question is in pre-built method i use full of ability opencv or i should use making opencv myself????? for example i use pre-built but the object recognition in webcam don't work???
please guided me ,thanks very much
"whats means most advanced technology in the quotation?" - the pre-built libs contain all algorithms implemented in opencv, but if you want hardware optimization, like tbb/cuda/opencl, you will have to build from src.
your talk means that my program that use object detection by classifer adaboost alogorithm and use webcam should work?
well, sure !
if you run into problems, please ask a new question.
i asked this before please go to this my question
http://answers.opencv.org/question/66...
thanks very much