Ask Your Question

JnDnl's profile - activity

2013-08-02 15:35:42 -0600 received badge  Supporter (source)
2013-08-02 15:34:43 -0600 commented answer simple measure over an image

Yes. The user will define the points over the image, so I will know their coordinates

2013-08-02 15:09:20 -0600 commented answer simple measure over an image

Each measure will be made between two points.

2013-08-02 14:59:31 -0600 commented question simple measure over an image

Euclidean distance in 2D between two points in a single image

2013-08-02 10:33:02 -0600 received badge  Editor (source)
2013-08-02 10:32:35 -0600 asked a question simple measure over an image

Hi everyone, I Need to take a measure (euclidean distance) over a set of selected points on an image. In order to make this simple I broke down all the process in steps:

  1. Taking/Loading a photo (with a known pattern in it)
  2. Recognicing the pattern to calibrate measure
  3. Selecting points "from" and "to" in order to measure the distance between them

For my first iteration i will load a picture (half of number 1), select the pattern manually(a rough aproximation of number 2) and select point to measure distances between them. I'm just beginig with openCV, Do I need openCV for my fist iteration?

Thanks in advance :)