public static IOpticalFlowEstimator bindTo_IOpticalFlowEstimator(IComponentIntrospect component) { global::System.IntPtr cPtr = solarPINVOKE.bindTo_IOpticalFlowEstimator(IComponentIntrospect.getCPtr(component)); IOpticalFlowEstimator ret = (cPtr == global::System.IntPtr.Zero) ? null : new IOpticalFlowEstimator(cPtr, true); if (solarPINVOKE.SWIGPendingException.Pending) { throw solarPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public static IMatchesOverlay bindTo_IMatchesOverlay(IComponentIntrospect component) { global::System.IntPtr cPtr = solarPINVOKE.bindTo_IMatchesOverlay(IComponentIntrospect.getCPtr(component)); IMatchesOverlay ret = (cPtr == global::System.IntPtr.Zero) ? null : new IMatchesOverlay(cPtr, true); if (solarPINVOKE.SWIGPendingException.Pending) { throw solarPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public static IHomographyValidation bindTo_IHomographyValidation(IComponentIntrospect component) { global::System.IntPtr cPtr = solarPINVOKE.bindTo_IHomographyValidation(IComponentIntrospect.getCPtr(component)); IHomographyValidation ret = (cPtr == global::System.IntPtr.Zero) ? null : new IHomographyValidation(cPtr, true); if (solarPINVOKE.SWIGPendingException.Pending) { throw solarPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public static ISinkPoseTextureBuffer bindTo_ISinkPoseTextureBuffer(IComponentIntrospect component) { global::System.IntPtr cPtr = solarPINVOKE.bindTo_ISinkPoseTextureBuffer(IComponentIntrospect.getCPtr(component)); ISinkPoseTextureBuffer ret = (cPtr == global::System.IntPtr.Zero) ? null : new ISinkPoseTextureBuffer(cPtr, true); if (solarPINVOKE.SWIGPendingException.Pending) { throw solarPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public static IUndistortPoints bindTo_IUndistortPoints(IComponentIntrospect component) { global::System.IntPtr cPtr = solarPINVOKE.bindTo_IUndistortPoints(IComponentIntrospect.getCPtr(component)); IUndistortPoints ret = (cPtr == global::System.IntPtr.Zero) ? null : new IUndistortPoints(cPtr, true); if (solarPINVOKE.SWIGPendingException.Pending) { throw solarPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public static I3DTransformSACFinderFrom2D3D bindTo_I3DTransformSACFinderFrom2D3D(IComponentIntrospect component) { global::System.IntPtr cPtr = solarPINVOKE.bindTo_I3DTransformSACFinderFrom2D3D(IComponentIntrospect.getCPtr(component)); I3DTransformSACFinderFrom2D3D ret = (cPtr == global::System.IntPtr.Zero) ? null : new I3DTransformSACFinderFrom2D3D(cPtr, true); if (solarPINVOKE.SWIGPendingException.Pending) { throw solarPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public static IDescriptorsExtractorSBPattern bindTo_IDescriptorsExtractorSBPattern(IComponentIntrospect component) { global::System.IntPtr cPtr = solarPINVOKE.bindTo_IDescriptorsExtractorSBPattern(IComponentIntrospect.getCPtr(component)); IDescriptorsExtractorSBPattern ret = (cPtr == global::System.IntPtr.Zero) ? null : new IDescriptorsExtractorSBPattern(cPtr, true); if (solarPINVOKE.SWIGPendingException.Pending) { throw solarPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }