Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7610739
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T01:29:25+00:00 2026-05-31T01:29:25+00:00

Morphological Quotient Image (MQI) is a method for Illumination Normalization which is proposed in

  • 0

Morphological Quotient Image (MQI) is a method for Illumination Normalization which is proposed in [-1-]:

In Retinex theory [-2-], an image I(x, y) can be modeled as the product of the reflectance function R(x, y) and luminance function L(x, y):
I(x, y) = R(x, y) L(x, y)
The reflectance R(x, y), relating to the characteristics of objects in the scene of the image, is dependent on the albedo of the scene’s surfaces, whereas the luminance L(x, y),
relating to the amount of illumination falling on the observed scene, is determined by the illumination source. Since the reflectance R(x, y) only relates to the objects in the
image, it is obvious that, when successfully estimated, it can be an illumination invariant representation of the input image. Thus, in order to obtain an illumination invariant
image representation, the luminance L(x, y) of an image is commonly estimated first. Then, the reflectance is formulated as the quotient of the image I(x, y) and its luminance L(x,y), as shown below:
R(x, y) = I(x, y) / L(x, y)

In the MQI-based illumination normalization method, the luminance L(x, y) is estimated by applying a morphological close operation, with a fixed size template, to an image I(x,y).

by this method, [-1-] has got this result, but my implementation’s result is: both results

here is my MATLAB function:

function mytest1
    for i=1:4
        img= imread(strcat(num2str(i),'.bmp'));
        cimg= gsClose(img, 7,7);
        mqi= histeq(img./cimg);

        subplot(2,4,i), imshow(img);
        subplot(2,4,4+i), imshow(mqi);
    end
end


function img= gsClose(img, x, y)
    img= uint8(gsDilation(gsErosion(img,x,y),x,y));
end

function img= gsErosion(img, x, y)
    img=ordfilt2(img,1,ones(x,y),-ones(x,y));
end

function img= gsDilation(img, x, y)
    img=ordfilt2(img,9,ones(x,y),ones(x,y));
end

i don’t know, where i went wrong! please guide me. i uploaded the images too:
download


[-1-] J. Wang, L. Wu, X. He, and J. Tian. A New Method of Illumination Invariant Face Recognition. In Proc. of International Conference on Innovative Computing, 2007: 139-142

[-2-] E. H. Land, and J. J. McCann. Lightness and Retinex Theory. Journal of Optical Society of America, 61(1): 1-11, 1971.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T01:29:26+00:00Added an answer on May 31, 2026 at 1:29 am

    The implementation was correct. I just took a wrong way to display final images.
    I used imshow method in MATLAB:

    imshow(image)
    

    But i should have used:

    imshow(image, [])
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm looking for a library which can perform a morphological analysis on German words,
I have an aplication which performs some basic morphological analysis, and I am looking
One can mark the boundary of a binary image by bwboundaries function of MATLAB.
I'm trying to use the Japanese morphological analyzer MeCab in a C# program (Visual
I'm doing part-of-speech & morphological analysis project for Japanese sentences. Each sentence will have
I'm trying to apply a morphological closing operation only to an nxn neighborhood of
Let's suppose I've got a text with morphological tags, and a similar one with
I'm doing some image processing, and am trying to keep track of points similar
I need to detect the Sun from the space sky. These are examples of
Do you know any big enough lemmatizer database that returns correct result for following

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.