Classes | |
class | AdvertisementChecker |
class | CropDecimateConfig |
class | CropDecimateConfigStatics |
class | CropDecimateNodelet |
class | DebayerConfig |
class | DebayerConfigStatics |
class | DebayerNodelet |
struct | ImageSet |
class | Processor |
class | RectifyConfig |
class | RectifyConfigStatics |
class | RectifyNodelet |
Functions | |
void | debayerEdgeAware (const cv::Mat &bayer, cv::Mat &color) |
void | debayerEdgeAwareWeighted (const cv::Mat &bayer, cv::Mat &color) |
void | yuv422ToColor (const cv::Mat &yuv, cv::Mat &color) |
void | yuv422ToGray (const cv::Mat &yuv, cv::Mat &gray) |
Variables | |
const int | Debayer_Bilinear = 0 |
const int | Debayer_EdgeAware = 1 |
const int | Debayer_EdgeAwareWeighted = 2 |
const int | Debayer_VNG = 3 |
const int | Rectify_Cubic = 2 |
const int | Rectify_Lanczos4 = 4 |
const int | Rectify_Linear = 1 |
const int | Rectify_NN = 0 |
void image_proc::debayerEdgeAware | ( | const cv::Mat & | bayer, | |
cv::Mat & | color | |||
) |
void image_proc::debayerEdgeAwareWeighted | ( | const cv::Mat & | bayer, | |
cv::Mat & | color | |||
) |
void image_proc::yuv422ToColor | ( | const cv::Mat & | yuv, | |
cv::Mat & | color | |||
) |
void image_proc::yuv422ToGray | ( | const cv::Mat & | yuv, | |
cv::Mat & | gray | |||
) |
const int image_proc::Debayer_Bilinear = 0 |
Definition at line 313 of file DebayerConfig.h.
const int image_proc::Debayer_EdgeAware = 1 |
Definition at line 315 of file DebayerConfig.h.
const int image_proc::Debayer_EdgeAwareWeighted = 2 |
Definition at line 317 of file DebayerConfig.h.
const int image_proc::Debayer_VNG = 3 |
Definition at line 319 of file DebayerConfig.h.
const int image_proc::Rectify_Cubic = 2 |
Definition at line 317 of file RectifyConfig.h.
const int image_proc::Rectify_Lanczos4 = 4 |
Definition at line 319 of file RectifyConfig.h.
const int image_proc::Rectify_Linear = 1 |
Definition at line 315 of file RectifyConfig.h.
const int image_proc::Rectify_NN = 0 |
Definition at line 313 of file RectifyConfig.h.