MCPcopy Create free account
hub / github.com/creatale/node-dv / erode

Method erode

deps/opencv/modules/imgproc/src/morph.cpp:1356–1361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1354}
1355
1356void cv::erode( InputArray src, OutputArray dst, InputArray kernel,
1357 Point anchor, int iterations,
1358 int borderType, const Scalar& borderValue )
1359{
1360 morphOp( MORPH_ERODE, src, dst, kernel, anchor, iterations, borderType, borderValue );
1361}
1362
1363
1364void cv::dilate( InputArray src, OutputArray dst, InputArray kernel,

Callers 1

image.test.jsFile · 0.80

Calls 1

morphOpFunction · 0.85

Tested by

no test coverage detected