Added knearest neighbor of OpenCL version.
authorJin Ma <jinma06njuee@gmail.om>
Sun, 22 Sep 2013 02:23:54 +0000 (10:23 +0800)
committerJin Ma <jinma06njuee@gmail.om>
Sun, 22 Sep 2013 02:23:54 +0000 (10:23 +0800)
commit1bfe39f485ba0b5e00c2d9d64a2e3ed61e1f67d4
tree326caf4417c9f381bccd8de695d367de95fe925a
parent06c33df307c25a5aac830e697ce57bc4858c4060
Added knearest neighbor of OpenCL version.
It includes the accuracy/performance test and the implementation of KNN.
modules/ocl/perf/perf_ml.cpp [new file with mode: 0644]
modules/ocl/src/knearest.cpp [new file with mode: 0644]
modules/ocl/src/opencl/knearest.cl [new file with mode: 0644]
modules/ocl/test/test_ml.cpp [new file with mode: 0644]