Ejemplo n.º 1
0
 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();
     }
 }
Ejemplo n.º 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(LensProfParams obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }