Uses of Class
org.hortonmachine.gears.modules.utils.BinaryFast
-
Packages that use BinaryFast Package Description org.hortonmachine.gears.modules.r.morpher -
-
Uses of BinaryFast in org.hortonmachine.gears.modules.r.morpher
Methods in org.hortonmachine.gears.modules.r.morpher that return BinaryFast Modifier and Type Method Description static BinaryFastOmsMorpher. toBinaryFast(int cols, int rows, javax.media.jai.iterator.WritableRandomIter inIter)Methods in org.hortonmachine.gears.modules.r.morpher with parameters of type BinaryFast Modifier and Type Method Description static voidOmsMorpher. fromBinaryFast(int cols, int rows, javax.media.jai.iterator.WritableRandomIter outIter, BinaryFast binaryData)voidThin. processLineendings(BinaryFast binary, int[][] kernels)voidThin. processPruning(BinaryFast binary, int iterations, int[][] kernels)voidThin. processSkeleton(BinaryFast binary, int[][] kernel)Takes an image and a kernel and thins it the specified number of times.
-