Crate summed_area_table [−] [src]
Modules
util |
Structs
SummedAreaTable |
This struct represents a calculated summed area table. |
VecSource |
Traits
SourceValue |
This trait must be implemented for the single values of a summed area table source. This library contains implementations for all numeric primitive types. |
SummedAreaTableSource |
Structs implementing this trait can calculate a summed area table for themselves. This library contains implementations for vec slices and nalgebra::DMat. |