类 Img
java.lang.Object
org.coodex.util.cv.Img
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static floatcoverageOf(boolean[][] bitmap) static voidgrow(boolean[][] bitmap, boolean[][] kernel) static voidgrow(boolean[][] bitmap, int size, boolean cross) static boolean[][]map(InputStream inputStream, Function<Integer, Boolean> mapper, int l, int t, int r, int b) static boolean[][]static boolean[][]
-
构造器详细资料
-
Img
public Img()
-
-
方法详细资料
-
map
- 抛出:
IOException
-
map
public static boolean[][] map(String url, Function<Integer, Boolean> mapper, int l, int t, int r, int b) throws IOException- 抛出:
IOException
-
map
public static boolean[][] map(InputStream inputStream, Function<Integer, Boolean> mapper, int l, int t, int r, int b) throws IOException- 抛出:
IOException
-
grow
public static void grow(boolean[][] bitmap, int size, boolean cross) -
grow
public static void grow(boolean[][] bitmap, boolean[][] kernel) -
coverageOf
public static float coverageOf(boolean[][] bitmap)
-