2#ifndef CELLUVIEW_EROSION_H
3#define CELLUVIEW_EROSION_H
6#include <opencv2/core.hpp>
7#include <opencv2/videoio.hpp>
11#include "imageProcessor.h"
30 std::string paramLabel =
"erosion";
std::string getParamLabel()
Definition: erosion.h:23
void receiveFrame(frame newFrame)
Definition: erosion.cpp:12
void updateSettings(std::map< std::string, std::string >)
Definition: erosion.cpp:27
Definition: imageProcessor.h:15