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
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