Mercurial > hg > svcore
log base/ColumnOp.cpp @ 1394:9ef1cc26024c
age | author | description |
---|---|---|
Tue, 28 Feb 2017 14:04:16 +0000 | Chris Cannam | Add Range01 normalisation method to ColumnOp. This is the normalisation that is actually used in the Colour 3D Plot layer historically when column normalisation is enabled (not Max1 after all). |
Mon, 28 Nov 2016 18:09:59 +0000 | Chris Cannam | Further fix to decision about when not to interpolate in ColumnOp::distribute 3.0-integration |
Mon, 28 Nov 2016 14:40:45 +0000 | Chris Cannam | Interpolate always, when interpolation requested. Previous test failed to take into account varying bin height in log-scale modes, which meant interpolation might be necessary even when more bins than pixels. 3.0-integration |
Wed, 23 Nov 2016 10:38:53 +0000 | Chris Cannam | Warn when out-of-range bin requested 3.0-integration |
Thu, 17 Nov 2016 14:46:03 +0000 | Chris Cannam | Further column op tests and fixes 3.0-integration |