mirror of
https://github.com/opencv/opencv.git
synced 2026-09-11 04:43:22 -05:00
The four memset overloads in cuda4dnn document their first parameter as src while it is called dest, and the directions are the wrong way round: the output buffer is marked [in] and the 8-bit fill value is marked [out]. The prose above two of them already says dest, only the tags disagree.