mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
fixed warnings
This commit is contained in:
@@ -106,7 +106,7 @@ TEST(Photo_NPR_PencilSketch, regression)
|
||||
ASSERT_FALSE(source.empty()) << "Could not load input image " << original_path;
|
||||
|
||||
Mat result,result1;
|
||||
pencilSketch(source,result,result1,10,.1,.03);
|
||||
pencilSketch(source,result,result1, 10, 0.1f, 0.03f);
|
||||
|
||||
imwrite(folder + "pencil_sketch.png", result);
|
||||
imwrite(folder + "color_pencil_sketch.png", result1);
|
||||
|
||||
Reference in New Issue
Block a user