-
Methods in org.robovm.apple.coreml with parameters of type MLImageConstraint
| Modifier and Type |
Method |
Description |
protected static long |
MLFeatureValue.create(CGImage cgImage,
MLImageConstraint constraint,
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,
MLImageConstraint constraint,
MLFeatureValueImageOption options,
NSError.NSErrorPtr error) |
|
protected static long |
MLFeatureValue.create(NSURL url,
CGImagePropertyOrientation orientation,
MLImageConstraint constraint,
MLFeatureValueImageOption options,
NSError.NSErrorPtr error) |
|
Constructors in org.robovm.apple.coreml with parameters of type MLImageConstraint
| Constructor |
Description |
MLFeatureValue(CGImage cgImage,
MLImageConstraint constraint,
MLFeatureValueImageOption options) |
|
MLFeatureValue(CGImage cgImage,
CGImagePropertyOrientation orientation,
MLImageConstraint constraint,
MLFeatureValueImageOption options) |
|
MLFeatureValue(NSURL url,
MLImageConstraint constraint,
MLFeatureValueImageOption options) |
|
MLFeatureValue(NSURL url,
CGImagePropertyOrientation orientation,
MLImageConstraint constraint,
MLFeatureValueImageOption options) |
|