Ask Your Question

cubud's profile - activity

2018-02-16 16:45:40 -0600 received badge  Enthusiast
2018-02-10 13:22:07 -0600 commented question Using SVM with HOGDescriptor

Thanks for that. It loaded right up. So i'm guessing I don't need hog.setSVMDetector() at all now?

2018-02-10 12:58:26 -0600 edited question Using SVM with HOGDescriptor

Using SVM with HOGDescriptor I have a .yml file that was created using this (https://docs.opencv.org/3.3.1/d5/d77/train_

2018-02-10 11:42:30 -0600 received badge  Editor (source)
2018-02-10 11:42:30 -0600 edited question Using SVM with HOGDescriptor

Using SVM with HOGDescriptor I have a .yml file that was created using this (https://docs.opencv.org/3.3.1/d5/d77/train_

2018-02-10 11:40:33 -0600 asked a question Using SVM with HOGDescriptor

Using SVM with HOGDescriptor I have a .yml file that was created using this (https://docs.opencv.org/3.3.1/d5/d77/train_

2018-02-09 17:05:37 -0600 commented question Passing arguments to train_HOG.cpp

Much Appreciated. Ultimately I want to use the trained HOG on my raspPi. I usually run OpenCV with Python from the Pi's

2018-02-09 16:13:26 -0600 commented question Passing arguments to train_HOG.cpp

So I found a method to install openCV with cMake and it builds without the 'Project1.exe' (Win32): Loaded 'C:\opencv\bu

2018-02-09 12:56:43 -0600 asked a question Passing arguments to train_HOG.cpp

Passing arguments to train_HOG.cpp How do I pass these (http://answers.opencv.org/question/96925/how-to-use-train_hogcpp

2018-02-08 21:25:37 -0600 asked a question Training HOG and SVM to work with OpenCV

Training HOG and SVM to work with OpenCV I'm trying to find a person sitting down so I need to train my own HOG and SVM.