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??