-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
Closed
Description
System Information
Platform: any
Detailed description
Code:
| if(sdepth == CV_8U && ((borderType & BORDER_ISOLATED) || !_src.isSubmatrix())) |
Most popular case: the input is 8u and not submatrix is handled in mentioned code, but not with HAL call.
Steps to reproduce
Build and run tests.
Issue submission checklist
- I report the issue, it's not a question
- I checked the problem with documentation, FAQ, open issues, forum.opencv.org, Stack Overflow, etc and have not found any solution
- I updated to the latest OpenCV version and the issue is still there
- There is reproducer code and related data files (videos, images, onnx, etc)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Type
Projects
Status
Done