CCIMXDesktop
 
Loading...
Searching...
No Matches
CannyProcessor Class Reference

CannyProcessor process Canny lol. More...

#include <CannyProcessor.h>

Inheritance diagram for CannyProcessor:
ImageProc

Public Member Functions

bool process (CVImage &prev_image) override
 process images
 
void setParamsPackage (const GaussainPackage &package)
 setParamsPackage if you want to modified the gaussain package interfaces is ready for settings!
 
- Public Member Functions inherited from ImageProc
 ImageProc ()=default
 Construct a new Image Proc object.
 

Public Attributes

std::pair< int, int > threholds_pair
 pair controller
 

Detailed Description

CannyProcessor process Canny lol.

Member Function Documentation

◆ process()

bool CannyProcessor::process ( CVImage prev_image)
overridevirtual

process images

Parameters
prev_image
Returns
whether success

Implements ImageProc.

Member Data Documentation

◆ threholds_pair

std::pair<int, int> CannyProcessor::threholds_pair
Initial value:
= {
Processor::Canny::LOW,
Processor::Canny::HIGH
}

pair controller


The documentation for this class was generated from the following files: