Azzera filtri
Azzera filtri

how to identify smooth and edge regions in a image

3 visualizzazioni (ultimi 30 giorni)
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.

Risposta accettata

Image Analyst
Image Analyst il 14 Lug 2014
Sounds like you could use either rangefilt() or graycomatrix(). Experiment around with both.
  2 Commenti
Elysi Cochin
Elysi Cochin il 14 Lug 2014
sir, do you have any examples or any link... how to use rangefilt() or graycomatrix() for identifying smooth and edge regions?
Image Analyst
Image Analyst il 14 Lug 2014
They are functions in the Image Processing Toolbox so there should be documentation and examples in the help.

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by