plastimatch
Loading...
Searching...
No Matches
Functions
itk_crop.h File Reference
#include "plmutil_config.h"
#include "itk_image.h"

Go to the source code of this file.

Functions

template<class T >
T itk_crop_by_index (T &image, const int *new_size)
 
template<class T >
T itk_crop_by_coord (T &image, const float *new_size)
 
template<class T >
T itk_crop_by_image (T &image, const UCharImageType::Pointer &bbox_image)
 

Function Documentation

◆ itk_crop_by_coord()

template<class T >
T itk_crop_by_coord ( T image,
const float new_size 
)

◆ itk_crop_by_image()

template<class T >
T itk_crop_by_image ( T image,
const UCharImageType::Pointer &  bbox_image 
)

◆ itk_crop_by_index()

template<class T >
T itk_crop_by_index ( T image,
const int new_size 
)