PCL
|
BGGR Bayer filter representation. More...
#include <ColorFilterArray.h>
Additional Inherited Members | |
Public Member Functions inherited from pcl::ColorFilterArray | |
ColorFilterArray ()=default | |
ColorFilterArray (ColorFilterArray &&)=default | |
ColorFilterArray (const ColorFilterArray &)=default | |
ColorFilterArray (const IsoString &pattern, int width, int height, const String &name=String()) | |
char | Element (int x, int y) const |
int | Height () const |
bool | IsBayerFilter () const |
bool | IsEmpty () const |
const String & | Name () const |
int | NumberOfElements () const |
bool | operator< (const ColorFilterArray &x) const |
ColorFilterArray & | operator= (ColorFilterArray &&)=default |
ColorFilterArray & | operator= (const ColorFilterArray &)=default |
bool | operator== (const ColorFilterArray &x) const |
const IsoString & | Pattern () const |
int | Width () const |
Static Public Member Functions inherited from pcl::ColorFilterArray | |
static bool | IsValidCFAElement (char element) |
Definition at line 299 of file ColorFilterArray.h.