2 using System.Collections.Generic;
8 namespace droid.Runtime.Prototyping.Sensors.Camera.Deprecated.Segmentation {
12 [AddComponentMenu(SensorComponentMenuPath._ComponentMenuPath
14 + SensorComponentMenuPath._Postfix)]
23 public override IEnumerable<float> FloatEnumerable {
get {
return new List<float>(); } }
29 this.ObservationValue = this._segmenter != null
30 ? this._segmenter.
ColorsDict.Select(c => $
"{c.Key}: {c.Value.ToString()}")
33 current !=
"" ? $
"{current}, {next}" : $
"{next}")
46 public override String
ToString() {
return this.ObservationValue; }
abstract Dictionary< String, Color > ColorsDict
override String ToString()
override void UpdateObservation()