Classes | |
class | AdvertisementChecker |
class | CropDecimateNodelet |
class | DebayerNodelet |
struct | ImageSet |
class | Processor |
class | RectifyNodelet |
Functions | |
template<typename T > | |
void | debayer2x2toBGR (const cv::Mat &src, cv::Mat &dst, int R, int G1, int G2, int B) |
void | debayerEdgeAware (const cv::Mat &bayer, cv::Mat &color) |
void | debayerEdgeAwareWeighted (const cv::Mat &bayer, cv::Mat &color) |
template<int N> | |
void | decimate (const cv::Mat &src, cv::Mat &dst, int decimation_x, int decimation_y) |
void | yuv422ToColor (const cv::Mat &yuv, cv::Mat &color) |
void | yuv422ToGray (const cv::Mat &yuv, cv::Mat &gray) |
void image_proc::debayer2x2toBGR | ( | const cv::Mat & | src, |
cv::Mat & | dst, | ||
int | R, | ||
int | G1, | ||
int | G2, | ||
int | B | ||
) |
Definition at line 80 of file crop_decimate.cpp.
void image_proc::debayerEdgeAware | ( | const cv::Mat & | bayer, |
cv::Mat & | color | ||
) |
Definition at line 11 of file edge_aware.cpp.
void image_proc::debayerEdgeAwareWeighted | ( | const cv::Mat & | bayer, |
cv::Mat & | color | ||
) |
Definition at line 393 of file edge_aware.cpp.
void image_proc::decimate | ( | const cv::Mat & | src, |
cv::Mat & | dst, | ||
int | decimation_x, | ||
int | decimation_y | ||
) |
Definition at line 106 of file crop_decimate.cpp.
void image_proc::yuv422ToColor | ( | const cv::Mat & | yuv, |
cv::Mat & | color | ||
) |
Definition at line 28 of file yuv422.cpp.
void image_proc::yuv422ToGray | ( | const cv::Mat & | yuv, |
cv::Mat & | gray | ||
) |
Definition at line 7 of file yuv422.cpp.