CogIPOneImageMedianNxM PropertiesCognex VisionPro 9.5

The CogIPOneImageMedianNxM type exposes the following members.

Properties

  NameDescription
Public propertyCarePelsMinFraction
Only meaningfull when IntermediateImageComputationPolicy is UseCarePelsMinFraction. Zero has a special meaning: it means "accept any non-zero fraction, no matter how small."
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
Public propertyEnabled
Whether this one image operator will be used to compute the output image.
Public propertyHasChanged
If true, the serializable state of this object has changed since the last time it was serialized.
Public propertyInputImageMask
Mask indicating areas of Care (mask value 255) and Don't Care (mask value zero). The mask is aligned to the InputImage using the InputImageMaskOffsetX & Y values.
Public propertyInputImageMaskOffsetX
X offset value in pixels. The X & Y offset values measure the offset from the upper-left corner of the InputImage to the upper-left corner of the InputImageMask, in pixel coordinates of the InputImage.
Public propertyInputImageMaskOffsetY
Y offset value in pixels. The X & Y offset values measure the offset from the upper-left corner of the InputImage to the upper-left corner of the InputImageMask, in pixel coordinates of the InputImage.
Public propertyIntermediateImageComputationPolicy
How to use the kernel and the InputImageMask to determine whether to compute a pixel value or copy from the InputImage.
Public propertyIntermediateImageMask
Mask indicating areas of Care (mask value 255) and Don't Care (mask value zero). The mask is aligned to the intermediate image using the IntermediateImageMaskOffsetX & Y values.
Public propertyIntermediateImageMaskOffsetX
X offset value in pixels. The X & Y offset values measure the offset from the upper-left corner of the intermediate image to the upper-left corner of the IntermediateImageMask, in pixel coordinates of the intermediate image.
Public propertyIntermediateImageMaskOffsetY
Y offset value in pixels. The X & Y offset values measure the offset from the upper-left corner of the intermediate image to the upper-left corner of the IntermediateImageMask, in pixel coordinates of the intermediate image.
Public propertyIntermediateImageMaskSelect
Decides whether to use the IntermediateImageMask, or use the InputImageMask as the IntermediateImageMask.
Public propertyKernelHeight
Get or set the height of the median kernel in pixels.
Public propertyKernelWidth
Get or set the width of the median kernel in pixels.
Public propertyOperatorName
Returns/sets a displayable operator name.
Public propertyOutputImageMask
This is the computed mask that helps us figure out which output pixels were computed and which were copied from InputImage.
Public propertyOutputSelect
Whether the operator should output just an image, or an image plus a computed image mask.
Top
See Also