Visual Servoing Platform
version 3.2.0 under development (2019-01-22)
|
This is the complete list of members for vpImage< Type >, including all inherited members.
bitmap | vpImage< Type > | |
destroy() | vpImage< Type > | |
display | vpImage< Type > | |
doubleSizeImage(vpImage< Type > &res) | vpImage< Type > | |
getCols() const | vpImage< Type > | inline |
getHeight() const | vpImage< Type > | inline |
getMaxValue() const | vpImage< Type > | |
getMeanValue() const | vpImage< Type > | |
getMinMaxLoc(vpImagePoint *minLoc, vpImagePoint *maxLoc, Type *minVal=NULL, Type *maxVal=NULL) const | vpImage< Type > | |
getMinMaxValue(Type &min, Type &max) const | vpImage< Type > | |
getMinValue() const | vpImage< Type > | |
getNumberOfPixel() const | vpImage< Type > | inline |
getRows() const | vpImage< Type > | inline |
getSize() const | vpImage< Type > | inline |
getSum() const | vpImage< Type > | inline |
getValue(unsigned int i, unsigned int j) const | vpImage< Type > | inline |
getValue(double i, double j) const | vpImage< Type > | |
getValue(vpImagePoint &ip) const | vpImage< Type > | inline |
getWidth() const | vpImage< Type > | inline |
halfSizeImage(vpImage< Type > &res) const | vpImage< Type > | |
init(unsigned int height, unsigned int width) | vpImage< Type > | |
init(unsigned int height, unsigned int width, Type value) | vpImage< Type > | |
init(Type *const array, const unsigned int height, const unsigned int width, const bool copyData=false) | vpImage< Type > | |
insert(const vpImage< Type > &src, const vpImagePoint &topLeft) | vpImage< Type > | |
operator!=(const vpImage< Type > &I) | vpImage< Type > | |
operator()(const unsigned int i, const unsigned int j) const | vpImage< Type > | inline |
operator()(const unsigned int i, const unsigned int j, const Type &v) | vpImage< Type > | inline |
operator()(const vpImagePoint &ip) const | vpImage< Type > | inline |
operator()(const vpImagePoint &ip, const Type &v) | vpImage< Type > | inline |
operator-(const vpImage< Type > &B) | vpImage< Type > | |
operator<<(std::ostream &s, const vpImage< Type > &I) | vpImage< Type > | friend |
operator<<(std::ostream &s, const vpImage< unsigned char > &I) | vpImage< Type > | friend |
operator<<(std::ostream &s, const vpImage< char > &I) | vpImage< Type > | friend |
operator<<(std::ostream &s, const vpImage< float > &I) | vpImage< Type > | friend |
operator<<(std::ostream &s, const vpImage< double > &I) | vpImage< Type > | friend |
operator=(vpImage< Type > other) | vpImage< Type > | |
operator=(const Type &v) | vpImage< Type > | |
operator==(const vpImage< Type > &I) | vpImage< Type > | |
operator[](const unsigned int i) | vpImage< Type > | inline |
operator[](const int i) | vpImage< Type > | inline |
operator[](unsigned int i) const | vpImage< Type > | inline |
operator[](int i) const | vpImage< Type > | inline |
performLut(const Type(&lut)[256], const unsigned int nbThreads=1) | vpImage< Type > | |
quarterSizeImage(vpImage< Type > &res) const | vpImage< Type > | |
resize(const unsigned int h, const unsigned int w) | vpImage< Type > | |
resize(const unsigned int h, const unsigned int w, const Type &val) | vpImage< Type > | |
sub(const vpImage< Type > &B, vpImage< Type > &C) | vpImage< Type > | |
sub(const vpImage< Type > &A, const vpImage< Type > &B, vpImage< Type > &C) | vpImage< Type > | |
subsample(unsigned int v_scale, unsigned int h_scale, vpImage< Type > &sampled) const | vpImage< Type > | |
swap(vpImage< Type > &first, vpImage< Type > &second) | vpImage< Type > | friend |
vpImage() | vpImage< Type > | |
vpImage(const vpImage< Type > &) | vpImage< Type > | |
vpImage(vpImage< Type > &&) | vpImage< Type > | |
vpImage(unsigned int height, unsigned int width) | vpImage< Type > | |
vpImage(unsigned int height, unsigned int width, Type value) | vpImage< Type > | |
vpImage(Type *const array, const unsigned int height, const unsigned int width, const bool copyData=false) | vpImage< Type > | |
vpImageConvert class | vpImage< Type > | friend |
~vpImage() | vpImage< Type > | virtual |