Which invariant image matching do I use? PNG format
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
1. Query Image
2. Database Image
My objective are:
Step 1: When read the query image, it will get 0-255 image color pixels.
Step 2: Image invariant matching method can start finding from the top left of the image until whole image (row and columns). To detect the image color pixel in the range 0-254 (does not detect 255 image color pixels is because 255 = blank area, so have to exclude it)
Step 3: Detect the boundary and location with the image color pixel in the range 0-254.
Step 4: After detect the location (query image). It followed its location to compare with database image.
Means
1. Query image
2. Database image
Step 5: Use Euclidean distance to find out the dissimilarity value as 0.
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Get Started with Image Processing Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!