Xmipp  v3.23.11-Nereus
Classes | Enumerations | Variables
image_resize.h File Reference
#include "core/matrix1d.h"
#include "core/xmipp_image_generic.h"
#include "core/xmipp_metadata_program.h"
Include dependency graph for image_resize.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ProgImageResize
 

Enumerations

enum  ScaleType {
  RESIZE_NONE, RESIZE_FACTOR, RESIZE_FOURIER, RESIZE_PYRAMID_EXPAND,
  RESIZE_PYRAMID_REDUCE
}
 

Variables

constexpr signed int INTERP_FOURIER = -1
 

Enumeration Type Documentation

◆ ScaleType

enum ScaleType
Enumerator
RESIZE_NONE 
RESIZE_FACTOR 
RESIZE_FOURIER 
RESIZE_PYRAMID_EXPAND 
RESIZE_PYRAMID_REDUCE 

Definition at line 35 of file image_resize.h.

Variable Documentation

◆ INTERP_FOURIER

constexpr signed int INTERP_FOURIER = -1

Definition at line 36 of file image_resize.h.