local thresholding for image binarization.

i am working on local thresholding fir image binarization. where i need to calculate intensity I(x,y) of a pixel position (x,y). How to calalulate this value? Please help

回答 (1 件)

Image Analyst
Image Analyst 2017 年 12 月 27 日

0 投票

Try nlfilter(). Demo attached.
I'm also attaching a demo where I used local thresholding.
An alternative is to flatten the image by using adapthisteq() and then using a global threshold.

質問済み:

2017 年 10 月 27 日

回答済み:

2017 年 12 月 27 日

Community Treasure Hunt

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

Start Hunting!

Translated by