Hello all!
I want to categorize images, and I need to mark certain points manually.
I would like to click for example on point x=0,y=0, point x=100,y = 100,
point x = 200,y =200.
These 3 edge points should form a curve which has 7 points of the same
distance to each other.
Can somebody help me recovering the math stuff of the early classes of
my childhood? :-(
Regards,
Steve
Steve McJones - 19 Nov 2008 23:56 GMT
Sorry, the topic should be:
Re: VB6 fit 7 points on a curve that has 3 edge points
Dick Grier - 20 Nov 2008 20:23 GMT
I think what you are looking for is "cubic spline interpolation." Here is
an article:
http://www.codeproject.com/KB/vb/Interpolations.aspx?display=Print

Signature
Richard Grier, MVP
Hard & Software
Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
Edition,
ISBN 1-890422-28-2 (391 pages, includes CD-ROM). July 2004, Revised March
2006.
See www.hardandsoftware.net for details and contact information.