OpenCV  2.4.13.6
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

§ oclMatExpr() [1/2]

cv::ocl::oclMatExpr::oclMatExpr ( )
inline

§ oclMatExpr() [2/2]

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

Member Function Documentation

§ assign()

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

§ operator oclMat()

cv::ocl::oclMatExpr::operator oclMat ( ) const

Member Data Documentation

§ a

oclMat cv::ocl::oclMatExpr::a
protected

§ b

oclMat cv::ocl::oclMatExpr::b
protected

§ op

int cv::ocl::oclMatExpr::op
protected

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