From ed038ef9dc040a183c925f1547fd1559765ddaef Mon Sep 17 00:00:00 2001 From: Alexey Spizhevoy Date: Mon, 30 Jan 2012 07:06:35 +0000 Subject: [PATCH] Updated the stitching module docs --- modules/stitching/doc/blenders.rst | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/modules/stitching/doc/blenders.rst b/modules/stitching/doc/blenders.rst index 7c311c5..f73fd68 100644 --- a/modules/stitching/doc/blenders.rst +++ b/modules/stitching/doc/blenders.rst @@ -86,9 +86,7 @@ Simple blender which mixes images at its borders. :: std::vector &weight_maps); private: - float sharpness_; - Mat weight_map_; - Mat dst_weight_map_; + /* hidden */ }; .. seealso:: :ocv:class:`detail::Blender` @@ -111,11 +109,7 @@ Blender which uses multi-band blending algorithm (see [BA83]_). :: void blend(Mat &dst, Mat &dst_mask); private: - int actual_num_bands_, num_bands_; - std::vector dst_pyr_laplace_; - std::vector dst_band_weights_; - Rect dst_roi_final_; - bool can_use_gpu_; + /* hidden */ }; .. seealso:: :ocv:class:`detail::Blender` -- 2.7.4