Cog3DRangeImagePlaneEstimator NeighborhoodSizeXInPixels Property Cognex VisionPro
Gets or sets the NeighborhoodSizeXInPixels. Only used when FitMethodZLookupMethod is set to NeighborhoodMedian or Neighborhood.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax

public int NeighborhoodSizeXInPixels { get; set; }

Property Value

Type: Int32
The neighborhood size in X. The neighborhood to use when the ZLookupMethod is NeighborhoodMedian or Neighborhood. The default is 5.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfNeighborhoodSizeXInPixels
Exceptions

ExceptionCondition
ArgumentException If the supplied argument is less than 1.
See Also