Files
XplorePlane/XP.ImageProcessing.Processors
李伟 6d27a02a9b feat(算子库): ImageProcessorBase 升级为泛型基类,支持 byte/ushort 双位深
- ImageProcessorBase<TDepth> 泛型基类,where TDepth : struct, IComparable
- 保留 ImageProcessorBase 别名(= ImageProcessorBase<byte>)完全向后兼容
- 新增 PixelDepthHelper 工具类,封装 byte/ushort 转换、像素读写、阈值缩放等通用操作
- MaxPixelValue 属性动态返回位深最大值(byte=255,ushort=65535)
2026-06-16 11:48:19 +08:00
..