Uses of Class
adams.data.filter.heatmapcrop.AbstractHeatmapCrop
-
Packages that use AbstractHeatmapCrop Package Description adams.data.filter adams.data.filter.heatmapcrop -
-
Uses of AbstractHeatmapCrop in adams.data.filter
Fields in adams.data.filter declared as AbstractHeatmapCrop Modifier and Type Field Description protected AbstractHeatmapCrop
HeatmapCrop. m_Algorithm
the crop algorithm.Methods in adams.data.filter that return AbstractHeatmapCrop Modifier and Type Method Description AbstractHeatmapCrop
HeatmapCrop. getAlgorithm()
Returns the crop algorithm.Methods in adams.data.filter with parameters of type AbstractHeatmapCrop Modifier and Type Method Description void
HeatmapCrop. setAlgorithm(AbstractHeatmapCrop value)
Sets the crop algorithm. -
Uses of AbstractHeatmapCrop in adams.data.filter.heatmapcrop
Subclasses of AbstractHeatmapCrop in adams.data.filter.heatmapcrop Modifier and Type Class Description class
AbstractFilteredHeatmapCrop
Ancestor for crop algorithms that filter the original heatmap first before performing the actual crop.class
CropToCentroid
Generates a cropped heatmap centered around the centroid calculated on the pre-filtered data.class
Dummy
Dummy crop algorithm, performs no cropping at all.class
Rectangle
Crops the map to the specified rectangle x and y (both 1-based), width and height.class
Submap
Creates the submap using the specified row and column (both 0-based), width and height.
-