-
public class ThresholdCalculator
-
-
Constructor Summary
Constructors Constructor Description ThresholdCalculator(int unscratchedColor)
-
Method Summary
-
-
Method Detail
-
calculate
float calculate(int scratchedCount, int width, int height)
-
countNotMatching
int countNotMatching(Bitmap bitmap, Rect region)
-
createFullSizeThresholdRegion
static List<Rect> createFullSizeThresholdRegion(Bitmap source)
-
-
-
-