OpenCV  2.4.13
Open Source Computer Vision
cv::ocl::oclMatExpr Class Reference

#include <matrix_operations.hpp>

Public Member Functions

 oclMatExpr ()
 
 oclMatExpr (const oclMat &_a, const oclMat &_b, int _op)
 
 operator oclMat () const
 
void assign (oclMat &m) const
 

Protected Attributes

oclMat a
 
oclMat b
 
int op
 

Constructor & Destructor Documentation

cv::ocl::oclMatExpr::oclMatExpr ( )
inline
cv::ocl::oclMatExpr::oclMatExpr ( const oclMat _a,
const oclMat _b,
int  _op 
)
inline

Member Function Documentation

void cv::ocl::oclMatExpr::assign ( oclMat m) const
cv::ocl::oclMatExpr::operator oclMat ( ) const

Member Data Documentation

oclMat cv::ocl::oclMatExpr::a
protected
oclMat cv::ocl::oclMatExpr::b
protected
int cv::ocl::oclMatExpr::op
protected

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