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 image_proc::debayer2x2toBGR | ( | const cv::Mat & | src, |
cv::Mat & | dst, | ||
int | R, | ||
int | G1, | ||
int | G2, | ||
int | B | ||
) |
Definition at line 118 of file crop_decimate.cpp.
void image_proc::debayerEdgeAware | ( | const cv::Mat & | bayer, |
cv::Mat & | color | ||
) |
Definition at line 44 of file edge_aware.cpp.
void image_proc::debayerEdgeAwareWeighted | ( | const cv::Mat & | bayer, |
cv::Mat & | color | ||
) |
Definition at line 426 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 144 of file crop_decimate.cpp.