public vector_YUV888Image(vector_YUV888Image other) : this(VisionLabPINVOKE.new_vector_YUV888Image__SWIG_1(vector_YUV888Image.getCPtr(other)), true) { if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } }
public vector_YUV888ImageEnumerator(vector_YUV888Image collection) { collectionRef = collection; currentIndex = -1; currentObject = null; currentSize = collectionRef.Count; }
public virtual void SnapShotROIs(vector_YUV888Image images) { VisionLabPINVOKE.Camera_YUV8_SnapShotROIs__SWIG_1(swigCPtr, vector_YUV888Image.getCPtr(images)); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } }
public void SetRange(int index, vector_YUV888Image values) { VisionLabPINVOKE.vector_YUV888Image_SetRange(swigCPtr, index, vector_YUV888Image.getCPtr(values)); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } }
public void GetSets(vector_YUV888Image images, vector_int classIds) { VisionLabPINVOKE.ClassImageSet_YUV8_GetSets(swigCPtr, vector_YUV888Image.getCPtr(images), vector_int.getCPtr(classIds)); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } }
public double TrainImageSet(int nrOfEpochs, double learnRate, double momentum, vector_YUV888Image images, vector_int classes, ref double meanError) { double ret = VisionLabPINVOKE.BPN_ImageClassifier_YUV8_TrainImageSet(swigCPtr, nrOfEpochs, learnRate, momentum, vector_YUV888Image.getCPtr(images), vector_int.getCPtr(classes), ref meanError); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public double EvaluateImageSet(vector_YUV888Image images, vector_int classesExp, vector_int classesRes, vector_double confidencies, vector_vector_double outputs, ref double meanError) { double ret = VisionLabPINVOKE.BPN_ImageClassifier_YUV8_EvaluateImageSet(swigCPtr, vector_YUV888Image.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 static vector_YUV888Image Repeat(YUV888Image value, int count) { IntPtr cPtr = VisionLabPINVOKE.vector_YUV888Image_Repeat(YUV888Image.getCPtr(value), count); vector_YUV888Image ret = (cPtr == IntPtr.Zero) ? null : new vector_YUV888Image(cPtr, true); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public vector_YUV888Image GetRange(int index, int count) { IntPtr cPtr = VisionLabPINVOKE.vector_YUV888Image_GetRange(swigCPtr, index, count); vector_YUV888Image ret = (cPtr == IntPtr.Zero) ? null : new vector_YUV888Image(cPtr, true); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public double EvaluateImageSet(vector_YUV888Image images, vector_int classesExp, vector_int classesRes, vector_double confidencies, vector_vector_double outputs, ref double meanError) { double ret = VisionLabPINVOKE.BPN_ImageClassifier_YUV8_EvaluateImageSet(swigCPtr, vector_YUV888Image.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_YUV888Image images, vector_int classes, ref double meanError) { double ret = VisionLabPINVOKE.BPN_ImageClassifier_YUV8_TrainImageSet(swigCPtr, nrOfEpochs, learnRate, momentum, vector_YUV888Image.getCPtr(images), vector_int.getCPtr(classes), ref meanError); if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); return ret; }
internal static HandleRef getCPtr(vector_YUV888Image obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }
public void GetSets(vector_YUV888Image images, vector_int classIds) { VisionLabPINVOKE.ClassImageSet_YUV8_GetSets(swigCPtr, vector_YUV888Image.getCPtr(images), vector_int.getCPtr(classIds)); if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(vector_YUV888Image obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }