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.
精明的边缘检测是否仅适用于 8bppIndexed?我想获得给定像素前的值。(x,y)。我该怎么做
谢谢
是的,它仅适用于 8bpp 索引图像。见这里。
过滤器接受 8 bpp 灰度图像进行处理。
您可能希望保留原件并将灰度副本传递给过滤器。这样,您可以检索基于原始位置的过滤值,或基于过滤位置的原始值。