camera_firewire
frame2rggb.h
Go to the documentation of this file.
1 #ifndef FILTER_FRAME2RGGB
2 #define FILTER_FRAME2RGGB 1
3 
4 #include "base/samples/Frame.hpp"
5 
6 namespace filter
7 {
8 
9  class Frame2RGGB
10  {
11  public:
12  static bool process(const base::samples::frame::Frame &in, base::samples::frame::Frame &out);
13  };
14 
15 }
16 
17 #endif /* FILTER_FRAME2RGB */
18 
static bool process(const base::samples::frame::Frame &in, base::samples::frame::Frame &out)
Definition: frame2rggb.cpp:9
Definition: frame2rggb.cpp:7
Definition: frame2rggb.h:9