fixing arg name according to ref man

pull/13383/head
Andrey Pavlenko 13 years ago
parent 499efec5b0
commit 5c4b984738
  1. 2
      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 );
}

Loading…
Cancel
Save