Пример #1
0
 public static void ScanLogo(AMTContext ctx, string srcpath, int serviceid, string workfile, string dstpath,
                             int imgx, int imgy, int w, int h, int thy, int numMaxFrames, LogoAnalyzeCallback cb)
 {
     if (ScanLogo(ctx.Ptr, srcpath, serviceid, workfile, dstpath, imgx, imgy, w, h, thy, numMaxFrames, cb) == 0)
     {
         throw new IOException(ctx.GetError());
     }
 }
Пример #2
0
 private static extern int ScanLogo(IntPtr ctx, string srcpath, int serviceid, string workfile, string dstpath,
                                    int imgx, int imgy, int w, int h, int thy, int numMaxFrames, LogoAnalyzeCallback cb);