public static HoughCircle FindFastBestCircle(DoubleImage src, CircleBrightness brightness, double edgeMin, double minR, double maxR, double deltaR) {
   HoughCircle ret = new HoughCircle(VisionLabPINVOKE.FindFastBestCircle__SWIG_6(DoubleImage.getCPtr(src), (int)brightness, edgeMin, minR, maxR, deltaR), true);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public static HoughCircle FindBestCircle(DoubleImage src, double minR, double maxR, double deltaR) {
   HoughCircle ret = new HoughCircle(VisionLabPINVOKE.FindBestCircle__SWIG_6(DoubleImage.getCPtr(src), minR, maxR, deltaR), true);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public static HoughCircle HTBestCircle(vector_FloatImage srcTab, double minR, double maxR, double deltaR) {
   HoughCircle ret = new HoughCircle(VisionLabPINVOKE.HTBestCircle__SWIG_5(vector_FloatImage.getCPtr(srcTab), minR, maxR, deltaR), true);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 internal static HandleRef getCPtr(HoughCircle obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
예제 #5
0
 internal static HandleRef getCPtr(HoughCircle obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
예제 #6
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(HoughCircle obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }