Community Profile

photo

aslan memo


Active since 2019

Followers: 0   Following: 0

Statistics

  • First Review
  • First Answer

View badges

Feeds

View by

Question


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]; ...

4 years ago | 0 answers | 0

0

answers

Answered
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 ??

4 years ago | 1

Question


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...

4 years ago | 0 answers | 0

0

answers