atduskgreg / opencv-processing

OpenCV for Processing. A creative coding computer vision library based on the official OpenCV Java API
Other
1.33k stars 462 forks source link

Support for morphological operations like opening/closing et al. #77

Closed qwzybug closed 7 years ago

qwzybug commented 9 years ago

These have been convenient for me. Opening tends to remove small objects (light area), while closing tends to remove small holes (dark areas). Tophat/blackhat/gradient operations are also possible.