QMap - Image Similarity detection
Image similarity detection is a useful tool we created. It compares the histograms of two images and detects the position of the color range on the image. At the same time, it also detects the similarity rate of color and structure, and finds the difference area in the geometric position of the two images. Since the given "color similarity ratio" is a comparable parameter, it provides an effective method for quickly screening images.
Now according to the software function interface, the introduction is as follows:
1. Click the right mouse button to select the image
Two images are arbitrarily selected and displayed in the dialog box, and the system automatically counts the histogram. Use the mouse or keyboard direction keys, move the slider of the sliding bar, select the color value in the histogram, and use it with the Shift key to select the color interval.
2. Under each channel selection box, the current color value or interval, the total number of points in the interval, and the percentage of these points to all pixels are displayed respectively.
3. How to display results
a) With background + information simplification: On the original image, the extracted information is replaced with a color for quick verification. b) No background + single information: The extracted information is replaced with one color, and the other information is replaced with the background color to obtain a binary image, which is convenient for data filing and other applications. c) No background + information extraction: The extracted information pixels are displayed in the primary color, and the non-information pixels are displayed as the background color, and the effect is very clear. Converting the above three methods can improve the analysis efficiency.
4. Information color and background color of the result graph are optional
5. Histogram check
Click the "Histogram check" button, when "Image 1" is selected at the top of the dialog box, a new window will pop up to display the processing result image of "Image 1". Similarly, when "Image 2" is selected, the processing result image of "Image 2" pops up, and the two images are aligned and viewed at a glance.
Comments
Post a Comment