|
Enrollment 28.2.0
|
#include "enrollment/Exception/CallbackError.h"#include "enrollment/Export.h"#include "enrollment/Image/ImageAttribute.h"#include "enrollment/Image/ImageEncoder.h"#include "enrollment/Image/ImageException.h"#include "enrollment/Image/ImageExecutor.h"#include "enrollment/Image/ImageMask.h"#include "enrollment/Image/ImageShape.h"#include "enrollment/Image/ImageType.h"#include "enrollment/Serialization/Writer.h"#include <ciso646>#include <mutex>#include <optional>#include <variant>#include <vector>Go to the source code of this file.
Classes | |
| class | Image |
| Image representation. More... | |
| class | Image::ImageResampler |
| Image resampler for DPI-change operations, including upsampling and downsampling. More... | |
| class | Image::BicubicImageResampler |
| Image resampler for DPI-change operations, including upsampling and downsampling using bicubic interpolation resampling algorithm. More... | |
| class | Image::AreaImageResampler |
| Image resampler for DPI-change operations, including upsampling and downsampling using area interpolation resampling algorithm. More... | |
| class | Image::NISTImageResampler |
| Image resampler for DPI-change operations, including upsampling and downsampling using NIST-compliant resampling algorithm provided by NFIR library. More... | |