2#ifndef CELLUVIEW_EDGE_DETECTION_H
3#define CELLUVIEW_EDGE_DETECTION_H
6#include <opencv2/core.hpp>
7#include <opencv2/videoio.hpp>
11#include "imageProcessor.h"
24 int sliderThreshold = 100;
34 void enhanceEdge(
frame);
35 std::string paramLabel =
"edgeThreshold";
Definition: edgeDetection.h:18
void updateThreshold(int value)
Definition: edgeDetection.cpp:63
void receiveFrame(frame newFrame)
Definition: edgeDetection.cpp:14
void updateSettings(std::map< std::string, std::string >)
Definition: edgeDetection.cpp:75
std::string getParamLabel()
Definition: edgeDetection.h:31
Definition: imageProcessor.h:15