#include "base-precomp.h"#include <mrpt/utils/CImage.h>#include <mrpt/utils/CFileInputStream.h>#include <mrpt/utils/CFileOutputStream.h>#include <mrpt/utils/CMemoryStream.h>#include <mrpt/compress/zip.h>#include <mrpt/math/CMatrix.h>#include <mrpt/math/fourier.h>#include <mrpt/math/utils.h>#include <mrpt/utils/round.h>#include <mrpt/utils/CTicTac.h>#include <mrpt/utils/CTimeLogger.h>#include <mrpt/system/memory.h>#include <mrpt/system/filesystem.h>#include <mrpt/otherlibs/do_opencv_includes.h>#include <mexplus/mxarray.h>#include "CImage_SSEx.h"#include <wx/image.h>Go to the source code of this file.
Macros | |
| #define | IMAGE_ALLOC_PERFLOG 0 |
Functions | |
| static std::string | IMAGES_PATH_BASE (".") |
| IplImage * | ipl_to_grayscale (const IplImage *img_src) |
| template<unsigned int HALF_WIN_SIZE> | |
| void | image_KLT_response_template (const uint8_t *in, const int widthStep, int x, int y, int32_t &_gxx, int32_t &_gyy, int32_t &_gxy) |
| #define IMAGE_ALLOC_PERFLOG 0 |
Definition at line 65 of file CImage.cpp.
| void image_KLT_response_template | ( | const uint8_t * | in, |
| const int | widthStep, | ||
| int | x, | ||
| int | y, | ||
| int32_t & | _gxx, | ||
| int32_t & | _gyy, | ||
| int32_t & | _gxy | ||
| ) |
Definition at line 2576 of file CImage.cpp.
|
static |
Referenced by mrpt::utils::CImage::getExternalStorageFileAbsolutePath(), mrpt::utils::CImage::getImagesPathBase(), and mrpt::utils::CImage::setImagesPathBase().

| IplImage* ipl_to_grayscale | ( | const IplImage * | img_src | ) |
Definition at line 1008 of file CImage.cpp.
References ASSERT_, image_SSSE3_bgr_to_gray_8u(), and mrpt::system::is_aligned< 16 >().
Referenced by mrpt::utils::CImage::grayscale(), and mrpt::utils::CImage::grayscaleInPlace().


| Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019 |