#include "img-precomp.h"#include <mrpt/img/CImage.h>#include <mrpt/io/CFileInputStream.h>#include <mrpt/io/CFileOutputStream.h>#include <mrpt/io/CMemoryStream.h>#include <mrpt/io/zip.h>#include <mrpt/math/CMatrix.h>#include <mrpt/math/fourier.h>#include <mrpt/math/utils.h>#include <mrpt/core/round.h>#include <mrpt/system/CTicTac.h>#include <mrpt/system/CTimeLogger.h>#include <mrpt/system/memory.h>#include <mrpt/system/filesystem.h>#include <mrpt/serialization/CArchive.h>#include <iostream>#include <mrpt/otherlibs/do_opencv_includes.h>#include <mexplus/mxarray.h>#include "CImage_SSEx.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 60 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 2561 of file CImage.cpp.
|
static |
| IplImage* ipl_to_grayscale | ( | const IplImage * | img_src | ) |
Definition at line 1003 of file CImage.cpp.
References ASSERT_, and image_SSSE3_bgr_to_gray_8u().
Referenced by mrpt::img::CImage::grayscale(), and mrpt::img::CImage::grayscaleInPlace().
| Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST |