mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Merge pull request #23109 from seanm:misc-warnings
* Fixed clang -Wnewline-eof warnings * Fixed all trivial clang -Wextra-semi and -Wc++98-compat-extra-semi warnings * Removed trailing semi from various macros * Fixed various -Wunused-macros warnings * Fixed some trivial -Wdocumentation warnings * Fixed some -Wdocumentation-deprecated-sync warnings * Fixed incorrect indentation * Suppressed some clang warnings in 3rd party code * Fixed QRCodeEncoder::Params documentation. --------- Co-authored-by: Alexander Smorkalov <alexander.smorkalov@xperience.ai>
This commit is contained in:
@@ -3699,10 +3699,10 @@ stored in two planes.
|
||||
|
||||
This function only supports YUV420 to RGB conversion as of now.
|
||||
|
||||
@param src1: 8-bit image (#CV_8U) of the Y plane.
|
||||
@param src2: image containing interleaved U/V plane.
|
||||
@param dst: output image.
|
||||
@param code: Specifies the type of conversion. It can take any of the following values:
|
||||
@param src1 8-bit image (#CV_8U) of the Y plane.
|
||||
@param src2 image containing interleaved U/V plane.
|
||||
@param dst output image.
|
||||
@param code Specifies the type of conversion. It can take any of the following values:
|
||||
- #COLOR_YUV2BGR_NV12
|
||||
- #COLOR_YUV2RGB_NV12
|
||||
- #COLOR_YUV2BGRA_NV12
|
||||
|
||||
Reference in New Issue
Block a user