Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 73.0.0.0
Property Value
Type: ICogVisionDataThe 3D input data. Default value is null.
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flags may be affected: |
3D vision data can be stored in a single CogImage16Range or stored in a CogVisionDataContainer as a matched pair, with one CogImage16Range holding the 3D data and one CogImage16Grey holding corresponding grey-level information or stored in a Cog3DPointCloudMesh. Either style of input is acceptable. All objects are referred to by the term "vision data" and all support the ICogVisionData interface.
You can use a search region to control what part of the input vision data is searched by the 3DPatMax tool. The tool will only attempt to match the pattern to 3D data points that fall inside the 3D shape specified by the SearchRegion property. If this search region is null, the entire input vision data will be searched.
The only allowed shape for the search region is a Cog3DBox. The 3DPatMax tool will completely ignore any 3D input points that fall outside of the specified box.