I wanted to export my satellite image to a particular zoom level

asked 2020-09-28 05:18:41 -0600

I wanted to export my satellite image to a particular zoom level so that my object detection can detect the object properly, my code dosenot support me me get into the every zoom and see the object,

So I have 2 option either I tell my code to see the object in that zoom level only or I need to convert the image itself to a particular zoom level, I saw cv2 is very usefull.

Can anyone help me for both or anyone of the option.Thanks.

edit retag flag offensive close merge delete

Comments

Have you tried using GDAL directly rather than OpenCV? It will offer you all possible features compared to what little is wrapped by OpenCV.

Der Luftmensch gravatar imageDer Luftmensch ( 2020-09-28 06:49:21 -0600 )edit

just curious, how do you acquire the images ?

berak gravatar imageberak ( 2020-09-28 08:33:50 -0600 )edit

I tried hard to do with GDAL but haven't find any thing which gives an ability to zoom the image to particular level & export it as same for the code to detect the object.

image data gravatar imageimage data ( 2020-09-29 02:17:55 -0600 )edit