mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
typos
This commit is contained in:
@@ -133,7 +133,7 @@ static void fastNlMeansDenoisingMultiCheckPreconditions(
|
||||
{
|
||||
CV_Error(CV_StsBadArg,
|
||||
"imgToDenoiseIndex and temporalWindowSize "
|
||||
"should be choosen corresponding srcImgs size!");
|
||||
"should be chosen corresponding srcImgs size!");
|
||||
}
|
||||
|
||||
for (int i = 1; i < src_imgs_size; i++) {
|
||||
|
||||
Reference in New Issue
Block a user