Run opencv_createsamples.exe in Intel Xeon Processor
I try to run a command line to generate .vec file, but the console return message that says "The executable file is valid, but can not be executed in this type of machine"
There is a way to do haartraining with Intel Xeon?
Did you build opencv on intel xeon? Is it 32 bits or 64 bits system ?
Mmmm. I build nothing, I downloaded the .exe and unzip the file, then I put the opencv folder in C:\opencv
It means your executable is prebuilt for another architecture. Please build the source code on your Intel Xeon processor!
Do you know a tutorial?, I am new using opencv
OpenCV.org --> click on Q&A forum --> then tutorials. First set are installation tutorials!