2#ifndef CELLUVIEW_DILATION_H
3#define CELLUVIEW_DILATION_H
6#include <opencv2/core.hpp>
7#include <opencv2/videoio.hpp>
11#include "imageProcessor.h"
32 std::string paramLabel =
"dilation";
Definition: dilation.h:19
void updateSettings(std::map< std::string, std::string >)
Definition: dilation.cpp:47
std::string getParamLabel()
Definition: dilation.h:26
void receiveFrame(frame newFrame)
Definition: dilation.cpp:13
Definition: imageProcessor.h:15