how to find blob in processing 3X version ?

edited October 2016 in Library Questions

how to find blob size and width and number of blob in current version if processing ?

Blob[] blobs = opencv.blobs( 100, w*h/3, 20, true ); this code works only on processing version 1.5.1.

sketch link https://openprocessing.org/sketch/52766

Sign In or Register to comment.