Einzelnen Beitrag anzeigen

alf.stefan

Registriert seit: 11. Apr 2003
88 Beiträge
 
Delphi 7 Professional
 
#3

Re: DLL Funktion(en) von openCV einbinden

  Alt 17. Feb 2010, 08:51
Danke für die Antwort!

Du meinst in der Deklaration von cvFitLine? oder beim Aufruf (???)

bei der Deklaration
Delphi-Quellcode:
procedure cvFitLine(const points : pcvArr; dist_Type : longInt; param : double; reps: double; aeps: double; line: pSingle);cdecl;
// ist in C
//void cvFitLine( const CvArr* points, int dist_type, double param, double reps, double aeps, float* line );
gibts keine Änderung weder mit Version 2.0a noch mit 1.1.0.1
  Mit Zitat antworten Zitat