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

