Related Experiment Video
Updated: Jul 7, 2026

07:45
Quantifying Intermembrane Distances with Serial Image Dilations
Published on: September 28, 2018
Least-squares font metric estimation from images.
1Xerox Palo Alto Res. Center, CA.
Summary
This study introduces novel least-squares methods for estimating font metrics from text images. These techniques accurately determine character spacing and depth, with minimal error, enabling applications in text image editing.
Area of Science:
- Computer Vision
- Typography
- Digital Image Processing
Background:
- Accurate font metric estimation is crucial for digital text rendering and manipulation.
- Existing methods may struggle with complex typographic features like kerning.
Purpose of the Study:
- To develop robust least-squares procedures for estimating font metrics from images of typeset text.
- To address challenges in estimating sidebearings, kerning, and character depths.
Main Methods:
- Least-squares procedures for font metric estimation.
- Solving linear equations for sidebearing estimation when kerning is absent (sidebearing normal equations).
- Iterative procedures for simultaneous sidebearing and kerning estimation.
- Solving baseline normal equations for character depth estimation.
Main Results:
- Developed and evaluated procedures for font metric estimation on scanned text images.
- Achieved a root-mean-square set width estimation error of approximately 0.2 pixels in preliminary tests.
- Demonstrated the feasibility of applying these methods to text image editing.
Conclusions:
- The proposed least-squares methods provide accurate font metric estimation from text images.
- The techniques are applicable to scenarios with and without kerning.
- Font metric estimation has practical applications in text image editing.
Related Concept Videos
Residuals and Least-Squares Property
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
Calibration Curves: Linear Least Squares
A calibration curve is a plot of the instrument's response against a series of known concentrations of a substance. This curve is used to set the instrument response levels, using the substance and its concentrations as standards. Alternatively, or additionally, an equation is fitted to the calibration curve plot and subsequently used to calculate the unknown concentrations of other samples reliably.
For data that follow a straight line, the standard method for fitting is the linear...
For data that follow a straight line, the standard method for fitting is the linear...
Linear Approximations
For a differentiable function of two variables, linear approximation estimates values near a known point by replacing the curved surface with its tangent plane. Consider the function\begin{equation*}f(x,y)=x^2+3y^2\end{equation*}near the point (2, 1). The exact value at this point is f(2, 1) = 22 + 3(1)2 = 4 + 3 = 7.The linear approximation of f(x, y)) near (a, b) is\begin{equation*}L(x,y)=f(a,b)+f_x(a,b)(x-a)+f_y(a,b)(y-b)\end{equation*}First, compute the partial derivatives: fx(x, y) = 2x and...
The Distance Formula
In geometry, measuring the direct distance between two points on a plane is essential in various practical and theoretical applications. Whether in navigation, engineering, or computer graphics, determining the shortest path between two locations involves using the distance formula. This formula is derived from the Pythagorean Theorem, which relates the lengths of the sides of a right triangle. On a coordinate plane, the horizontal and vertical distances between two points serve as the legs of...
Linearization and Approximation
Linearization is a mathematical technique used to approximate complex, nonlinear functions with simpler linear models in the vicinity of a chosen reference point. The method is based on the idea that, although a function may be difficult to evaluate exactly, its behavior near a specific input value can often be closely approximated by the tangent line at that point. This approach is particularly useful when small deviations from a known value are involved.Consider the square root function, for...
Estimation of the Physical Quantities
On many occasions, physicists, other scientists, and engineers need to make estimates of a particular quantity. These are sometimes referred to as guesstimates, order-of-magnitude approximations, back-of-the-envelope calculations, or Fermi calculations. The physicist Enrico Fermi was famous for his ability to estimate various kinds of data with surprising precision. Estimating does not mean guessing a number or a formula at random. Instead, estimation means using prior experience and sound...