#include "DLImage.h"
#include "DLConst.h"
#include "DLTypes.h"
#include <math.h>
#include <stdio.h>
#include <malloc.h>
Go to the source code of this file.
Namespaces | |
namespace | std |
Classes | |
class | DLImageResize |
The DLImageResize class computes a rescaled representation of an input image based on the specified factor and return a crisp rescaled image in grayscale format using the Lanczos filter. More... |