找回密码
 立即注册

QQ登录

只需一步,快速开始

gw0506
超级版主   /  发表于:2016-10-17 18:00:51
沙发
   RasterCodecs codecs = new RasterCodecs();
   codecs.ThrowExceptionsOnInvalidImages = true;
   RasterImage image = codecs.Load(Path.Combine(LEAD_VARS.ImagesDir, "Sample.mrc"));

   AutoBinarizeCommand command = new AutoBinarizeCommand();
   command.Run(image);
回复 使用道具 举报
12
您需要登录后才可以回帖 登录 | 立即注册
返回顶部