【发布时间】:2018-12-07 03:39:08
【问题描述】:
嘿,我正在尝试匹配 ConvertedTo24bpp 的 2 个位图。但是它运行到一个无限循环中,它永远不会结束匹配过程。程序在 60 秒后停止。
http://accord-framework.net/docs/html/T_Accord_Imaging_ExhaustiveTemplateMatching.htm
TemplateMatch[] templateMatcheArray = exhaustiveTemplateMatching.ProcessImage((new ResizeBilinear(bitmapGetImage.Width / scale, bitmapGetImage.Height / scale)).Apply(bitmapGetImage),
(new ResizeBilinear(bitmapConverted.Width / scale, bitmapConverted.Height / scale)).Apply(bitmapConverted));
【问题讨论】:
-
尝试搜索 nugget 库寻找替代方案
-
我为 Accord.net 导入了掘金
标签: c# accord.net