1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

fixed warnings

This commit is contained in:
Ilya Lavrenov
2013-12-06 13:29:53 +04:00
parent b16f0a25af
commit 926cab2baa
10 changed files with 30 additions and 29 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ int main()
Mat result;
illuminationChange(source, mask, result, .2, .4);
illuminationChange(source, mask, result, 0.2f, 0.4f);
imshow("Output",result);
imwrite(folder + "cloned.png", result);