Local Histogram Equalization image project question

조회 수: 1 (최근 30일)
John Riley
John Riley 2017년 2월 4일
댓글: John Riley 2017년 2월 6일
function J = Project1_XX(I,m,n) LOCALHISTEQ Local histogram equalization.
J= Project1_XX(I,m,n) performs local histogram equalization on input image I using a window of (odd) size m-by-n to produce the processed image, J. To handle border effects, image I is extended by using the symmetric option in function pad array. The amount of extension is determined by the dimensions of the local window. If m and n are omitted, they default to 3. If n is omitted, it defaults to m. Both must be odd. Use function InClass2 for histogram equalization.
How do you obtain m, n in this case and how do you use this?

채택된 답변

Image Analyst
Image Analyst 2017년 2월 4일
You pick something when you call the function. Pick whatever you want but not something bigger than the dimensions of the image.
  댓글 수: 3
Image Analyst
Image Analyst 2017년 2월 4일
Yes, but they want a window/block of m rows and n columns, not 1 by 1 which is just scanning with a single pixel and would not do any filtering.
John Riley
John Riley 2017년 2월 6일
How would i do that ?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Histograms에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by