How to Detect Missing part of image

asked 2020-08-29 00:55:21 -0600

mickezyo gravatar image

updated 2020-08-29 01:03:58 -0600

Hello Opencv member. I'm trying to detect missing part of image,

Input include 2 image (baseImage, checkImage), 2 images of different sizes.

how can i detect missing part of checkImage? I'm trying with Stitcher but it is fail.

base image:

image description

checkImage:

image description

resultImage

image description

thank you!

edit retag flag offensive close merge delete

Comments

sturkmen gravatar imagesturkmen ( 2020-08-29 08:07:50 -0600 )edit

template matching not work in this case :(

mickezyo gravatar imagemickezyo ( 2020-08-29 11:34:31 -0600 )edit

what did you try about template matching? i think output of MatchTemplate_Demo will be a good starting point. You can find other differences by absdiff function.

image description

sturkmen gravatar imagesturkmen ( 2020-08-30 15:08:42 -0600 )edit