public ComplexFloatImage(ComplexFloatImage image) : this(VisionLabPINVOKE.new_ComplexFloatImage__SWIG_3(ComplexFloatImage.getCPtr(image)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
    public bool GetImage(string imageName, ComplexFloatImage image)
    {
        bool ret = VisionLabPINVOKE.VisLibCmdInt_GetImage__SWIG_13(swigCPtr, imageName, ComplexFloatImage.getCPtr(image));

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
 public static void BlockPattern(ComplexFloatImage image, XYCoord leftTop, int height, int width, SWIGTYPE_p_std__complexT_float_t value, int repeatx, int repeaty) {
   VisionLabPINVOKE.BlockPattern__SWIG_27(ComplexFloatImage.getCPtr(image), XYCoord.getCPtr(leftTop), height, width, SWIGTYPE_p_std__complexT_float_t.getCPtr(value), repeatx, repeaty);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void FastFourierT(ComplexFloatImage image, TransformDirection dir) {
   VisionLabPINVOKE.FastFourierT__SWIG_1(ComplexFloatImage.getCPtr(image), (int)dir);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void ComplexImageFromRectangular(DoubleImage real, DoubleImage imag, ComplexFloatImage dest) {
   VisionLabPINVOKE.ComplexImageFromRectangular__SWIG_6(DoubleImage.getCPtr(real), DoubleImage.getCPtr(imag), ComplexFloatImage.getCPtr(dest));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void ConvertComplexToOrdImage(ComplexFloatImage src, DoubleImage dest, ConvComplex kind) {
   VisionLabPINVOKE.ConvertComplexToOrdImage__SWIG_6(ComplexFloatImage.getCPtr(src), DoubleImage.getCPtr(dest), (int)kind);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void VectorDistanceT(Int32Image src, ComplexFloatImage dest) {
   VisionLabPINVOKE.VectorDistanceT__SWIG_4(Int32Image.getCPtr(src), ComplexFloatImage.getCPtr(dest));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void Zoom(ComplexFloatImage src, ComplexFloatImage dest, HeightWidth hw, PixelInterpolation pi) {
   VisionLabPINVOKE.Zoom__SWIG_55(ComplexFloatImage.getCPtr(src), ComplexFloatImage.getCPtr(dest), HeightWidth.getCPtr(hw), (int)pi);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static int XYCoordTabFromImage(ComplexFloatImage image, vector_XYCoord tab, SWIGTYPE_p_std__complexT_float_t low, SWIGTYPE_p_std__complexT_float_t high) {
   int ret = VisionLabPINVOKE.XYCoordTabFromImage__SWIG_27(ComplexFloatImage.getCPtr(image), vector_XYCoord.getCPtr(tab), SWIGTYPE_p_std__complexT_float_t.getCPtr(low), SWIGTYPE_p_std__complexT_float_t.getCPtr(high));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public static int PixelPtrTabFromImage(ComplexFloatImage image, SWIGTYPE_p_std__vectorT_std__complexT_float_t_p_t tab, SWIGTYPE_p_std__complexT_float_t pixel) {
   int ret = VisionLabPINVOKE.PixelPtrTabFromImage__SWIG_26(ComplexFloatImage.getCPtr(image), SWIGTYPE_p_std__vectorT_std__complexT_float_t_p_t.getCPtr(tab), SWIGTYPE_p_std__complexT_float_t.getCPtr(pixel));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public static void OpticalCorrection(ComplexFloatImage src, ComplexFloatImage dest, double k1, double k2, double k3, SWIGTYPE_p_std__complexT_float_t borderValue, PixelInterpolation pi) {
   VisionLabPINVOKE.OpticalCorrection__SWIG_27(ComplexFloatImage.getCPtr(src), ComplexFloatImage.getCPtr(dest), k1, k2, k3, SWIGTYPE_p_std__complexT_float_t.getCPtr(borderValue), (int)pi);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void Mirror(ComplexFloatImage image, MirrorOperation op) {
   VisionLabPINVOKE.Mirror__SWIG_13(ComplexFloatImage.getCPtr(image), (int)op);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void MapAxis(ComplexFloatImage inputImage, ComplexFloatImage outputImage, AxisMapping axisMapping) {
   VisionLabPINVOKE.MapAxis__SWIG_27(ComplexFloatImage.getCPtr(inputImage), ComplexFloatImage.getCPtr(outputImage), (int)axisMapping);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void MapAxis(ComplexFloatImage inputImage, ComplexFloatImage outputImage, AxisType xAxis, AxisType yAxis) {
   VisionLabPINVOKE.MapAxis__SWIG_26(ComplexFloatImage.getCPtr(inputImage), ComplexFloatImage.getCPtr(outputImage), (int)xAxis, (int)yAxis);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static int CountPixel(ComplexFloatImage image, SWIGTYPE_p_std__complexT_float_t value) {
   int ret = VisionLabPINVOKE.CountPixel__SWIG_13(ComplexFloatImage.getCPtr(image), SWIGTYPE_p_std__complexT_float_t.getCPtr(value));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public static void Resample(ComplexFloatImage image, int rate) {
   VisionLabPINVOKE.Resample__SWIG_13(ComplexFloatImage.getCPtr(image), rate);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ComplexFloatImage obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public static void ROI(ComplexFloatImage src, ComplexFloatImage dest, XYCoord topLeft, HeightWidth hw) {
   VisionLabPINVOKE.ROI__SWIG_13(ComplexFloatImage.getCPtr(src), ComplexFloatImage.getCPtr(dest), XYCoord.getCPtr(topLeft), HeightWidth.getCPtr(hw));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void Zoom(ComplexFloatImage src, ComplexFloatImage dest, double factorX, double factorY, PixelInterpolation pi) {
   VisionLabPINVOKE.Zoom__SWIG_54(ComplexFloatImage.getCPtr(src), ComplexFloatImage.getCPtr(dest), factorX, factorY, (int)pi);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void ROIR(ComplexFloatImage src, ComplexFloatImage dest, XYCoord middle, XYCoord endpoint1, XYCoord endpoint2, Orientation orien, PixelInterpolation pi) {
   VisionLabPINVOKE.ROIR__SWIG_55(ComplexFloatImage.getCPtr(src), ComplexFloatImage.getCPtr(dest), XYCoord.getCPtr(middle), XYCoord.getCPtr(endpoint1), XYCoord.getCPtr(endpoint2), (int)orien, (int)pi);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void TextOnImage(ComplexFloatImage image, int left, int top, string font, string text) {
   VisionLabPINVOKE.TextOnImage__SWIG_13(ComplexFloatImage.getCPtr(image), left, top, font, text);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void Rotate(ComplexFloatImage src, ComplexFloatImage dest, XYCoord centre, double phi, SWIGTYPE_p_std__complexT_float_t borderValue, PixelInterpolation pi) {
   VisionLabPINVOKE.Rotate__SWIG_27(ComplexFloatImage.getCPtr(src), ComplexFloatImage.getCPtr(dest), XYCoord.getCPtr(centre), phi, SWIGTYPE_p_std__complexT_float_t.getCPtr(borderValue), (int)pi);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void ConvertOrdToComplexImage(DoubleImage src, ComplexFloatImage dest) {
   VisionLabPINVOKE.ConvertOrdToComplexImage__SWIG_6(DoubleImage.getCPtr(src), ComplexFloatImage.getCPtr(dest));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static XYCoord RotateFull(ComplexFloatImage src, ComplexFloatImage dest, double phi, SWIGTYPE_p_std__complexT_float_t borderValue, PixelInterpolation pi) {
   XYCoord ret = new XYCoord(VisionLabPINVOKE.RotateFull__SWIG_27(ComplexFloatImage.getCPtr(src), ComplexFloatImage.getCPtr(dest), phi, SWIGTYPE_p_std__complexT_float_t.getCPtr(borderValue), (int)pi), true);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public static void ComplexImageFromPolar(DoubleImage mag, DoubleImage phase, ComplexFloatImage dest) {
   VisionLabPINVOKE.ComplexImageFromPolar__SWIG_6(DoubleImage.getCPtr(mag), DoubleImage.getCPtr(phase), ComplexFloatImage.getCPtr(dest));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void SetBorders(ComplexFloatImage image, SWIGTYPE_p_std__complexT_float_t value) {
   VisionLabPINVOKE.SetBorders__SWIG_27(ComplexFloatImage.getCPtr(image), SWIGTYPE_p_std__complexT_float_t.getCPtr(value));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void Conjugate(ComplexFloatImage image) {
   VisionLabPINVOKE.Conjugate__SWIG_1(ComplexFloatImage.getCPtr(image));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void SwapQuadrants(ComplexFloatImage src, ComplexFloatImage dest) {
   VisionLabPINVOKE.SwapQuadrants__SWIG_13(ComplexFloatImage.getCPtr(src), ComplexFloatImage.getCPtr(dest));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void AddBorder(ComplexFloatImage src, ComplexFloatImage dest, int top, int left, int right, int bottom, SWIGTYPE_p_std__complexT_float_t value) {
   VisionLabPINVOKE.AddBorder__SWIG_13(ComplexFloatImage.getCPtr(src), ComplexFloatImage.getCPtr(dest), top, left, right, bottom, SWIGTYPE_p_std__complexT_float_t.getCPtr(value));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void TranslateCyclic(ComplexFloatImage src, ComplexFloatImage dest, XYCoord vector) {
   VisionLabPINVOKE.TranslateCyclic__SWIG_13(ComplexFloatImage.getCPtr(src), ComplexFloatImage.getCPtr(dest), XYCoord.getCPtr(vector));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void CircleShape(ComplexFloatImage image, XYCoord centre, int r, SWIGTYPE_p_std__complexT_float_t value) {
   VisionLabPINVOKE.CircleShape__SWIG_27(ComplexFloatImage.getCPtr(image), XYCoord.getCPtr(centre), r, SWIGTYPE_p_std__complexT_float_t.getCPtr(value));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void Warp(ComplexFloatImage src, ComplexFloatImage dest, TransformDirection dir, Coord2D leftTop, Coord2D rightTop, Coord2D leftBottom, Coord2D rightBottom, int height, int width, SWIGTYPE_p_std__complexT_float_t border, PixelInterpolation pi) {
   VisionLabPINVOKE.Warp__SWIG_27(ComplexFloatImage.getCPtr(src), ComplexFloatImage.getCPtr(dest), (int)dir, Coord2D.getCPtr(leftTop), Coord2D.getCPtr(rightTop), Coord2D.getCPtr(leftBottom), Coord2D.getCPtr(rightBottom), height, width, SWIGTYPE_p_std__complexT_float_t.getCPtr(border), (int)pi);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void DeInterlace(ComplexFloatImage image) {
   VisionLabPINVOKE.DeInterlace__SWIG_13(ComplexFloatImage.getCPtr(image));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(ComplexFloatImage obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }