#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 |
|
inline |
cv::ocl::oclMatExpr::operator oclMat | ( | ) | const |
|
protected |
|
protected |
|
protected |