类 Bitmap
- java.lang.Object
-
- cc.chungkwong.mathocr.offline.Bitmap
-
public class Bitmap extends Object
Binary bitmap image- 作者:
- Chan Chung Kwong
-
-
构造器概要
构造器 构造器 说明 Bitmap(byte[] data, int width, int height)Create a imageBitmap(BufferedImage image)Create a image
-
-
-
构造器详细资料
-
Bitmap
public Bitmap(byte[] data, int width, int height)Create a image- 参数:
data- pixels of the image where black is marked 0width- widthheight- height
-
Bitmap
public Bitmap(BufferedImage image)
Create a image- 参数:
image- source of pixels
-
-