Nachtrag: ich habe im Netz
cvlinefit.cpp gefunden, dort ist ein Call mit einem 2D-Array und einem Count. Vielleicht kannst du den direkt verwenden, ohne den "any"-Call benutzen zu müssen?
Code:
625 CV_IMPL void
626 cvFitLine2D( CvPoint2D32f * points, int count, CvDisType dist,
627 void *param, float reps, float aeps, float *line )
Jürgen