Exemplo n.º 1
0
 public void SetRange(int index, FloatList values)
 {
     solar_api_trackingPINVOKE.FloatList_SetRange(swigCPtr, index, FloatList.getCPtr(values));
     if (solar_api_trackingPINVOKE.SWIGPendingException.Pending)
     {
         throw solar_api_trackingPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
        public virtual FrameworkReturnCode estimate(Image previousImage, Image currentImage, Point2DfArray pointsToTrack, Point2DfArray trackedPoints, UCharList status, FloatList error)
        {
            FrameworkReturnCode ret = (FrameworkReturnCode)solar_api_trackingPINVOKE.IOpticalFlowEstimator_estimate__SWIG_1(swigCPtr, Image.getCPtr(previousImage), Image.getCPtr(currentImage), Point2DfArray.getCPtr(pointsToTrack), Point2DfArray.getCPtr(trackedPoints), UCharList.getCPtr(status), FloatList.getCPtr(error));

            if (solar_api_trackingPINVOKE.SWIGPendingException.Pending)
            {
                throw solar_api_trackingPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 3
0
 public FloatList(FloatList other) : this(solar_api_trackingPINVOKE.new_FloatList__SWIG_1(FloatList.getCPtr(other)), true)
 {
     if (solar_api_trackingPINVOKE.SWIGPendingException.Pending)
     {
         throw solar_api_trackingPINVOKE.SWIGPendingException.Retrieve();
     }
 }