Cog3DRangeImagePlaneEstimator NeighborhoodSizeYInPixels Property Cognex VisionPro
Gets or sets the NeighborhoodSizeYInPixels. Only used when FitMethodZLookupMethod

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

public int NeighborhoodSizeYInPixels { get; set; }

Property Value

Type: Int32
The neighborhood size in Y. 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:

  • SfNeighborhoodSizeYInPixels
Exceptions

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