1#ifndef CELLUVIEW_GREY_SCALE_H
2#define CELLUVIEW_GREY_SCALE_H
4#include <opencv2/core.hpp>
5#include <opencv2/videoio.hpp>
9#include "imageProcessor.h"
27 void grayEnhance(
frame);
28 std::string paramLabel =
"grayScale";
Definition: grayScale.h:14
void receiveFrame(frame)
Definition: grayScale.cpp:7
void updateSettings(std::map< std::string, std::string >)
Definition: grayScale.cpp:44
std::string getParamLabel()
Definition: grayScale.h:22
Definition: imageProcessor.h:15