【问题标题】:Automatic thresholding using GPUImageAdaptiveThresholdFilter?使用 GPUImageAdaptiveThresholdFilter 自动阈值化?
【发布时间】:2014-03-28 07:49:02
【问题描述】:

我想了解 GPUImageAdaptiveThresholdFilter 是否进行自动阈值处理。

【问题讨论】:

    标签: image-processing filter gpuimage


    【解决方案1】:

    我不太清楚您所说的“自动阈值处理”是什么意思,但 GPUImageAdaptiveThresholdFilter 的工作方式是将图像降低到亮度(灰度),然后对其执行用户定义半径的框模糊。

    对于每个像素,将像素的亮度与框模糊的值进行比较。如果它高于模糊的局部平均亮度,则像素变为白色,如果低于,则变为黑色。因此,它是根据周围像素的平均亮度进行阈值处理。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2019-12-03
      • 2017-08-28
      • 1970-01-01
      • 2016-02-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多