public bool Not(NumHSV161616Image image) { bool ret = VisionLabPINVOKE.NumHSV161616Image_Not(swigCPtr, NumHSV161616Image.getCPtr(image)); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public NumHSV161616Image(NumHSV161616Image image) : this(VisionLabPINVOKE.new_NumHSV161616Image__SWIG_3(NumHSV161616Image.getCPtr(image)), true) { if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } }
public NumHSV161616Image Assign_Op(NumHSV161616Image image) { NumHSV161616Image ret = new NumHSV161616Image(VisionLabPINVOKE.NumHSV161616Image_Assign_Op__SWIG_0(swigCPtr, NumHSV161616Image.getCPtr(image)), false); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public virtual void Resize(HeightWidth hw, NumHSV161616Image properties) { VisionLabPINVOKE.NumHSV161616Image_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), NumHSV161616Image.getCPtr(properties)); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } }