Neodroid
0.2.0
Machine Learning Environment Prototyping Tool
Segmenter.cs
Go to the documentation of this file.
1
using
System
;
2
using
System
.Collections.Generic;
3
using
droid
.
Runtime
.
Interfaces
;
4
using
UnityEngine
;
5
6
namespace
droid
.Runtime.Utilities.GameObjects.NeodroidCamera.Segmentation {
10
public
abstract
class
Segmenter
: MonoBehaviour,
11
IColorProvider
{
15
public
abstract
Dictionary<String, Color> ColorsDict {
get
; }
16
}
17
}
droid.Runtime.Interfaces
Definition:
IAbstractPrototypingEnvironment.cs:5
System
droid
droid.Runtime.Interfaces.IColorProvider
Definition:
IColorProvider.cs:7
droid.Runtime
UnityEngine
droid.Runtime.Utilities.GameObjects.NeodroidCamera.Segmentation.Segmenter
Definition:
Segmenter.cs:10
Runtime
Utilities
GameObjects
NeodroidCamera
Segmentation
Segmenter.cs
Generated by
1.8.13