Classes | Functions
image_proc Namespace Reference

Classes

class  AdvertisementChecker
 
class  CropDecimateNodelet
 
class  CropNonZeroNodelet
 
class  DebayerNodelet
 
struct  ImageSet
 
class  Processor
 
class  RectifyNodelet
 
class  ResizeNodelet
 

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)
 

Function Documentation

◆ debayer2x2toBGR()

template<typename T >
void image_proc::debayer2x2toBGR ( const cv::Mat &  src,
cv::Mat &  dst,
int  R,
int  G1,
int  G2,
int  B 
)

Definition at line 152 of file crop_decimate.cpp.

◆ debayerEdgeAware()

void image_proc::debayerEdgeAware ( const cv::Mat &  bayer,
cv::Mat &  color 
)

Definition at line 44 of file edge_aware.cpp.

◆ debayerEdgeAwareWeighted()

void image_proc::debayerEdgeAwareWeighted ( const cv::Mat &  bayer,
cv::Mat &  color 
)

Definition at line 426 of file edge_aware.cpp.

◆ decimate()

template<int N>
void image_proc::decimate ( const cv::Mat &  src,
cv::Mat &  dst,
int  decimation_x,
int  decimation_y 
)

Definition at line 178 of file crop_decimate.cpp.



image_proc
Author(s): Patrick Mihelich, Kurt Konolige, Jeremy Leibs
autogenerated on Wed Jan 24 2024 03:57:17