Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I am even more new to opencv, but came across a code which might help you. If I read you correctly, noise removal is needed to find your psb contours to remove perspective distorsion. If so the code below allows you to set the contours of a rectangle manually by clicing mouse on the 4 corners and immediately apply transform: www.learnopencv.com/homography-examples-using-opencv-python-c/

I am even more new to opencv, but came across a code which might help you. If I read you correctly, noise removal is needed to find your psb contours to remove perspective distorsion. distortion. If so the code below allows you to set the contours of a rectangle manually by clicing clicking mouse on the 4 corners and immediately apply transform: www.learnopencv.com/homography-examples-using-opencv-python-c/

I am even more new to opencv, but came across a code which might help you. If I read you correctly, noise removal is needed to find your psb contours to remove perspective distortion. If so the code below allows you to set the contours of a rectangle manually by clicking mouse on the 4 corners and immediately apply transform: transform. You do not need converting original image into gray: www.learnopencv.com/homography-examples-using-opencv-python-c/