want to compare two images of different resolutions

Asked by Vardhaman

I want to compare two images with different resolutions . Currently i am using Sikuli but it returns false is there any way i can do it and produce true result?

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

Simply not possible. Sorry.

Revision history for this message
Vardhaman (vardhaman) said :
#2

Any other way to achieve this

Revision history for this message
Best RaiMan (raimund-hocke) said :
#3

You need to know the method how to convert one image to the other resolution. Then you might try with some image library to achieve it.

Revision history for this message
Vardhaman (vardhaman) said :
#4

Thanks RaiMan, that solved my question.

Revision history for this message
Vardhaman (vardhaman) said :
#5

I used OpenCV to achieve it and it worked......Thanks though giving some valuable feedback..