How to resize the contours and Draw it on Resized Image
Hello ,
I am using Python OpenCv
I have an original Image of size 1275x1650 , I am extracting Images from the that original Image and extracted images will be of Size 82x94 . (Here I am successful in finding the contours)
So Now I am resizing the original image to smaller size 338x478 , I need to apply the contours on the resized image .
Why I need to do this :
I am NOT able to Find edges in the resized image.
So i need to apply the contours which is found on the original image to Resized image . Mathematically I am able to find the resized image will be have each extracted image will be of size 21.73x27.23
Please help me over this .