Xmipp  v3.23.11-Nereus
Macros
image_resize.cpp File Reference
#include "image_resize.h"
#include "core/transformations.h"
#include "core/xmipp_fftw.h"
Include dependency graph for image_resize.cpp:

Go to the source code of this file.

Macros

#define SCALE_SHIFT(shiftLabel, resizeFactor)
 

Macro Definition Documentation

◆ SCALE_SHIFT

#define SCALE_SHIFT (   shiftLabel,
  resizeFactor 
)
Value:
if (rowIn.containsLabel(shiftLabel)) {\
rowIn.getValue(shiftLabel, aux); aux *= (resizeFactor); rowOut.setValue(shiftLabel, aux); }

Definition at line 192 of file image_resize.cpp.