提交 341823fb 编写于 作者: M Marius Muja

Changes to flann::mpi::Client api

上级 cc0c0619
......@@ -39,7 +39,7 @@
namespace flann {
namespace mpi {
template<typename ElementType, typename DistanceType>
class Client
{
public:
......@@ -51,6 +51,7 @@ public:
}
template<typename ElementType, typename DistanceType>
void knnSearch(const flann::Matrix<ElementType>& queries, flann::Matrix<int>& indices, flann::Matrix<DistanceType>& dists, int knn, const SearchParams& params)
{
tcp::socket sock(io_service_);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册