Skip to content

OpenCV Error: Assertion failed #7

@ura719

Description

@ura719

When I tried the code with 001_input_hole.png, program didn't finish because of following error:
OpenCV Error: Assertion failed (dst.cols < SHRT_MAX && dst.rows < SHRT_MAX && src.cols < SHRT_MAX && src.rows < SHRT_MAX) in cv::remap, file C:\bld\opencv_1497792021051\work\opencv-3.2.0\modules\imgproc\src\imgwarp.cpp, line 4956
cv2.error: C:\bld\opencv_1497792021051\work\opencv-3.2.0\modules\imgproc\src\imgwarp.cpp:4956: error: (-215) dst.cols < SHRT_MAX && dst.rows < SHRT_MAX && src.cols < SHRT_MAX && src.rows < SHRT_MAX in function cv::remap

Is there a way to fix this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions