Click or drag to resize

RefObjStats Class

Reference object statistical values for the given recipe channel.
Inheritance Hierarchy
SystemObject
  MediaCy.Addins.LearningSegmentationRefObjStats

Namespace:  MediaCy.Addins.LearningSegmentation
Assembly:  MediaCy.Addins.LearningSegmentation (in MediaCy.Addins.LearningSegmentation.dll) Version: 3.1.0.0
Syntax
VB
Public Class RefObjStats

The RefObjStats type exposes the following members.

Constructors
  NameDescription
Public methodRefObjStats
Initializes a new instance of the RefObjStats class
Public methodRefObjStats(Int64, Double, Double)
Initializes a new instance of the RefObjStats class
Top
Properties
  NameDescription
Public propertyCount
Number of pixels in the object
Public propertyMean
Mean value of the object.
Public propertyStdDev
Standard deviation value of the object.
Top
Remarks