02-12-2016 08:31 AM
Hey there,
currently I am programming a small tool which gets a binary image with zeros and some white points. The aim is now to detect these white pixels (GV= 255) and count them once globally and once locally.
The first party was easy, but when I want to count them locally it is hard because I have to put an ROI (100x100 px) over the whole image and then the counter should only show and save the number of the white pixels within this ROI. After that the ROI should move on until the image is finished.
02-12-2016 10:31 AM
02-12-2016 10:46 AM
Hi Xeno,
Please upload the VIs you have made so far and include an example image.