07-15-2013 03:20 AM
Hi,
I how to get similar type of histogram matching for the attached vi file.
Example of histogram matching file attached.
Input image is also attached.
Thank you.
07-22-2013 06:22 AM
hi Madhubalan,
can you be a little more specific about your application and what kind of histogramm you would like to get from your picture?
regards
Michael
07-22-2013 06:41 AM
Hi Michael,
I have attached a pdf,i am using the techique followed in this pdf to find the histogram matching.As per the technique ,in the histogram output it should higlight the area of the trageted object,in mine,the targeted object is the screw.
08-05-2013 03:51 AM
hi Madhubalan,
dou you still have the same problem?
I took a look at your code, since I don't have a camera right here, it was quite hard to understand what exactly you tried to achieve, and where the problem is.
Can you tell us a little more about what you try to do, what works, and what doesn't?
Oliver
08-05-2013 04:51 AM
Hi Oliver,
I want to get ouput image similar to the attached image file.In this image file you can see,when comparing two similar images,the identical objects in the images has to highlighted in the ouput image as per the technique used in the attached pdf file.
Also i have attached a zip file in which you can check,if you can modify for me to get the desired output, it will be helpful
Thank you
08-05-2013 04:59 AM
Hi Oliver,
The code which you had look at it gives masked image(binary image,after segmenting) as a ouput when you give the attached image file as input.From this i would like to get by the histogram matching image as ouput as mentioned in the previous ouput,i.e when comparing the binary image(masked image output) and a the given the input image(color image), the ouput should compare the objects similar in the output binary image and input color image and in the histogram matching output,it should display the image with highlighting the similar objects.
Thank you