public ClassLexicon(SWIGTYPE_p_std__mapT_std__string_int_std__lessT_std__string_t_t classTab) : this(VisionLabPINVOKE.new_ClassLexicon__SWIG_0(SWIGTYPE_p_std__mapT_std__string_int_std__lessT_std__string_t_t.getCPtr(classTab)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
    public SWIGTYPE_p_std__mapT_std__string_int_std__lessT_std__string_t_t GetFeatureNameTab()
    {
        SWIGTYPE_p_std__mapT_std__string_int_std__lessT_std__string_t_t ret = new SWIGTYPE_p_std__mapT_std__string_int_std__lessT_std__string_t_t(VisionLabPINVOKE.ClassFeatureSet_YUV16_GetFeatureNameTab(swigCPtr), false);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
示例#3
0
    public SWIGTYPE_p_std__mapT_std__string_int_std__lessT_std__string_t_t GetPatternNamesTab()
    {
        SWIGTYPE_p_std__mapT_std__string_int_std__lessT_std__string_t_t ret = new SWIGTYPE_p_std__mapT_std__string_int_std__lessT_std__string_t_t(VisionLabPINVOKE.PatternMatcher_Int32_GetPatternNamesTab(swigCPtr), true);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }