public bool Not(NumYUV161616Image image) { bool ret = VisionLabPINVOKE.NumYUV161616Image_Not(swigCPtr, NumYUV161616Image.getCPtr(image)); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public NumYUV161616Image(NumYUV161616Image image) : this(VisionLabPINVOKE.new_NumYUV161616Image__SWIG_3(NumYUV161616Image.getCPtr(image)), true) { if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } }
public NumYUV161616Image Assign_Op(NumYUV161616Image image) { NumYUV161616Image ret = new NumYUV161616Image(VisionLabPINVOKE.NumYUV161616Image_Assign_Op__SWIG_0(swigCPtr, NumYUV161616Image.getCPtr(image)), false); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public virtual void Resize(HeightWidth hw, NumYUV161616Image properties) { VisionLabPINVOKE.NumYUV161616Image_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), NumYUV161616Image.getCPtr(properties)); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } }