MMDevice 70
|
#include <Debayer.h>
Public Member Functions | |
int | Process (ImgBuffer &out, const ImgBuffer &in, int bitDepth) |
int | Process (ImgBuffer &out, const unsigned char *in, int width, int height, int bitDepth) |
int | Process (ImgBuffer &out, const unsigned short *in, int width, int height, int bitDepth) |
const std::vector< std::string > | GetOrders () const |
const std::vector< std::string > | GetAlgorithms () const |
void | SetOrderIndex (int idx) |
void | SetAlgorithmIndex (int idx) |
Utility class to build color image from the Bayer grayscale image Based on the Debayer_Image plugin for ImageJ, by Jennifer West, University of Manitoba