Skip to content

Commit

Permalink
added EIGEN_MAKE_ALIGNED_OPERATOR_NEW to Reprojector class.
Browse files Browse the repository at this point in the history
  • Loading branch information
cfo committed Jun 12, 2014
1 parent c5dda65 commit 08fb6d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions svo/include/svo/matcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ void warpAffine(
class Matcher
{
public:
EIGEN_MAKE_ALIGNED_OPERATOR_NEW

static const int halfpatch_size_ = 4;
static const int patch_size_ = 8;

Expand Down

0 comments on commit 08fb6d2

Please sign in to comment.