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

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -