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 AbstractHeatmapCropHeatmapCrop. m_Algorithmthe crop algorithm.Methods in adams.data.filter that return AbstractHeatmapCrop Modifier and Type Method Description AbstractHeatmapCropHeatmapCrop. getAlgorithm()Returns the crop algorithm.Methods in adams.data.filter with parameters of type AbstractHeatmapCrop Modifier and Type Method Description voidHeatmapCrop. 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 classAbstractFilteredHeatmapCropAncestor for crop algorithms that filter the original heatmap first before performing the actual crop.classCropToCentroidGenerates a cropped heatmap centered around the centroid calculated on the pre-filtered data.classDummyDummy crop algorithm, performs no cropping at all.classRectangleCrops the map to the specified rectangle x and y (both 1-based), width and height.classSubmapCreates the submap using the specified row and column (both 0-based), width and height.
-