OpenCV
Something strange happens when substracting 2 images (mat type) in opencv
laurent.berger
January 22, 2021, 10:27am
2
Are you sure that image size are equal?
Don’t use a loop to substract images use
subtract
show post in topic
Related topics
Topic
Replies
Views
Activity
Subtract operation but in c++ code
9
573
January 8, 2021
Problem accesing a Matrix element opencv c++
6
557
January 11, 2021
Aligning 2 images perfectly before subtraction
2
172
June 8, 2024
Compare `Mat` from disk to memory
C++
imgproc
,
imgcodecs
8
484
May 2, 2021
How can i distinguish between two images using opencv python?
Python
4
353
March 7, 2022