Commit 5c4b9847 authored by Andrey Pavlenko's avatar Andrey Pavlenko

fixing arg name according to ref man

parent 499efec5
......@@ -65,7 +65,7 @@ enum
//! restores the damaged image areas using one of the available intpainting algorithms
CV_EXPORTS_W void inpaint( InputArray src, InputArray inpaintMask,
OutputArray dst, double inpaintRange, int flags );
OutputArray dst, double inpaintRadius, int flags );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment