简体   繁体   English

如何使用delphi xe2中的opencv cvKnearest类

[英]How to use opencv cvKnearest class from delphi xe2

I am writing an image processing delphi program using opencv delphi ( https://github.com/Laex/Delphi-OpenCV ) it has reference to most of function but cvKnearest . 我正在使用opencv delphi( https://github.com/Laex/Delphi-OpenCV )编写图像处理delphi程序,该程序具有cvKnearest的大部分功能。 (a class containing some functions written in c++) how to reference to the functions? (一个包含一些用c ++编写的函数的类)如何引用这些函数?

See branch "Classes" in https://github.com/Laex/Delphi-OpenCV 请参阅https://github.com/Laex/Delphi-OpenCV中的 “类”分支
Examples: 例子:
* samples\\Classes\\CvKNearest\\Class_2D_Point_Classification.dpr * samples \\ Classes \\ CvKNearest \\ Class_2D_Point_Classification.dpr
* samples\\Classes\\CvKNearest\\CvKNearest/Class_labKNN.dproj *样本\\类\\ CvKNearest \\ CvKNearest / Class_labKNN.dproj

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM