CN108198222B - Wide-angle lens calibration and image correction method - Google Patents

Wide-angle lens calibration and image correction method Download PDF

Info

Publication number
CN108198222B
CN108198222B CN201810082403.3A CN201810082403A CN108198222B CN 108198222 B CN108198222 B CN 108198222B CN 201810082403 A CN201810082403 A CN 201810082403A CN 108198222 B CN108198222 B CN 108198222B
Authority
CN
China
Prior art keywords
image
point
pixel
corner point
wide
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
Application number
CN201810082403.3A
Other languages
Chinese (zh)
Other versions
CN108198222A (en
Inventor
丛国涛
张永锋
张晓旭
山丹
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Dalian Neusoft University of Information
Original Assignee
Dalian Neusoft University of Information
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Dalian Neusoft University of Information filed Critical Dalian Neusoft University of Information
Priority to CN201810082403.3A priority Critical patent/CN108198222B/en
Publication of CN108198222A publication Critical patent/CN108198222A/en
Application granted granted Critical
Publication of CN108198222B publication Critical patent/CN108198222B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/80Analysis of captured images to determine intrinsic or extrinsic camera parameters, i.e. camera calibration
    • G06T5/80

Abstract

The invention discloses a wide-angle lens calibration and image correction method, which comprises the following steps: preparing a 4 x 4 checkerboard image as a calibration template, shooting the calibration template through a wide-angle lens to obtain a spherical image, performing RGB (red, green and blue) conversion YUV (luminance and chrominance) operation on the spherical image to obtain a gray image, and processing the gray image to obtain an image containing 9 boundary line angular points; and calculating the radius of the spherical surface by using the angular point information through an elliptic formula to serve as a correction coefficient, and correcting the spherical image obtained in the using process of the lens by using the correction coefficient. The method is simple and convenient to calculate, calibration parameters can be directly solved and corrected images can be solved through embedded equipment, and the requirement of real-time processing is met.

Description

Wide-angle lens calibration and image correction method
Technical Field
The invention relates to the technical field of digital image processing, in particular to a wide-angle lens calibration and image correction method.
Background
At present, most of the known distortion correction modes of wide-angle lenses are to set up an experimental device, collect checkerboard images through a camera, transmit the images to a computer, and calculate lens distortion parameters through upper computer software for restoring fisheye circular distortion images. In the prior art, due to the complex algorithm including polynomial solution and complex matrix operation, distortion parameters can be solved only through upper computer software, the calculation of calibration parameters cannot be directly realized through embedded equipment, and the requirement of real-time processing cannot be met.
Disclosure of Invention
The invention discloses a wide-angle lens calibration and image correction method, which is characterized by comprising the following steps of:
s1: selecting an n multiplied by n checkerboard image as a calibration template, wherein n is an even number greater than 2;
s2: adjusting the positions of the wide-angle lens and the calibration template, and shooting to obtain a spherical image;
s3: applying formula (1), performing RGB conversion YUV operation on the spherical image to obtain gray image Pg,
Figure BDA0001561391690000011
in the formula (1), R, G, B respectively represents the red, green and blue color values of the pixel points in the spherical image, Y represents the brightness value of the pixel points in the gray image Pg, and U, V represents the color difference value;
s4: processing the Pg to obtain an image HEp0 containing (n-1) x (n-1) boundary line corner points;
s5: if the center corner point is located at the center of the HEp0 and the rest corner points are symmetrical up, down, left and right, the sequence is carried out, otherwise, the step S2 is returned;
s6: the correction coefficient R is calculated by the ellipse formula (2),
Figure BDA0001561391690000012
in the formula (2), the middle corner point of the top row of corner points of the HEp0 is selected as an upper central corner point, the common corner point of the n/2 row corner point and the n/2 column corner point of the HEp0 is selected as a central corner point, the central corner point is set as a coordinate origin, b is the distance between the upper central corner point and the central corner point, x is the distance between the upper central corner point and the central corner point, and the upper central corner point and the central corner point are arranged in a same plane, and the central corner point is arranged in a same plane as the upper central corner point and the central corner point1、y1Is thatTop left corner point coordinate values of HEp 0;
s7: setting the geometric center point of the image shot by the wide-angle lens as a coordinate origin, and using the correction coefficient R to perform correction operation on the image shot by the wide-angle lens according to the formula (3) to obtain a corrected image;
Figure BDA0001561391690000021
in the formula (3), u and v are plane coordinate values of each pixel point in the image shot by the wide-angle lens, x and y are plane coordinate values of the corrected image, z is obtained according to the formula (4),
Figure BDA0001561391690000022
in equation (4), H, L represents the number of horizontal pixels and the number of vertical pixels of the wide-angle lens captured image.
Further, step S4 includes the following specific steps:
s41: taking one pixel in the Pg as Pgk, taking Y values of 9 points of the surrounding pixels Pgk and Pgk to form a 3x3 matrix A, and carrying out convolution operation according to an equation (5) and an equation (6) to obtain an approximate value G of the transverse and longitudinal brightness difference of the PgkxAnd Gy
Figure BDA0001561391690000023
Figure BDA0001561391690000024
Comparison Gx、GyAnd a threshold Vth1, if Gx<Vth1 and Gy>Vth1, taking "1" as the output value corresponding to the pixel Pgk as a boundary point, otherwise, taking "0" as the output value corresponding to the pixel Pgk as a non-boundary point, and performing traversal operation to obtain an image E1 including a boundary from a white lattice to a black lattice;
by comparison of Gx、GyAnd a threshold Vth1, if Gx>Vth1 and Gy<Vth1, taking "1" as the output value corresponding to the pixel Pgk as the boundary point, otherwise, taking "0" as the output value corresponding to the pixel Pgk as the non-boundary point, and performing traversal operation to obtain an image E2 including a boundary from a black lattice to a white lattice;
s42: traversing AND operation is carried out on the E1 and the E2 through a 3x3 full '1' matrix window, if the value of any one pixel point in the AND operation window is '1', the value of the currently traversed pixel point (namely the central pixel point of the window) is '1', otherwise, the value of the currently traversed pixel point is '0', and boundary expansion images Ep1 and Ep2 are obtained after traversal;
s43: the Ep1 and the Ep2 are subjected to AND operation to obtain an image HEp containing (n-1) x (n-1) corner point areas;
s44: and carrying out coordinate averaging operation on each corner point region of the HEp to obtain an image HEp0 containing (n-1) x (n-1) corner points.
Further, the calibration template selects a 4 × 4 checkerboard image.
Further, Vth1 is an average value of the full white gradation value and the full black gradation value.
Further, in S43, the specific determination process of the corner region is as follows: if the coordinate distance of the pixel point with the pixel value of '1' is smaller than the threshold value Vth2, the pixel points belong to the same corner point area, otherwise, the pixel points belong to different corner point areas.
Further, in the traversal operations of S41 and S42, when two rows or two columns of pixel points at the edge of the image are processed, the corresponding values of the pixels at the rows or columns at the opposite outer edges are filled into the edge of the 3 × 3 matrix.
The wide-angle lens calibration and image correction method provided by the invention is simple in calculation, the calibration parameter can be directly calculated through embedded equipment, the spherical radius is taken as the correction coefficient, the correction calculation amount is very low, the effect is satisfactory, the hardware implementation can be carried out in an FPGA image acquisition system, and the real-time processing requirement is met. Because experimental equipment for calibration does not need to be built and the calculation of an upper computer is not needed, the calibration method is low in cost and simple to operate.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
FIG. 1 is a flow chart of the calculation of the present invention;
FIG. 2 is a 4 × 4 checkerboard calibration template image used in the present invention;
FIG. 3 is a spherical image obtained after a calibration template is shot by a wide-angle lens;
FIG. 4 is an image after spherical image rectification processing;
FIG. 5 is a diagram of a spherical surface projection model;
FIG. 6 is a flowchart illustrating the calculation of the correction factor according to the present invention;
FIG. 7 is a schematic diagram of a white cell to black cell boundary;
FIG. 8 is a schematic diagram of a black to white cell boundary;
FIG. 9 is a schematic view of 9 corner regions;
fig. 10 is a schematic view of 9 corner points.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
As shown in fig. 1, the present invention discloses a wide-angle lens calibration and image correction method, which is characterized by comprising the following steps:
s1: selecting an n multiplied by n checkerboard image as a calibration template, wherein n is an even number greater than 2;
s2: adjusting the positions of the wide-angle lens and the calibration template, and shooting to obtain a spherical image;
s3: applying formula (1), performing RGB conversion YUV operation on the spherical image to obtain gray image Pg,
Figure BDA0001561391690000041
in the formula (1), R, G, B respectively represents the red, green and blue color values of the pixel points in the spherical image, Y represents the brightness value of the pixel points in the gray image Pg, and U, V represents the color difference value;
s4: processing the Pg to obtain an image HEp0 containing (n-1) x (n-1) boundary line corner points;
s5: if the center corner point is located at the center of the HEp0 and the rest corner points are symmetrical up, down, left and right, the sequence is carried out, otherwise, the step S2 is returned
S6: the correction coefficient R is calculated by the ellipse formula (2),
Figure BDA0001561391690000042
in the formula (2), the middle corner point of the top row of corner points of the HEp0 is selected as an upper central corner point, the common corner point of the n/2 row corner point and the n/2 column corner point of the HEp0 is selected as a central corner point, the central corner point is set as a coordinate origin, b is the distance between the upper central corner point and the central corner point, x is the distance between the upper central corner point and the central corner point, and the upper central corner point and the central corner point are arranged in a same plane, and the central corner point is arranged in a same plane as the upper central corner point and the central corner point1、y1Is the coordinate value of the upper left corner point of the HEp 0;
s7: setting the geometric center point of the image shot by the wide-angle lens as a coordinate origin, and using the correction coefficient R to perform correction operation on the image shot by the wide-angle lens according to the formula (4) to obtain a corrected image;
when n takes a value of 4, the calibration template, the spherical image and the corrected image are respectively shown in fig. 2, fig. 3 and fig. 4.
The specific derivation calculation process is as follows:
as shown in fig. 5, the spherical surface projection formula used for the correction coordinates: x is the number of2+y2+z2=R2A point in space A (x, y, z) points to the origin O, and the ray intersects the surface of the sphere at A/And A is/Projected onto xoy plane at A//(u, v, o). Then A is//(u, v, o) is the spherical projection coordinate of A (x, y, z). The spherical projection model can obtain the corresponding relation between a space coordinate system (x, y, z) and an imaging coordinate system (u, v, o):
Figure BDA0001561391690000051
equation (4) for converting from spherical imaging coordinates (u, v) to corrected image coordinates (x, y) is derived from the above equation.
Figure BDA0001561391690000052
In the formula (4), u and v are plane coordinate values of each pixel point in an image photographed by the wide-angle lens, x and y are plane coordinate values of the corrected image, and in order to make the image size of the spherical projection and the corrected image size uniform, the z value in the formula (4) is obtained according to the formula (5),
Figure BDA0001561391690000053
in the formula (5), H is the number of image horizontal pixels, and L is the number of image vertical pixels.
The wide-angle lens calibration and image correction method provided by the invention is simple in calculation, the calibration parameter can be directly calculated through embedded equipment, the spherical radius is taken as the correction coefficient, the correction calculation amount is very low, the effect is satisfactory, the hardware implementation can be carried out in an FPGA image acquisition system, and the real-time processing requirement is met. Because experimental equipment for calibration does not need to be built and the calculation of an upper computer is not needed, the calibration method is low in cost and simple to operate.
Further, as shown in fig. 6, step S4 includes the following specific steps:
s41: taking one pixel in the Pg as Pgk, taking Y values of 9 points of the surrounding pixels Pgk and Pgk to form a 3x3 matrix A, and carrying out convolution operation according to an equation (6) and an equation (7) to obtain an approximate value G of the transverse and longitudinal brightness difference of the PgkxAnd Gy
Figure BDA0001561391690000061
Figure BDA0001561391690000062
Comparison Gx、GyAnd a threshold Vth1, if Gx<Vth1 and Gy>Vth1, taking "1" as the output value corresponding to the pixel Pgk as the boundary point, otherwise, taking "0" as the output value corresponding to the pixel Pgk as the non-boundary point, and performing traversal operation to obtain an image E1 (as shown in fig. 7) including a boundary from a white lattice to a black lattice;
by comparison of Gx、GyAnd a threshold Vth1, if Gx>Vth1 and Gy<Vth1, taking "1" as the output value corresponding to the pixel Pgk as the boundary point, otherwise, taking "0" as the output value corresponding to the pixel Pgk as the non-boundary point, and performing traversal operation to obtain an image E2 (as shown in fig. 8) including a boundary from a black lattice to a white lattice;
s42: traversing AND operation is carried out on the E1 and the E2 through a 3x3 full '1' matrix window, if the value of any one pixel point in the AND operation window is '1', the value of the currently traversed pixel point (namely the central pixel point of the window) is '1', otherwise, the value of the currently traversed pixel point is '0', and boundary expansion images Ep1 and Ep2 are obtained after traversal;
s43: the Ep1 and the Ep2 are subjected to AND operation to obtain an image HEp (shown in figure 9) containing (n-1) x (n-1) corner point areas;
s44: and carrying out coordinate averaging operation on each corner point region of the HEp to obtain an image HEp0 (shown in figure 10) containing (n-1) x (n-1) corner points.
And obtaining an image E1 containing a boundary from a white grid to a black grid and an image E2 containing a boundary from a black grid to a white grid, sequentially expanding and intersecting to obtain corner regions, and finally carrying out average calculation to obtain corners, so that the calculation result is stable, the calculation error is reduced as much as possible, and a foundation is laid for obtaining accurate correction coefficients.
Further, the calibration template selects a 4 × 4 checkerboard image. The 4 multiplied by 4 checkerboard image has small calculated amount, and the correction coefficient obtained after the experiment shooting calculation can meet the precision requirement.
Further, Vth1 is an average value of the full white gradation value and the full black gradation value. The average value can make the calculation result more stable.
Further, in S43, the specific determination process of the corner region is as follows: if the coordinate distance of the pixel point with the pixel value of "1" is smaller than the threshold Vth2, the pixel points belong to the same corner region, otherwise, the pixel points belong to different corner regions, and the Vth2 usually takes a value of 20, and can also be adjusted according to the actual effect.
Further, in the traversal operations of S41 and S42, when two rows or two columns of pixel points at the edge of the image are processed, the corresponding values of the pixels at the rows or columns at the opposite outer edges are filled into the edge of the 3 × 3 matrix. . Because the corner points are key information required by calculation and are not positioned at the edge of the image, the calculation accuracy is not influenced by adopting a direct extension filling mode when the pixel points at the edge of the image are processed, and the calculation amount is favorably reduced.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (6)

1. A wide-angle lens calibration and image correction method is characterized by comprising the following steps:
s1: selecting an n multiplied by n checkerboard image as a calibration template, wherein n is an even number greater than 2;
s2: adjusting the positions of the wide-angle lens and the calibration template, and shooting to obtain a spherical image;
s3: applying formula (1), performing RGB conversion YUV operation on the spherical image to obtain gray image Pg,
Figure FDA0003169847980000011
in the formula (1), R, G, B respectively represents the red, green and blue color values of the pixel points in the spherical image, Y represents the brightness value of the pixel points in the gray image Pg, and U, V represents the color difference value;
s4: processing the Pg to obtain an image HEp0 containing (n-1) x (n-1) boundary line corner points;
s5: if the center corner point of the image HEp0 is located at the right center of the image HEp0, and the rest corner points are symmetrical up, down, left and right, the sequence is carried out, and if not, the step S2 is returned;
selecting a common corner point of the n/2-th row corner point and the n/2-th column corner point of the HEp0 as a central corner point;
s6: the correction coefficient R is calculated by the ellipse formula (2),
Figure FDA0003169847980000012
in the formula (2), the middle corner point of the top row of corner points of the HEp0 is selected as an upper central corner point, the central corner point is set as a coordinate origin, b is the distance between the upper central corner point and the central corner point, and x is the distance between the upper central corner point and the central corner point1、y1Is the coordinate value of the upper left corner point of the HEp 0;
s7: setting the geometric center point of the image shot by the wide-angle lens as the coordinate origin, using the correction coefficient R to perform correction operation on the image shot by the wide-angle lens according to the formula (3) to obtain a corrected image,
Figure FDA0003169847980000013
in the formula (3), u and v are plane coordinate values of each pixel point in the image shot by the wide-angle lens, x and y are plane coordinate values of the corrected image, z is obtained according to the formula (4),
Figure FDA0003169847980000014
in equation (4), H, L represents the number of horizontal pixels and the number of vertical pixels of the wide-angle lens captured image.
2. The wide-angle lens calibration and image correction method according to claim 1, wherein step S4 includes the following steps:
s41: taking one pixel in the Pg as Pgk, taking Y values of 9 points of the surrounding pixels Pgk and Pgk to form a 3x3 matrix A, and carrying out convolution operation according to an equation (5) and an equation (6) to obtain an approximate value G of the transverse and longitudinal brightness difference of the PgkxAnd Gy
Figure FDA0003169847980000021
Figure FDA0003169847980000022
Comparison Gx、GyAnd a threshold Vth1, if Gx<Vth1 and Gy>Vth1, the output value corresponding to pixel Pgk takes "1" as the boundary point, otherwise, it is aligned with pixel PgkTaking '0' as a non-boundary point, and performing traversal operation to obtain an image E1 containing a boundary from a white lattice to a black lattice;
by comparison of Gx、GyAnd a threshold Vth1, if Gx>Vth1 and Gy<Vth1, taking "1" as the output value corresponding to the pixel Pgk as the boundary point, otherwise, taking "0" as the output value corresponding to the pixel Pgk as the non-boundary point, and performing traversal operation to obtain an image E2 including a boundary from a black lattice to a white lattice;
s42: traversing AND operation is carried out on the E1 and the E2 through a 3x3 full '1' matrix window, if the value of any one pixel point in the window after the AND operation is '1', the value of the currently traversed pixel point is '1', otherwise, the value of the currently traversed pixel point is '0', and boundary expansion images Ep1 and Ep2 are obtained after traversal;
s43: the Ep1 and the Ep2 are subjected to AND operation to obtain an image HEp containing (n-1) x (n-1) corner point areas;
s44: and carrying out coordinate averaging operation on each corner point region of the HEp to obtain an image HEp0 of (n-1) x (n-1) corner points.
3. The method as claimed in claim 2, wherein the calibration template selects a checkerboard image of 4 x 4.
4. A wide-angle lens calibration and image correction method as claimed in claim 3, wherein Vth1 is the average of all white gray value and all black gray value.
5. The method for wide-angle lens calibration and image rectification as claimed in claim 4, wherein in S43, the specific determination procedure of the corner region is as follows: if the coordinate distance of the pixel point with the pixel value of '1' is smaller than the threshold value Vth2, the pixel points belong to the same corner point area, otherwise, the pixel points belong to different corner point areas.
6. The method of claim 5, wherein in the traversal operations of S41 and S42, when two rows or two columns of pixels at the edge of the image are processed, the corresponding values of the pixels at the outer edge rows or columns are filled into the edge of the 3x3 matrix.
CN201810082403.3A 2018-01-29 2018-01-29 Wide-angle lens calibration and image correction method Active CN108198222B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810082403.3A CN108198222B (en) 2018-01-29 2018-01-29 Wide-angle lens calibration and image correction method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810082403.3A CN108198222B (en) 2018-01-29 2018-01-29 Wide-angle lens calibration and image correction method

Publications (2)

Publication Number Publication Date
CN108198222A CN108198222A (en) 2018-06-22
CN108198222B true CN108198222B (en) 2021-09-03

Family

ID=62591628

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810082403.3A Active CN108198222B (en) 2018-01-29 2018-01-29 Wide-angle lens calibration and image correction method

Country Status (1)

Country Link
CN (1) CN108198222B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110059611B (en) * 2019-04-12 2023-05-05 中国石油大学(华东) Intelligent classroom vacant seat identification method
CN110132150A (en) * 2019-05-10 2019-08-16 公安部第三研究所 The system and method for visible light source spot size test
CN112734721B (en) * 2021-01-08 2024-01-16 昆山丘钛微电子科技股份有限公司 Optical axis deflection angle detection method, device, equipment and medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102096923A (en) * 2011-01-20 2011-06-15 上海杰图软件技术有限公司 Fisheye calibration method and device
CN103679729A (en) * 2013-12-17 2014-03-26 中国人民解放军第二炮兵工程大学 Full-automatic camera parameter calibration method based on colored calibration board
WO2014106303A1 (en) * 2013-01-07 2014-07-10 Tamaggo Inc. Panoramic lens calibration for panoramic image and/or video capture apparatus
CN103942796A (en) * 2014-04-23 2014-07-23 清华大学 High-precision projector and camera calibration system and method
CN105023265A (en) * 2014-04-29 2015-11-04 东北大学 Checkerboard angular point automatic detection method under fish-eye lens
WO2016180827A1 (en) * 2015-05-13 2016-11-17 Aim Sport Vision Ag Digitally overlaying an image with another image
CN107610185A (en) * 2017-10-12 2018-01-19 长沙全度影像科技有限公司 A kind of fisheye camera fast calibration device and scaling method

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI591377B (en) * 2015-12-11 2017-07-11 財團法人工業技術研究院 Wide-angle lens calibration system and method thereof

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102096923A (en) * 2011-01-20 2011-06-15 上海杰图软件技术有限公司 Fisheye calibration method and device
WO2014106303A1 (en) * 2013-01-07 2014-07-10 Tamaggo Inc. Panoramic lens calibration for panoramic image and/or video capture apparatus
CN103679729A (en) * 2013-12-17 2014-03-26 中国人民解放军第二炮兵工程大学 Full-automatic camera parameter calibration method based on colored calibration board
CN103942796A (en) * 2014-04-23 2014-07-23 清华大学 High-precision projector and camera calibration system and method
CN105023265A (en) * 2014-04-29 2015-11-04 东北大学 Checkerboard angular point automatic detection method under fish-eye lens
WO2016180827A1 (en) * 2015-05-13 2016-11-17 Aim Sport Vision Ag Digitally overlaying an image with another image
CN107610185A (en) * 2017-10-12 2018-01-19 长沙全度影像科技有限公司 A kind of fisheye camera fast calibration device and scaling method

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
Improved wide-angle,fisheye and omnidirectional camera calibration;Steffen Urban等;《ISPRS Journal of Photogrammetry and Remote Sensing》;20150703;第108卷(第2015期);第72-79页 *
Method for calibrating the fisheye distortion center;Fuyu Huang等;《Applied Optics》;20121129;第51卷(第34期);第8169-8176页 *
一种新的基于球面模型的鱼眼镜头标定方法;吴泽俊等;《中国激光》;20150510;第42卷(第05期);第234-241页 *
基于迭代校正的鱼眼棋盘格图像角点检测;申夏晶等;《激光与光电子学进展》;20160523;第53卷(第09期);第181-187页 *
数码相机标定研究;李玲等;《长江大学学报(自然科学版)理工卷》;20091215;第6卷(第04期);第151-154页 *

Also Published As

Publication number Publication date
CN108198222A (en) 2018-06-22

Similar Documents

Publication Publication Date Title
CN106875339B (en) Fisheye image splicing method based on strip-shaped calibration plate
CN110211043B (en) Registration method based on grid optimization for panoramic image stitching
KR100886099B1 (en) Apparatus for automatically computing image correction curve and Method thereof
CN110197466B (en) Wide-angle fisheye image correction method
CN108198222B (en) Wide-angle lens calibration and image correction method
JP2022528659A (en) Projector keystone correction methods, devices, systems and readable storage media
CN107993263A (en) Viewing system automatic calibration method, automobile, caliberating device and storage medium
CN107689033B (en) Fisheye image distortion correction method based on ellipse segmentation
US8810693B2 (en) Image processing apparatus and method thereof
CN112734860A (en) Arc-screen prior information-based pixel-by-pixel mapping projection geometric correction method
CN110246079B (en) B-spline surface fitting-based camera distortion correction method, system and medium
KR20170073675A (en) Image processing method and device for led display screen
CN111586384A (en) Projection image geometric correction method based on Bessel curved surface
CN106600549A (en) Method and device for correcting fisheye image
CN111640065B (en) Image stitching method and imaging device based on camera array
CN108513043A (en) A kind of image denoising method and terminal
TWI443604B (en) Image correction method and image correction apparatus
CN112734630B (en) Ortho image processing method, device, equipment and storage medium
CN112312106B (en) Projected image color correction method based on color space conversion
CN108917722A (en) Vegetation coverage calculation method and device
CN107516291A (en) Night scene image is just penetrating correction processing method
CN115100078B (en) Method and related device for correcting and filling dot matrix coordinates in curved screen image
CN107945104A (en) A kind of method for panoramic imaging based on space virtual reality camera
CN114549666A (en) AGV-based panoramic image splicing calibration method
CN110458768B (en) Image processing method, computer device, and readable storage medium

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