mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
imageUtils.cpp File Reference

Implementation of image processing utilities. More...

Implementation of image processing utilities.

Author
Jared R. Males

Definition in file imageUtils.cpp.

#include "improc/imageUtils.hpp"
#include <cstring>

Go to the source code of this file.

Namespaces

namespace  mx
 The mxlib c++ namespace.

Functions

void * mx::improc::imcpy (void *dest, void *src, size_t width, size_t height, size_t szof)
 Copy one image to another, with no transformation.
void * mx::improc::imcpy_flipUD (void *dest, void *src, size_t width, size_t height, size_t szof)
 Copy one image to another, flipping up-down.
void * mx::improc::imcpy_flipLR (void *dest, void *src, size_t width, size_t height, size_t szof)
 Copy one image to another, flipping left-right.
void * mx::improc::imcpy_flipUDLR (void *dest, void *src, size_t width, size_t height, size_t szof)
 Copy one image to another, flipping up-down and left-right.