public bool Not(NumHSV888Image image) { bool ret = VisionLabPINVOKE.NumHSV888Image_Not(swigCPtr, NumHSV888Image.getCPtr(image)); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public NumHSV888Image(NumHSV888Image image) : this(VisionLabPINVOKE.new_NumHSV888Image__SWIG_3(NumHSV888Image.getCPtr(image)), true) { if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } }
public NumHSV888Image Assign_Op(NumHSV888Image image) { NumHSV888Image ret = new NumHSV888Image(VisionLabPINVOKE.NumHSV888Image_Assign_Op__SWIG_0(swigCPtr, NumHSV888Image.getCPtr(image)), false); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public virtual void Resize(HeightWidth hw, NumHSV888Image properties) { VisionLabPINVOKE.NumHSV888Image_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), NumHSV888Image.getCPtr(properties)); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } }