public PIdentifyResult(PGuid identityId, string name, int rank, double score) : this(PapillonPINVOKE.new_PIdentifyResult__SWIG_1(PGuid.getCPtr(identityId), name, rank, score), true) { if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } }
public PDetection(PObjectType objectType, PGuid detectorId, PFrame frame, PFeatureMap featureMap, float reliability) : this(PapillonPINVOKE.new_PDetection__SWIG_1(PObjectType.getCPtr(objectType), PGuid.getCPtr(detectorId), PFrame.getCPtr(frame), PFeatureMap.getCPtr(featureMap), reliability), true) { if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } }
public PDetection(PGuid objectId, PGuid detectorId, PFrame frame, PObjectType objectType, PTrack track, PFeatureMap featureMap, float confidence) : this(PapillonPINVOKE.new_PDetection__SWIG_2(PGuid.getCPtr(objectId), PGuid.getCPtr(detectorId), PFrame.getCPtr(frame), PObjectType.getCPtr(objectType), PTrack.getCPtr(track), PFeatureMap.getCPtr(featureMap), confidence), true) { if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } }
public PSWatchlistSingleUpdate(PSWatchlistSingleUpdate.EChangeType action, PGuid objectId, PDescription description) : this(PapillonPINVOKE.new_PSWatchlistSingleUpdate__SWIG_1((int)action, PGuid.getCPtr(objectId), PDescription.getCPtr(description)), true) { if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } }
public PDescription(string name, PObjectType objectType, PGuid identityId) : this(PapillonPINVOKE.new_PDescription__SWIG_2(name, PObjectType.getCPtr(objectType), PGuid.getCPtr(identityId)), true) { if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } }
public PMatchScore(PGuid objectId1, PGuid objectId2, double score) : this(PapillonPINVOKE.new_PMatchScore__SWIG_2(PGuid.getCPtr(objectId1), PGuid.getCPtr(objectId2), score), true) { if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } }
public PDescriptor(PObjectType objectType, PGuid describerId) : this(PapillonPINVOKE.new_PDescriptor__SWIG_2(PObjectType.getCPtr(objectType), PGuid.getCPtr(describerId)), true) { if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } }
public PTrack(PGuid id, float confidence) : this(PapillonPINVOKE.new_PTrack__SWIG_1(PGuid.getCPtr(id), confidence), true) { if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } }
public PEventBuilder(string type, string annotation, PGuid sourceId) : this(PapillonPINVOKE.new_PEventBuilder__SWIG_0(type, annotation, PGuid.getCPtr(sourceId)), true) { if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } }
public PFrame(PImage image, PGuid frameId) : this(PapillonPINVOKE.new_PFrame__SWIG_2(PImage.getCPtr(image), PGuid.getCPtr(frameId)), true) { if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } }
public PGuid(PGuid other) : this(PapillonPINVOKE.new_PGuid__SWIG_1(PGuid.getCPtr(other)), true) { if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } }
public void SetEntityId(PGuid id) { PapillonPINVOKE.PEntity_SetEntityId(swigCPtr, PGuid.getCPtr(id)); if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } }
public void SetFrameId(PGuid guid) { PapillonPINVOKE.PFrame_SetFrameId(swigCPtr, PGuid.getCPtr(guid)); if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } }
public void SetIdentityId(PGuid objectId) { PapillonPINVOKE.PDescription_SetIdentityId(swigCPtr, PGuid.getCPtr(objectId)); if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } }
public void SetSource(PGuid sourceId) { PapillonPINVOKE.PEvent_SetSource(swigCPtr, PGuid.getCPtr(sourceId)); if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } }
public void SetDescriptorId(PGuid descriptorId) { PapillonPINVOKE.PDescriptor_SetDescriptorId(swigCPtr, PGuid.getCPtr(descriptorId)); if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } }
public void SetTrackId(PGuid val) { PapillonPINVOKE.PTrack_SetTrackId(swigCPtr, PGuid.getCPtr(val)); if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } }
public void SetNewImage(PImage image, PGuid frameId) { PapillonPINVOKE.PFrame_SetNewImage__SWIG_1(swigCPtr, PImage.getCPtr(image), PGuid.getCPtr(frameId)); if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } }
public PResult RemoveDescriptor(PGuid descriptorId) { PResult ret = new PResult(PapillonPINVOKE.PDescription_RemoveDescriptor(swigCPtr, PGuid.getCPtr(descriptorId)), true); if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public PResult SetDeleteFlag(PGuid entityId, bool enabled) { PResult ret = new PResult(PapillonPINVOKE.PStore_SetDeleteFlag(swigCPtr, PGuid.getCPtr(entityId), enabled), true); if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool IsCompatibleWith(PGuid describeId) { bool ret = PapillonPINVOKE.PWatchlist_IsCompatibleWith(swigCPtr, PGuid.getCPtr(describeId)); if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public PResult GetDescription(PGuid objectId, PDescription description) { PResult ret = new PResult(PapillonPINVOKE.PWatchlist_GetDescription(swigCPtr, PGuid.getCPtr(objectId), PDescription.getCPtr(description)), true); if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public PResult Remove(PGuid objectId) { PResult ret = new PResult(PapillonPINVOKE.PWatchlist_Remove(swigCPtr, PGuid.getCPtr(objectId)), true); if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool Has(PGuid objectId) { bool ret = PapillonPINVOKE.PWatchlist_Has(swigCPtr, PGuid.getCPtr(objectId)); if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public int RecomputeDescriptors(PGuid describeId, PDetector detector, PDescriber describer) { int ret = PapillonPINVOKE.PWatchlist_RecomputeDescriptors(swigCPtr, PGuid.getCPtr(describeId), PDetector.getCPtr(detector), PDescriber.getCPtr(describer)); if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public int GetNumberOfDescriptors(PGuid describerId) { int ret = PapillonPINVOKE.PWatchlist_GetNumberOfDescriptors__SWIG_1(swigCPtr, PGuid.getCPtr(describerId)); if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool Exists(PGuid entityId) { bool ret = PapillonPINVOKE.PStore_Exists(swigCPtr, PGuid.getCPtr(entityId)); if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public PResult Describe(PDetection example, string name, PGuid identityId, PDescription description) { PResult ret = new PResult(PapillonPINVOKE.PDescriber_Describe__SWIG_1(swigCPtr, PDetection.getCPtr(example), name, PGuid.getCPtr(identityId), PDescription.getCPtr(description)), true); if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public PList GetDescriptors(PGuid describeId) { PList ret = new PList(PapillonPINVOKE.PDescription_GetDescriptors__SWIG_0(swigCPtr, PGuid.getCPtr(describeId)), true); if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public static PGuid CreateFromMD5(string str) { PGuid ret = new PGuid(PapillonPINVOKE.PGuid_CreateFromMD5(str), true); if (PapillonPINVOKE.SWIGPendingException.Pending) { throw PapillonPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }