-
Methods in org.robovm.apple.coreml with parameters of type MLFeatureValueImageOption
| Modifier and Type |
Method |
Description |
protected static long |
MLFeatureValue.create(CGImage cgImage,
long pixelsWide,
long pixelsHigh,
int pixelFormatType,
MLFeatureValueImageOption options,
NSError.NSErrorPtr error) |
|
protected static long |
MLFeatureValue.create(CGImage cgImage,
MLImageConstraint constraint,
MLFeatureValueImageOption options,
NSError.NSErrorPtr error) |
|
protected static long |
MLFeatureValue.create(CGImage cgImage,
CGImagePropertyOrientation orientation,
long pixelsWide,
long pixelsHigh,
int pixelFormatType,
MLFeatureValueImageOption options,
NSError.NSErrorPtr error) |
|
protected static long |
MLFeatureValue.create(CGImage cgImage,
CGImagePropertyOrientation orientation,
MLImageConstraint constraint,
MLFeatureValueImageOption options,
NSError.NSErrorPtr error) |
|
protected static long |
MLFeatureValue.create(NSURL url,
long pixelsWide,
long pixelsHigh,
int pixelFormatType,
MLFeatureValueImageOption options,
NSError.NSErrorPtr error) |
|
protected static long |
MLFeatureValue.create(NSURL url,
MLImageConstraint constraint,
MLFeatureValueImageOption options,
NSError.NSErrorPtr error) |
|
protected static long |
MLFeatureValue.create(NSURL url,
CGImagePropertyOrientation orientation,
long pixelsWide,
long pixelsHigh,
int pixelFormatType,
MLFeatureValueImageOption options,
NSError.NSErrorPtr error) |
|
protected static long |
MLFeatureValue.create(NSURL url,
CGImagePropertyOrientation orientation,
MLImageConstraint constraint,
MLFeatureValueImageOption options,
NSError.NSErrorPtr error) |
|
static long |
MLFeatureValueImageOption.Marshaler.toNative(MLFeatureValueImageOption o,
long flags) |
|
Constructors in org.robovm.apple.coreml with parameters of type MLFeatureValueImageOption
| Constructor |
Description |
MLFeatureValue(CGImage cgImage,
long pixelsWide,
long pixelsHigh,
int pixelFormatType,
MLFeatureValueImageOption options) |
|
MLFeatureValue(CGImage cgImage,
MLImageConstraint constraint,
MLFeatureValueImageOption options) |
|
MLFeatureValue(CGImage cgImage,
CGImagePropertyOrientation orientation,
long pixelsWide,
long pixelsHigh,
int pixelFormatType,
MLFeatureValueImageOption options) |
|
MLFeatureValue(CGImage cgImage,
CGImagePropertyOrientation orientation,
MLImageConstraint constraint,
MLFeatureValueImageOption options) |
|
MLFeatureValue(NSURL url,
long pixelsWide,
long pixelsHigh,
int pixelFormatType,
MLFeatureValueImageOption options) |
|
MLFeatureValue(NSURL url,
MLImageConstraint constraint,
MLFeatureValueImageOption options) |
|
MLFeatureValue(NSURL url,
CGImagePropertyOrientation orientation,
long pixelsWide,
long pixelsHigh,
int pixelFormatType,
MLFeatureValueImageOption options) |
|
MLFeatureValue(NSURL url,
CGImagePropertyOrientation orientation,
MLImageConstraint constraint,
MLFeatureValueImageOption options) |
|