public static string ConvComplexToStr(ConvComplex kind) {
   string ret = VisionLabPINVOKE.ConvComplexToStr((int)kind);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public static void ConvertComplexToOrdImage(ComplexDoubleImage src, DoubleImage dest, ConvComplex kind) {
   VisionLabPINVOKE.ConvertComplexToOrdImage__SWIG_12(ComplexDoubleImage.getCPtr(src), DoubleImage.getCPtr(dest), (int)kind);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }