internal static HandleRef getCPtr(SWIGTYPE_p_std__vectorT_JL_VisionLib_V3__RGB888Pixel_p_t obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__vectorT_JL_VisionLib_V3__RGB888Pixel_p_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public static int PixelPtrTabFromImage(RGB888Image image, SWIGTYPE_p_std__vectorT_JL_VisionLib_V3__RGB888Pixel_p_t tab, RGB888Pixel low, RGB888Pixel high) {
   int ret = VisionLabPINVOKE.PixelPtrTabFromImage__SWIG_15(RGB888Image.getCPtr(image), SWIGTYPE_p_std__vectorT_JL_VisionLib_V3__RGB888Pixel_p_t.getCPtr(tab), RGB888Pixel.getCPtr(low), RGB888Pixel.getCPtr(high));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_std__vectorT_JL_VisionLib_V3__RGB888Pixel_p_t obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }