|
Enrollment 28.2.0
|
#include "enrollment/Exception/CallbackError.h"#include "enrollment/Export.h"#include "enrollment/Logger/FormattingLogger.h"#include "enrollment/Print/CriticalPoint.h"#include "enrollment/Print/ExtractedPrint.h"#include "enrollment/Print/ICSMatcher.h"#include "enrollment/Print/Minutia.h"#include "enrollment/Print/Print.h"#include "enrollment/Print/PrintExecutor.h"#include "enrollment/Serialization/Writer.h"#include <array>#include <functional>#include <vector>Go to the source code of this file.
Classes | |
| class | ICSExtractor |
| ICSExtractor creates ICS, Innovatrics proprietary print template. More... | |
| class | ICSExtractor::Artifact |
| Interface that generalize storing of intermediate images and other artifacts that are produced during extraction. More... | |
| class | ICSExtractor::Artifacts |
| It contains all added artifacts that were created during extraction. More... | |
| class | ICSExtractor::SkeletonImage |
| It enables creation of skeleton image during extraction. More... | |
| class | ICSExtractor::FilteredImage |
| It enables creation of filtered image during extraction. More... | |
| class | ICSExtractor::BinarizedImage |
| It enables creation of binarized image during extraction. More... | |