MRPT  2.0.3
Macros | Functions | Variables
CImage.cpp File Reference
#include "img-precomp.h"
#include <mrpt/core/cpu.h>
#include <mrpt/core/round.h>
#include <mrpt/img/CImage.h>
#include <mrpt/io/CFileInputStream.h>
#include <mrpt/io/CFileOutputStream.h>
#include <mrpt/io/CMemoryStream.h>
#include <mrpt/math/CMatrixF.h>
#include <mrpt/math/fourier.h>
#include <mrpt/math/utils.h>
#include <mrpt/serialization/CArchive.h>
#include <mrpt/system/CTicTac.h>
#include <mrpt/system/CTimeLogger.h>
#include <mrpt/system/filesystem.h>
#include <mrpt/system/memory.h>
#include <iostream>
#include <mrpt/3rdparty/do_opencv_includes.h>
#include "CImage_impl.h"
#include <mexplus/mxarray.h>
#include "CImage.SSEx.h"

Go to the source code of this file.

Macros

#define IMAGE_ALLOC_PERFLOG   0
 
#define MRPT_DISABLE_FULL_OPTIMIZATION
 

Functions

static std::string IMAGES_PATH_BASE (".")
 
static int interpolationMethod2Cv (TInterpolationMethod i)
 
template<typename RET = uint32_t>
constexpr RET pixelDepth2CvDepth (PixelDepth d)
 
template<typename RET = uint32_t>
RET pixelDepth2IPLCvDepth (PixelDepth d)
 
static PixelDepth cvDepth2PixelDepth (int64_t d)
 
static bool my_img_to_grayscale (const cv::Mat &src, cv::Mat &dest)
 
template<unsigned int HALF_WIN_SIZE>
void MRPT_DISABLE_FULL_OPTIMIZATION image_KLT_response_template (const uint8_t *in, const int widthStep, unsigned int x, unsigned int y, int32_t &_gxx, int32_t &_gyy, int32_t &_gxy)
 

Variables

static bool DISABLE_JPEG_COMPRESSION_value = true
 
static int SERIALIZATION_JPEG_QUALITY_value = 95
 

Macro Definition Documentation

◆ IMAGE_ALLOC_PERFLOG

#define IMAGE_ALLOC_PERFLOG   0

Definition at line 83 of file CImage.cpp.

◆ MRPT_DISABLE_FULL_OPTIMIZATION

#define MRPT_DISABLE_FULL_OPTIMIZATION

Definition at line 1923 of file CImage.cpp.

Function Documentation

◆ cvDepth2PixelDepth()

static PixelDepth cvDepth2PixelDepth ( int64_t  d)
static

◆ image_KLT_response_template()

template<unsigned int HALF_WIN_SIZE>
void MRPT_DISABLE_FULL_OPTIMIZATION image_KLT_response_template ( const uint8_t *  in,
const int  widthStep,
unsigned int  x,
unsigned int  y,
int32_t &  _gxx,
int32_t &  _gyy,
int32_t &  _gxy 
)

Definition at line 1927 of file CImage.cpp.

◆ IMAGES_PATH_BASE()

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

◆ interpolationMethod2Cv()

static int interpolationMethod2Cv ( TInterpolationMethod  i)
static

◆ my_img_to_grayscale()

static bool my_img_to_grayscale ( const cv::Mat &  src,
cv::Mat &  dest 
)
static

◆ pixelDepth2CvDepth()

template<typename RET = uint32_t>
constexpr RET pixelDepth2CvDepth ( PixelDepth  d)
constexpr

◆ pixelDepth2IPLCvDepth()

template<typename RET = uint32_t>
RET pixelDepth2IPLCvDepth ( PixelDepth  d)

Variable Documentation

◆ DISABLE_JPEG_COMPRESSION_value

bool DISABLE_JPEG_COMPRESSION_value = true
static

Definition at line 49 of file CImage.cpp.

Referenced by mrpt::img::CImage::DISABLE_JPEG_COMPRESSION().

◆ SERIALIZATION_JPEG_QUALITY_value

int SERIALIZATION_JPEG_QUALITY_value = 95
static

Definition at line 50 of file CImage.cpp.

Referenced by mrpt::img::CImage::SERIALIZATION_JPEG_QUALITY().




Page generated by Doxygen 1.8.17 for MRPT 2.0.3 at Fri May 15 15:49:54 UTC 2020