Search found 1 match

by momina
2013-12-08T01:35:24-07:00
Forum: Digital Image Processing
Topic: Convex hull
Replies: 1
Views: 8814

Convex hull

I have to do the convex hull of an image A using following structuring elements
B1=[ 1 0 0; 1 0 0; 1 0 0];B2=[1 1 1 ;0 0 0; 0 0 0]
When at first step i an finding the hit and miss transform with B1 then i have a confusion that with which i take erosion of A complement.