public static void GrayScaleBlobAnalysis(Int32Image labelledImage, Int32Image grayImage, SWIGTYPE_p_std__setT_JL_VisionLib_V3__BlobAnalyse_t s, int maxLabelNr, vector_Blob blobs) {
   VisionLabPINVOKE.GrayScaleBlobAnalysis__SWIG_24(Int32Image.getCPtr(labelledImage), Int32Image.getCPtr(grayImage), SWIGTYPE_p_std__setT_JL_VisionLib_V3__BlobAnalyse_t.getCPtr(s), maxLabelNr, vector_Blob.getCPtr(blobs));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void GrayScaleBlobAnalysis(ByteImage labelledImage, ByteImage grayImage, SWIGTYPE_p_std__setT_JL_VisionLib_V3__BlobAnalyse_t s, int maxLabelNr, vector_Blob blobs, SortOrder so, BlobAnalyse sortBA) {
   VisionLabPINVOKE.GrayScaleBlobAnalysis__SWIG_7(ByteImage.getCPtr(labelledImage), ByteImage.getCPtr(grayImage), SWIGTYPE_p_std__setT_JL_VisionLib_V3__BlobAnalyse_t.getCPtr(s), maxLabelNr, vector_Blob.getCPtr(blobs), (int)so, (int)sortBA);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static void GrayScaleBlobAnalysis(Int32Image labelledImage, Int32Image grayImage, SWIGTYPE_p_std__setT_JL_VisionLib_V3__BlobAnalyse_t s, int maxLabelNr, vector_Blob blobs, SortOrder so, BlobAnalyse sortBA, UseXOrY xy, BlobAnalyseModifier baMod) {
   VisionLabPINVOKE.GrayScaleBlobAnalysis__SWIG_20(Int32Image.getCPtr(labelledImage), Int32Image.getCPtr(grayImage), SWIGTYPE_p_std__setT_JL_VisionLib_V3__BlobAnalyse_t.getCPtr(s), maxLabelNr, vector_Blob.getCPtr(blobs), (int)so, (int)sortBA, (int)xy, BlobAnalyseModifier.getCPtr(baMod));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static SWIGTYPE_p_std__setT_JL_VisionLib_V3__BlobAnalyse_t VectorToSet_BlobAnalyse(vector_BlobAnalyse v) {
   SWIGTYPE_p_std__setT_JL_VisionLib_V3__BlobAnalyse_t ret = new SWIGTYPE_p_std__setT_JL_VisionLib_V3__BlobAnalyse_t(VisionLabPINVOKE.VectorToSet_BlobAnalyse(vector_BlobAnalyse.getCPtr(v)), true);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public static void BlobAnalysis(Int32Image labelledImage, SWIGTYPE_p_std__setT_JL_VisionLib_V3__BlobAnalyse_t s, int maxLabelNr, vector_Blob blobs, SortOrder so) {
   VisionLabPINVOKE.BlobAnalysis__SWIG_23(Int32Image.getCPtr(labelledImage), SWIGTYPE_p_std__setT_JL_VisionLib_V3__BlobAnalyse_t.getCPtr(s), maxLabelNr, vector_Blob.getCPtr(blobs), (int)so);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static string BlobAnalyseTabToStr(SWIGTYPE_p_std__setT_JL_VisionLib_V3__BlobAnalyse_t s, vector_Blob blobs) {
   string ret = VisionLabPINVOKE.BlobAnalyseTabToStr__SWIG_1(SWIGTYPE_p_std__setT_JL_VisionLib_V3__BlobAnalyse_t.getCPtr(s), vector_Blob.getCPtr(blobs));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public static void BlobAnalyseTabToVectorStr(vector_string vs, SWIGTYPE_p_std__setT_JL_VisionLib_V3__BlobAnalyse_t s, vector_Blob blobs) {
   VisionLabPINVOKE.BlobAnalyseTabToVectorStr__SWIG_1(vector_string.getCPtr(vs), SWIGTYPE_p_std__setT_JL_VisionLib_V3__BlobAnalyse_t.getCPtr(s), vector_Blob.getCPtr(blobs));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public static string BlobAnalyseHeaderText(SWIGTYPE_p_std__setT_JL_VisionLib_V3__BlobAnalyse_t s) {
   string ret = VisionLabPINVOKE.BlobAnalyseHeaderText__SWIG_1(SWIGTYPE_p_std__setT_JL_VisionLib_V3__BlobAnalyse_t.getCPtr(s));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
 public static SWIGTYPE_p_std__setT_JL_VisionLib_V3__BlobAnalyse_t StrToBlobAnalyseSet(string str) {
   SWIGTYPE_p_std__setT_JL_VisionLib_V3__BlobAnalyse_t ret = new SWIGTYPE_p_std__setT_JL_VisionLib_V3__BlobAnalyse_t(VisionLabPINVOKE.StrToBlobAnalyseSet(str), true);
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Exemplo n.º 10
0
 internal static HandleRef getCPtr(SWIGTYPE_p_std__setT_JL_VisionLib_V3__BlobAnalyse_t obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 11
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__setT_JL_VisionLib_V3__BlobAnalyse_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_std__setT_JL_VisionLib_V3__BlobAnalyse_t obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }