Category Archives: curve-fitting

ensmoothening scribbles

Presented for your consideration: the somewhat disappointing results of an experiment in using piecewise polynomial spirals, of varying degrees of continuity, to fit the Takana — disappointing in that few if any of the curves are as pretty as I … Continue reading

Posted in curve-fitting | 4 Comments

naming is hard

I often have trouble giving meaningful concise names to variables in the programs I write, perhaps because, until I reach for the keyboard, my thinking is largely nonverbal. I suspect that it would be less of a problem for someone … Continue reading

Posted in curve-fitting, neep-neep | 4 Comments

relax

This curve-fitting thingy is one of several projects on which I’ve made progress in rare fits over several years. It ran into two big snags. I haven’t found how to determine which gridpoints are within the pen-width of a blending … Continue reading

Posted in curve-fitting | 2 Comments

it’s all connected

My old calculus book gives a formula for the curvature of a parametric arc in the plane — that is, an arc defined by two functions (x(t),y(t)) of one variable. For thirty years I didn’t think about the derivation of … Continue reading

Posted in curve-fitting | Leave a comment

blending curves

I made some progress on an old project: to make outline fonts based on some favorite old bitmap fonts, by automatic fitting of smooth curves to the sequences of dots. (The image above is in Scalable Vector Graphic format. If … Continue reading

Posted in curve-fitting | 6 Comments

toward a graceful imitation of the crude

I’ve long had an idea to design “outline” typefaces which, at appropriate low resolution, would mimic certain bitmap fonts that have sentimental resonance. The orange discs are the original dots, of course. The blue arcs are least-squares fits (linear, quadratic) … Continue reading

Posted in curve-fitting | Tagged , | 3 Comments

Takana go goth

See Takana. The 306 figures shown there can be reduced to 45 by rotation and reflection. I fitted a polynomial curve to each partial path, and superimposed them.

Posted in curve-fitting | 2 Comments