mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
758e8620ac
Fixes redundant code in Cloning::illuminationChange() which performed unnecessary copyTo operations. This satisfies Issue #22056. Testing: No functional changes made; logic identical to before. Resolves #22056