OpenCV Closing (Kapanım)

OpenCV Closing (Kapanım) Morfolojik Operatör

(Imgproc.MORPH_CLOSE)

Görüntüye dilation operatörü uygulanır ve ardından Erosion operatörü uygulanır.

Imgproc.morphologyEx(girisGoruntu, cikisGoruntu, Imgproc.MORPH_CLOSE, Imgproc.getStructuringElement(Imgproc.MORPH_RECT, new Size(25,25)));

31