Peter M. Groen
/
openbr
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
90e2d6bcf5287c065b22cd79a2db194e5d0b574d
Authored by
Scott Klum
2015-05-13 10:50:15 -0400
1 parent
c4c6a678
Documented heatmap
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
openbr/plugins/imgproc/heatmap.cpp
openbr/plugins/imgproc/heatmap.cpp
View file @
90e2d6b
...
...
@@ -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
15
class HeatmapTransform : public UntrainableTransform
16
16
{
...
...