From 5c4b98473823a86b8c73c24d0be4312d963fc901 Mon Sep 17 00:00:00 2001 From: Andrey Pavlenko Date: Wed, 21 Mar 2012 14:59:56 +0000 Subject: [PATCH] fixing arg name according to ref man --- modules/photo/include/opencv2/photo/photo.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/photo/include/opencv2/photo/photo.hpp b/modules/photo/include/opencv2/photo/photo.hpp index c1ab3f7..40a0924 100644 --- a/modules/photo/include/opencv2/photo/photo.hpp +++ b/modules/photo/include/opencv2/photo/photo.hpp @@ -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 ); } -- 2.7.4