Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to resize the contours and Draw it on Resized Image

Hello ,

I am using Python

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 .

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 . .

click to hide/show revision 3
retagged

updated 2018-12-06 03:35:52 -0600

berak gravatar image

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 .

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 .