CN110956588B - Image high-precision geometric correction method based on shortest distance of encrypted points - Google Patents

Image high-precision geometric correction method based on shortest distance of encrypted points Download PDF

Info

Publication number
CN110956588B
CN110956588B CN201910898761.6A CN201910898761A CN110956588B CN 110956588 B CN110956588 B CN 110956588B CN 201910898761 A CN201910898761 A CN 201910898761A CN 110956588 B CN110956588 B CN 110956588B
Authority
CN
China
Prior art keywords
image
coordinates
point
coordinate
encrypted
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
CN201910898761.6A
Other languages
Chinese (zh)
Other versions
CN110956588A (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.)
Land Sea Space Yantai Information Technology Co ltd
Original Assignee
Wuhan University WHU
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 Wuhan University WHU filed Critical Wuhan University WHU
Priority to CN201910898761.6A priority Critical patent/CN110956588B/en
Publication of CN110956588A publication Critical patent/CN110956588A/en
Application granted granted Critical
Publication of CN110956588B publication Critical patent/CN110956588B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • G06T5/80

Abstract

The invention provides an image high-precision geometric correction method based on the shortest distance of an encryption point, which comprises the steps of firstly determining object coordinates according to a coordinate forward calculation function, then determining the object coordinates of each pixel on a corrected image according to the object coordinate range and a resampling interval, extracting the maximum value of the number of pixels on the corrected image corresponding to 1 pixel on an original image, and recording the maximum value as N; setting the geometric correction control precision as e pixels, encrypting each pixel of an original image into a point of [ N/e ] x [ N/e ], calculating object coordinates of an encrypted point by using a coordinate forward calculation function, calculating image coordinates of the encrypted point on the corrected image one by one, and calculating the nearest integer pixel position; for each whole pixel position on the corrected image, if a plurality of corresponding encrypted point coordinates are found, determining a corresponding relation by comparing distance errors; and (4) interpolating gray scale from the original image according to the corresponding encrypted point coordinates of the position of each point of the corrected image to obtain a complete output image.

Description

Image high-precision geometric correction method based on shortest distance of encrypted points
Technical Field
The invention relates to the technical field of geometric correction of images, in particular to geometric correction by a direct method, and relates to a high-precision geometric correction method of images based on the shortest distance of encrypted points.
Background
The optical sensor adopting the linear array swing scanning imaging can be suitable for the condition with an infrared wave band, the imaging field angle is large, the image coverage range is wide, for example, a marine satellite water color scanner can cover the world once a day, and the optical sensor has great advantages in the aspect of dynamic monitoring. However, its geometric imaging model is more complex than linear array push-broom imaging, mainly due to: when the linear array is pushed to scan, pixels of each row are imaged at the same time, so that the linear array has the same parameters of track, attitude and the like; when the linear array is swept, each pixel of each row is imaged at different time, and has different track attitude parameters. This results in a different way of subsequent geometry processing: when the linear array is pushed and swept, the high-efficiency indirect geometric correction can be realized by establishing a rational polynomial model equivalent to a collinear equation model; when the linear array is swept, geometric correction can be carried out only by a general direct method or a mode of combining the direct method and a local approximate indirect method. The correction is carried out by adopting a general direct method or a mode of combining the direct method and a local approximate indirect method, and the problem of insufficient precision exists.
Disclosure of Invention
In order to solve the problems in the prior art, the invention provides a high-precision geometric correction method for an image based on the shortest distance between encrypted points.
The technical scheme of the invention provides an image high-precision geometric correction method based on the shortest distance of an encryption point, which comprises the following steps:
1) firstly, determining an object coordinate according to a coordinate forward calculation function, then determining the object coordinate of each pixel on the corrected image according to the object coordinate range and the resampling interval, extracting the maximum value of 1 pixel on the original image corresponding to the number of pixels on the corrected image and recording the maximum value as N;
2) setting the geometric correction control precision as e pixels, encrypting each pixel of an original image into a point of [ N/e ] × [ N/e ], and solving object-side coordinates (lon, lat) of the encrypted point (sx, sy) by using a coordinate normal calculation function, wherein [ ] represents upward integer;
calculating image coordinates (X, Y) of the encrypted points on the corrected image one by one, and solving the nearest whole pixel position (X0, Y0);
for each integer pixel position (X0, Y0) on the corrected image, if a plurality of corresponding encrypted point coordinates are found, the corresponding relation is determined by comparing the distance errors;
3) and (4) interpolating gray scale from the original image according to the corresponding encrypted point coordinates of the position (X0, Y0) of each point of the corrected image to obtain a complete output image.
Furthermore, the coordinate forward function is as follows,
knowing that the image space coordinate of a certain point P is (s, l), according to the camera pointing angle model, obtaining a three-dimensional vector v of the point P in a camera coordinate system cam =[x C (s) y(s) 1]', wherein a 0 ,a 1 ,a 2 ,b 0 ,b 1 ,b 2 Are the camera pointing angle model coefficients,
Figure BDA0002211124760000021
according to the line array sweep imaging principle, the imaging time T of the point P is obtained as Tl 0 + Δ t × s, where Tl 0 The imaging time of the 0 th pixel of the l-th row and delta T are the exposure time interval of each pixel, and the position [ X ] of the satellite is obtained according to T interpolation T Y T Z T ]' speed and attitude, and obtaining a transformation matrix R from the J2000 coordinate system to the WGS84 and from the body coordinate system to the J2000 coordinate system at the time T T ,R GFFB
Let R BS Is a transformation matrix from the camera coordinate system to the body coordinate system, and then from the image side coordinates (s, l) to the object side coordinate vector v obj =[X Y Z]The coordinate forward function of' is as follows,
Figure BDA0002211124760000022
the object space coordinates (X, Y, Z) also satisfy the WGS84 ellipsoid equation,
Figure BDA0002211124760000023
where A, B are the major and minor half axes (known constants) of the WGS84 ellipsoid, and H is the elevation of the object-side coordinates (X, Y, Z) on the WGS84 ellipsoid.
Furthermore, the implementation of calculating N is as follows,
for two adjacent integers on the original imageCounting points, wherein the corresponding object space coordinates are (Xs, Ys), (Xt, Yt), respectively, and the pixel distance of the two points on the corrected image is GSD by setting the resampling interval of the corrected image as
Figure BDA0002211124760000024
The maximum value of all d is found and rounded up to yield N.
Then, based on the object coordinates (lon, lat) of the encrypted point (sx, sy), the video coordinates (TX, TY) of the encrypted point on the corrected video are calculated as follows,
TX=(lon-Xmin)/GSD,TY=(Ymax-lat)/GSD
wherein, (Xmin, Ymax) is the object coordinates of the top left corner of the outputted corrected image.
And, performing steps 1) to 3) in parallel by adopting an image blocking mode.
Compared with the prior art, the method provided by the invention has controllable geometric correction precision, supports the realization of rapid processing in a parallel calculation mode, and can be widely applied to the problem of coordinate back calculation of any known coordinate forward calculation function, such as aviation and aerospace linear array push-broom mode imaging, aviation linear array swing-broom mode imaging and area array imaging.
Drawings
FIG. 1 is a schematic flow chart of an embodiment of the present invention.
Detailed Description
For better understanding of the technical solutions of the present invention, the present invention will be further described in detail with reference to the accompanying drawings and examples.
Referring to fig. 1, an embodiment of the present invention provides a method for high-precision geometric correction of an image based on a shortest distance between encryption points, including the following steps:
1) firstly, determining an object coordinate range of an original image according to a coordinate forward calculation function, then determining an object coordinate of each pixel on the corrected image according to the object coordinate range and a resampling interval (which is a preset value and is usually a ground resolution corresponding to a central point of the original image), and calculating the maximum value of the number of pixels on the corrected image corresponding to 1 pixel on the original image and recording the maximum value as N (rounding up).
The coordinate forward function is as follows:
knowing that the image space coordinate of a certain point P is (s, l), according to the camera pointing angle model, obtaining a three-dimensional vector v of the point P in a camera coordinate system cam =[x C (s) y(s) 1]', wherein a 0 ,a 1 ,a 2 ,b 0 ,b 1 ,b 2 Are camera pointing angle model coefficients (known).
Figure BDA0002211124760000031
According to the line array sweep imaging principle, the imaging time T of the point P is obtained as Tl 0 + Δ t × s, where Tl 0 At the imaging time of the 0 th pixel in the ith row, Δ t is the exposure time interval of each column of pixels. Interpolating from T to obtain the position of the satellite [ X ] T Y T Z r ]' speed, attitude, etc., to obtain a transformation matrix R from the J2000 coordinate system to the WGS84 and from the body coordinate system to the J2000 coordinate system at time T T ,R GFFB
Then set R BS Is a transformation matrix (known value) from the camera coordinate system to the body coordinate system, then from the image side coordinates (s, l) to the object side coordinate vector v obj =[X Y Z]' the coordinate forward function is as follows:
Figure BDA0002211124760000032
the objective coordinates (X, Y, Z) also satisfy the WGS84 ellipsoid equation:
Figure BDA0002211124760000041
where A, B are the major and minor semi-axes (known constants) of the WGS84 ellipsoid, and H is the elevation of the object-side coordinates (X, Y, Z) on the WGS84 ellipsoid.
The process of solving the object-side coordinates (X, Y, Z) from the image-side coordinates (s, l) according to the above coordinate forward function is as follows:
a) let H be 0
Figure BDA0002211124760000042
The three unknowns (XYZ) in equation 2 are expressed as a linear expression for the parameter m to be solved:
Figure BDA0002211124760000043
substituting (formula 4) into (formula 3), solving a quadratic equation of one unit about m, and (truncating the larger value) to obtain m. Substituting m into (formula 2) to solve the object coordinates (X, Y, Z).
b) And then interpolating from the object space coordinates (X, Y, Z) according to the known DEM to obtain a more accurate elevation H, repeating the above process 1, and resolving the more accurate object space coordinates (X, Y, Z).
c) And stopping iteration when the difference between two adjacent calculation results of the object coordinates (X, Y, Z) is smaller than a preset threshold value. In specific implementation, the threshold value can be preset according to the precision requirement.
The object coordinate range of the original image is calculated as follows:
the size of the original image is known, the width w and the height h of the original image are set, four corner point coordinates (0, 0), (w-1, 0), (0, h-1) and (w-1, h-1) are respectively substituted into a coordinate positive transformation function, object coordinates (X1, Y1), (X2, Y2), (X3, Y3), (X4 and Y4) of the corresponding four corner points are obtained, and the maximum and minimum coordinate ranges (Xmin-Xmax and Ymin-Ymax) of the four corner points are obtained, namely the object coordinate range of the original image.
The implementation of calculating N is as follows:
for two adjacent integer points on the original image, the pixel coordinates are (sx, sy), (sx +1, sy) or (sx, sy), (sx, sy +1), (wherein sx is more than or equal to 0 and less than w-1, sy is more than or equal to 0 and less than h-1), the corresponding object coordinates are (Xs, Ys), (Xt, Yt), the corrected shadow is setThe resampling interval of the image is GSD, and the pixel distance of the two points on the corrected image is
Figure BDA0002211124760000044
And respectively calculating the pixel distance d of all adjacent integer points on the original image, then calculating the maximum value of all d, and rounding up to obtain N.
2) If the preset geometric correction control precision is set as e pixels (where 0 < e < 1, and e is 0.2), each pixel of the original image is encrypted to [ N/e ]]×[N/e]Point of (wherein [ ]]Expressing rounding up), and calculating object coordinates (lon, lat) of each encrypted point (sx, sy) on the original image by using a coordinate forward calculation function; the image coordinates (TX, TY) of each encrypted point on the corrected image are calculated, the nearest integer pixel position (TX0, TY0) is obtained, and the distance error is calculated
Figure BDA0002211124760000051
Based on the principle of shortest distance, determining the original image coordinates of the encrypted points corresponding to all integer pixel positions (TX0, TY0), namely for a certain integer pixel position (X0, Y0) on the corrected image, if a plurality of corresponding encrypted point coordinates are found, determining the corresponding relation by comparing distance errors, and finally obtaining an original coordinate lookup table and a corresponding error table.
The embodiment encryption point operation is implemented as follows:
the original image is interpolated, assuming that there are four whole pixels (sx, sy), (sx +1, sy), (sx, sy +1), (sx +1, sy +1) on the original image, and after 5 × 5 encryption, there are 25 encrypted points in total, and the image space coordinates of the encrypted points are:
(sx,sy),(sx+0.25,sy),(sx+0.5,sy),(sx+0.75,sy),(sx+1,sy), (sx,sy+0.25),(sx+0.25,sy+0.25),(sx+0.5,sy+0.25),(sx+0.75,sy+0.25),(sx+1,sy +0.25), (sx,sy+0.5),(sx+0.25,sy+0.5),(sx+0.5,sy+0.5),(sx+0.75,sy+0.5),(sx+1,sy+0.5) (sx,sy+0.75),(sx+0.25,sy+0.75),(sx+0.5,sy+0.75),(sx+0.75,sy+0.75),(sx+1,sy +0.75), (sx,sy+1),(sx+0.25,sy+1),(sx+0.5,sy+1),(sx+0.75,sy+1),(sx+1,sy+1)
and (4) calculating the two-dimensional object space coordinates (lon, lat) corresponding to the encrypted points by adopting the previous coordinate positive transformation function.
The image coordinates (TX, TY) of the encrypted points on the corrected image are calculated as follows:
TX=(lon-Xmin)/GSD,TY=(Ymax-lat)/GSD
wherein the content of the first and second substances,
(Xmin, Ymax) is the object coordinates of the top left corner of the output corrected image, i.e. the minimum of lon and the maximum of lat;
(lon, lat) is the object coordinates of the encrypted point on the output corrected image, generally the horizontal axis is positive to east and the vertical axis is positive to north;
(TX, TY) is the image coordinates of the encrypted points on the output corrected image, and generally the horizontal axis is positive to the right, the vertical axis is positive downward, and the top left corner point is the origin of the image coordinate system.
Finding the nearest whole pixel position of the encrypted point on the corrected image (TX0, TY 0):
TX0 ═ TX, TY0 ═ TY, where [ ] denotes the nearest integer
Looping in the above manner, for each encrypted point (sx, sy) on the original image, its nearest integer pixel position (TX0, TY0) and distance error err on the corrected image are obtained.
Conversely, at the integer pixel position (TX0, TY0) on the corrected image, the original image coordinates (sx, sy) of the encrypted points are recorded one by one, while the distance error err is recorded.
Since the distance between the encrypted points is small, the nearest whole pixel position on the corrected image calculated by the adjacent encrypted points may be the same coordinate value (TX0, TY0), and at this time, the distance error err needs to be compared:
in one embodiment, the corrected image may be pre-allocated with a space Q, and a specific value, such as-9999, -999999, etc., may be initialized to indicate that the space has not been assigned. Each encrypted point calculates in parallel the corresponding integer pixel position (TX0, TY0) and distance error err on the corrected image and assigns (sx, sy) to the integer pixel position (TX0, TY0) of the pre-allocated space Q. During value assignment, if the corresponding encrypted point image coordinates (sx, sy) obtained before are found at the integer pixel positions (TX0, TY0), comparing the distance error err, and replacing the encrypted point image coordinates with larger distance errors by the encrypted point image coordinates with smaller distance errors based on the shortest distance principle; when the distance errors are completely the same, any one of the distance errors is selected, and the average value of the coordinates of the two encrypted points can be recorded in specific implementation. And finally obtaining an original coordinate lookup table and an error table.
3) And (3) interpolating gray scale from the original image according to the corresponding encrypted point image coordinates (sx, sy) determined by (2) according to the position (TX0, TY0) of each point of the corrected image to obtain a complete output image, namely the corrected image, wherein the geometric positioning precision of the image is reflected from an error table.
In practice, common gray-level resampling methods, such as nearest neighbor method, bilinear interpolation method, and bicubic convolution method, can be used.
In specific implementation, the automatic operation of the process can be realized by adopting a software mode. The image space to the object space can be realized by partitioning the original image and processing each image in parallel. For example, after the image is divided into blocks, steps 1) to 3) are executed in parallel for each block. The apparatus for operating the process should also be within the scope of the present invention.
The specific embodiments described herein are merely illustrative of the spirit of the invention. Various modifications or additions may be made to the described embodiments or alternatives in a similar manner to those skilled in the art to which the present invention pertains.

Claims (4)

1. A high-precision geometric correction method for images based on the shortest distance between encrypted points is characterized by comprising the following steps:
1) firstly, determining an object coordinate according to a coordinate forward calculation function, then determining the object coordinate of each pixel on the corrected image according to the object coordinate range and the resampling interval, extracting the maximum value of the number of pixels on the corrected image corresponding to 1 pixel on the original image, and recording the maximum value as N; the implementation of the calculation of N is as follows,
for two adjacent integer points on the original image, the corresponding object coordinates are (Xs, Ys), (Xt, Yt), respectively, and the pixel distance of the two points on the corrected image is GSD by setting the resampling interval of the corrected image as
Figure FDA0003712419470000011
Solving the maximum value of all d, and rounding up to obtain N;
2) setting the geometric correction control precision as e pixels, encrypting each pixel of an original image into a point of [ N/e ] x [ N/e ], and calculating object-side coordinates (lon, lat) of an encrypted point (sx, sy) by using a coordinate positive calculation function, wherein [ ] represents an upward integer;
calculating image coordinates (X, Y) of the encrypted points on the corrected image one by one, and solving the nearest whole pixel position (X0, Y0);
for each integer pixel position (X0, Y0) on the corrected image, if a plurality of corresponding encrypted point coordinates are found, the corresponding relation is determined by comparing the distance errors;
3) and (4) interpolating gray scale from the original image according to the corresponding encrypted point coordinates of the position (X0, Y0) of each point of the corrected image to obtain a complete output image.
2. The method for correcting the geometry of an image with high precision based on the shortest distance between encrypted points as claimed in claim 1, wherein: the coordinate forward function is as follows,
knowing that the image side coordinate of a certain point P is (s, l), calculating a three-dimensional vector v of the point P in a camera coordinate system according to a camera pointing angle model cam =[x C (s) y C (s) 1]', wherein a 0 ,a 1 ,a 2 ,b 0 ,b 1 ,b 2 Are the camera pointing angle model coefficients,
Figure FDA0003712419470000012
imaging according to linear array sweepIn principle, the imaging time T ═ Tl at the point P is obtained 0 + Δ t × s, where Tl 0 The imaging time of the 0 th pixel of the l-th row and delta T are the exposure time interval of each pixel, and the position [ X ] of the satellite is obtained according to T interpolation T Y T Z T ]' speed and attitude, and obtaining a transformation matrix R from the J2000 coordinate system to the WGS84 and from the body coordinate system to the J2000 coordinate system at the time T T ,R GFFB
Let R BS Is a transformation matrix from the camera coordinate system to the body coordinate system, and then from the image side coordinates (s, l) to the object side coordinate vector v obj =[X Y Z]The coordinate forward function of' is as follows,
Figure FDA0003712419470000021
the object space coordinates (X, Y, Z) also satisfy the WGS84 ellipsoid equation,
Figure FDA0003712419470000022
wherein, A and B are the major half axis and the minor half axis of a WGS84 ellipsoid, and H is the elevation of an object coordinate (X, Y and Z) on the WGS84 ellipsoid.
3. The method for correcting the geometry of an image with high precision based on the shortest distance between encrypted points as claimed in claim 2, wherein: based on the object coordinates (lon, lat) of the encrypted point (sx, sy), the image coordinates (TX, TY) of the encrypted point on the corrected image are calculated as follows,
TX=(lon-Xmin)/GSD,TY=(Ymax-lat)/GSD
wherein, (Xmin, Ymax) is the object coordinates of the top left corner of the outputted corrected image.
4. The method for correcting the geometry of an image with high precision based on the shortest distance between encrypted points according to claim 1, 2 or 3, wherein: and (4) performing the steps 1) to 3) in parallel by adopting an image partitioning mode.
CN201910898761.6A 2019-09-23 2019-09-23 Image high-precision geometric correction method based on shortest distance of encrypted points Active CN110956588B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910898761.6A CN110956588B (en) 2019-09-23 2019-09-23 Image high-precision geometric correction method based on shortest distance of encrypted points

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910898761.6A CN110956588B (en) 2019-09-23 2019-09-23 Image high-precision geometric correction method based on shortest distance of encrypted points

Publications (2)

Publication Number Publication Date
CN110956588A CN110956588A (en) 2020-04-03
CN110956588B true CN110956588B (en) 2022-08-05

Family

ID=69975441

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910898761.6A Active CN110956588B (en) 2019-09-23 2019-09-23 Image high-precision geometric correction method based on shortest distance of encrypted points

Country Status (1)

Country Link
CN (1) CN110956588B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102592256A (en) * 2011-12-28 2012-07-18 辽宁师范大学 Digital image watermark detection method based on support vector machine correction
CN103778610A (en) * 2014-01-24 2014-05-07 武汉大学 Geometric pretreatment method for vertical rail swing images of satellite-borne linear array sensor
CN104299228A (en) * 2014-09-23 2015-01-21 中国人民解放军信息工程大学 Remote-sensing image dense matching method based on accurate point location prediction model
CN104766328A (en) * 2015-04-16 2015-07-08 武汉大学 Remote-sensing image Bowtie effect correction method based on path tracing
CN105091906A (en) * 2015-06-30 2015-11-25 武汉大学 High-resolution optical push-broom satellite steady-state reimaging sensor calibration method and system
CN105513018A (en) * 2015-11-26 2016-04-20 航天恒星科技有限公司 Geometric correction method and apparatus for spaceborne whisk-broom imaging

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102592256A (en) * 2011-12-28 2012-07-18 辽宁师范大学 Digital image watermark detection method based on support vector machine correction
CN103778610A (en) * 2014-01-24 2014-05-07 武汉大学 Geometric pretreatment method for vertical rail swing images of satellite-borne linear array sensor
CN104299228A (en) * 2014-09-23 2015-01-21 中国人民解放军信息工程大学 Remote-sensing image dense matching method based on accurate point location prediction model
CN104766328A (en) * 2015-04-16 2015-07-08 武汉大学 Remote-sensing image Bowtie effect correction method based on path tracing
CN105091906A (en) * 2015-06-30 2015-11-25 武汉大学 High-resolution optical push-broom satellite steady-state reimaging sensor calibration method and system
CN105513018A (en) * 2015-11-26 2016-04-20 航天恒星科技有限公司 Geometric correction method and apparatus for spaceborne whisk-broom imaging

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
"资源三号"卫星在轨几何定标及精度评估;李德仁等;《航天返回与遥感》;20120630;第33卷(第3期);第1-6页 *
Algorithms research of airborne long linear multi-elements whisk broom remote sensing image geometric correction;Bin Xu等;《Applied Optics and Photonics China (AOPC2015)》;20151008;第1-9页 *
Correction of ZY-3 image distortion caused by satellite jitter via virtual steady reimaging using attitude data;MiWang等;《ISPRS Journal of Photogrammetry and Remote Sensing》;20160930;第119卷;第108-123页 *
一种面向红外摆扫成像的几何校正方法;丁一帆等;《遥感信息》;20181031;第33卷(第5期);第76-81页 *

Also Published As

Publication number Publication date
CN110956588A (en) 2020-04-03

Similar Documents

Publication Publication Date Title
US9280810B2 (en) Method and system for correcting a distorted input image
US8928730B2 (en) Method and system for correcting a distorted input image
CN110689581B (en) Structured light module calibration method, electronic device and computer readable storage medium
JP3192875B2 (en) Image synthesis method and image synthesis device
CN109859137B (en) Wide-angle camera irregular distortion global correction method
AU2022231762B2 (en) A bundle adjustment system
CN112258418A (en) Image distortion correction method, device, electronic equipment and storage medium
CN104103057A (en) Method for fast generating panorama by fish eye image
CN112734921A (en) Underwater three-dimensional map construction method based on sonar and visual image splicing
CN108898565B (en) Inverse transformation method for geometrical distortion reduction of TDI CCD camera swing scanning imaging image
CN110956588B (en) Image high-precision geometric correction method based on shortest distance of encrypted points
US8170378B2 (en) Image processing apparatus, image processing method, and computer program
CN116503248A (en) Infrared image correction method and system for crude oil storage tank
CN111161186A (en) Push-broom remote sensor channel registration method and device
CN116543055A (en) Image distortion calibration method, correction method, computer device, and computer-readable storage medium
CN115880369A (en) Device, system and method for jointly calibrating line structured light 3D camera and line array camera
CN111324857B (en) Quick inverse transformation calculation method based on TDICCD push-broom characteristic
CN111028337B (en) Three-dimensional photoacoustic imaging method for improving problem of limited visual angle
CN111862332A (en) Method and system for correcting fitting error of satellite image general imaging model
CN116129059B (en) Three-dimensional point cloud set generation and reinforcement method, device, equipment and storage medium
CN116158851B (en) Scanning target positioning system and method of medical remote ultrasonic automatic scanning robot
CN117761695B (en) Multi-angle SAR three-dimensional imaging method based on self-adaptive partition SIFT
CN115890654B (en) Depth camera automatic calibration algorithm based on three-dimensional feature points
JPH10215467A (en) Position measurement method and position measurement system
CN115345780A (en) High-precision image splicing method and system based on grating ruler and 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
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20240109

Address after: No. 120, Haixiang Middle Road, Fengcheng Street, Haiyang City, Yantai City, Shandong Province, 265100

Patentee after: Land sea space (Yantai) Information Technology Co.,Ltd.

Address before: 430072 Hubei Province, Wuhan city Wuchang District of Wuhan University Luojiashan

Patentee before: WUHAN University