Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How I can create samples using opencv 2.4.9 using command prompt, there's only opencv_createsamples.exe for visual studio?

My friend want to made her own classifier used opencv 2.4.9 so I installed it with python 2.7.6, NumPy 1.8.1, SciPy 0.11.0, and used python extension from here

There no error in import numpy, scipy, and cv2, and try the samples, it's work.. But when I see that there 3 folder vc10, vc11, vc12, contains opencv_createsamples.exe, and opencv_traincascade.exe, I try to create samples, none works, always getting error "MSVCP100.dll" or "MSVCP110.dll" or "MSVCP120.dll" not found, and I searched, and found that vc10, vc11, vc12 is for visual studio..

So how to train classifier using command prompt??

click to hide/show revision 2
retagged

updated 2014-07-24 03:13:31 -0600

berak gravatar image

How I can create samples using opencv 2.4.9 using command prompt, there's only opencv_createsamples.exe for visual studio?

My friend want to made her own classifier used opencv 2.4.9 so I installed it with python 2.7.6, NumPy 1.8.1, SciPy 0.11.0, and used python extension from here

There no error in import numpy, scipy, and cv2, and try the samples, it's work.. But when I see that there 3 folder vc10, vc11, vc12, contains opencv_createsamples.exe, and opencv_traincascade.exe, I try to create samples, none works, always getting error "MSVCP100.dll" or "MSVCP110.dll" or "MSVCP120.dll" not found, and I searched, and found that vc10, vc11, vc12 is for visual studio..

So how to train classifier using command prompt??