#include <volume_io/internal_volume_io.h>
#include <bicpl.h>
Include dependency graph for crop_volume.c:
Go to the source code of this file.
Defines | |
#define | MAX_BUFFER_SIZE 100000 |
Functions | |
public BOOLEAN | find_volume_crop_bounds (Volume volume, Real min_crop_threshold, Real max_crop_threshold, int limits[2][MAX_DIMENSIONS]) |
public Volume | create_cropped_volume (Volume volume, int limits[2][MAX_DIMENSIONS]) |
public Volume | autocrop_volume (Volume volume) |
|
Definition at line 22 of file crop_volume.c. |
|
Definition at line 285 of file crop_volume.c. References create_cropped_volume(), and find_volume_crop_bounds(). |
|
Definition at line 165 of file crop_volume.c. References FALSE, make_translation_transform(), and TRUE. Referenced by autocrop_volume(), and save_label_volume(). |
|
Definition at line 40 of file crop_volume.c. Referenced by autocrop_volume(), and save_label_volume(). |