In most face recognition SDK, it only provides two major functions detecting faces and extracting templates from photos, this is called detection.
I am trying to find horizontal and vertical lines from an image which came from a \"document\". The documents are scanned pages from contracts and so the lines look like what you would see in a table
Nominally a good problem to have, but I\'m pretty sure it is because something funny is going on... As context, I\'m working on a problem in the facial expression/recognition space, so getting 100% a
I want to develop an iPhone app which should recognise the eyes, face, and skin color of a person in an image which is scanned by QR Reader.
I want to measure distance to an object using a 3d stereoscopic camera phone with opencv. I am looking for a formula which will measure the accuracy of the distance measurement, depending on the focal
I am trying to implement SIFT in matlab. I am following the Lowe\'s 2004 paper. I completed upto calculation of keypoints and assigning orientations to them.(i.e for all octaves). Here i got one doubt
Is there an implementation for the split and merge method of image segmentation? any advice would be muc开发者_JS百科h appreciated.What segmentation is about?
I have a binary image, i want to detect/trace curves in that image. I don\'t know any thing (coordinates, angle etc). Can any one guide me how should i start? suppose i have this image
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I am using AForge for motion detection and I know that motion regions can be set. Is it possible tomake that it triggers only when there are motions in ALL the defined regions?