Ejemplo n.º 1
0
 public static void Extract1Channel(YUV161616Image image, YUVColor plane, DoubleImage chan) {
   VisionLabPINVOKE.Extract1Channel__SWIG_76(YUV161616Image.getCPtr(image), (int)plane, DoubleImage.getCPtr(chan));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
Ejemplo n.º 2
0
 public static string YUVColorToStr(YUVColor col) {
   string ret = VisionLabPINVOKE.YUVColorToStr((int)col);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }