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
6ebf7eb9b761c5241084ca5b107ae136c4a05dae
Authored by
Scott Klum
2015-02-09 13:33:13 -0500
1 parent
0b17a8bb
Removed old malloc
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
openbr/plugins/liblinear.cpp
openbr/plugins/liblinear.cpp
View file @
6ebf7eb
...
...
@@ -6,7 +6,6 @@
6
6
#include "openbr/core/opencvutils.h"
7
7
8
8
#include <linear.h>
9
-#define Malloc(type,n) (type *)malloc((n)*sizeof(type))
10
9
11
10
using namespace cv;
12
11
...
...