SegmentResults ClassCognex VisionPro 9.23

This class holds all of the result information from a segmentation operation.

Inheritance Hierarchy

System Object
  Cognex.Vision.ELCore.Implementation ReadOnlyCollectionOfISegmentResultPtr
    Cognex.Vision.ELCore SegmentResults

Namespace: Cognex.Vision.ELCore
Assembly: Cognex.Vision.ELCore.Net (in Cognex.Vision.ELCore.Net.dll) Version: 9.24.0.0
Syntax

public sealed class SegmentResults : ReadOnlyCollectionOfISegmentResultPtr, 
	IObject

The SegmentResults type exposes the following members.

Methods

  NameDescription
Public methodCopyTo
Copies all the elements of the collection to the specified one-dimensional array starting at the specified destination array index. The index is specified as a 32-bit integer.
(Overrides ReadOnlyCollectionOfISegmentResultPtr CopyTo( ISegmentResult , Int32).)
Public methodEquals
Compares the equality of this object with another.
(Overrides Object Equals(Object).)
Public methodGetEnumerator
Returns an IEnumerator for the collection.
(Overrides ReadOnlyCollectionOfISegmentResultPtr GetEnumerator .)
Public methodGetHashCode
Returns the hash code of this object.
(Overrides Object GetHashCode .)
Public methodGetItem
Get the item at the specified index.
(Overrides ReadOnlyCollectionOfISegmentResultPtr GetItem(Int32).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Compares the equality of two SegmentResults objects.
Public operatorStatic memberInequality
Compares the inequality of two SegmentResults objects.
Top
Properties

  NameDescription
Public propertyBoundedInputImage

Gets the bounded input image based on the input image and region provided for segmentation.

Public propertyCount

Get the number of elements contained in this collection.

(Overrides ReadOnlyCollectionOfISegmentResultPtr Count.)
Public propertyHandle (Overrides ReadOnlyCollectionOfISegmentResultPtr Handle.)
Public propertyItem (Overrides ReadOnlyCollectionOfISegmentResultPtr Item Int32 .)
Top
See Also