public static void Warp(ComplexDoubleImage src, ComplexDoubleImage dest, TransformDirection dir, Coord2D leftTop, Coord2D rightTop, Coord2D leftBottom, Coord2D rightBottom, int height, int width, SWIGTYPE_p_std__complexT_double_t border, PixelInterpolation pi) {
   VisionLabPINVOKE.Warp__SWIG_29(ComplexDoubleImage.getCPtr(src), ComplexDoubleImage.getCPtr(dest), (int)dir, Coord2D.getCPtr(leftTop), Coord2D.getCPtr(rightTop), Coord2D.getCPtr(leftBottom), Coord2D.getCPtr(rightBottom), height, width, SWIGTYPE_p_std__complexT_double_t.getCPtr(border), (int)pi);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static XYCoord RotateFull(ComplexDoubleImage src, ComplexDoubleImage dest, double phi, SWIGTYPE_p_std__complexT_double_t borderValue, PixelInterpolation pi) {
   XYCoord ret = new XYCoord(VisionLabPINVOKE.RotateFull__SWIG_29(ComplexDoubleImage.getCPtr(src), ComplexDoubleImage.getCPtr(dest), phi, SWIGTYPE_p_std__complexT_double_t.getCPtr(borderValue), (int)pi), true);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public static void Warp(YUV161616Image src, YUV161616Image dest, TransformDirection dir, Coord2D leftTop, Coord2D rightTop, Coord2D leftBottom, Coord2D rightBottom, int height, int width, YUV161616Pixel border, PixelInterpolation pi) {
   VisionLabPINVOKE.Warp__SWIG_25(YUV161616Image.getCPtr(src), YUV161616Image.getCPtr(dest), (int)dir, Coord2D.getCPtr(leftTop), Coord2D.getCPtr(rightTop), Coord2D.getCPtr(leftBottom), Coord2D.getCPtr(rightBottom), height, width, YUV161616Pixel.getCPtr(border), (int)pi);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void Rotate(ComplexDoubleImage src, ComplexDoubleImage dest, XYCoord centre, double phi, SWIGTYPE_p_std__complexT_double_t borderValue, PixelInterpolation pi) {
   VisionLabPINVOKE.Rotate__SWIG_29(ComplexDoubleImage.getCPtr(src), ComplexDoubleImage.getCPtr(dest), XYCoord.getCPtr(centre), phi, SWIGTYPE_p_std__complexT_double_t.getCPtr(borderValue), (int)pi);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static XYCoord RotateFull(YUV161616Image src, YUV161616Image dest, double phi, YUV161616Pixel borderValue, PixelInterpolation pi) {
   XYCoord ret = new XYCoord(VisionLabPINVOKE.RotateFull__SWIG_25(YUV161616Image.getCPtr(src), YUV161616Image.getCPtr(dest), phi, YUV161616Pixel.getCPtr(borderValue), (int)pi), true);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public static void PolarStretch(DoubleImage src, DoubleImage dest, Coord2D centerPos, double beginAngle, double endAngle, int angleSteps, int maxRadius, double borderValue, PixelInterpolation pixelInterpolation) {
   VisionLabPINVOKE.PolarStretch__SWIG_6(DoubleImage.getCPtr(src), DoubleImage.getCPtr(dest), Coord2D.getCPtr(centerPos), beginAngle, endAngle, angleSteps, maxRadius, borderValue, (int)pixelInterpolation);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void FishEye(FloatImage src, FloatImage dest, int height, int width, double omega, double scale, float border, PixelInterpolation pi) {
   VisionLabPINVOKE.FishEye__SWIG_11(FloatImage.getCPtr(src), FloatImage.getCPtr(dest), height, width, omega, scale, border, (int)pi);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void ROIR(YUV161616Image src, YUV161616Image dest, XYCoord middle, XYCoord endpoint1, XYCoord endpoint2, Orientation orien, PixelInterpolation pi, int border) {
   VisionLabPINVOKE.ROIR__SWIG_50(YUV161616Image.getCPtr(src), YUV161616Image.getCPtr(dest), XYCoord.getCPtr(middle), XYCoord.getCPtr(endpoint1), XYCoord.getCPtr(endpoint2), (int)orien, (int)pi, border);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void ROIR(ComplexDoubleImage src, ComplexDoubleImage dest, XYCoord middle, XYCoord endpoint1, XYCoord endpoint2, Orientation orien, PixelInterpolation pi) {
   VisionLabPINVOKE.ROIR__SWIG_59(ComplexDoubleImage.getCPtr(src), ComplexDoubleImage.getCPtr(dest), XYCoord.getCPtr(middle), XYCoord.getCPtr(endpoint1), XYCoord.getCPtr(endpoint2), (int)orien, (int)pi);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 10
0
 public static void OpticalCorrection(YUV161616Image src, YUV161616Image dest, double k1, double k2, double k3, YUV161616Pixel borderValue, PixelInterpolation pi) {
   VisionLabPINVOKE.OpticalCorrection__SWIG_25(YUV161616Image.getCPtr(src), YUV161616Image.getCPtr(dest), k1, k2, k3, YUV161616Pixel.getCPtr(borderValue), (int)pi);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 11
0
 public static void OpticalCorrection(ComplexDoubleImage src, ComplexDoubleImage dest, double k1, double k2, double k3, SWIGTYPE_p_std__complexT_double_t borderValue, PixelInterpolation pi) {
   VisionLabPINVOKE.OpticalCorrection__SWIG_29(ComplexDoubleImage.getCPtr(src), ComplexDoubleImage.getCPtr(dest), k1, k2, k3, SWIGTYPE_p_std__complexT_double_t.getCPtr(borderValue), (int)pi);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 12
0
 public static void OpticalCorrection(FloatImage src, FloatImage dest, double k1, double k2, double k3, float borderValue, PixelInterpolation pi) {
   VisionLabPINVOKE.OpticalCorrection__SWIG_11(FloatImage.getCPtr(src), FloatImage.getCPtr(dest), k1, k2, k3, borderValue, (int)pi);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 13
0
 public static void FishEye(ComplexDoubleImage src, ComplexDoubleImage dest, int height, int width, double omega, double scale, SWIGTYPE_p_std__complexT_double_t border, PixelInterpolation pi) {
   VisionLabPINVOKE.FishEye__SWIG_29(ComplexDoubleImage.getCPtr(src), ComplexDoubleImage.getCPtr(dest), height, width, omega, scale, SWIGTYPE_p_std__complexT_double_t.getCPtr(border), (int)pi);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 14
0
 public static void FishEye(YUV161616Image src, YUV161616Image dest, int height, int width, double omega, double scale, YUV161616Pixel border, PixelInterpolation pi) {
   VisionLabPINVOKE.FishEye__SWIG_25(YUV161616Image.getCPtr(src), YUV161616Image.getCPtr(dest), height, width, omega, scale, YUV161616Pixel.getCPtr(border), (int)pi);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 15
0
 public static void Zoom(ComplexDoubleImage src, ComplexDoubleImage dest, double factorX, double factorY, PixelInterpolation pi) {
   VisionLabPINVOKE.Zoom__SWIG_58(ComplexDoubleImage.getCPtr(src), ComplexDoubleImage.getCPtr(dest), factorX, factorY, (int)pi);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 16
0
 public static void Rotate(FloatImage src, FloatImage dest, XYCoord centre, double phi, float borderValue, PixelInterpolation pi) {
   VisionLabPINVOKE.Rotate__SWIG_11(FloatImage.getCPtr(src), FloatImage.getCPtr(dest), XYCoord.getCPtr(centre), phi, borderValue, (int)pi);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 17
0
 public static void Zoom(ComplexDoubleImage src, ComplexDoubleImage dest, HeightWidth hw, PixelInterpolation pi) {
   VisionLabPINVOKE.Zoom__SWIG_59(ComplexDoubleImage.getCPtr(src), ComplexDoubleImage.getCPtr(dest), HeightWidth.getCPtr(hw), (int)pi);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 18
0
 public static void Rotate(YUV161616Image src, YUV161616Image dest, XYCoord centre, double phi, YUV161616Pixel borderValue, PixelInterpolation pi) {
   VisionLabPINVOKE.Rotate__SWIG_25(YUV161616Image.getCPtr(src), YUV161616Image.getCPtr(dest), XYCoord.getCPtr(centre), phi, YUV161616Pixel.getCPtr(borderValue), (int)pi);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 19
0
 public static string PixelInterpolationToStr(PixelInterpolation pi) {
   string ret = VisionLabPINVOKE.PixelInterpolationToStr((int)pi);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Exemplo n.º 20
0
 public static void Enlarge2(ComplexDoubleImage src, ComplexDoubleImage dest, PixelInterpolation pi) {
   VisionLabPINVOKE.Enlarge2__SWIG_14(ComplexDoubleImage.getCPtr(src), ComplexDoubleImage.getCPtr(dest), (int)pi);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }