OpenCV  3.3.1
Open Source Computer Vision
Public Member Functions | List of all members
cv::stereo::MeanKernelIntegralImage Class Reference

#include "descriptor.hpp"

Inheritance diagram for cv::stereo::MeanKernelIntegralImage:
cv::ParallelLoopBody

Public Member Functions

 MeanKernelIntegralImage (const cv::Mat &image, int window, float scale, int *cost)
 
void operator() (const cv::Range &r) const
 
- Public Member Functions inherited from cv::ParallelLoopBody
virtual ~ParallelLoopBody ()
 

Detailed Description

calculate the mean of every windowSizexWindwoSize block from the integral Image this is a preprocessing for MV kernel

Constructor & Destructor Documentation

§ MeanKernelIntegralImage()

cv::stereo::MeanKernelIntegralImage::MeanKernelIntegralImage ( const cv::Mat image,
int  window,
float  scale,
int *  cost 
)
inline

Member Function Documentation

§ operator()()

void cv::stereo::MeanKernelIntegralImage::operator() ( const cv::Range r) const
inlinevirtual

Implements cv::ParallelLoopBody.


The documentation for this class was generated from the following file: