Die 5 singles sind natürlich ein versehen! aber unabhängig davon stürzt die Funktion cvFitLine ab.
Zitat:
line
The output line parameters. In case of 2d fitting it is array of 4 floats (vx, vy, x0, y0) where (vx, vy) is a normalized vector collinear to the line and (x0, y0) is some point on the line. In case of 3D fitting it is array of 6 floats (vx, vy, vz, x0, y0, z0) where (vx, vy, vz) is a normalized vector collinear to the line and (x0, y0, z0) is some point on the line.
sowohl mit
line: array[0..3] of single;
als auch mit
line: array[0..3] of double;
cvFitLine stürzt ab
mit Runtime Error bei verwendung von libcv200.dll bzw. libcxcore200.dll.
und mit der Fehlermeldung
"Unsupported format or combination of formats (Input sequence must consist of 2d
points or 3d points) in function cvFitLine, .\cvlinefit.cpp(665)"
bei verwendung von cv110.dll bzw. cxcore110.dll.
@Jaynder Was machst Du denn mit openCV, vielleicht können wir mal unsere umgesetzten Funktionalitäten abgleichen.