Main MRPT website > C++ reference for MRPT 1.9.9
Macros | Functions
CImage.cpp File Reference
#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"
Include dependency graph for CImage.cpp:

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)
 

Macro Definition Documentation

◆ IMAGE_ALLOC_PERFLOG

#define IMAGE_ALLOC_PERFLOG   0

Definition at line 60 of file CImage.cpp.

Function Documentation

◆ image_KLT_response_template()

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 
)

Definition at line 2561 of file CImage.cpp.

◆ IMAGES_PATH_BASE()

static std::string IMAGES_PATH_BASE ( "."  )
static

◆ ipl_to_grayscale()

IplImage* ipl_to_grayscale ( const IplImage *  img_src)



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