2 Dimensional image histogram

I want to make a 2 dimensional histogram between the original image and its average mask, can anyone help me

2 Comments

What is an "average mask"? And what do the two axes represent? Do you mean the gray level cooccurrence matrix?
it's a histogram of the image gray level and its local average on x and y axes respectively. which used in computing the 2D otsu's method like this paper

Sign in to comment.

 Accepted Answer

Image Analyst
Image Analyst on 13 Dec 2014
Try the attached code. It's about all I have time for but it will get you started.

More Answers (0)

Asked:

on 13 Dec 2014

Answered:

on 13 Dec 2014

Community Treasure Hunt

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

Start Hunting!