How to Detect Missing part of image
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:
checkImage:
resultImage
thank you!
try Template Matching
template matching not work in this case :(
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.