예제 #1
0
 public LBPPyrDotFeatures(SWIGTYPE_p_shogun__CSimpleFeaturesT_unsigned_int_t images, ushort num_pyramids) : this(modshogunPINVOKE.new_LBPPyrDotFeatures__SWIG_1(SWIGTYPE_p_shogun__CSimpleFeaturesT_unsigned_int_t.getCPtr(images), num_pyramids), true)
 {
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_shogun__CSimpleFeaturesT_unsigned_int_t obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_shogun__CSimpleFeaturesT_unsigned_int_t obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
예제 #4
0
 public LBPPyrDotFeatures(SWIGTYPE_p_shogun__CSimpleFeaturesT_unsigned_int_t images, ushort num_pyramids) : this(modshogunPINVOKE.new_LBPPyrDotFeatures__SWIG_1(SWIGTYPE_p_shogun__CSimpleFeaturesT_unsigned_int_t.getCPtr(images), num_pyramids), true) {
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }