02-12-2018 08:23 AM
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.
02-12-2018 08:47 AM - edited 02-12-2018 08:48 AM
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.