コード例 #1
0
 public static int PixelPtrTabFromImage(DoubleImage image, SWIGTYPE_p_std__vectorT_double_p_t tab, double low, double high) {
   int ret = VisionLabPINVOKE.PixelPtrTabFromImage__SWIG_13(DoubleImage.getCPtr(image), SWIGTYPE_p_std__vectorT_double_p_t.getCPtr(tab), low, high);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
コード例 #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__vectorT_double_p_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #3
0
 internal static HandleRef getCPtr(SWIGTYPE_p_std__vectorT_double_p_t obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_std__vectorT_double_p_t obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }