0
16kviews
Write a short note:HIT or MISS Transform.
1 Answer
| written 9.4 years ago by |
The Hit or Miss Transform is the morphological operator used for finding local patterns of pixels i.e. the size of the structuring element.
Method:
Method is quite simple .A small odd sized mask(structuring element ),typically 3x3 is scanned over a binary image. If the binary-valued pattern of the structuring element …