Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在浏览Emugu CV的文档,但找不到要使用的东西。有人可以向我展示一些有关如何将其用于自适应高斯阈值的示例吗?
自适应高斯阈值的一个例子
Image<Gray, byte> input; Image<Gray, byte> output= input.ThresholdAdaptive(new Gray(255), Emgu.CV.CvEnum.ADAPTIVE_THRESHOLD_TYPE.ADAPTIVE_THRESH_GAUSSIAN_C, Emgu.CV.CvEnum.THRESH.CV_THRESH_BINARY , windowSize, new Gray(0.03));
希望这可以帮助