Ask Your Question

Yannis's profile - activity

2016-06-19 11:03:36 -0600 asked a question template matching

Hello

In an image drawing (eg scanned) the user selects a specific region using a rectangle (some drawing object). This is the template. Alternatively it may be loaded from a list of images.

My application has to locate all the same (or similar depending on sensitivity) regions/objects that correspond to this template.

  1. Is this something that can be accomplished with opencv?
  2. Are there any samples?
  3. My development environment is Visual Studio 2013 and c#

Thank you Yannis

2013-12-22 02:59:47 -0600 asked a question Object detection in drawing

Hello,

I have the following requirement. In an image drawing (usually jpg format) there may exist certain similar "objects" eg chairs. I would like to "pick" one eg. by enclosing it in a rectangle, and look for all same ones in the drawing. Not all same objetcs are in same direction.

I wonder if OpenCV could help with that problem. If yes, are there any examples? I work in C#.

Thank you

Yannis