I am playing with a weird dataset of ternary images (+1,0,-1 values only) which happen to be very sparse (avg. > 90%). I would like to determine the most relevant "islands" (or should I call them blobs) of non-zero elements.
Algorithm complexity is a key factor since I would like (hopefully) to deploy it in real-time over frames acquired by an RGB camera.
Any suggestion/pointer would help.
Thanks!