#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 | |
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 57 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 2558 of file CImage.cpp.
IplImage* ipl_to_grayscale | ( | const IplImage * | img_src | ) |
Definition at line 1001 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.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |