Visual Servoing Platform  version 3.6.1 under development (2024-03-29)
vpImage< Type > Member List

This is the complete list of members for vpImage< Type >, including all inherited members.

bitmapvpImage< Type >
destroy()vpImage< Type >
displayvpImage< Type >
doubleSizeImage(vpImage< Type > &res)vpImage< Type >
getCols() constvpImage< Type >inline
getHeight() constvpImage< Type >inline
getMaxValue(bool onlyFiniteVal=true) constvpImage< Type >inline
getMeanValue(const vpImage< bool > *p_mask=nullptr, unsigned int *nbValidPoints=nullptr) constvpImage< Type >
getMinMaxLoc(vpImagePoint *minLoc, vpImagePoint *maxLoc, Type *minVal=nullptr, Type *maxVal=nullptr) constvpImage< Type >
getMinMaxValue(Type &min, Type &max, bool onlyFiniteVal=true) constvpImage< Type >
getMinMaxValue(double &min, double &max, bool onlyFiniteVal) constvpImage< Type >related
getMinMaxValue(float &min, float &max, bool onlyFiniteVal) constvpImage< Type >related
getMinMaxValue(vpRGBf &min, vpRGBf &max, bool onlyFiniteVal) constvpImage< Type >inline
getMinValue(bool onlyFiniteVal=true) constvpImage< Type >inline
getNumberOfPixel() constvpImage< Type >inline
getRows() constvpImage< Type >inline
getSize() constvpImage< Type >inline
getStdev(const vpImage< bool > *p_mask=nullptr, unsigned int *nbValidPoints=nullptr) constvpImage< Type >
getStdev(const double &mean, const vpImage< bool > *p_mask=nullptr, unsigned int *nbValidPoints=nullptr) constvpImage< Type >
getSum(const vpImage< bool > *p_mask=nullptr, unsigned int *nbValidPoints=nullptr) constvpImage< Type >inline
getValue(unsigned int i, unsigned int j) constvpImage< Type >inline
getValue(double i, double j) constvpImage< Type >inline
getValue(const vpImagePoint &ip) constvpImage< Type >inline
getValue(double i, double j) constvpImage< Type >related
getValue(const vpImagePoint &ip) constvpImage< Type >related
getWidth() constvpImage< Type >inline
halfSizeImage(vpImage< Type > &res) constvpImage< 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, unsigned int height, unsigned int width, bool copyData=false)vpImage< Type >
init(unsigned int h, unsigned int w, Type value)vpImage< Type >related
init(unsigned int h, unsigned int w)vpImage< Type >related
init(Type *const array, unsigned int h, unsigned int w, bool copyData)vpImage< Type >related
insert(const vpImage< Type > &src, const vpImagePoint &topLeft)vpImage< Type >
operator!=(const vpImage< Type > &I) constvpImage< Type >
operator()(unsigned int i, unsigned int j) constvpImage< Type >inline
operator()(unsigned int i, unsigned int j, const Type &v)vpImage< Type >inline
operator()(const vpImagePoint &ip) constvpImage< Type >inline
operator()(const vpImagePoint &ip, const Type &v)vpImage< Type >inline
operator-(const vpImage< Type > &B) constvpImage< 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) constvpImage< Type >
operator[](unsigned int i)vpImage< Type >inline
operator[](int i)vpImage< Type >inline
operator[](unsigned int i) constvpImage< Type >inline
operator[](int i) constvpImage< Type >inline
performLut(const Type(&lut)[256], unsigned int nbThreads=1)vpImage< Type >
performLut(const unsigned char(&lut)[256], unsigned int nbThreads)vpImage< Type >related
performLut(const vpRGBa(&lut)[256], unsigned int nbThreads)vpImage< Type >related
quarterSizeImage(vpImage< Type > &res) constvpImage< Type >
resize(unsigned int h, unsigned int w)vpImage< Type >
resize(unsigned int h, unsigned int w, const Type &val)vpImage< Type >
sub(const vpImage< Type > &B, vpImage< Type > &C) constvpImage< Type >
sub(const vpImage< Type > &A, const vpImage< Type > &B, vpImage< Type > &C) constvpImage< Type >
subsample(unsigned int v_scale, unsigned int h_scale, vpImage< Type > &sampled) constvpImage< Type >
swap(vpImage< Type > &first, vpImage< Type > &second)vpImage< Type >friend
vpImage()vpImage< Type >
vpImage(const 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, unsigned int height, unsigned int width, bool copyData=false)vpImage< Type >
vpImage(unsigned int h, unsigned int w)vpImage< Type >related
vpImage(unsigned int h, unsigned int w, Type value)vpImage< Type >related
vpImage(Type *const array, unsigned int h, unsigned int w, bool copyData)vpImage< Type >related
vpImage()vpImage< Type >related
vpImage(const vpImage< Type > &I)vpImage< Type >related
vpImageConvert classvpImage< Type >friend
~vpImage()vpImage< Type >virtual