Exemplo 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();
     }
 }
        public static int getCoarseBitMask(CoarseTransformParams coarse)
        {
            int ret = libPhotoAssistantImageProcessingPINVOKE.getCoarseBitMask(CoarseTransformParams.getCPtr(coarse));

            if (libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Pending)
            {
                throw libPhotoAssistantImageProcessingPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(CoarseTransformParams obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }