all cv.jit.blobs.* object work only with the output of cv.jit.label @charmode 1
that mean we are limited to 255 blobs
Even with @charmode 0, the output of cv.jit.label is a type long matrix, which is limited to 2024, and that’s probably not enough for my needs…
If I split my large image file into smaller pieces, I’ll certainly have some blobs/stars counted twice or ignored if they are on the edge of a slice…
Any clue ?
Is there a way to overcome this char limitation ?
or perform a basic blob detection in gen ?
any help would be much appreciated :-)
thanks
Mathieu