how to identify smooth and edge regions in a image
Show older comments
Please if someone has done this, please can you tell me,
"how to construct the contrast pairs from the image using the eight neighbors of each pixel"
and
"How to classify the contrast pairs of each image into two classes: edge and smooth" using the below method.... The edge contrast pair is found in the boundaries and texture regions, while the smooth contrast pair is found in the flat regions. To classify the pairs, the intensity difference between the pair’s intensities is taken. If it exceeds some defined threshold ε ( ε = 10 intensity levels), then it is considered an edge contrast pair; otherwise it is considered a smooth contrast pair.
Accepted Answer
More Answers (0)
Categories
Find more on Texture Analysis in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!