Skip to content

Commit

Permalink
Fix compilation and #41
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud committed Dec 11, 2016
1 parent 1f9f104 commit b3edfda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/filter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,9 @@
//
//M*/

#include "filterengine.hpp"
#if CV_MAJOR_VERSION == 3
#include "filterengine.hpp"
#include <opencv2/imgproc/hal/hal.hpp>
#endif

#define CV_MALLOC_ALIGN 16

Expand Down Expand Up @@ -4042,5 +4041,6 @@ cv::Ptr<cv::FilterEngine> cv::createLinearFilter( int _srcType, int _dstType,
Ptr<BaseColumnFilter>(), _srcType, _dstType, _srcType,
_rowBorderType, _columnBorderType, _borderValue );
}
#endif

/* End of file. */

0 comments on commit b3edfda

Please sign in to comment.