public class BOverrideConvertAndroid
extends boofcv.override.BOverrideClass
| Modifier and Type | Class and Description |
|---|---|
static interface |
BOverrideConvertAndroid.BitmapToBoof<T extends boofcv.struct.image.ImageBase<T>> |
static interface |
BOverrideConvertAndroid.BoofToBitmap<T extends boofcv.struct.image.ImageBase<T>> |
static interface |
BOverrideConvertAndroid.YuvToBoof_420888<T extends boofcv.struct.image.ImageBase<T>> |
| Modifier and Type | Field and Description |
|---|---|
static BOverrideConvertAndroid.BitmapToBoof |
bitmapToBoof |
static BOverrideConvertAndroid.BoofToBitmap |
boofToBitmap |
static BOverrideConvertAndroid.YuvToBoof_420888 |
yuv420ToBoof |
| Constructor and Description |
|---|
BOverrideConvertAndroid() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
invokeBitmapToBoof(android.graphics.Bitmap input,
boofcv.struct.image.ImageBase output,
byte[] work) |
static boolean |
invokeBoofToBitmap(boofcv.alg.color.ColorFormat color,
boofcv.struct.image.ImageBase input,
android.graphics.Bitmap output,
byte[] work) |
static boolean |
invokeYuv420ToBoof(android.media.Image input,
boofcv.alg.color.ColorFormat color,
boofcv.struct.image.ImageBase output,
byte[] work) |
public static BOverrideConvertAndroid.YuvToBoof_420888 yuv420ToBoof
public static BOverrideConvertAndroid.BitmapToBoof bitmapToBoof
public static BOverrideConvertAndroid.BoofToBitmap boofToBitmap
public static boolean invokeYuv420ToBoof(android.media.Image input,
boofcv.alg.color.ColorFormat color,
boofcv.struct.image.ImageBase output,
byte[] work)
public static boolean invokeBitmapToBoof(android.graphics.Bitmap input,
boofcv.struct.image.ImageBase output,
byte[] work)
public static boolean invokeBoofToBitmap(boofcv.alg.color.ColorFormat color,
boofcv.struct.image.ImageBase input,
android.graphics.Bitmap output,
byte[] work)