meiqua
meiqua
@longzeyilang 可以的,默认就是不开cuda。说不定cpu还快点,因为数据量很少,运行时间可能比传到gpu的overhead小。
简单跑了下,[LUT8_gen.cpp](https://gist.github.com/meiqua/7568d7ef004038f44d33a11a1c81f4b5)
@longzeyilang 图像小了点数少选点就行了
@longzeyilang 有什么问题吗?
是windows吧,O2优化有打开吗?
可能是opencv没用release模式编译?
不会,windows上其实也挺快的,可以参考[这个issue](https://github.com/meiqua/shape_based_matching/issues/103)。一般200个点够了,2000多的话,估计100万像素在200ms吧
vs的话,只要能把opencv配好就可以,cmake可用可不用。
没遇到过。听上去像是[numerical underflow / overflow](https://stackoverflow.com/questions/6360049/what-are-arithmetic-underflow-and-overflow-in-c)的问题。
多目标给不同的ID就行