public static CFAType CFATypeROIConversion(CFAType type, int topLeftX, int topLeftY) {
   CFAType ret = (CFAType)VisionLabPINVOKE.CFATypeROIConversion((int)type, topLeftX, topLeftY);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public static string CFATypeToStr(CFAType cfa) {
   string ret = VisionLabPINVOKE.CFATypeToStr((int)cfa);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public static void ConvertCFAToRGB161616Image(Int32Image src, RGB161616Image dest, CFAType cfa) {
   VisionLabPINVOKE.ConvertCFAToRGB161616Image__SWIG_8(Int32Image.getCPtr(src), RGB161616Image.getCPtr(dest), (int)cfa);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }