Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Recognize an object from a flat background?

Hi Guys,

Consider I have a book (an object) over an uniform background. Which technique within OpenCV would you suggest me to extract only the object? (the ROI)

Recognize an object from a flat background?

Hi Guys,

Consider I have a book (an object) over an uniform background. Which technique within OpenCV would you suggest me to extract only the object? (the ROI)

What I was thinking:

  • extract the interest point of the image (FAST, harris corner etc)
  • get the 4 points at the extrema
  • extract a roi with those 4 points