|
Enrollment 28.2.0
|
#include "enrollment/Exception/CallbackError.h"#include "enrollment/Export.h"#include "enrollment/Image/Image.h"#include "enrollment/Logger/FormattingLogger.h"#include "enrollment/Print/Print.h"#include "enrollment/Print/PrintCapture.h"#include "enrollment/Print/PrintExecutor.h"#include "enrollment/Print/PrintSegment.h"#include "enrollment/Serialization/Writer.h"#include <memory>#include <vector>Go to the source code of this file.
Classes | |
| class | PrintDetectorConfig |
| General configuration of PrintDetector. More... | |
| class | PrintDetector |
| PrintDetector implements segmentation by means of Innovatrics ISegLib library. More... | |
| class | AlgorithmicSegmentation |
| AlgorithmicSegmentation implements algorithmic segmentation from Innovatrics ISegLib library. More... | |
| class | AlgorithmicSegmentation::Config |
| Configuration for AlgorithmicSegmentation. More... | |
| class | NeuralSegmentation |
| NeuralSegmentation implements segmentation based on neural network from Innovatrics ISegLib library. More... | |
| class | NeuralSegmentation::Config |
| Configuration for NeuralSegmentation. More... | |