Click or drag to resize

RectangleOfInterest Class

Wrapps tracked bounding box to keep information between frames
Inheritance Hierarchy
SystemObject
  Rubedos.Viper.Net.IfaceRectangleOfInterest

Namespace:  Rubedos.Viper.Net.Iface
Assembly:  Rubedos.Viper.Net.Iface (in Rubedos.Viper.Net.Iface.dll) Version: 1.0.0.2336 (1.0.00000.2336)
Syntax
C#
public class RectangleOfInterest

The RectangleOfInterest type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyBoundingBoxGeometry
Geometry of the bounding box
Public propertyDepth
Z coordinate of the tracked object
Public propertyGeom
Geometry of bounding box
Public propertyId
Unique Id
Public propertyObjectClass
Object class identification number
Public propertyRect
Bounding rectangle in the image
Public propertySeqId
Sequential Id, resets on restart of application
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIdleTime
Calculates how long this roi has been w/o update, in seconds
Public methodIsTheSame
Checks if two Rectangles of interest are the same by checking overlap area
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
To string
(Overrides ObjectToString.)
Public methodUpdateRoi
Updates to the new data
Top
See Also