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;
4 using UnityEngine;
5 
6 namespace droid.Runtime.Utilities.GameObjects.NeodroidCamera.Segmentation {
10  public abstract class Segmenter : MonoBehaviour,
15  public abstract Dictionary<String, Color> ColorsDict { get; }
16  }
17 }