MRPT  1.9.9
mrpt::img::CImage Member List

This is the complete list of members for mrpt::img::CImage, including all inherited members.

_GetBaseClass()mrpt::img::CImageprotectedstatic
_init_CImagemrpt::img::CImageprotectedstatic
CCanvas()mrpt::img::CCanvas
changeSize(unsigned int width, unsigned int height, TImageChannels nChannels, bool originTopLeft)mrpt::img::CImageprotected
CImage()mrpt::img::CImage
CImage(unsigned int width, unsigned int height, TImageChannels nChannels=CH_RGB, bool originTopLeft=true)mrpt::img::CImage
CImage(const CImage &o)mrpt::img::CImage
CImage(TConstructorFlags_CImage)mrpt::img::CImageinline
CImage(const CImage &other_img, TConstructorFlags_CImage constructor_flag)mrpt::img::CImageinline
CImage(void *iplImage)mrpt::img::CImage
CImage(const Eigen::MatrixBase< Derived > &m, bool matrix_is_normalized)mrpt::img::CImageinlineexplicit
classNamemrpt::img::CImagestatic
clone() const overridemrpt::img::CImagevirtual
colorImage(CImage &ret) constmrpt::img::CImage
colorImageInPlace()mrpt::img::CImage
ConstPtr typedefmrpt::img::CImage
ConstUniquePtr typedefmrpt::img::CImage
copyFastFrom(CImage &o)mrpt::img::CImage
copyFromForceLoad(const CImage &o)mrpt::img::CImage
correlate(const CImage &img2int, int width_init=0, int height_init=0) constmrpt::img::CImage
Create(Args &&... args)mrpt::img::CImageinlinestatic
CreateObject()mrpt::img::CImagestatic
CreateUnique(Args &&... args)mrpt::img::CImageinlinestatic
cross(int x0, int y0, const mrpt::img::TColor color, char type, unsigned int size=5, unsigned int width=1)mrpt::img::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=nullptr) constmrpt::img::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) constmrpt::img::CImage
DISABLE_JPEG_COMPRESSIONmrpt::img::CImagestatic
DISABLE_ZIP_COMPRESSIONmrpt::img::CImagestatic
drawChessboardCorners(std::vector< TPixelCoordf > &cornerCoords, unsigned int check_size_x, unsigned int check_size_y, unsigned int lines_width=1, unsigned int circles_radius=4)mrpt::img::CImage
drawCircle(int x, int y, int radius, const mrpt::img::TColor &color=mrpt::img::TColor(255, 255, 255), unsigned int width=1) overridemrpt::img::CImagevirtual
drawFeatures(const FEATURELIST &list, const TColor &color=TColor::red(), const bool showIDs=false, const bool showResponse=false)mrpt::img::CCanvasinline
drawFeaturesSimple(const FEATURELIST &list, const TColor &color=TColor::red(), const int cross_size=5)mrpt::img::CCanvasinline
drawImage(int x, int y, const mrpt::img::CImage &img)mrpt::img::CCanvasvirtual
drawImage(int x, int y, const mrpt::img::CImage &img, float rotation, float scale)mrpt::img::CCanvasvirtual
duplicateGetSmartPtr() constmrpt::rtti::CObjectinline
ellipseGaussian(const MATRIX2X2 *cov2D, const double mean_x, const double mean_y, double confIntervalStds=2, const mrpt::img::TColor &color=mrpt::img::TColor(255, 255, 255), unsigned int width=1, int nEllipsePoints=20)mrpt::img::CCanvasinline
equalizeHist(CImage &outImg) constmrpt::img::CImage
equalizeHistInPlace()mrpt::img::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) constmrpt::img::CImage
filledRectangle(int x0, int y0, int x1, int y1, const mrpt::img::TColor color)mrpt::img::CCanvasvirtual
filterGaussian(CImage &out_img, int W=3, int H=3) constmrpt::img::CImage
filterGaussianInPlace(int W=3, int H=3)mrpt::img::CImage
filterMedian(CImage &out_img, int W=3) constmrpt::img::CImage
filterMedianInPlace(int W=3)mrpt::img::CImage
flipHorizontal()mrpt::img::CImage
flipVertical(bool also_swapRB=false)mrpt::img::CImage
forceLoad() constmrpt::img::CImageinline
get_unsafe(unsigned int col, unsigned int row, unsigned int channel=0) constmrpt::img::CImage
getAs() constmrpt::img::CImageinline
getAs()mrpt::img::CImageinline
getAsFloat(unsigned int col, unsigned int row, unsigned int channel) constmrpt::img::CImage
getAsFloat(unsigned int col, unsigned int row) constmrpt::img::CImage
getAsMatrix(mrpt::math::CMatrixFloat &outMatrix, bool doResize=true, int x_min=0, int y_min=0, int x_max=-1, int y_max=-1) constmrpt::img::CImage
getAsMatrixTiled(math::CMatrix &outMatrix) constmrpt::img::CImage
getAsRGBMatrices(mrpt::math::CMatrixFloat &outMatrixR, mrpt::math::CMatrixFloat &outMatrixG, mrpt::math::CMatrixFloat &outMatrixB, bool doResize=true, int x_min=0, int y_min=0, int x_max=-1, int y_max=-1) constmrpt::img::CImage
getChannelCount() constmrpt::img::CImage
getChannelsOrder() constmrpt::img::CImage
getClassName()mrpt::img::CImageinlinestatic
getExternalStorageFile() const noexceptmrpt::img::CImageinline
getExternalStorageFileAbsolutePath(std::string &out_path) constmrpt::img::CImage
getExternalStorageFileAbsolutePath() constmrpt::img::CImageinline
getHeight() const overridemrpt::img::CImagevirtual
getImagesPathBase()mrpt::img::CImagestatic
getMaxAsFloat() constmrpt::img::CImage
getRowStride() constmrpt::img::CImage
GetRuntimeClass() const overridemrpt::img::CImagevirtual
GetRuntimeClassIdStatic()mrpt::img::CImagestatic
getSize(TImageSize &s) constmrpt::img::CImage
getSize() constmrpt::img::CImageinline
getWidth() const overridemrpt::img::CImagevirtual
grayscale() constmrpt::img::CImage
grayscale(CImage &ret) constmrpt::img::CImage
grayscaleInPlace()mrpt::img::CImage
imgmrpt::img::CImageprotected
isColor() constmrpt::img::CImage
isExternallyStored() const noexceptmrpt::img::CImageinline
isOriginTopLeft() constmrpt::img::CImage
joinImagesHorz(const CImage &im1, const CImage &im2)mrpt::img::CImage
KLT_response(const unsigned int x, const unsigned int y, const unsigned int half_window_size) constmrpt::img::CImage
line(int x0, int y0, int x1, int y1, const mrpt::img::TColor color, unsigned int width=1, TPenStyle penStyle=psSolid) overridemrpt::img::CImagevirtual
loadFromFile(const std::string &fileName, int isColor=-1)mrpt::img::CImage
loadFromIplImage(void *iplImage)mrpt::img::CImage
loadFromMemoryBuffer(unsigned int width, unsigned int height, bool color, unsigned char *rawpixels, bool swapRedBlue=false)mrpt::img::CImage
loadFromMemoryBuffer(unsigned int width, unsigned int height, unsigned int bytesPerRow, unsigned char *red, unsigned char *green, unsigned char *blue)mrpt::img::CImage
loadFromStreamAsJPEG(mrpt::io::CStream &in)mrpt::img::CImage
loadFromXPM(const char *const *xpm_array, bool swap_rb=true)mrpt::img::CImage
loadTGA(const std::string &fileName, mrpt::img::CImage &out_RGB, mrpt::img::CImage &out_alpha)mrpt::img::CImagestatic
m_externalFilemrpt::img::CImagemutableprotected
m_imgIsExternalStoragemrpt::img::CImagemutableprotected
m_imgIsReadOnlymrpt::img::CImageprotected
m_selectedFontmrpt::img::CCanvasprotected
m_selectedFontBitmapsmrpt::img::CCanvasprotected
makeSureImageIsLoaded() constmrpt::img::CImageprotected
normalize()mrpt::img::CImage
operator delete(void *ptr) noexceptmrpt::img::CImageinline
operator delete(void *memory, void *ptr) noexceptmrpt::img::CImageinline
operator delete(void *ptr, const std::nothrow_t &) noexceptmrpt::img::CImageinline
operator delete[](void *ptr) noexceptmrpt::img::CImageinline
operator new(size_t size)mrpt::img::CImageinline
operator new(size_t size, void *ptr)mrpt::img::CImageinlinestatic
operator new(size_t size, const std::nothrow_t &) noexceptmrpt::img::CImageinline
operator new[](size_t size)mrpt::img::CImageinline
operator()(unsigned int col, unsigned int row, unsigned int channel=0) constmrpt::img::CImage
operator=(const CImage &o)mrpt::img::CImage
psDash enum valuemrpt::img::CCanvas
psDashDot enum valuemrpt::img::CCanvas
psDashDotDot enum valuemrpt::img::CCanvas
psDot enum valuemrpt::img::CCanvas
psSolid enum valuemrpt::img::CCanvas
Ptr typedefmrpt::img::CImage
rectangle(int x0, int y0, int x1, int y1, const mrpt::img::TColor color, unsigned int width=1)mrpt::img::CCanvas
rectifyImage(CImage &out_img, const mrpt::img::TCamera &cameraParams) constmrpt::img::CImage
rectifyImageInPlace(const mrpt::img::TCamera &cameraParams)mrpt::img::CImage
rectifyImageInPlace(void *mapX, void *mapY)mrpt::img::CImage
releaseIpl(bool thisIsExternalImgUnload=false) noexceptmrpt::img::CImageprotected
resize(unsigned int width, unsigned int height, TImageChannels nChannels, bool originTopLeft)mrpt::img::CImageinline
rotateImage(double angle_radians, unsigned int center_x, unsigned int center_y, double scale=1.0)mrpt::img::CImage
runtimeClassIdmrpt::img::CImageprotectedstatic
saveToFile(const std::string &fileName, int jpeg_quality=95) constmrpt::img::CImage
saveToStreamAsJPEG(mrpt::io::CStream &out, const int jpeg_quality=95) constmrpt::img::CImage
scaleDouble() constmrpt::img::CImageinline
scaleDouble(CImage &out_image) constmrpt::img::CImage
scaleHalf() constmrpt::img::CImageinline
scaleHalf(CImage &out_image) constmrpt::img::CImage
scaleHalfSmooth() constmrpt::img::CImageinline
scaleHalfSmooth(CImage &out_image) constmrpt::img::CImage
scaleImage(unsigned int width, unsigned int height, TInterpolationMethod interp=IMG_INTERP_CUBIC)mrpt::img::CImage
scaleImage(CImage &out_img, unsigned int width, unsigned int height, TInterpolationMethod interp=IMG_INTERP_CUBIC) constmrpt::img::CImage
selectTextFont(const std::string &fontName)mrpt::img::CCanvasvirtual
SERIALIZATION_JPEG_QUALITYmrpt::img::CImagestatic
serializeFrom(mrpt::serialization::CArchive &in, uint8_t serial_version) overridemrpt::img::CImageprotectedvirtual
serializeGetVersion() const overridemrpt::img::CImageprotectedvirtual
serializeTo(mrpt::serialization::CArchive &out) const overridemrpt::img::CImageprotectedvirtual
setChannelsOrder_BGR()mrpt::img::CImage
setChannelsOrder_RGB()mrpt::img::CImage
setExternalStorage(const std::string &fileName) noexceptmrpt::img::CImage
setFromImageReadOnly(const CImage &other_img)mrpt::img::CImageinline
setFromIplImage(void *iplImage)mrpt::img::CImage
setFromIplImageReadOnly(void *iplImage)mrpt::img::CImage
setFromMatrix(const Eigen::MatrixBase< Derived > &m, bool matrix_is_normalized=true)mrpt::img::CImageinline
setFromRGBMatrices(const Eigen::MatrixBase< Derived > &m_r, const Eigen::MatrixBase< Derived > &m_g, const Eigen::MatrixBase< Derived > &m_b, bool matrix_is_normalized=true)mrpt::img::CImageinline
setImagesPathBase(const std::string &path)mrpt::img::CImagestatic
setOriginTopLeft(bool val)mrpt::img::CImage
setPixel(int x, int y, size_t color) overridemrpt::img::CImagevirtual
swap(CImage &o)mrpt::img::CImage
swapRB()mrpt::img::CImage
textOut(int x0, int y0, const std::string &str, const mrpt::img::TColor color)mrpt::img::CCanvasvirtual
TPenStyle enum namemrpt::img::CCanvas
triangle(int x0, int y0, int size, const mrpt::img::TColor color, bool inferior=true, unsigned int width=1)mrpt::img::CCanvas
UniquePtr typedefmrpt::img::CImage
unload() const noexceptmrpt::img::CImage
update_patch(const CImage &patch, const unsigned int col, const unsigned int row)mrpt::img::CImage
writeToMatlab() constmrpt::serialization::CSerializableinlinevirtual
~CCanvas()mrpt::img::CCanvasinlinevirtual
~CImage()mrpt::img::CImagevirtual
~CObject()mrpt::rtti::CObjectinlinevirtual
~CSerializable()mrpt::serialization::CSerializableinlinevirtual



Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 7d5e6d718 Fri Aug 24 01:51:28 2018 +0200 at lun nov 2 08:35:50 CET 2020