Remap does not support images longer than 32k pixel (Feature #3522)
Description
Due to use of short data type with remap, images larger than 32k are not remapped with Remap function.
Associated revisions
Merge pull request #3522 from ilya-lavrenov:update_android_toolchain_cmake
History
Updated by Dmitry Retinskiy about 11 years ago
Hi Mustafa,
could you add more details to the description?
Which exactly use of short data type you are referring to?
Updated by Dmitry Retinskiy about 11 years ago
- Category set to imgproc, video
Updated by Kirill Kornyakov about 11 years ago
- Status changed from New to Open
- Tracker changed from Bug to Feature
Updated by Mustafa Teke almost 11 years ago
I deal with large satellite images often in size of a few gigabytes.
When I needed to load a long image strip I could not remap images which are vert long (4096 x 81920)
Dmitry Retinskiy wrote:
Hi Mustafa,
could you add more details to the description?
Which exactly use of short data type you are referring to?
Updated by Andrew Senin almost 11 years ago
Hi Mustafa,
It would be nice to investigate this issue and make the function work with very large images. Please consider investigating this and creating a fixing pull request (http://code.opencv.org/projects/opencv/wiki/How_to_contribute). Your help is highly appreciated!
- Assignee set to Mustafa Teke
- Difficulty set to Medium
- Target version set to Next Hackathon
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4694