Boost GIL


模型

通道模型。尽管 ChannelConcept 没有要求,但所有 GIL 提供的通道都支持算术运算。 更多...

主题

 scoped_channel_value
 
 packed_dynamic_channel_reference
 表示对通道的引用代理,该通道在运行时指定的偏移量的位范围内操作。模型 ChannelConcept
 

类型定义

using float32_t = scoped_channel_value<float, float_point_zero<float>, float_point_one<float>>
 32 位浮点通道类型,范围 [0.0f ... 1.0f]。模型 ChannelValueConcept
 
using float64_t = scoped_channel_value<double, float_point_zero<double>, float_point_one<double>>
 64 位浮点通道类型,范围 [0.0f ... 1.0f]。模型 ChannelValueConcept
 

详细描述

通道模型。尽管 ChannelConcept 没有要求,但所有 GIL 提供的通道都支持算术运算。