Skip to content

Commit

Permalink
added EIGEN_MAKE_ALIGNED_OPERATOR_NEW to sparseImgAlign class.
Browse files Browse the repository at this point in the history
  • Loading branch information
cfo committed Jun 12, 2014
1 parent 08fb6d2 commit 79f4d03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions svo/include/svo/sparse_img_align.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class SparseImgAlign : public vk::NLLSSolver<6, SE3>
static const int patch_size_ = 2*patch_halfsize_;
static const int patch_area_ = patch_size_*patch_size_;
public:
EIGEN_MAKE_ALIGNED_OPERATOR_NEW

cv::Mat resimg_;

Expand Down

0 comments on commit 79f4d03

Please sign in to comment.