CannyProcessor process Canny lol.
More...
#include <CannyProcessor.h>
|
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!
|
|
| ImageProc ()=default |
| Construct a new Image Proc object.
|
|
CannyProcessor process Canny lol.
◆ process()
bool CannyProcessor::process |
( |
CVImage & |
prev_image | ) |
|
|
overridevirtual |
process images
- Parameters
-
- Returns
- whether success
Implements ImageProc.
◆ 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:
- extern_app/professionals/library/OpencvQtAdapter/core_library/image_proc/CannyProcessor.h
- extern_app/professionals/library/OpencvQtAdapter/core_library/image_proc_src/CannyProcessor.cpp