I wanted to export my satellite image to a particular zoom level
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.
Have you tried using GDAL directly rather than OpenCV? It will offer you all possible features compared to what little is wrapped by OpenCV.
just curious, how do you acquire the images ?
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.