Ask Your Question

Revision history [back]

use SVM to class face images

Hello, I need an exemple of using svm to class face images

int main(array<System::String ^> ^args)

{ IplImage *img;

        img=cvLoadImage("image.jpg");

        // SVM


Console::WriteLine(L"\n Exit ...");
Console::ReadLine();
return 0;

}

use SVM to class face images

Hello, I need an exemple of using svm to class face imagesimages for exemple 2 classes in 100 images ...

int main(array<System::String ^> ^args)

{ IplImage *img;

        img=cvLoadImage("image.jpg");

        // SVM


Console::WriteLine(L"\n Exit ...");
Console::ReadLine();
return 0;

}