borders types image in morphological operations

1 回表示 (過去 30 日間)
michael scheinfeild
michael scheinfeild 2018 年 6 月 3 日
I perform different morphological operation and compare to cuda results in c++. anyone knows what padding done outside the image is it this types : 1) zero padding 2) mirror padding 3) constant padding
in image filter it is described but not in dilate erode https://www.mathworks.com/help/images/imfilter-boundary-padding-options.html example code
ImgTest=eye(10);
se1=ones(2);
ImgTestDilated=imdilate(ImgTest,se1);
ImgTestclosed=imerode(ImgTestDilated,se1);

回答 (0 件)

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by