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 years 前 | 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 years 前 | 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 years 前 | 0 个回答 | 0

