Class cv::videostab::WeightingDeblurer#
#include <opencv2/videostab/deblurring.hpp>Collaboration diagram for cv::videostab::WeightingDeblurer:
Public Member Functions#
Public Member Functions inherited from cv::videostab::DeblurerBase
Additional Inherited Members#
Protected Attributes inherited from cv::videostab::DeblurerBase
Constructor & Destructor Documentation#
WeightingDeblurer()#
cv::videostab::WeightingDeblurer::WeightingDeblurer()
Member Function Documentation#
deblur()#
void cv::videostab::WeightingDeblurer::deblur(
int idx,
Mat & frame,
const Range & range )
sensitivity()#
float cv::videostab::WeightingDeblurer::sensitivity()
setSensitivity()#
void cv::videostab::WeightingDeblurer::setSensitivity(float val)
Member Data Documentation#
bSum_#
Mat_< float > cv::videostab::WeightingDeblurer::bSum_
gSum_#
Mat_< float > cv::videostab::WeightingDeblurer::gSum_
rSum_#
Mat_< float > cv::videostab::WeightingDeblurer::rSum_
sensitivity_#
float cv::videostab::WeightingDeblurer::sensitivity_
wSum_#
Mat_< float > cv::videostab::WeightingDeblurer::wSum_
Source file#
The documentation for this class was generated from the following file:
opencv2/videostab/deblurring.hpp