Top "Opencvdotnet" questions

THIS TAG IS PENDING REMOVAL.

CvMat and Imread Vs IpImage and CvLoadImage

Using OpenCv 2.4 I have two options to load images: 1- CvMat and Imread 2- IpImage and CvLoadImage Which one is …

opencv opencvdotnet
c# face recognition

I'm trying to write a simple program that will detect a face off a webcam and then trigger an event(…

c# opencv face-recognition opencvdotnet
How to perform to Template Matching in Emgu CV

Sir, I am new to Emgu CV.I am making a face recognition software.I was able to detect the …

c# opencv emgucv opencvdotnet
How to get Confidence value in face recognition using EMGU CV?

I am working on a project in which i should design an application which can detect all the faces of …

c# opencv emgucv opencvdotnet
Finding all matches with matchtemplate opencv opencvsharp

I am using opencv with opencvsharp. When doing a matchtemplate and afterwards minmaxloc I only get the first match. How …

image-processing opencv opencvdotnet