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!