public class CIRAWFilter extends CIFilter
NSObject.Function_instanceMethodForSelector_ret, NSObject.Function_methodForSelector_ret| Modifier | Constructor and Description |
|---|---|
protected |
CIRAWFilter(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
_supportsSecureCoding()
This property must return YES on all classes that allow secure coding.
|
static boolean |
accessInstanceVariablesDirectly() |
static CIRAWFilter |
alloc() |
static CIRAWFilter |
allocWithZone(org.moe.natj.general.ptr.VoidPtr zone) |
static boolean |
automaticallyNotifiesObserversForKey(java.lang.String key) |
float |
baselineExposure()
A value for baseline exposure applied to the image.
|
float |
boostAmount()
A value to control the amount of global tone curve to apply to the image.
|
float |
boostShadowAmount()
The amount to boost the shadow areas of the image.
|
static void |
cancelPreviousPerformRequestsWithTarget(java.lang.Object aTarget) |
static void |
cancelPreviousPerformRequestsWithTargetSelectorObject(java.lang.Object aTarget,
org.moe.natj.objc.SEL aSelector,
java.lang.Object anArgument) |
static NSArray<java.lang.String> |
classFallbacksForKeyedArchiver() |
static org.moe.natj.objc.Class |
classForKeyedUnarchiver() |
float |
colorNoiseReductionAmount() |
float |
contrastAmount() |
static java.lang.String |
debugDescription_static() |
java.lang.String |
decoderVersion()
Version string representing the decoder version to be used.
|
static java.lang.String |
description_static() |
float |
detailAmount() |
float |
exposure()
A value controlling the amount of exposure to apply to the image.
|
float |
extendedDynamicRangeAmount()
Allows the output to have an Extended Dynamic Range with values greater than 1 possible.
|
static NSArray<? extends CIFilter> |
filterArrayFromSerializedXMPInputImageExtentError(NSData xmpData,
CGRect extent,
org.moe.natj.general.ptr.Ptr<NSError> outError) |
static NSArray<java.lang.String> |
filterNamesInCategories(NSArray<java.lang.String> categories) |
static NSArray<java.lang.String> |
filterNamesInCategory(java.lang.String category) |
static CIRAWFilter |
filterWithCVPixelBufferProperties(CVBufferRef buffer,
NSDictionary<?,?> properties) |
static CIFilter |
filterWithCVPixelBufferPropertiesOptions(CVBufferRef pixelBuffer,
NSDictionary<?,?> properties,
NSDictionary<java.lang.String,?> options) |
static CIRAWFilter |
filterWithImageDataIdentifierHint(NSData data,
java.lang.String identifierHint) |
static CIFilter |
filterWithImageDataOptions(NSData data,
NSDictionary<java.lang.String,?> options) |
static CIRAWFilter |
filterWithImageURL(NSURL url) |
static CIFilter |
filterWithImageURLOptions(NSURL url,
NSDictionary<java.lang.String,?> options) |
static CIFilter |
filterWithName(java.lang.String name) |
static CIFilter |
filterWithNameKeysAndValues(java.lang.String name,
java.lang.Object key0,
java.lang.Object... varargs) |
static CIFilter |
filterWithNameWithInputParameters(java.lang.String name,
NSDictionary<java.lang.String,?> params) |
static long |
hash_static() |
CIRAWFilter |
init() |
CIRAWFilter |
initWithCoder(NSCoder coder)
NS_DESIGNATED_INITIALIZER
|
static NSObject.Function_instanceMethodForSelector_ret |
instanceMethodForSelector(org.moe.natj.objc.SEL aSelector) |
static NSMethodSignature |
instanceMethodSignatureForSelector(org.moe.natj.objc.SEL aSelector) |
static boolean |
instancesRespondToSelector(org.moe.natj.objc.SEL aSelector) |
boolean |
isColorNoiseReductionSupported()
A value to control the amount of chroma noise reduction to apply to the image.
|
boolean |
isContrastSupported()
A value to control the amount of local contrast to apply to the edges of the image.
|
boolean |
isDetailSupported()
A value to control the amount of detail enhancement to apply to the edges of the image.
|
boolean |
isDraftModeEnabled()
Setting Draft Mode to true can improve image decoding speed with minimal loss of quality.
|
boolean |
isGamutMappingEnabled()
A boolean value to control if gamut mapping is enabled or not.
|
boolean |
isLensCorrectionEnabled() |
boolean |
isLensCorrectionSupported()
A boolean value to control if gamut mapping is enabled or not.
|
boolean |
isLocalToneMapSupported()
A value to control the amount of local tone curve to apply to the image.
|
boolean |
isLuminanceNoiseReductionSupported()
A value to control the amount of luminance noise reduction to apply to the image.
|
boolean |
isMoireReductionSupported()
A value to control the amount of moire artifact reduction to apply to high frequency areas of the image.
|
boolean |
isSharpnessSupported()
A value to control the amount of sharpness to apply to the edges of the image.
|
static boolean |
isSubclassOfClass(org.moe.natj.objc.Class aClass) |
static NSSet<java.lang.String> |
keyPathsForValuesAffectingValueForKey(java.lang.String key) |
CIFilter |
linearSpaceFilter()
An optional CIFilter to be applied to the RAW image while it is in linear space.
|
static java.lang.String |
localizedDescriptionForFilterName(java.lang.String filterName) |
static java.lang.String |
localizedNameForCategory(java.lang.String category) |
static java.lang.String |
localizedNameForFilterName(java.lang.String filterName) |
static NSURL |
localizedReferenceDocumentationForFilterName(java.lang.String filterName) |
float |
localToneMapAmount() |
float |
luminanceNoiseReductionAmount() |
float |
moireReductionAmount() |
CGSize |
nativeSize()
The full native size of the unscaled image.
|
CGPoint |
neutralChromaticity()
These properties provide differnet was to query or modify the image white balance
Use 'neutralChromaticity' to query or change white balance based on x,y chromaticity values in the range (0..1)
Use 'neutralTemperature' and 'neutralTemperature' to query or change white balance based temp/tint values in the ranges (2000K..50000K, -150..150)
Use 'neutralLocation' to change the white balance based on an x,y pixel coordiniates in the image.
|
CGPoint |
neutralLocation() |
float |
neutralTemperature() |
float |
neutralTint() |
static CIRAWFilter |
new_objc() |
int |
orientation()
Changing this value allows the user to change the orientation of the image.
|
CIImage |
portraitEffectsMatte() |
CIImage |
previewImage()
Properties for auxiliary images that may be present in the file
|
NSDictionary<?,?> |
properties()
Metadata properties CIRAWFilter instance
This is a dictionary with the same contents as CGImageSourceCopyProperties.
|
static void |
registerFilterNameConstructorClassAttributes(java.lang.String name,
CIFilterConstructor anObject,
NSDictionary<java.lang.String,?> attributes) |
static boolean |
resolveClassMethod(org.moe.natj.objc.SEL sel) |
static boolean |
resolveInstanceMethod(org.moe.natj.objc.SEL sel) |
float |
scaleFactor()
The desired scale factor at which the image will be eventually drawn.
|
CIImage |
semanticSegmentationGlassesMatte() |
CIImage |
semanticSegmentationHairMatte() |
CIImage |
semanticSegmentationSkinMatte() |
CIImage |
semanticSegmentationSkyMatte() |
CIImage |
semanticSegmentationTeethMatte() |
static NSData |
serializedXMPFromFiltersInputImageExtent(NSArray<? extends CIFilter> filters,
CGRect extent) |
void |
setBaselineExposure(float value)
A value for baseline exposure applied to the image.
|
void |
setBoostAmount(float value)
A value to control the amount of global tone curve to apply to the image.
|
void |
setBoostShadowAmount(float value)
The amount to boost the shadow areas of the image.
|
void |
setColorNoiseReductionAmount(float value) |
void |
setContrastAmount(float value) |
void |
setDecoderVersion(java.lang.String value)
Version string representing the decoder version to be used.
|
void |
setDetailAmount(float value) |
void |
setDraftModeEnabled(boolean value)
Setting Draft Mode to true can improve image decoding speed with minimal loss of quality.
|
void |
setExposure(float value)
A value controlling the amount of exposure to apply to the image.
|
void |
setExtendedDynamicRangeAmount(float value)
Allows the output to have an Extended Dynamic Range with values greater than 1 possible.
|
void |
setGamutMappingEnabled(boolean value)
A boolean value to control if gamut mapping is enabled or not.
|
void |
setLensCorrectionEnabled(boolean value) |
void |
setLinearSpaceFilter(CIFilter value)
An optional CIFilter to be applied to the RAW image while it is in linear space.
|
void |
setLocalToneMapAmount(float value) |
void |
setLuminanceNoiseReductionAmount(float value) |
void |
setMoireReductionAmount(float value) |
void |
setNeutralChromaticity(CGPoint value)
These properties provide differnet was to query or modify the image white balance
Use 'neutralChromaticity' to query or change white balance based on x,y chromaticity values in the range (0..1)
Use 'neutralTemperature' and 'neutralTemperature' to query or change white balance based temp/tint values in the ranges (2000K..50000K, -150..150)
Use 'neutralLocation' to change the white balance based on an x,y pixel coordiniates in the image.
|
void |
setNeutralLocation(CGPoint value) |
void |
setNeutralTemperature(float value) |
void |
setNeutralTint(float value) |
void |
setOrientation(int value)
Changing this value allows the user to change the orientation of the image.
|
void |
setScaleFactor(float value)
The desired scale factor at which the image will be eventually drawn.
|
void |
setShadowBias(float value)
A value controlling an amount to subtract from shadows the image.
|
void |
setSharpnessAmount(float value) |
static void |
setVersion_static(long aVersion) |
float |
shadowBias()
A value controlling an amount to subtract from shadows the image.
|
float |
sharpnessAmount() |
static org.moe.natj.objc.Class |
superclass_static() |
static NSArray<java.lang.String> |
supportedCameraModels()
Returns a NSArray containing the names of all supported camera models.
|
NSArray<java.lang.String> |
supportedDecoderVersions()
Array of all supported decoder versions for the given image type, sorted in increasingly newer order.
|
static NSArray<java.lang.String> |
supportedRawCameraModels() |
static boolean |
supportsSecureCoding() |
static long |
version_static() |
attributes, copyWithZone, encodeWithCoder, inputKeys, name, outputImage, outputKeys, setDefaults, setNameaccessibilityActivate, accessibilityActivationPoint, accessibilityAssistiveTechnologyFocusedIdentifiers, accessibilityAttributedHint, accessibilityAttributedLabel, accessibilityAttributedUserInputLabels, accessibilityAttributedValue, accessibilityContainerType, accessibilityCustomActions, accessibilityCustomRotors, accessibilityDecrement, accessibilityDragSourceDescriptors, accessibilityDropPointDescriptors, accessibilityElementAtIndex, accessibilityElementCount, accessibilityElementDidBecomeFocused, accessibilityElementDidLoseFocus, accessibilityElementIsFocused, accessibilityElements, accessibilityElementsHidden, accessibilityFrame, accessibilityHint, accessibilityIncrement, accessibilityLabel, accessibilityLanguage, accessibilityNavigationStyle, accessibilityPath, accessibilityPerformEscape, accessibilityPerformMagicTap, accessibilityRespondsToUserInteraction, accessibilityScroll, accessibilityTextualContext, accessibilityTraits, accessibilityUserInputLabels, accessibilityValue, accessibilityViewIsModal, addObserverForKeyPathOptionsContext, attemptRecoveryFromErrorOptionIndex, attemptRecoveryFromErrorOptionIndexDelegateDidRecoverSelectorContextInfo, autoContentAccessingProxy, awakeAfterUsingCoder, awakeFromNib, class_objc, classForCoder, classForKeyedArchiver, copy, dealloc, debugDescription, description, dictionaryWithValuesForKeys, didChangeValueForKey, didChangeValueForKeyWithSetMutationUsingObjects, didChangeValuesAtIndexesForKey, doesNotRecognizeSelector, fileManagerShouldProceedAfterError, fileManagerWillProcessPath, finalize_objc, forwardingTargetForSelector, forwardInvocation, hash, indexOfAccessibilityElement, isAccessibilityElement, isEqual, isKindOfClass, isMemberOfClass, isProxy, methodForSelector, methodSignatureForSelector, mutableArrayValueForKey, mutableArrayValueForKeyPath, mutableCopy, mutableOrderedSetValueForKey, mutableOrderedSetValueForKeyPath, mutableSetValueForKey, mutableSetValueForKeyPath, observationInfo, observeValueForKeyPathOfObjectChangeContext, performSelector, performSelectorInBackgroundWithObject, performSelectorOnMainThreadWithObjectWaitUntilDone, performSelectorOnMainThreadWithObjectWaitUntilDoneModes, performSelectorOnThreadWithObjectWaitUntilDone, performSelectorOnThreadWithObjectWaitUntilDoneModes, performSelectorWithObject, performSelectorWithObjectAfterDelay, performSelectorWithObjectAfterDelayInModes, performSelectorWithObjectWithObject, prepareForInterfaceBuilder, provideImageDataBytesPerRowOrigin_Size_UserInfo, removeObserverForKeyPath, removeObserverForKeyPathContext, replacementObjectForCoder, replacementObjectForKeyedArchiver, respondsToSelector, self, setAccessibilityActivationPoint, setAccessibilityAttributedHint, setAccessibilityAttributedLabel, setAccessibilityAttributedUserInputLabels, setAccessibilityAttributedValue, setAccessibilityContainerType, setAccessibilityCustomActions, setAccessibilityCustomRotors, setAccessibilityDragSourceDescriptors, setAccessibilityDropPointDescriptors, setAccessibilityElements, setAccessibilityElementsHidden, setAccessibilityFrame, setAccessibilityHint, setAccessibilityLabel, setAccessibilityLanguage, setAccessibilityNavigationStyle, setAccessibilityPath, setAccessibilityRespondsToUserInteraction, setAccessibilityTextualContext, setAccessibilityTraits, setAccessibilityUserInputLabels, setAccessibilityValue, setAccessibilityViewIsModal, setIsAccessibilityElement, setNilValueForKey, setObservationInfo, setShouldGroupAccessibilityChildren, setValueForKey, setValueForKeyPath, setValueForUndefinedKey, setValuesForKeysWithDictionary, shouldGroupAccessibilityChildren, superclass, validateValueForKeyError, validateValueForKeyPathError, valueForKey, valueForKeyPath, valueForUndefinedKey, willChangeValueForKey, willChangeValueForKeyWithSetMutationUsingObjects, willChangeValuesAtIndexesForKeypublic static boolean accessInstanceVariablesDirectly()
public static CIRAWFilter alloc()
public static CIRAWFilter allocWithZone(org.moe.natj.general.ptr.VoidPtr zone)
public static boolean automaticallyNotifiesObserversForKey(java.lang.String key)
public float baselineExposure()
public float boostAmount()
public float boostShadowAmount()
public static void cancelPreviousPerformRequestsWithTarget(java.lang.Object aTarget)
public static void cancelPreviousPerformRequestsWithTargetSelectorObject(java.lang.Object aTarget,
org.moe.natj.objc.SEL aSelector,
java.lang.Object anArgument)
public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
public static org.moe.natj.objc.Class classForKeyedUnarchiver()
public float colorNoiseReductionAmount()
public float contrastAmount()
public static java.lang.String debugDescription_static()
public java.lang.String decoderVersion()
public static java.lang.String description_static()
public float detailAmount()
public float exposure()
public float extendedDynamicRangeAmount()
public static NSArray<? extends CIFilter> filterArrayFromSerializedXMPInputImageExtentError(NSData xmpData, CGRect extent, org.moe.natj.general.ptr.Ptr<NSError> outError)
public static NSArray<java.lang.String> filterNamesInCategories(NSArray<java.lang.String> categories)
public static NSArray<java.lang.String> filterNamesInCategory(java.lang.String category)
public static CIRAWFilter filterWithCVPixelBufferProperties(CVBufferRef buffer, NSDictionary<?,?> properties)
public static CIFilter filterWithCVPixelBufferPropertiesOptions(CVBufferRef pixelBuffer, NSDictionary<?,?> properties, NSDictionary<java.lang.String,?> options)
public static CIRAWFilter filterWithImageDataIdentifierHint(NSData data, java.lang.String identifierHint)
public static CIFilter filterWithImageDataOptions(NSData data, NSDictionary<java.lang.String,?> options)
public static CIRAWFilter filterWithImageURL(NSURL url)
public static CIFilter filterWithImageURLOptions(NSURL url, NSDictionary<java.lang.String,?> options)
public static CIFilter filterWithName(java.lang.String name)
public static CIFilter filterWithNameKeysAndValues(java.lang.String name, java.lang.Object key0, java.lang.Object... varargs)
public static CIFilter filterWithNameWithInputParameters(java.lang.String name, NSDictionary<java.lang.String,?> params)
public static long hash_static()
public CIRAWFilter init()
public CIRAWFilter initWithCoder(NSCoder coder)
NSCodinginitWithCoder in interface NSCodinginitWithCoder in class CIFilterpublic static NSObject.Function_instanceMethodForSelector_ret instanceMethodForSelector(org.moe.natj.objc.SEL aSelector)
public static NSMethodSignature instanceMethodSignatureForSelector(org.moe.natj.objc.SEL aSelector)
public static boolean instancesRespondToSelector(org.moe.natj.objc.SEL aSelector)
public boolean isColorNoiseReductionSupported()
public boolean isContrastSupported()
public boolean isDetailSupported()
public boolean isDraftModeEnabled()
public boolean isGamutMappingEnabled()
public boolean isLensCorrectionEnabled()
public boolean isLensCorrectionSupported()
public boolean isLocalToneMapSupported()
public boolean isLuminanceNoiseReductionSupported()
public boolean isMoireReductionSupported()
public boolean isSharpnessSupported()
public static boolean isSubclassOfClass(org.moe.natj.objc.Class aClass)
public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey(java.lang.String key)
public CIFilter linearSpaceFilter()
public float localToneMapAmount()
public static java.lang.String localizedDescriptionForFilterName(java.lang.String filterName)
public static java.lang.String localizedNameForCategory(java.lang.String category)
public static java.lang.String localizedNameForFilterName(java.lang.String filterName)
public static NSURL localizedReferenceDocumentationForFilterName(java.lang.String filterName)
public float luminanceNoiseReductionAmount()
public float moireReductionAmount()
public CGSize nativeSize()
public CGPoint neutralChromaticity()
public CGPoint neutralLocation()
public float neutralTemperature()
public float neutralTint()
public static CIRAWFilter new_objc()
public int orientation()
public CIImage portraitEffectsMatte()
public CIImage previewImage()
public NSDictionary<?,?> properties()
public static void registerFilterNameConstructorClassAttributes(java.lang.String name,
CIFilterConstructor anObject,
NSDictionary<java.lang.String,?> attributes)
public static boolean resolveClassMethod(org.moe.natj.objc.SEL sel)
public static boolean resolveInstanceMethod(org.moe.natj.objc.SEL sel)
public float scaleFactor()
public CIImage semanticSegmentationGlassesMatte()
public CIImage semanticSegmentationHairMatte()
public CIImage semanticSegmentationSkinMatte()
public CIImage semanticSegmentationSkyMatte()
public CIImage semanticSegmentationTeethMatte()
public static NSData serializedXMPFromFiltersInputImageExtent(NSArray<? extends CIFilter> filters, CGRect extent)
public void setBaselineExposure(float value)
public void setBoostAmount(float value)
public void setBoostShadowAmount(float value)
public void setColorNoiseReductionAmount(float value)
public void setContrastAmount(float value)
public void setDecoderVersion(java.lang.String value)
public void setDetailAmount(float value)
public void setDraftModeEnabled(boolean value)
public void setExposure(float value)
public void setExtendedDynamicRangeAmount(float value)
public void setGamutMappingEnabled(boolean value)
public void setLensCorrectionEnabled(boolean value)
public void setLinearSpaceFilter(CIFilter value)
public void setLocalToneMapAmount(float value)
public void setLuminanceNoiseReductionAmount(float value)
public void setMoireReductionAmount(float value)
public void setNeutralChromaticity(CGPoint value)
public void setNeutralLocation(CGPoint value)
public void setNeutralTemperature(float value)
public void setNeutralTint(float value)
public void setOrientation(int value)
public void setScaleFactor(float value)
public void setShadowBias(float value)
public void setSharpnessAmount(float value)
public static void setVersion_static(long aVersion)
public float shadowBias()
public float sharpnessAmount()
public static org.moe.natj.objc.Class superclass_static()
public static NSArray<java.lang.String> supportedCameraModels()
public NSArray<java.lang.String> supportedDecoderVersions()
public static NSArray<java.lang.String> supportedRawCameraModels()
public static boolean supportsSecureCoding()
public boolean _supportsSecureCoding()
NSSecureCoding_supportsSecureCoding in interface NSSecureCoding_supportsSecureCoding in class CIFilterpublic static long version_static()