@f41ardu -- I'm not sure, but the OpenCV for Processing library that is listed was contributedd by Greg Borenstein and was last updated in late 2015. You could contact the author -- and perhaps offer to contribute!
I'm looking for blob, object or circle detection. Not quite sure if that is possible in the current OpenCV Processing implementation. Circle Detection require HoughCircels which is not implemented yet. There is an OpenCV fork which has FindCircles implemented but won't work. But for what I plan to do I would guess that Daniels tutorial Blob detection on Coding Train is great. Cause I'm looking for some nice projects for a physical computing club at my daughters secondary school. Unfortunately I can't offer any help to work on the OpenCV lib. I'll code Arduino (C++), C, Fortran and Processing but unfortunately no Java coding.
Are you familiar with the blobDetection library accessible using the library manager in Processing? It might do what you are looking for. Not sure if it does shape detection, but you could potentially look for circle-like features.
Comments
@f41ardu -- I'm not sure, but the OpenCV for Processing library that is listed was contributedd by Greg Borenstein and was last updated in late 2015. You could contact the author -- and perhaps offer to contribute!
What is the updated functionality you are looking for?
I'm looking for blob, object or circle detection. Not quite sure if that is possible in the current OpenCV Processing implementation. Circle Detection require HoughCircels which is not implemented yet. There is an OpenCV fork which has FindCircles implemented but won't work. But for what I plan to do I would guess that Daniels tutorial Blob detection on Coding Train is great. Cause I'm looking for some nice projects for a physical computing club at my daughters secondary school. Unfortunately I can't offer any help to work on the OpenCV lib. I'll code Arduino (C++), C, Fortran and Processing but unfortunately no Java coding.
Do you realize Processing is a Java library, do you? ~O)
Are you familiar with the blobDetection library accessible using the library manager in Processing? It might do what you are looking for. Not sure if it does shape detection, but you could potentially look for circle-like features.
Kf
...from the Processing Libraries (Video & Vision) section: https://processing.org/reference/libraries/#video&vision