Filter löschen
Filter löschen

how to identify smooth and edge regions in a image

3 Ansichten (letzte 30 Tage)
Elysi Cochin
Elysi Cochin am 14 Jul. 2014
Kommentiert: Image Analyst am 14 Jul. 2014
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.

Akzeptierte Antwort

Image Analyst
Image Analyst am 14 Jul. 2014
Sounds like you could use either rangefilt() or graycomatrix(). Experiment around with both.
  2 Kommentare
Elysi Cochin
Elysi Cochin am 14 Jul. 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 am 14 Jul. 2014
They are functions in the Image Processing Toolbox so there should be documentation and examples in the help.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by