#include <NaiveContourClosing.hpp>
Public Member Functions | |
void | close (cv::Mat &src) |
Naive closure inspect neighbours in a 3x3 region, and check if two contours pixels are already detected and aligned with current pixel
void aram::NaiveContourClosing::close | ( | cv::Mat & | src | ) |
close all hole in contours (1 pixel retrieve maximum)
[in,out] | binary | image (CV_8U1C) to close |