|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sewoo.image.android.AndroidImageLoader
public class AndroidImageLoader
Load the image in Android OS Environment.
Constructor Summary | |
---|---|
AndroidImageLoader()
|
Method Summary | |
---|---|
int[][] |
getByteArray(android.graphics.Bitmap image)
Convert Image object into 2d array ARGB |
android.graphics.Bitmap |
getImage()
|
android.graphics.Bitmap |
getImage(java.lang.String filepath)
|
int |
getThresHoldValue()
Get the threshold value that using for convert B/W image. |
int |
getThresHoldValue(int[][] tpix)
Get the threshold value that using for convert B/W image. |
int[][] |
imageLoad(java.lang.String filepath)
File open and convert 2-Dimension array. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AndroidImageLoader()
Method Detail |
---|
public int getThresHoldValue()
getThresHoldValue
in interface ImageLoaderIF
public int getThresHoldValue(int[][] tpix)
getThresHoldValue
in interface ImageLoaderIF
tpix[][]
- 2-Dimension image array.
public int[][] getByteArray(android.graphics.Bitmap image)
Bitmap
- image
public android.graphics.Bitmap getImage(java.lang.String filepath) throws java.io.IOException
filepath
-
java.io.IOException
public android.graphics.Bitmap getImage()
public int[][] imageLoad(java.lang.String filepath) throws java.io.IOException
imageLoad
in interface ImageLoaderIF
filepath
-
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |