public HoughLine(PolarCoord c) : this(VisionLabPINVOKE.new_HoughLine__SWIG_1(PolarCoord.getCPtr(c)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
    public bool SmallerThan(PolarCoord arg0)
    {
        bool ret = VisionLabPINVOKE.PolarCoord_SmallerThan(swigCPtr, PolarCoord.getCPtr(arg0));

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Пример #3
0
    public bool Not(PolarCoord c)
    {
        bool ret = VisionLabPINVOKE.PolarCoord_Not(swigCPtr, PolarCoord.getCPtr(c));

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