CN109961410B - Optimized image pre-distortion method - Google Patents
Optimized image pre-distortion method Download PDFInfo
- Publication number
- CN109961410B CN109961410B CN201910149398.8A CN201910149398A CN109961410B CN 109961410 B CN109961410 B CN 109961410B CN 201910149398 A CN201910149398 A CN 201910149398A CN 109961410 B CN109961410 B CN 109961410B
- Authority
- CN
- China
- Prior art keywords
- image
- polynomial
- distorted image
- equation set
- original image
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
- 238000000034 method Methods 0.000 title claims abstract description 27
- 230000009466 transformation Effects 0.000 claims abstract description 29
- 230000003287 optical effect Effects 0.000 claims abstract description 18
- 238000006243 chemical reaction Methods 0.000 abstract description 14
- 238000012937 correction Methods 0.000 abstract description 10
- 238000004088 simulation Methods 0.000 description 10
- 238000013507 mapping Methods 0.000 description 4
- 238000013461 design Methods 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 230000000694 effects Effects 0.000 description 2
- 230000006870 function Effects 0.000 description 2
- 238000003702 image correction Methods 0.000 description 2
- 239000011159 matrix material Substances 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 238000011160 research Methods 0.000 description 2
- 238000011835 investigation Methods 0.000 description 1
- 230000008569 process Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T5/00—Image enhancement or restoration
- G06T5/80—Geometric correction
Landscapes
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Image Processing (AREA)
Abstract
The invention discloses an optimized image predistortion method, which comprises the following steps: s1, expressing the nonlinear relation between an original image and a distorted image of a display by utilizing a polynomial transformation equation set between pixel coordinates; s2, under the condition that the number of conversion points between the original image and the distorted image is more than the number of unknowns in the polynomial conversion equation set, solving the polynomial conversion equation set by using a least square algorithm to obtain a conversion coefficient; and S3, obtaining a distorted image by adopting a Lanczos interpolation algorithm according to the transformation coefficient, so as to counteract the distorted image of the optical system of the display. The optimized image predistortion method overcomes the problem of image distortion of a display optical system in the prior art, and realizes the correction of a distorted image.
Description
Technical Field
The present invention relates to image distortion correction, and in particular, to an optimized image pre-distortion method.
Background
Image distortion correction is one of the research hotspots in recent years, and is widely applied to the research fields of aerial photogrammetry, computer graphics, computer vision, helmet display and the like. The image distortion correction includes image distortion and image correction, the image distortion refers to mapping from an original image to a distorted image, and the image correction refers to mapping from the distorted image to the original image. The image distortion includes linear distortion and nonlinear distortion, the former includes perspective distortion and the like, and the latter includes radial distortion and tangential distortion and the like.
The optical system is used as an important component of the helmet-mounted display, the off-axis design is the main design mode of the optical system, and the off-axis optical system has complex distortion problems including radial distortion and tangential distortion, and also including bow distortion and trapezoidal distortion. The distortion caused by the optical system is corrected by two methods, one is a pre-distortion method, the pre-distortion method is to transform a normal original image into a pre-distortion image required by the optical system to offset the image distortion caused by the optical system, and the image is projected to display a distortion-free image; the other method is posterior correction method, which uses polynomial curve to fit each distorted net line in horizontal and vertical directions, then obtains inverse transformation correction function, and uses the correction function to process the distorted image to obtain the image with corrected distortion.
Disclosure of Invention
The invention aims to provide an optimized image predistortion method, which overcomes the problem of image distortion of a display optical system in the prior art and realizes the correction of a distorted image.
In order to achieve the above object, the present invention provides an optimized image predistortion method, including:
s1, expressing the nonlinear relation between an original image and a distorted image of a display by utilizing a polynomial transformation equation set between pixel coordinates;
s2, under the condition that the number of conversion points between the original image and the distorted image is more than the number of unknowns in the polynomial conversion equation set, solving the polynomial conversion equation set by using a least square algorithm to obtain a conversion coefficient;
and S3, obtaining a distorted image by adopting a Lanczos interpolation algorithm according to the transformation coefficient, so as to counteract the distorted image of the optical system of the display.
Preferably, in S1, the method for expressing the non-linear relationship between the original image and the distorted image of the display by using the polynomial transformation equation set between pixel coordinates includes:
u ', v' are coordinate points of the distorted image, x, y are coordinate points of the original image, N is the degree of the undetermined polynomial, a ij And b ij Is the transform coefficient of the pending polynomial.
Preferably, in S2, the method for solving the polynomial transformation equation set to obtain the transformation coefficient by using the least square algorithm includes:
the sum of squared errors after fitting is minimized using the following polynomial:
wherein epsilon x 、ε y Is the sum of squared errors, u 'and v' are coordinate points of the distorted image, x and y are coordinate points of the original image, N is the degree of the polynomial, L is the number of control points, a ij And b ij Transform coefficients that are to-be-determined polynomials.
Preferably, in S2, the least square algorithm is used to solve the polynomial transformation equation system to obtain the transformation coefficient, such that the maximum relative error value is less than 0.5% by the following formula:
wherein E is max Is the maximum relative error value, r model Is coordinate data of a distorted image, r real Is the coordinate data of the original image.
According to the technical scheme, the predistortion method based on the least square algorithm and the Lanczos interpolation algorithm generates distortion effect on a normal image, then the obtained distorted image is used as an input signal of the helmet display to counteract the distortion caused by an optical system in the helmet display, namely the distortion generated by the predistortion method and the distortion generated by the optical system in the helmet display are mutually counteracted, namely the distortion is presented to an observer as a normal original image.
Additional features and advantages of the invention will be set forth in the detailed description which follows.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this specification, illustrate embodiments of the invention and together with the description serve to explain the principles of the invention and not to limit the invention. In the drawings:
FIG. 1a is a checkerboard diagram illustrating an original image of a simulation experiment of the present invention;
FIG. 1b is a grid diagram illustrating an original image of a simulation experiment of the present invention;
FIG. 1c is a US army standard resolution panel illustrating the raw images of the simulation experiment of the present invention;
FIG. 2a is a checkerboard plot of a distorted image illustrating a simulation experiment of the present invention;
FIG. 2b is a grid plot of a distorted image illustrating a simulation experiment of the present invention;
FIG. 2c is a Max's standard resolution panel illustrating a distorted image of a simulation experiment of the present invention.
Detailed Description
The following describes in detail embodiments of the present invention with reference to the drawings. It should be understood that the detailed description and specific examples, while indicating the preferred embodiment of the invention, are given by way of illustration and explanation only, not limitation.
The invention provides an optimized image predistortion method, which comprises the following steps:
s1, expressing the nonlinear relation between an original image and a distorted image of a display by utilizing a polynomial transformation equation set between pixel coordinates;
s2, under the condition that the number of conversion points between the original image and the distorted image is more than the number of unknowns in the polynomial conversion equation set, solving the polynomial conversion equation set by using a least square algorithm to obtain a conversion coefficient;
and S3, obtaining a distorted image by adopting a Lanczos interpolation algorithm according to the transformation coefficient, so as to counteract the distorted image of the optical system of the display.
According to the technical scheme, the predistortion method based on the least square algorithm and the Lanczos interpolation algorithm generates distortion effect on a normal image, then the obtained distorted image is used as an input signal of the helmet display to counteract the distortion caused by an optical system in the helmet display, namely the distortion generated by the predistortion method and the distortion generated by the optical system in the helmet display are mutually counteracted, namely the distortion is presented to an observer as a normal original image.
In one embodiment of the present invention, in S1, a method for expressing a non-linear relationship between an original image and a distorted image of a display by using a polynomial transformation equation set between pixel coordinates includes:
u ', v' are coordinate points of the distorted image, x, y are coordinate points of the original image, N is the degree of the undetermined polynomial, a ij And b ij Is the transform coefficient of the pending polynomial.
In one embodiment of the invention, if the number of corresponding points between the original image and the distorted image is the same as the number of unknowns in the system of equations, the system of equations can be solved directly, but to obtain a higher accuracy, the number of transformed points between the original image and the distorted image is always greater than the number of unknowns in the system of equations, so that the resulting system of equations is an overdetermined system of equations. It is assumed that for L control points, a least squares algorithm is used to solve the over-determined system of equations, i.e. the sum of squared errors after polynomial fitting is minimized.
In S2, the method for solving the polynomial transformation equation set to obtain the transformation coefficient using the least square algorithm may include:
the sum of squared errors after fitting is minimized using the following polynomial:
wherein epsilon x 、ε y Is the sum of squared errors, u 'and v' are coordinate points of the distorted image, x and y are coordinate points of the original image, N is the degree of the polynomial, L is the number of control points, a ij And b ij Transform coefficients that are to-be-determined polynomials.
In an embodiment of the present invention, in S2, a least square algorithm is used to solve the polynomial transformation equation system to obtain the transformation coefficient, and the maximum relative error value is less than 0.5% by the following formula:
wherein E is max Is the maximum relative error value, r model Is coordinate data of a distorted image, r real Is the coordinate data of the original image.
The distortion correction precision is related to a polynomial degree N, and the polynomial degree N and the correction precision are in a direct proportion relation. The least square algorithm can provide an optimal approximate solution on the premise that the fitting polynomial degree is not very high, and through relevant data investigation and simulation experiments, the transformation coefficient between an original image and a distorted image is solved by using a cubic polynomial, and meanwhile, the maximum relative error value is calculated.
The software platform of the patent uses Qt + OpenCV as experimental programming software to realize a predistortion method based on a least square algorithm and a Lanczos interpolation algorithm, the hardware platform uses an Intel Core i3-3240CPU @3.40GHz quad-Core, the memory is 4G, and the operating system is 32-bit Windows 7. The checkerboard graph and the grid graph US military standard resolution board graph are used as simulation experiment graphs, and the resolution is 1400 x 1050, as shown in FIG. 1a, FIG. 1b and FIG. 1 c.
The predistortion software inputs two parts, namely the mapping parameters of the optical system and the simulation experiment chart, the predistortion software calculates the conversion matrix according to the mapping parameters of the optical system, then the simulation experiment chart is led in, the distorted image is obtained by utilizing the conversion matrix, and finally the obtained distorted image is used as the input signal of the helmet display, as shown in fig. 2a, 2b and 2 c.
The preferred embodiments of the present invention have been described in detail with reference to the accompanying drawings, however, the present invention is not limited to the specific details of the above embodiments, and various simple modifications may be made to the technical solution of the present invention within the technical idea of the present invention, and these simple modifications all fall within the protection scope of the present invention.
It should be noted that the various technical features described in the above embodiments can be combined in any suitable manner without contradiction, and the invention is not described in any way for the possible combinations in order to avoid unnecessary repetition.
In addition, any combination of the various embodiments of the present invention can be made, and the same should be considered as the disclosure of the present invention as long as the idea of the present invention is not violated.
Claims (1)
1. An optimized image predistortion method, characterized in that the optimized image predistortion method comprises:
s1, expressing the nonlinear relation between an original image and a distorted image of a display by utilizing a polynomial transformation equation set between pixel coordinates;
s2, under the condition that the number of transformation points between the original image and the distorted image is more than the number of unknowns in the polynomial transformation equation set, solving the polynomial transformation equation set by using a least square algorithm to obtain a transformation coefficient;
s3, obtaining a distorted image by adopting a Lanczos interpolation algorithm according to the transformation coefficient, so as to counteract the distorted image of the optical system of the display;
in S1, a method of expressing a nonlinear relationship between an original image and a distorted image of a display using a polynomial transformation equation set between pixel coordinates includes:
u ', v' are coordinate points of the distorted image, x, y are coordinate points of the original image, N is the degree of the undetermined polynomial, a ij And b ij Transform coefficients that are to-be-determined polynomials;
in S2, the method for solving the polynomial transformation equation set using the least square algorithm to obtain the transformation coefficient includes:
the sum of squared errors after fitting is minimized using the following polynomial:
wherein epsilon x 、ε y Is the sum of squared errors, u 'and v' are coordinate points of the distorted image, x and y are coordinate points of the original image, N is the degree of the polynomial, L is the number of control points, a ij And b ij Transform coefficients that are a to-be-determined polynomial;
in S2, a least square algorithm is used to solve the polynomial transformation equation set to obtain a transformation coefficient, such that the maximum relative error value is less than 0.5% by the following formula:
wherein E is max Is the maximum relative error value, r model Is coordinate data of a distorted image, r real Is the coordinate data of the original image.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910149398.8A CN109961410B (en) | 2019-02-28 | 2019-02-28 | Optimized image pre-distortion method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201910149398.8A CN109961410B (en) | 2019-02-28 | 2019-02-28 | Optimized image pre-distortion method |
Publications (2)
Publication Number | Publication Date |
---|---|
CN109961410A CN109961410A (en) | 2019-07-02 |
CN109961410B true CN109961410B (en) | 2022-12-20 |
Family
ID=67023904
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201910149398.8A Active CN109961410B (en) | 2019-02-28 | 2019-02-28 | Optimized image pre-distortion method |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN109961410B (en) |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2009130546A (en) * | 2007-11-21 | 2009-06-11 | Suzuki Motor Corp | Image distortion correcting method |
CN102156969A (en) * | 2011-04-12 | 2011-08-17 | 潘林岭 | Processing method for correcting deviation of image |
CN104182961A (en) * | 2013-05-28 | 2014-12-03 | 东北大学 | Fisheye image distortion correction method based on reverse polynomial model |
CN105957041A (en) * | 2016-05-27 | 2016-09-21 | 上海航天控制技术研究所 | Wide-angle lens infrared image distortion correction method |
JP2017194569A (en) * | 2016-04-20 | 2017-10-26 | オリンパス株式会社 | Image processing device, imaging device and image processing method |
CN107507150A (en) * | 2017-08-31 | 2017-12-22 | 天津大学 | A kind of cylindrical picture bearing calibration based on fitting of a polynomial |
-
2019
- 2019-02-28 CN CN201910149398.8A patent/CN109961410B/en active Active
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2009130546A (en) * | 2007-11-21 | 2009-06-11 | Suzuki Motor Corp | Image distortion correcting method |
CN102156969A (en) * | 2011-04-12 | 2011-08-17 | 潘林岭 | Processing method for correcting deviation of image |
CN104182961A (en) * | 2013-05-28 | 2014-12-03 | 东北大学 | Fisheye image distortion correction method based on reverse polynomial model |
JP2017194569A (en) * | 2016-04-20 | 2017-10-26 | オリンパス株式会社 | Image processing device, imaging device and image processing method |
CN105957041A (en) * | 2016-05-27 | 2016-09-21 | 上海航天控制技术研究所 | Wide-angle lens infrared image distortion correction method |
CN107507150A (en) * | 2017-08-31 | 2017-12-22 | 天津大学 | A kind of cylindrical picture bearing calibration based on fitting of a polynomial |
Non-Patent Citations (3)
Title |
---|
双目数字图像实时预畸变校正技术研究;廖书红等;《电光与控制》;20180306(第05期);全文 * |
基于多项式变形法的栅格图像非线性畸变校正;郑毅等;《工具技术》;20131020(第10期);全文 * |
大视场光学显示设备图像畸变校正算法;郑春等;《电光与控制》;20110501(第05期);全文 * |
Also Published As
Publication number | Publication date |
---|---|
CN109961410A (en) | 2019-07-02 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN109754434B (en) | Camera calibration method, device, user equipment and storage medium | |
CN109461126B (en) | Image distortion correction method and system | |
EP1512123B1 (en) | System and method for electronic correction of optical anomalies | |
CN201780766U (en) | Real-time electronic pre-distortion correcting system for digital head-mounted display | |
CN111476104B (en) | AR-HUD image distortion correction method, device and system under dynamic eye position | |
CN118764726A (en) | Method and system for image distortion correction of images captured using wide angle lenses | |
KR101408426B1 (en) | Image correcting apparatus, correction image generating method, correction table generating apparatus, correction table generating method, computer readable recording medium storing a correction table generating program, computer readable recording medium storing a correction image generating program | |
US20100254602A1 (en) | Image processing apparatus and method and a computer-readable recording medium on which an image processing program is stored | |
WO2012060269A1 (en) | Image processing method, image processing device, and imaging device | |
CN109255760A (en) | Distorted image correction method and device | |
KR100744937B1 (en) | Lens distortion correction method | |
CN110288527A (en) | The vehicle-mounted camera panorama of looking around of one kind gets a bird's eye view drawing generating method | |
CN105354809A (en) | Predistortion method and device based on pixel position index of output image | |
TWI517094B (en) | Image calibration method and image calibration circuit | |
US20220012854A1 (en) | Method and system for image distortion correction using quarter and tangential lookup tables | |
CN109961410B (en) | Optimized image pre-distortion method | |
US20130120538A1 (en) | Stereo camera module | |
CN110035273B (en) | Distortion correction method and device and display equipment using distortion correction method and device | |
KR20150142562A (en) | Method, apparatus and storage medium for compensating for defect pixel of display | |
JP3047681B2 (en) | Image distortion correction method and apparatus | |
CN118212160A (en) | Optimized real-time predistortion method | |
CN113947551A (en) | Distortion correction system and method for head-up display | |
CN107450347A (en) | A kind of GPU Real-time Nonuniformity Correction methods based on infrared semi-matter simulating system | |
CN103929584B (en) | Method for correcting image and image calibrating circuit | |
CN112333436A (en) | Two-dimensional calibration method of projector, projector and calibration system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |