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

@@ -83,7 +83,7 @@ int main(int argc, char* argv[])
else if(num == 3)
{
Mat img1;
pencilSketch(I,img1, img, 10 ,.1,.03);
pencilSketch(I,img1, img, 10 , 0.1f, 0.03f);
imshow("Pencil Sketch",img1);
imshow("Color Pencil Sketch",img);
}