Visual Servoing Platform
version 3.6.1 under development (2024-11-23)
|
This is the complete list of members for vpArray2D< Type >, including all inherited members.
colNum | vpArray2D< Type > | protected |
conv2(const vpArray2D< Type > &M, const vpArray2D< Type > &kernel, const std::string &mode) | vpArray2D< Type > | static |
conv2(const vpArray2D< Type > &M, const vpArray2D< Type > &kernel, vpArray2D< Type > &res, const std::string &mode) | vpArray2D< Type > | static |
data | vpArray2D< Type > | |
dsize | vpArray2D< Type > | protected |
from_json(const nlohmann::json &j, vpArray2D< T > &array) | vpArray2D< Type > | friend |
getCols() const | vpArray2D< Type > | inline |
getMaxValue() const | vpArray2D< Type > | |
getMinValue() const | vpArray2D< Type > | |
getRows() const | vpArray2D< Type > | inline |
hadamard(const vpArray2D< Type > &m) const | vpArray2D< Type > | |
insert(const vpArray2D< Type > &A, unsigned int r, unsigned int c) | vpArray2D< Type > | inline |
insert(const vpArray2D< Type > &A, const vpArray2D< Type > &B, unsigned int r, unsigned int c) | vpArray2D< Type > | |
insert(const vpArray2D< Type > &A, const vpArray2D< Type > &B, vpArray2D< Type > &C, unsigned int r, unsigned int c) | vpArray2D< Type > | related |
load(const std::string &filename, vpArray2D< Type > &A, bool binary=false, char *header=nullptr) | vpArray2D< Type > | inlinestatic |
loadYAML(const std::string &filename, vpArray2D< Type > &A, char *header=nullptr) | vpArray2D< Type > | inlinestatic |
operator!=(const vpArray2D< Type > &A) const | vpArray2D< Type > | |
operator!=(const vpArray2D< Type > &A) const | vpArray2D< Type > | related |
operator<<(std::ostream &s, const vpArray2D< Type > &A) | vpArray2D< Type > | friend |
operator=(Type x) | vpArray2D< Type > | inline |
operator=(const vpArray2D< Type > &A) | vpArray2D< Type > | inline |
operator==(const vpArray2D< Type > &A) const | vpArray2D< Type > | |
operator==(const vpArray2D< double > &A) const | vpArray2D< Type > | related |
operator==(const vpArray2D< float > &A) const | vpArray2D< Type > | related |
operator[](unsigned int i) | vpArray2D< Type > | inline |
operator[](unsigned int i) const | vpArray2D< Type > | inline |
reshape(unsigned int nrows, unsigned int ncols) | vpArray2D< Type > | inline |
resize(unsigned int nrows, unsigned int ncols, bool flagNullify=true, bool recopy_=true) | vpArray2D< Type > | inline |
rowNum | vpArray2D< Type > | protected |
rowPtrs | vpArray2D< Type > | protected |
save(const std::string &filename, const vpArray2D< Type > &A, bool binary=false, const char *header="") | vpArray2D< Type > | inlinestatic |
saveYAML(const std::string &filename, const vpArray2D< Type > &A, const char *header="") | vpArray2D< Type > | inlinestatic |
size() const | vpArray2D< Type > | inline |
t() const | vpArray2D< Type > | |
to_json(nlohmann::json &j, const vpArray2D< T > &array) | vpArray2D< Type > | friend |
vpArray2D() | vpArray2D< Type > | inline |
vpArray2D(const vpArray2D< Type > &A) | vpArray2D< Type > | inline |
vpArray2D(unsigned int r, unsigned int c) | vpArray2D< Type > | inline |
vpArray2D(unsigned int r, unsigned int c, Type val) | vpArray2D< Type > | inline |
vpArray2D(const std::vector< Type > &vec, unsigned int r=0, unsigned int c=0) | vpArray2D< Type > | inline |
vpGEMM(const vpArray2D< double > &A, const vpArray2D< double > &B, const double &alpha, const vpArray2D< double > &C, const double &beta, vpArray2D< double > &D, const unsigned int &ops=0) | vpArray2D< Type > | related |
vpGEMMmethod enum name | vpArray2D< Type > | related |
~vpArray2D() | vpArray2D< Type > | inlinevirtual |