gpt4 book ai didi

c# - 如何转换像素格式?从 32bppRGB 到 C# 中的 16bpp 灰度

转载 作者:太空狗 更新时间:2023-10-29 22:20:25 25 4
gpt4 key购买 nike

我需要对图像进行一些阈值处理。阈值过滤函数只接受8-16bpp 灰度。我的位图图片具有 32bppRGB 像素格式。请建议一些相同的代码。 (我也想知道是否可以不用逐像素操作)

附注我正在使用 Aforge.NET 进行阈值处理。

谢谢

-萨加尔

最佳答案

使用 AForge.NET 框架 Grayscale filter

The filter accepts 24, 32, 48 and 64 bpp color images and produces 8 (if source is 24 or 32 bpp image) or 16 (if source is 48 or 64 bpp image) bpp grayscale image.

然后应用阈值过滤器。

关于c# - 如何转换像素格式?从 32bppRGB 到 C# 中的 16bpp 灰度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6251599/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com