#include "base-precomp.h"
#include <mrpt/utils/CImage.h>
#include <mrpt/utils/SSE_types.h>
#include <mrpt/utils/SSE_macros.h>
#include "CImage_SSEx.h"
Go to the source code of this file.
Functions | |
void | image_SSE2_scale_half_1c8u (const uint8_t *in, uint8_t *out, int w, int h) |
Subsample each 2x2 pixel block into 1x1 pixel, taking the first pixel & ignoring the other 3. | |
void | image_SSE2_scale_half_smooth_1c8u (const uint8_t *in, uint8_t *out, int w, int h) |
Average each 2x2 pixels into 1x1 pixel (arithmetic average) | |
float | KLT_response_optimized () |
KLT score at a given point of a grayscale image. | |
Page generated by Doxygen 1.9.6 for MRPT 1.4.0 SVN: at Wed Mar 22 06:31:24 UTC 2023 |