object detection - OpenCV GPU support and TBB -


i going train haar classifier flowers(which highly skeptical about). have been following codingrobin tut everything.
http://coding-robin.de/2013/07/22/train-your-own-opencv-haar-classifier.html

now, has been emphasized use gpu support, multithreading etc. otherwise training gonna take days. going use pre-built libraries , therefore pre-built opencv_traincascade utility.

i want ask beforehand, able leverage gpu support if use pre-built libs, given install cuda?
tbb fit in whole picture?
recommend me building whole library scratch tbb , cuda support checked, or waste?

note: using opencv 2.4.11. , complete beginner opencv.


Popular posts from this blog

javascript - Js, document.getElementById("ID").innerHTML, error -

jquery - jqGrid update specific column data with out refreshing the entire column? -

objective c - Is there a way in OCMockito to make stubs fail when an unknown method is called? -