Classes | |
class | EigenvalueDecomposition |
Functions | |
Mat | argsort (InputArray src, bool ascending=true) |
Mat | asColumnMatrix (InputArrayOfArrays src, int rtype, double alpha=1, double beta=0) |
Mat | asRowMatrix (InputArrayOfArrays src, int rtype, double alpha=1, double beta=0) |
Mat | histc (InputArray src, int minVal=0, int maxVal=255, bool normed=false) |
static Mat | histc_ (const Mat &src, int minVal=0, int maxVal=255, bool normed=false) |
bool | isSymmetric (InputArray src, double eps=1E-16) |
template<typename _Tp > | |
static bool | isSymmetric_ (InputArray src) |
template<typename _Tp > | |
static bool | isSymmetric_ (InputArray src, double eps) |
template<typename _Tp > | |
void | readFileNodeList (const FileNode &fn, vector< _Tp > &result) |
void | sortMatrixColumnsByIndices (InputArray src, InputArray indices, OutputArray dst) |
Mat | sortMatrixColumnsByIndices (InputArray src, InputArray indices) |
void | sortMatrixRowsByIndices (InputArray src, InputArray indices, OutputArray dst) |
Mat | sortMatrixRowsByIndices (InputArray src, InputArray indices) |
template<typename _Tp > | |
void | writeFileNodeList (FileStorage &fs, const string &name, const vector< _Tp > &items) |
This class is a C++ implementation of the EigenvalueSolver in JAMA (http://math.nist.gov/javanumerics/jama), which has been released to public domain by The MathWorks and the National Institute of Standards and Technology (NIST).
Copyright Notice in JAMA
This software is a cooperative product of The MathWorks and the National Institute of Standards and Technology (NIST) which has been released to the public domain. Neither The MathWorks nor NIST assumes any responsibility whatsoever for its use by other parties, and makes no guarantees, expressed or implied, about its quality, reliability, or any other characteristic.
Mat cv::argsort | ( | InputArray | src, |
bool | ascending = true |
||
) |
Definition at line 106 of file helper.cpp.
Mat cv::asColumnMatrix | ( | InputArrayOfArrays | src, |
int | rtype, | ||
double | alpha = 1 , |
||
double | beta = 0 |
||
) |
Definition at line 281 of file helper.cpp.
Mat cv::asRowMatrix | ( | InputArrayOfArrays | src, |
int | rtype, | ||
double | alpha = 1 , |
||
double | beta = 0 |
||
) |
Definition at line 238 of file helper.cpp.
Mat cv::histc | ( | InputArray | src, |
int | minVal = 0 , |
||
int | maxVal = 255 , |
||
bool | normed = false |
||
) |
Definition at line 146 of file helper.cpp.
static Mat cv::histc_ | ( | const Mat & | src, |
int | minVal = 0 , |
||
int | maxVal = 255 , |
||
bool | normed = false |
||
) | [static] |
Definition at line 124 of file helper.cpp.
bool cv::isSymmetric | ( | InputArray | src, |
double | eps = 1E-16 |
||
) |
Definition at line 71 of file helper.cpp.
static bool cv::isSymmetric_ | ( | InputArray | src | ) | [static] |
Definition at line 29 of file helper.cpp.
static bool cv::isSymmetric_ | ( | InputArray | src, |
double | eps | ||
) | [static] |
Definition at line 49 of file helper.cpp.
void cv::readFileNodeList | ( | const FileNode & | fn, |
vector< _Tp > & | result | ||
) | [inline] |
Definition at line 75 of file helper.hpp.
void cv::sortMatrixColumnsByIndices | ( | InputArray | src, |
InputArray | indices, | ||
OutputArray | dst | ||
) |
Definition at line 180 of file helper.cpp.
Mat cv::sortMatrixColumnsByIndices | ( | InputArray | src, |
InputArray | indices | ||
) |
Definition at line 199 of file helper.cpp.
void cv::sortMatrixRowsByIndices | ( | InputArray | src, |
InputArray | indices, | ||
OutputArray | dst | ||
) |
Definition at line 209 of file helper.cpp.
Mat cv::sortMatrixRowsByIndices | ( | InputArray | src, |
InputArray | indices | ||
) |
Definition at line 228 of file helper.cpp.
void cv::writeFileNodeList | ( | FileStorage & | fs, |
const string & | name, | ||
const vector< _Tp > & | items | ||
) | [inline] |
Definition at line 90 of file helper.hpp.