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

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);