fixing arg name according to ref man

This commit is contained in:
Andrey Pavlenko 2012-03-21 14:59:56 +00:00
parent 499efec5b0
commit 5c4b984738

View File

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