We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: