public virtual void demosaic(RAWParams raw) { libPhotoAssistantImageProcessingPINVOKE.ImageSource_demosaic(swigCPtr, RAWParams.getCPtr(raw)); if (libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Pending) { throw libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Retrieve(); } }
public virtual void preprocess(RAWParams raw, LensProfParams lensProf, CoarseTransformParams coarse) { libPhotoAssistantImageProcessingPINVOKE.ImageSource_preprocess(swigCPtr, RAWParams.getCPtr(raw), LensProfParams.getCPtr(lensProf), CoarseTransformParams.getCPtr(coarse)); if (libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Pending) { throw libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Retrieve(); } }
public void scaleColors(int winx, int winy, int winw, int winh, RAWParams raw) { libPhotoAssistantImageProcessingPINVOKE.RawImageSource_scaleColors(swigCPtr, winx, winy, winw, winh, RAWParams.getCPtr(raw)); if (libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Pending) { throw libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Retrieve(); } }
public void copyOriginalPixels(RAWParams raw, SWIGTYPE_p_RawImage ri, SWIGTYPE_p_RawImage riDark, SWIGTYPE_p_RawImage riFlatFile) { libPhotoAssistantImageProcessingPINVOKE.RawImageSource_copyOriginalPixels(swigCPtr, RAWParams.getCPtr(raw), SWIGTYPE_p_RawImage.getCPtr(ri), SWIGTYPE_p_RawImage.getCPtr(riDark), SWIGTYPE_p_RawImage.getCPtr(riFlatFile)); if (libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Pending) { throw libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Retrieve(); } }
public void processFlatField(RAWParams raw, SWIGTYPE_p_RawImage riFlatFile, SWIGTYPE_p_unsigned_short black) { libPhotoAssistantImageProcessingPINVOKE.RawImageSource_processFlatField(swigCPtr, RAWParams.getCPtr(raw), SWIGTYPE_p_RawImage.getCPtr(riFlatFile), SWIGTYPE_p_unsigned_short.getCPtr(black)); if (libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Pending) { throw libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Retrieve(); } }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(RAWParams obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }