Interface MedianCut
- All Known Implementing Classes:
LongestAxisMedianCut, MostPopulatedBoxesMedianCut
public interface MedianCut
-
Method Summary
Modifier and TypeMethodDescriptionbooleanperformNextMedianCut(List<ColorGroup> colorGroups, boolean ignoreAlpha)
-
Method Details
-
performNextMedianCut
boolean performNextMedianCut(List<ColorGroup> colorGroups, boolean ignoreAlpha) throws ImagingException - Throws:
ImagingException
-