MRPT  2.0.2
mrpt::img::CImage Member List

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

_GetBaseClass()mrpt::img::CImageprotectedstatic
asCvMat(cv::Mat &out_img, copy_type_t copy_type) constmrpt::img::CImage
asCvMat(copy_type_t copy_type) constmrpt::img::CImageinline
asCvMatRef()mrpt::img::CImage
asCvMatRef() constmrpt::img::CImage
at(unsigned int col, unsigned int row, unsigned int channel=0) constmrpt::img::CImageinline
at(unsigned int col, unsigned int row, unsigned int channel=0)mrpt::img::CImageinline
CCanvas()=defaultmrpt::img::CCanvas
CImage()mrpt::img::CImage
CImage(unsigned int width, unsigned int height, TImageChannels nChannels=CH_RGB)mrpt::img::CImage
CImage(const CImage &other_img, ctor_CImage_ref_or_gray)mrpt::img::CImageinline
CImage(const cv::Mat &img, copy_type_t copy_type)mrpt::img::CImage
CImage(const CImage &img, copy_type_t copy_type)mrpt::img::CImage
classNamemrpt::img::CImagestatic
clear()mrpt::img::CImage
clone() const overridemrpt::img::CImagevirtual
colorImage() constmrpt::img::CImage
colorImage(CImage &ret) constmrpt::img::CImage
ConstPtr typedefmrpt::img::CImage
ConstUniquePtr typedefmrpt::img::CImage
copyFastFrom(CImage &o)mrpt::img::CImageinline
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
CreateAlloc(const Alloc &alloc, Args &&... args)mrpt::img::CImageinlinestatic
CreateObject()mrpt::img::CImagestatic
CreateUnique(Args &&... args)mrpt::img::CImageinlinestatic
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_COMPRESSION(bool val)mrpt::img::CImagestatic
DISABLE_JPEG_COMPRESSION()mrpt::img::CImagestatic
DISABLE_ZIP_COMPRESSION(bool val)mrpt::img::CImagestatic
DISABLE_ZIP_COMPRESSION()mrpt::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, const bool showScale=false, const char marker='+')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) overridemrpt::img::CImagevirtual
mrpt::img::CCanvas::drawImage(int x, int y, const mrpt::img::CImage &img, float rotation, float scale)mrpt::img::CCanvasvirtual
drawMark(int x0, int y0, const mrpt::img::TColor color, char type, int size=5, unsigned int width=1)mrpt::img::CCanvas
duplicateGetSmartPtr() constmrpt::rtti::CObjectinline
ellipseGaussian(const mrpt::math::CMatrixFixed< double, 2, 2 > &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::CCanvas
equalizeHist(CImage &out_img) constmrpt::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, double sigma=1.0) constmrpt::img::CImage
filterMedian(CImage &out_img, int W=3) constmrpt::img::CImage
flipHorizontal()mrpt::img::CImage
flipVertical()mrpt::img::CImage
forceLoad() constmrpt::img::CImageinline
get_unsafe(unsigned int col, unsigned int row, uint8_t channel=0) constmrpt::img::CImage
getAsFloat(unsigned int col, unsigned int row, unsigned int channel) constmrpt::img::CImage
getAsFloat(unsigned int col, unsigned int row) constmrpt::img::CImage
getAsIplImage(IplImage *dest) 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, bool normalize_01=true) constmrpt::img::CImage
getAsMatrix(mrpt::math::CMatrix_u8 &outMatrix, bool doResize=true, int x_min=0, int y_min=0, int x_max=-1, int y_max=-1) constmrpt::img::CImage
getAsMatrixTiled(mrpt::math::CMatrixFloat &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
getAsRGBMatrices(mrpt::math::CMatrix_u8 &outMatrixR, mrpt::math::CMatrix_u8 &outMatrixG, mrpt::math::CMatrix_u8 &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
getPixelDepth() 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
internal_fromIPL(const IplImage *iplImage, copy_type_t c)mrpt::img::CImageprotected
internal_get(int col, int row, uint8_t channel=0) constmrpt::img::CImageprotected
isColor() constmrpt::img::CImage
isEmpty() 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(const IplImage *iplImage, copy_type_t c=DEEP_COPY)mrpt::img::CImageinline
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_implmrpt::img::CImageprotected
m_selectedFontmrpt::img::CCanvasprotected
m_selectedFontBitmapsmrpt::img::CCanvasprotected
makeDeepCopy() constmrpt::img::CImage
makeShallowCopy() constmrpt::img::CImageinline
makeSureImageIsLoaded() constmrpt::img::CImageprotected
normalize()mrpt::img::CImage
operator()(unsigned int col, unsigned int row, unsigned int channel=0) constmrpt::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(unsigned int col, unsigned int row, unsigned int channel=0) constmrpt::img::CImageinline
ptr(unsigned int col, unsigned int row, unsigned int channel=0)mrpt::img::CImageinline
Ptr typedefmrpt::img::CImage
ptrLine(unsigned int row) constmrpt::img::CImageinline
ptrLine(unsigned int row)mrpt::img::CImageinline
rectangle(int x0, int y0, int x1, int y1, const mrpt::img::TColor color, unsigned int width=1)mrpt::img::CCanvas
rectifyImageInPlace(void *mapX, void *mapY)mrpt::img::CImage
resize(std::size_t width, std::size_t height, TImageChannels nChannels, PixelDepth depth=PixelDepth::D8U)mrpt::img::CImage
rotateImage(CImage &out_img, double ang, unsigned int cx, unsigned int cy, double scale=1.0) constmrpt::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(TInterpolationMethod interp) constmrpt::img::CImageinline
scaleDouble(CImage &out_image, TInterpolationMethod interp) constmrpt::img::CImage
scaleHalf(TInterpolationMethod interp) constmrpt::img::CImageinline
scaleHalf(CImage &out_image, TInterpolationMethod interp) constmrpt::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_QUALITY(int q)mrpt::img::CImagestatic
SERIALIZATION_JPEG_QUALITY()mrpt::img::CImagestatic
serializeFrom(mrpt::serialization::CArchive &in, uint8_t serial_version) overridemrpt::img::CImageprotectedvirtual
mrpt::serialization::CSerializable::serializeFrom(CSchemeArchiveBase &in)mrpt::serialization::CSerializableinlineprotectedvirtual
serializeGetVersion() const overridemrpt::img::CImageprotectedvirtual
serializeTo(mrpt::serialization::CArchive &out) const overridemrpt::img::CImageprotectedvirtual
mrpt::serialization::CSerializable::serializeTo(CSchemeArchiveBase &out) constmrpt::serialization::CSerializableinlineprotectedvirtual
setExternalStorage(const std::string &fileName) noexceptmrpt::img::CImage
setFromImageReadOnly(const CImage &o)mrpt::img::CImageinline
setFromIplImageReadOnly(IplImage *iplImage)mrpt::img::CImageinline
setFromMatrix(const MAT &m, bool matrix_is_normalized=true)mrpt::img::CImageinline
setFromRGBMatrices(const MAT &r, const MAT &g, const MAT &b, bool matrix_is_normalized=true)mrpt::img::CImageinline
setImagesPathBase(const std::string &path)mrpt::img::CImagestatic
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
undistort(CImage &out_img, const mrpt::img::TCamera &cameraParams) constmrpt::img::CImage
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()=defaultmrpt::img::CCanvasvirtual
~CObject()=defaultmrpt::rtti::CObjectvirtual
~CSerializable() override=defaultmrpt::serialization::CSerializable



Page generated by Doxygen 1.8.14 for MRPT 2.0.2 Git: 9b4fd2465 Mon May 4 16:59:08 2020 +0200 at lun may 4 17:26:07 CEST 2020