Feeds
질문
dilation code does not work
%dilation code close all; clear all; clc; A=imread( 'fingerprint.tif' ); %Structuring element b = [0 1 0; 1 1 1; 0 1 0]; ...
대략 6년 전 | 답변 수: 0 | 0
0
답변답변 있음
code for performing erosion and dilation without using builtin functions like imdilate or imerode??
if use this Structuring =[0 1 0;1 1 1;0 1 0]; how to write code ??
code for performing erosion and dilation without using builtin functions like imdilate or imerode??
if use this Structuring =[0 1 0;1 1 1;0 1 0]; how to write code ??
대략 6년 전 | 1
질문
Owen code for imopen morphology function why not work ?how to solve ?
clc clear all close all im=imread('C:\Users\ASLAN\Desktop\ders\image processing\hw2\fingerprint.tif'); [m,n]=size(im); a=[0...
대략 6년 전 | 답변 수: 0 | 0

