plastimatch
Loading...
Searching...
No Matches
Enumerations | Functions
itk_mask.h File Reference
#include "plmutil_config.h"
#include "itk_image_type.h"

Go to the source code of this file.

Enumerations

enum  Mask_operation { MASK_OPERATION_FILL , MASK_OPERATION_MASK }
 

Functions

template<class T >
T mask_image (T input, UCharImageType::Pointer mask, Mask_operation mask_operation, float mask_value)
 

Enumeration Type Documentation

◆ Mask_operation

Enumerator
MASK_OPERATION_FILL 
MASK_OPERATION_MASK 

Function Documentation

◆ mask_image()

template<class T >
T mask_image ( T  input,
UCharImageType::Pointer  mask,
Mask_operation  mask_operation,
float  mask_value 
)