LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to find 'set of pixels' inside each blob of a AVI.

Solved!
Go to solution

N2 and N3 are your local coordinates.

 

If your blob is contained in the rectangular area, let's say (left, top, right, bottom): 10, 20, 20, 30

The absolute (meaning relative to the entire image) coordinates will range between 10 and 20 for x and 20 and 30 for y.

Since we are only looking at that rectangular area, the local coordinates will range between 0 and 10 for x and 0 and 10 for y.

 

In your screenshots, the VI has finished executing, so I would assume, that the last blob evaluated is 50 pixels wide and 56 pixels high.



Remember Cunningham's Law
0 Kudos
Message 11 of 12
(527 Views)

Okay that was helpful! Thank you for your valuable information. Ps: I intentionally stopped my VI at blob 10 which is of 50 Pixels wide and 56 Pixels high.

0 Kudos
Message 12 of 12
(525 Views)