3#include "image_proc_base.h"
The CVImage class is the image class that provides the image in the frameworks.
Definition CVImage.h:9
make image gray
Definition GrayProcessor.h:8
GrayProcessor()
Construct a new Gray Processor object.
Definition GrayProcessor.cpp:5
bool process(CVImage &prev_image) override
process the gray session
Definition GrayProcessor.cpp:9
base of all processors
Definition image_proc_base.h:8