1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00
This commit is contained in:
Ilya Lavrenov
2014-03-02 21:04:17 +04:00
parent 879c0196d4
commit eedf86402d
18 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -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++) {