public bool Not(NumDoubleImage image) { bool ret = VisionLabPINVOKE.NumDoubleImage_Not(swigCPtr, NumDoubleImage.getCPtr(image)); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public DoubleImage(NumDoubleImage image) : this(VisionLabPINVOKE.new_DoubleImage__SWIG_4(NumDoubleImage.getCPtr(image)), true) { if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } }
public NumDoubleImage Assign_Op(NumDoubleImage image) { NumDoubleImage ret = new NumDoubleImage(VisionLabPINVOKE.NumDoubleImage_Assign_Op__SWIG_0(swigCPtr, NumDoubleImage.getCPtr(image)), false); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public virtual void Resize(HeightWidth hw, NumDoubleImage properties) { VisionLabPINVOKE.NumDoubleImage_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), NumDoubleImage.getCPtr(properties)); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } }