------------------
Fixed
~~~~~
- Catch type error in semantic file computation.
- Several printing statements improved.
- Bug when computing 1D shape features: one feature value was missed,
so number of labels and values did not match.
Changed
~~~~~~~
- Histogram features min, max, range and IQR are the only ones computed
on raw data. Others are computed on histogram to be more robust to outliers.
- LBP features now extracted using the histogram features, in accordance
to other filter features.
- Gabor features now extracted using the histogram features, in accordance
to other filter features.