Commit 90e2d6bcf5287c065b22cd79a2db194e5d0b574d

Authored by Scott Klum
1 parent c4c6a678

Documented heatmap

openbr/plugins/imgproc/heatmap.cpp
@@ -9,8 +9,8 @@ namespace br @@ -9,8 +9,8 @@ namespace br
9 { 9 {
10 10
11 /*! 11 /*!
12 - * \brief DOCUMENT ME  
13 - * \author Unknown \cite unknown 12 + * \brief Applies a colormap to src.
  13 + * \author Scott Klum \cite sklum
14 */ 14 */
15 class HeatmapTransform : public UntrainableTransform 15 class HeatmapTransform : public UntrainableTransform
16 { 16 {