Visual Servoing Platform  version 3.3.0
vpImage Member List

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

bitmapvpImage
destroy()vpImage
displayvpImage
doubleSizeImage(vpImage< Type > &res)vpImage
getCols() constvpImageinline
getHeight() constvpImageinline
getMaxValue() constvpImage
getMeanValue() constvpImage
getMinMaxLoc(vpImagePoint *minLoc, vpImagePoint *maxLoc, Type *minVal=NULL, Type *maxVal=NULL) constvpImage
getMinMaxValue(Type &min, Type &max) constvpImage
getMinValue() constvpImage
getNumberOfPixel() constvpImageinline
getRows() constvpImageinline
getSize() constvpImageinline
getSum() constvpImageinline
getValue(unsigned int i, unsigned int j) constvpImageinline
getValue(double i, double j) constvpImage
getValue(const vpImagePoint &ip) constvpImageinline
getWidth() constvpImageinline
halfSizeImage(vpImage< Type > &res) constvpImage
init(unsigned int height, unsigned int width)vpImage
init(unsigned int height, unsigned int width, Type value)vpImage
init(Type *const array, unsigned int height, unsigned int width, bool copyData=false)vpImage
insert(const vpImage< Type > &src, const vpImagePoint &topLeft)vpImage
operator!=(const vpImage< Type > &I)vpImage
operator()(unsigned int i, unsigned int j) constvpImageinline
operator()(unsigned int i, unsigned int j, const Type &v)vpImageinline
operator()(const vpImagePoint &ip) constvpImageinline
operator()(const vpImagePoint &ip, const Type &v)vpImageinline
operator-(const vpImage< Type > &B)vpImage
operator<<(std::ostream &s, const vpImage< Type > &I)vpImagefriend
operator<<(std::ostream &s, const vpImage< unsigned char > &I)vpImagefriend
operator<<(std::ostream &s, const vpImage< char > &I)vpImagefriend
operator<<(std::ostream &s, const vpImage< float > &I)vpImagefriend
operator<<(std::ostream &s, const vpImage< double > &I)vpImagefriend
operator=(vpImage< Type > other)vpImage
operator=(const Type &v)vpImage
operator==(const vpImage< Type > &I)vpImage
operator[](unsigned int i)vpImageinline
operator[](int i)vpImageinline
operator[](unsigned int i) constvpImageinline
operator[](int i) constvpImageinline
performLut(const Type(&lut)[256], unsigned int nbThreads=1)vpImage
quarterSizeImage(vpImage< Type > &res) constvpImage
resize(unsigned int h, unsigned int w)vpImage
resize(unsigned int h, unsigned int w, const Type &val)vpImage
sub(const vpImage< Type > &B, vpImage< Type > &C)vpImage
sub(const vpImage< Type > &A, const vpImage< Type > &B, vpImage< Type > &C)vpImage
subsample(unsigned int v_scale, unsigned int h_scale, vpImage< Type > &sampled) constvpImage
swap(vpImage< Type > &first, vpImage< Type > &second)vpImagefriend
vpImage()vpImage
vpImage(const vpImage< Type > &)vpImage
vpImage(vpImage< Type > &&)vpImage
vpImage(unsigned int height, unsigned int width)vpImage
vpImage(unsigned int height, unsigned int width, Type value)vpImage
vpImage(Type *const array, unsigned int height, unsigned int width, bool copyData=false)vpImage
vpImageConvert classvpImagefriend
~vpImage()vpImagevirtual