OptionsClassAccumulatedClass Property
|
|
Accumulated class, when True all objects in one class get accumulated, when False, every reference object is used as classification target.
Namespace:
MediaCy.Addins.LearningSegmentation
Assembly:
MediaCy.Addins.LearningSegmentation (in MediaCy.Addins.LearningSegmentation.dll) Version: 3.1.0.0
SyntaxPublic Property AccumulatedClass As Boolean
Get
Set
Property Value
Type:
Boolean
RemarksWhen the value is True, the recipe is created based on the accumulated value
calculated from all objects in the given class (mean,deviation). If False, every object is used as a target to segmentation.
Use True if multiple small objects are used, which will define accumulated ranges. Use False to create segmentation
where single class can include discontinued range of measures, for example when the background is gray and the object can be either bright or dark.
Switch it on, if segmentation should be done based on average value of many reference objects.
See Also