示例#1
0
 public vector_Int8Image(vector_Int8Image other) : this(VisionLabPINVOKE.new_vector_Int8Image__SWIG_1(vector_Int8Image.getCPtr(other)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public vector_Int8ImageEnumerator(vector_Int8Image collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
示例#3
0
 public void GetSets(vector_Int8Image images, vector_int classIds)
 {
     VisionLabPINVOKE.ClassImageSet_Int8_GetSets(swigCPtr, vector_Int8Image.getCPtr(images), vector_int.getCPtr(classIds));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#4
0
 public void SetRange(int index, vector_Int8Image values)
 {
     VisionLabPINVOKE.vector_Int8Image_SetRange(swigCPtr, index, vector_Int8Image.getCPtr(values));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public virtual void SnapShotROIs(vector_Int8Image images)
 {
     VisionLabPINVOKE.Camera_Int8_SnapShotROIs__SWIG_1(swigCPtr, vector_Int8Image.getCPtr(images));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
    public double TrainImageSet(int nrOfEpochs, double learnRate, double momentum, vector_Int8Image images, vector_int classes, ref double meanError)
    {
        double ret = VisionLabPINVOKE.BPN_ImageClassifier_Int8_TrainImageSet(swigCPtr, nrOfEpochs, learnRate, momentum, vector_Int8Image.getCPtr(images), vector_int.getCPtr(classes), ref meanError);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
    public double EvaluateImageSet(vector_Int8Image images, vector_int classesExp, vector_int classesRes, vector_double confidencies, vector_vector_double outputs, ref double meanError)
    {
        double ret = VisionLabPINVOKE.BPN_ImageClassifier_Int8_EvaluateImageSet(swigCPtr, vector_Int8Image.getCPtr(images), vector_int.getCPtr(classesExp), vector_int.getCPtr(classesRes), vector_double.getCPtr(confidencies), vector_vector_double.getCPtr(outputs), ref meanError);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
示例#8
0
    public static vector_Int8Image Repeat(Int8Image value, int count)
    {
        IntPtr           cPtr = VisionLabPINVOKE.vector_Int8Image_Repeat(Int8Image.getCPtr(value), count);
        vector_Int8Image ret  = (cPtr == IntPtr.Zero) ? null : new vector_Int8Image(cPtr, true);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
示例#9
0
    public vector_Int8Image GetRange(int index, int count)
    {
        IntPtr           cPtr = VisionLabPINVOKE.vector_Int8Image_GetRange(swigCPtr, index, count);
        vector_Int8Image ret  = (cPtr == IntPtr.Zero) ? null : new vector_Int8Image(cPtr, true);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
 public double EvaluateImageSet(vector_Int8Image images, vector_int classesExp, vector_int classesRes, vector_double confidencies, vector_vector_double outputs, ref double meanError) {
   double ret = VisionLabPINVOKE.BPN_ImageClassifier_Int8_EvaluateImageSet(swigCPtr, vector_Int8Image.getCPtr(images), vector_int.getCPtr(classesExp), vector_int.getCPtr(classesRes), vector_double.getCPtr(confidencies), vector_vector_double.getCPtr(outputs), ref meanError);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public double TrainImageSet(int nrOfEpochs, double learnRate, double momentum, vector_Int8Image images, vector_int classes, ref double meanError) {
   double ret = VisionLabPINVOKE.BPN_ImageClassifier_Int8_TrainImageSet(swigCPtr, nrOfEpochs, learnRate, momentum, vector_Int8Image.getCPtr(images), vector_int.getCPtr(classes), ref meanError);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public static vector_HoughCircle HTBestCircles(vector_Int8Image srcTab, double minR, double maxR, double deltaR) {
   vector_HoughCircle ret = new vector_HoughCircle(VisionLabPINVOKE.HTBestCircles__SWIG_11(vector_Int8Image.getCPtr(srcTab), minR, maxR, deltaR), true);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public static void FastHoughCircleT(Int8Image src, CircleBrightness brightness, char edgeMin, double minR, double maxR, double deltaR, vector_Int8Image destTab) {
   VisionLabPINVOKE.FastHoughCircleT__SWIG_2(Int8Image.getCPtr(src), (int)brightness, edgeMin, minR, maxR, deltaR, vector_Int8Image.getCPtr(destTab));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
示例#14
0
 internal static HandleRef getCPtr(vector_Int8Image obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 public static void HoughCircleT(Int8Image src, double minR, double maxR, double deltaR, vector_Int8Image destTab) {
   VisionLabPINVOKE.HoughCircleT__SWIG_2(Int8Image.getCPtr(src), minR, maxR, deltaR, vector_Int8Image.getCPtr(destTab));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public void GetSets(vector_Int8Image images, vector_int classIds) {
   VisionLabPINVOKE.ClassImageSet_Int8_GetSets(swigCPtr, vector_Int8Image.getCPtr(images), vector_int.getCPtr(classIds));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
示例#17
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(vector_Int8Image obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }