Merge pull request #3646 from Dhanwanth1803:latch
Fixes #25081:Latch input corruption fix #3646 Fixes https://github.com/opencv/opencv/issues/25081 As mentioned by WennPaper making it `grayImage = image.clone();` will make a deep copy. It prevents the `InputArray` from being modified. - [X] I agree to contribute to the project under Apache 2 License. - [X] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV - [X] The PR is proposed to the proper branch - [X] There is a reference to the original bug report and related work - [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable Patch to opencv_extra has the same branch name. - [ ] The feature is well documented and sample code can be built with the project CMake --- Co-authored-by: Dhanwanth1803 <dhanwanthvarala@gmail,com> Co-authored-by: Dmitry Kurtaev <dmitry.kurtaev@gmail.com>pull/3592/head^2
parent
bbce2ef9d6
commit
1ad3ad5f85
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue