Main MRPT website > C++ reference
MRPT logo

mrpt::utils::CImage Member List

This is the complete list of members for mrpt::utils::CImage, including all inherited members.
_GetBaseClass()mrpt::utils::CImage [protected, static]
_init_CImagemrpt::utils::CImage [protected, static]
CCanvas()mrpt::utils::CCanvas
changeSize(unsigned int width, unsigned int height, TImageChannels nChannels, bool originTopLeft)mrpt::utils::CImage [protected]
CImage()mrpt::utils::CImage
CImage(unsigned int width, unsigned int height, TImageChannels nChannels=CH_RGB, bool originTopLeft=true)mrpt::utils::CImage
CImage(const CImage &o)mrpt::utils::CImage
CImage(TConstructorFlags_CImage constructor_flag)mrpt::utils::CImage [inline]
CImage(const CImage &other_img, TConstructorFlags_CImage constructor_flag)mrpt::utils::CImage [inline]
CImage(void *iplImage)mrpt::utils::CImage
CImage(const Eigen::MatrixBase< Derived > &m, bool matrix_is_normalized)mrpt::utils::CImage [inline, explicit]
classCImagemrpt::utils::CImage [static]
classCObjectmrpt::utils::CObject [static]
classCSerializablemrpt::utils::CSerializable [static]
classinfomrpt::utils::CImage [static]
clone() const mrpt::utils::CObject [inline]
colorImage(CImage &ret) const mrpt::utils::CImage
colorImageInPlace()mrpt::utils::CImage
copyFastFrom(CImage &o)mrpt::utils::CImage
copyFromForceLoad(const CImage &o)mrpt::utils::CImage
correlate(const CImage &img2int, int width_init=0, int height_init=0) const mrpt::utils::CImage
Create()mrpt::utils::CImage [static]
CreateObject()mrpt::utils::CImage [static]
cross(int x0, int y0, const mrpt::utils::TColor color, char type, unsigned int size=5, unsigned int width=1)mrpt::utils::CCanvas
cross_correlation(const CImage &patch_img, size_t &u_max, size_t &v_max, double &max_val, int u_search_ini=-1, int v_search_ini=-1, int u_search_size=-1, int v_search_size=-1, CImage *out_corr_image=NULL) const mrpt::utils::CImage
cross_correlation_FFT(const CImage &in_img, math::CMatrixFloat &out_corr, int u_search_ini=-1, int v_search_ini=-1, int u_search_size=-1, int v_search_size=-1, float biasThisImg=0, float biasInImg=0) const mrpt::utils::CImage
DISABLE_ZIP_COMPRESSIONmrpt::utils::CImage [static]
drawChessboardCorners(std::vector< TPixelCoordf > &cornerCoords, unsigned int check_size_x, unsigned int check_size_y)mrpt::utils::CImage
drawCircle(int x, int y, int radius, const mrpt::utils::TColor &color=mrpt::utils::TColor(255, 255, 255), unsigned int width=1)mrpt::utils::CImage
mrpt::utils::CCanvas::drawCircle(int x, int y, int radius, const mrpt::utils::TColor color=mrpt::utils::TColor(255, 255, 255), unsigned int width=1)mrpt::utils::CCanvas [virtual]
drawFeatures(const FEATURELIST &list, const TColor &color=TColor::red, const bool showIDs=false, const bool showResponse=false)mrpt::utils::CCanvas [inline]
drawFeaturesSimple(const FEATURELIST &list, const TColor &color=TColor::red)mrpt::utils::CCanvas [inline]
drawImage(int x, int y, const utils::CImage &img)mrpt::utils::CCanvas [virtual]
drawImage(int x, int y, const utils::CImage &img, float rotation, float scale)mrpt::utils::CCanvas [virtual]
duplicate() const mrpt::utils::CImage [virtual]
duplicateGetSmartPtr() const mrpt::utils::CObject [inline]
ellipseGaussian(const MATRIX2X2 *cov2D, const double mean_x, const double mean_y, double confIntervalStds=2, const mrpt::utils::TColor color=mrpt::utils::TColor(255, 255, 255), unsigned int width=1, int nEllipsePoints=20)mrpt::utils::CCanvas [inline]
equalizeHist(CImage &outImg) const mrpt::utils::CImage
equalizeHistInPlace()mrpt::utils::CImage
extract_patch(CImage &patch, const unsigned int col=0, const unsigned int row=0, const unsigned int width=1, const unsigned int height=1) const mrpt::utils::CImage
filledRectangle(int x0, int y0, int x1, int y1, const mrpt::utils::TColor color)mrpt::utils::CCanvas [virtual]
filterGaussian(CImage &out_img, int W=3, int H=3) const mrpt::utils::CImage
filterGaussianInPlace(int W=3, int H=3)mrpt::utils::CImage
filterMedian(CImage &out_img, int W=3) const mrpt::utils::CImage
filterMedianInPlace(int W=3)mrpt::utils::CImage
flipVertical(bool also_swapRB=false)mrpt::utils::CImage
forceLoad()mrpt::utils::CImage [inline]
get_unsafe(unsigned int col, unsigned int row, unsigned int channel=0) const mrpt::utils::CImage
getAs() const mrpt::utils::CImage [inline]
getAs()mrpt::utils::CImage [inline]
getAsFloat(unsigned int col, unsigned int row, unsigned int channel) const mrpt::utils::CImage
getAsFloat(unsigned int col, unsigned int row) const mrpt::utils::CImage
getAsIplImage() const mrpt::utils::CImage [inline]
getAsMatrix(mrpt::math::CMatrixFloat &outMatrix, bool doResize=true, int x_min=0, int y_min=0, int x_max=-1, int y_max=-1) const mrpt::utils::CImage
getAsMatrixTiled(math::CMatrix &outMatrix) const mrpt::utils::CImage
getChannelCount() const mrpt::utils::CImage
getChannelsOrder() const mrpt::utils::CImage
getExternalStorageFile() const MRPT_NO_THROWSmrpt::utils::CImage [inline]
getExternalStorageFileAbsolutePath(std::string &out_path) const mrpt::utils::CImage
getExternalStorageFileAbsolutePath() const mrpt::utils::CImage [inline]
getHeight() const mrpt::utils::CImage [virtual]
getMaxAsFloat() const mrpt::utils::CImage
GetRuntimeClass() const mrpt::utils::CImage [virtual]
getSize(TImageSize &s) const mrpt::utils::CImage
getSize() const mrpt::utils::CImage [inline]
getWidth() const mrpt::utils::CImage [virtual]
grayscale() const mrpt::utils::CImage
grayscale(CImage &ret) const mrpt::utils::CImage
grayscaleInPlace()mrpt::utils::CImage
IMAGES_PATH_BASEmrpt::utils::CImage [static]
imgmrpt::utils::CImage [protected]
isColor() const mrpt::utils::CImage
isExternallyStored() const MRPT_NO_THROWSmrpt::utils::CImage [inline]
isOriginTopLeft() const mrpt::utils::CImage
joinImagesHorz(const CImage &im1, const CImage &im2)mrpt::utils::CImage
KLT_response(const unsigned int x, const unsigned int y, const unsigned int half_window_size) const mrpt::utils::CImage
line(int x0, int y0, int x1, int y1, const mrpt::utils::TColor color, unsigned int width=1, TPenStyle penStyle=psSolid)mrpt::utils::CImage [virtual]
loadFromFile(const std::string &fileName, int isColor=-1)mrpt::utils::CImage
loadFromIplImage(void *iplImage)mrpt::utils::CImage
loadFromMemoryBuffer(unsigned int width, unsigned int height, bool color, unsigned char *rawpixels, bool swapRedBlue=false)mrpt::utils::CImage
loadFromMemoryBuffer(unsigned int width, unsigned int height, unsigned int bytesPerRow, unsigned char *red, unsigned char *green, unsigned char *blue)mrpt::utils::CImage
loadFromStreamAsJPEG(CStream &in)mrpt::utils::CImage
m_externalFilemrpt::utils::CImage [mutable, protected]
m_imgIsExternalStoragemrpt::utils::CImage [mutable, protected]
m_imgIsReadOnlymrpt::utils::CImage [protected]
m_selectedFontmrpt::utils::CCanvas [protected]
m_selectedFontBitmapsmrpt::utils::CCanvas [protected]
makeSureImageIsLoaded() const mrpt::utils::CImage [protected]
mrpt::utils::CStream classmrpt::utils::CSerializable [friend]
normalize()mrpt::utils::CImage
operator()(unsigned int col, unsigned int row, unsigned int channel=0) const mrpt::utils::CImage
operator=(const CImage &o)mrpt::utils::CImage
psDash enum valuemrpt::utils::CCanvas
psDashDot enum valuemrpt::utils::CCanvas
psDashDotDot enum valuemrpt::utils::CCanvas
psDot enum valuemrpt::utils::CCanvas
psSolid enum valuemrpt::utils::CCanvas
readFromStream(mrpt::utils::CStream &in, int version)=0mrpt::utils::CSerializable [protected, pure virtual]
rectangle(int x0, int y0, int x1, int y1, const mrpt::utils::TColor color, unsigned int width=1)mrpt::utils::CCanvas
rectifyImage(CImage &out_img, const mrpt::utils::TCamera &cameraParams) const mrpt::utils::CImage
rectifyImage(CImage &out_img, const math::CMatrixDouble33 &cameraMatrix, const vector_double &distCoeff) const mrpt::utils::CImage [inline]
rectifyImageInPlace(const mrpt::utils::TCamera &cameraParams)mrpt::utils::CImage
rectifyImageInPlace(const math::CMatrixDouble33 &cameraMatrix, const vector_double &distCoeff)mrpt::utils::CImage [inline]
rectifyImageInPlace(void *mapX, void *mapY)mrpt::utils::CImage
releaseIpl(bool thisIsExternalImgUnload=false) MRPT_NO_THROWSmrpt::utils::CImage [protected]
resize(unsigned int width, unsigned int height, TImageChannels nChannels, bool originTopLeft)mrpt::utils::CImage [inline]
rotateImage(double angle_radians, unsigned int center_x, unsigned int center_y, double scale=1.0)mrpt::utils::CImage
saveToFile(const std::string &fileName, int jpeg_quality=95) const mrpt::utils::CImage
saveToStreamAsJPEG(CStream &out) const mrpt::utils::CImage
scaleDouble() const mrpt::utils::CImage
scaleHalf() const mrpt::utils::CImage
scaleImage(unsigned int width, unsigned int height, TInterpolationMethod interp=IMG_INTERP_CUBIC)mrpt::utils::CImage
scaleImage(CImage &out_img, unsigned int width, unsigned int height, TInterpolationMethod interp=IMG_INTERP_CUBIC) const mrpt::utils::CImage
selectTextFont(const std::string &fontName)mrpt::utils::CCanvas [virtual]
setExternalStorage(const std::string &fileName) MRPT_NO_THROWSmrpt::utils::CImage
setFromImageReadOnly(const CImage &other_img)mrpt::utils::CImage [inline]
setFromIplImage(void *iplImage)mrpt::utils::CImage
setFromIplImageReadOnly(void *iplImage)mrpt::utils::CImage
setFromMatrix(const Eigen::MatrixBase< Derived > &m, bool matrix_is_normalized=true)mrpt::utils::CImage [inline]
setOriginTopLeft(bool val)mrpt::utils::CImage
setPixel(int x, int y, size_t color)mrpt::utils::CImage [virtual]
SmartPtr typedefmrpt::utils::CImage
swap(CImage &o)mrpt::utils::CImage
swapRB()mrpt::utils::CImage
textOut(int x0, int y0, const std::string &str, const mrpt::utils::TColor color)mrpt::utils::CCanvas [virtual]
TPenStyle enum namemrpt::utils::CCanvas
triangle(int x0, int y0, int size, const mrpt::utils::TColor color, bool inferior=true, unsigned int width=1)mrpt::utils::CCanvas
unload() MRPT_NO_THROWSmrpt::utils::CImage
update_patch(const CImage &patch, const unsigned int col, const unsigned int row)mrpt::utils::CImage
writeToStream(mrpt::utils::CStream &out, int *getVersion) const =0mrpt::utils::CSerializable [protected, pure virtual]
~CCanvas()mrpt::utils::CCanvas [inline, virtual]
~CImage()mrpt::utils::CImage [virtual]
~CObject()mrpt::utils::CObject [inline, virtual]
~CSerializable()mrpt::utils::CSerializable [inline, virtual]



Page generated by Doxygen 1.7.1 for MRPT 0.9.4 SVN: at Mon Jan 10 23:33:19 UTC 2011