codebase
/
stimlib
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
3
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
efbb4bf7ba5f0a91446a77e084e2ca7ab54aa859
Authored by
Davar
2017-01-02 12:14:28 -0600
1 parent
f7cf19e4
added cuda kmeans clustering
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
stim/visualization/colormap.h
Inline
Side-by-side
stim/visualization/colormap.h
Wrap text
Show/Hide comments
View file @
efbb4bf
1
1
#ifndef STIM_COLORMAP_H
2
2
#define STIM_COLORMAP_H
3
+#define USING_OPENCV
3
4
4
5
#include <string>
5
6
#include <stdlib.h>
...
...