OpenCV Top Hat Morfolojik Operatör
(Imgproc.MORPH_TOPHAT)
Bu operatör giriş olarak verilen görüntüden, opening (açınım) operatörü uygulanmış halini çıkarır.
Imgproc.morphologyEx(girisGoruntu, cikisGoruntu, Imgproc.MORPH_TOPHAT, Imgproc.getStructuringElement(Imgproc.MORPH_RECT, new Size(25,25)));