ImFusion C++ SDK 4.4.0

Subset of Operation classes implementing the ImageROISampler interface. More...

Collaboration diagram for Samplers List:

Detailed Description

Subset of Operation classes implementing the ImageROISampler interface.

Classes

class  ImFusion::ML::CenterROISampler
 Sampler which samples one ROI from the input image and label map with a target size. More...
class  ImFusion::ML::DefaultROISampler
 Sampler which simply returns the image and the label map, after padding of a specified dimension divisor: each spatial dimension of the output arrays will be divisible by dimensionDivisor. More...
class  ImFusion::ML::LabelROISampler
 Sampler which samples ROIs from the input image and label map, such that one particular label appears. More...
class  ImFusion::ML::OrientedROISampler
 The OrientedROISampler samples m_numSamples samples of size m_roiSize from each dataset with an efficient GPU sampler. More...
class  ImFusion::ML::RandomROISampler
 Sampler which randomly samples ROIs from the input image and label map with a target The images will be padded if the target size is larger than the input image. More...
class  ImFusion::ML::SplitROISampler
 Sampler which splits the input image into overlapping ROIs for sliding window inference. More...
Search Tab / S to search, Esc to close