Visual Servoing Platform  version 3.1.0
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() constvpImage< Type >
getMinMaxValue(Type &min, Type &max) constvpImage< Type >
getMinValue() constvpImage< Type >
getNumberOfPixel() constvpImage< Type >inline
getRows() constvpImage< Type >inline
getSize() constvpImage< Type >inline
getValue(double i, double j) constvpImage< Type >
getValue(vpImagePoint &ip) constvpImage< Type >inline
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, 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) constvpImage< Type >inline
operator()(const unsigned int i, const 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)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) constvpImage< Type >inline
operator[](int i) constvpImage< Type >inline
performLut(const Type(&lut)[256], const unsigned int nbThreads=1)vpImage< Type >
quarterSizeImage(vpImage< Type > &res) constvpImage< 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) constvpImage< 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 classvpImage< Type >friend
~vpImage()vpImage< Type >virtual