MRPT  1.9.9
CImage_SSEx.h File Reference
#include <mrpt/config.h>
Include dependency graph for CImage_SSEx.h:
This graph shows which files directly or indirectly include this file:

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. More...
 
void image_SSSE3_scale_half_3c8u (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. More...
 
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) More...
 
void image_SSSE3_rgb_to_gray_8u (const uint8_t *in, uint8_t *out, int w, int h)
 Convert a RGB image (3cu8) into a GRAYSCALE (1c8u) image, using Y=77*R+150*G+29*B. More...
 
void image_SSSE3_bgr_to_gray_8u (const uint8_t *in, uint8_t *out, int w, int h)
 Convert a RGB image (3cu8) into a GRAYSCALE (1c8u) image, using Y=77*R+150*G+29*B. More...
 



Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 7d5e6d718 Fri Aug 24 01:51:28 2018 +0200 at lun nov 2 08:35:50 CET 2020