andyzeng/3dmatch-toolbox

运行 core的demo时 程序出错错误使用 fread 文件标识符无效。使用 fopen 生成有效的文件标识符。 出错 demo (line 21) numFragment1Keypoints = fread(fid,1,'single');

wangzhenneu opened this issue · 0 comments

错误使用 fread
文件标识符无效。使用 fopen 生成有效的文件标识符
出错 demo (line 21)
numFragment1Keypoints = fread(fid,1,'single');