-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
size of the image #17
Comments
Hello, It's quite a bit of time since I used this program myself. So I don't even remember if I've even tried such a highres image. Especially at the time this tool was written I guess working with such highres images in relation to object detection was not even something considered. However looking at the code: imageclipper/src/imageclipper.cpp Line 242 in c5d6142
To show the image this OpenCV function is used: imageclipper/src/opencvx/cvcropimageroi.h Lines 152 to 170 in 5efa5a0
This crops the image to the scale factor as you see... so maybe fiddling with that might help? The instructions for the tool written by the original author can be found here: |
@vojt-a Anything to add? |
Dear Joakim, |
Hello,
I am using v0.99 on W8.1 x64 bit machine and I can see just left upper corner of the image
full image has 4608x3072 pixels
I can not move or shink the picture, I probably skipped some basic point of the instructions.
Many thanks for your help!
The text was updated successfully, but these errors were encountered: