Let me tell you what I want to do in the detail:

PLEASE REFER FLOW chart for more understanding

Step 1: Split Original image into lets say 8 equal blocks and take color histogrm of each block. This will be the reference data REF (Attached original image = P_original.png). We can call it registration process of the true image. Please find attached file Slice.jpg and code used split.m. Here I want to neglect all the blocks with the black color (no information) before doing the histogram and in histogrm I want it to be flexible (so I can focus on the certain color intensity).

Step 2: Authentication process: Now I want to take the duplicate image. Do the same thing again. and compare the histogram result of each block with the REF data and give the result : Authentication sucessful if similar or unsuccessful if not similar. Please find P_transformedC.png file for duplicate image for comparision.

More Devarshi Patel's questions See All
Similar questions and discussions