OpenCV  2.4.13.4
Open Source Computer Vision
cv::Matx_FastSolveOp< _Tp, m, n > Struct Template Reference

#include <operations.hpp>

Public Member Functions

bool operator() (const Matx< _Tp, m, m > &a, const Matx< _Tp, m, n > &b, Matx< _Tp, m, n > &x, int method) const
 

Member Function Documentation

§ operator()()

template<typename _Tp , int m, int n>
bool cv::Matx_FastSolveOp< _Tp, m, n >::operator() ( const Matx< _Tp, m, m > &  a,
const Matx< _Tp, m, n > &  b,
Matx< _Tp, m, n > &  x,
int  method 
) const
inline

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