Uses of Class
org.robovm.apple.coreimage.CIDetectorFeatureOptions
-
Packages that use CIDetectorFeatureOptions Package Description org.robovm.apple.coreimage -
-
Uses of CIDetectorFeatureOptions in org.robovm.apple.coreimage
Methods in org.robovm.apple.coreimage that return CIDetectorFeatureOptions Modifier and Type Method Description CIDetectorFeatureOptions
CIDetectorFeatureOptions. set(NSString key, NSObject value)
CIDetectorFeatureOptions
CIDetectorFeatureOptions. setAspectRatio(double aspectRatio)
CIDetectorFeatureOptions
CIDetectorFeatureOptions. setFocalLength(double focalLength)
CIDetectorFeatureOptions
CIDetectorFeatureOptions. setImageOrientation(CGImagePropertyOrientation imageOrientation)
CIDetectorFeatureOptions
CIDetectorFeatureOptions. setRecognizesEyeBlinks(boolean recognizesEyeBlinks)
CIDetectorFeatureOptions
CIDetectorFeatureOptions. setRecognizesSmiles(boolean recognizesSmiles)
static CIDetectorFeatureOptions
CIDetectorFeatureOptions.Marshaler. toObject(java.lang.Class<CIDetectorFeatureOptions> cls, long handle, long flags)
Methods in org.robovm.apple.coreimage that return types with arguments of type CIDetectorFeatureOptions Modifier and Type Method Description static java.util.List<CIDetectorFeatureOptions>
CIDetectorFeatureOptions.AsListMarshaler. toObject(java.lang.Class<? extends NSObject> cls, long handle, long flags)
Methods in org.robovm.apple.coreimage with parameters of type CIDetectorFeatureOptions Modifier and Type Method Description NSArray<CIFeature>
CIDetector. findFeatures(CIImage image, CIDetectorFeatureOptions options)
static long
CIDetectorFeatureOptions.Marshaler. toNative(CIDetectorFeatureOptions o, long flags)
Method parameters in org.robovm.apple.coreimage with type arguments of type CIDetectorFeatureOptions Modifier and Type Method Description static long
CIDetectorFeatureOptions.AsListMarshaler. toNative(java.util.List<CIDetectorFeatureOptions> l, long flags)
static CIDetectorFeatureOptions
CIDetectorFeatureOptions.Marshaler. toObject(java.lang.Class<CIDetectorFeatureOptions> cls, long handle, long flags)
-