Local Histogram Equalization image project question
Mostra commenti meno recenti
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?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Histograms in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!