【发布时间】:2014-05-14 16:57:29
【问题描述】:
我正在尝试运行一个检测图像中特征的应用程序,但是当我运行 BRISK 特征、BRIEF 描述符和 FlannBased 匹配器的代码时,它崩溃并显示:
OpenCV Error: Unsupported format or combination of formats (type=0
) in buildIndex_, file /home/stefan/git_repos/opencv/modules/flann/src/miniflann.cpp, line 315
terminate called after throwing an instance of 'cv::Exception'
what(): /home/stefan/git_repos/opencv/modules/flann/src/miniflann.cpp:315: error: (-210) type=0
in function buildIndex_
Aborted (core dumped)
有什么想法吗?
【问题讨论】:
-
您是否尝试过清理并重新启动计算机?来源:stackoverflow.com/questions/11860875/…
-
是的,但是没有变化,同样的错误,flann需要64个描述符值吗?或者 flann 的类型应该是 int、float 还是 double?我现在想修复一些固定值(32 和 CV_8U)
标签: opencv