c++ - How to use opencv cvKnearest class from delphi xe2 -
i writing image processing delphi program using opencv delphi (https://github.com/laex/delphi-opencv) has reference of function cvknearest . (a class containing functions written in c++) how reference functions?
see branch "classes" in https://github.com/laex/delphi-opencv
examples:
* samples\classes\cvknearest\class_2d_point_classification.dpr
* samples\classes\cvknearest\cvknearest/class_labknn.dproj
Comments
Post a Comment