-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
Unused variable in frameprocessor.cpp #23617
Copy link
Copy link
Closed
Labels
Milestone
Description
System Information
opencv 4.x
Detailed description
in
| std::vector<std::vector<cv::Point2f> > corners, rejected; |
rejected is unused variable
Steps to reproduce
read source code
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