Simply3DScan
GrayFilter.cs
Go to the documentation of this file.
1 namespace Configuration
2 {
3  public enum GrayFilter
4  {
5  BT709,
6  RMY,
7  Y
8  }
9 }