AbstractFilteredHeatmapCrop |
Ancestor for crop algorithms that filter the original heatmap first
before performing the actual crop.
|
AbstractHeatmapCrop |
Ancestor for algorithsm that crop heatmaps.
|
CropToCentroid |
Generates a cropped heatmap centered around the centroid calculated on the pre-filtered data.
|
Dummy |
Dummy crop algorithm, performs no cropping at all.
|
Rectangle |
Crops the map to the specified rectangle x and y (both 1-based), width and height.
|
Submap |
Creates the submap using the specified row and column (both 0-based), width and height.
|