Problem while compilation with mex command
조회 수: 2 (최근 30일)
이전 댓글 표시
>> mex nearest_neighbors.cpp
Building with 'Microsoft Visual C++ 2019'.
Error using mex
nearest_neighbors.cpp
C:\Users\Aishwarya\Desktop\Image.Processing\FLANN\Extension files\serialization.h(9): fatal error C1083: Cannot open
include file: 'lz4.h': No such file or directory
Please help !
Thanks in Advance.
댓글 수: 2
Jan
2020년 8월 25일
Inspect the line 9 of the mentioned file. Are you sure that this file has to be included in the file nearest_neighbors.cpp?
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Computer Vision Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!