CN103226838A - Real-time spatial positioning method for mobile monitoring target in geographical scene - Google Patents

Real-time spatial positioning method for mobile monitoring target in geographical scene Download PDF

Info

Publication number
CN103226838A
CN103226838A CN201310122289XA CN201310122289A CN103226838A CN 103226838 A CN103226838 A CN 103226838A CN 201310122289X A CN201310122289X A CN 201310122289XA CN 201310122289 A CN201310122289 A CN 201310122289A CN 103226838 A CN103226838 A CN 103226838A
Authority
CN
China
Prior art keywords
camera
image
matrix
dimensional
virtual
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.)
Pending
Application number
CN201310122289XA
Other languages
Chinese (zh)
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.)
FUZHOU SILVISCENE INFORMATION TECHNOLOGY Co Ltd
Original Assignee
FUZHOU SILVISCENE INFORMATION TECHNOLOGY Co Ltd
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 FUZHOU SILVISCENE INFORMATION TECHNOLOGY Co Ltd filed Critical FUZHOU SILVISCENE INFORMATION TECHNOLOGY Co Ltd
Priority to CN201310122289XA priority Critical patent/CN103226838A/en
Publication of CN103226838A publication Critical patent/CN103226838A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Processing Or Creating Images (AREA)

Abstract

The invention discloses a real-time spatial positioning method for a mobile monitoring target in a geographical scene, which aims at solving the problems of great difficulty, time consumption and the like due to the fact that spatial positioning of a target in a video monitoring system requires artificial interpretation. The method comprises the steps of adopting a three-dimensional scene modeling technology, constructing a three-dimensional virtual geographical scene virtual imaging and a target spatial positioning computing system, rendering the existing high-precision digital elevation model or a three-dimensional scene model of a monitoring area, generating a three-dimensional virtual scene, setting parameters such as positions, postures and focal distances of cameras in a shooting process of each video image as virtual camera parameters in the scene according to a consistency relation between OpenGL (Open Graphics Library) perspective imaging and a photogrammetric principle, generating a simulated image, and reversely deducing three-dimensional geographic coordinates of the target according to consistency of the video image and the simulated image, and a reverse process of the perspective imaging. According to the real-time spatial positioning method, the quick positioning of a field mobile target can be achieved by utilizing a video monitoring image in a wide-range geographic environment.

Description

The real-time space-location method of mobile monitor target in the geographical scene
Technical field
The present invention relates to fields such as video monitoring and geographical information technology.Obtain the real-time video information of monitoring objective merely compares with traditional video surveillance, the video monitoring system that combines with geographical information technology can be brought into play the visual advantage of video monitoring system realtime graphic, can give full play to the characteristics of geographical information technology again, in time feed back the spatial positional information of monitoring objective, promote the efficient of safety precaution work.The invention provides the real-time space-location method of mobile monitor target in a kind of geographical scene, this method is applicable to the object space location in the outdoor video monitoring system on a large scale, reduces the workload of artificial location, improves video monitoring engineering application quality.
Technical background
The video monitoring technology has obtained application more and more widely, as management of public safety, environmental monitoring, legacy protection, scenic spot management, fire monitoring etc. with characteristics such as it are directly perceived, accurate, timely, information capacity is abundant in every field.In application of practical project, still with manual method identification, discovery, tracing and monitoring target, system requirements monitoring attending personnel was made corresponding response and decision-making by the video image of seeing when most of video monitoring system was runed.Situations such as these supervisory systems are used for having the monitoring fixed angle more, coverage is little and known.But on a large scale, in the complicated physical geographic environment, because of monitoring camera constantly rotates, lacks necessary factors such as ground reference thing, attending personnel is difficult to judge apace and the residing present position of tracked mobile target.
Along with the development of technology such as computer stereo vision, photogrammetry, Digital Image Processing and geography information, multi-disciplinary mixing together is the new way of dealing with problems.Occur some at present and solved the thinking and the method for video image object space location.The perspective imaging of computer graphics graphics standard storehouse OpenGL is consistent with photogrammetric principle, can utilize the inverse process of OpenGL imaging to try to achieve the locus of image object like this.Utilize the CCD digital camera that known point is photographed and learn model, thereby determine its locus in the hope of peek.Video and geography information are combined, proposed geographical video notion.Geographical video has been inherited the measured distance and bearing that map has, the characteristics that spatial relationship is clear and definite; Have video data again concurrently and have characteristics such as real-time, true, had some correlative studys at home and abroad, every frame video is added geographical index tab or metadata, realize that every frame video is related with positional information.Simultaneously, geographical video obtains Preliminary Applications: automobile navigation, the geographical video in campus etc.This coupling process can be realized geographical environment and combining of (or specific geographic object) video among a small circle, satisfies demands such as sub-district security protection, traffic monitoring.Yet, along with the performance of monitoring collecting device improves constantly, rig camera monitoring range with high definition, Penetrating Fog performance reaches 20 kilometers far away, in the large-scale outdoor environment monitoring of complexity, only need to lay a spot of control point, get final product the behavioral activity of various moving targets in the tracing area in the high-altitude.In this case, how fast, find in real time, location and tracked mobile target just become a significant challenge.
OpenGL is a kind of open API storehouse of graphics industry standard.It is powerful, by a series of functions such as graph transformation, photo-irradiation treatment, texture, projective transformations, realizes the simulation of three-dimensional body in the real world (as the mobile monitor target) in computing machine.The main process of OpenGL imaging is: in the model space, three-dimensional body through the model transferring matrix M be rotated, translation and convergent-divergent change, to determine its size, position and shape; Carry out perspective transform through perspective projection matrix P again, formation rule is observed body; Through viewing matrix V conversion, realize three-dimensional model to the conversion of screen image coordinate, realize that the two dimension of three-dimensional model shows.The OpenGL perspective imaging is consistent with photogrammetric principle.The formula of matrix multiple is:
[x y 1] T=V·P·M[X Y Z 1] T (1)
OpenGL function glFrustum (X 1, X r, Y b, Y t, Z n, Z f) realization perspective projection transformation, wherein (X l, Y b, Z n), (X r, Y t, Z n) be respectively in the view frustums the lower left corner and upper right corner coordinate on the nearly cutting face, Z n, Z fDetermined the cutting face near far away of projection view frustums respectively.The defined projection cone of glFrustum can embody photogrammetric elements of interior orientation.The length and width of supposing film (CCD) are respectively Lx, Ly, and utilizing geometric ratio to concern can be with elements of interior orientation (focal distance f and principal point coordinate x 0, y 0) be set in each parameter of one-tenth transform glFrustum of OpenGL, thereby simulation actual camera projection result, corresponding relation such as formula 2.
x 1 = - Z n f ( 1 2 L x + x 0 ) x r = Z n f ( 1 2 L x - x 0 ) y b = - Z n f ( 1 2 L y + y 0 ) y t = Z n f ( 1 2 L y - y 0 ) - - - ( 2 )
Calculate corresponding projection matrix P according to formula 2, as formula 3.
P = 2 f L x 0 - 2 x 0 L x 0 0 2 f L y - 2 y 0 L y 0 0 0 - Z f + Z n Z f - Z n - 2 Z f Z n Z f - Z n 0 0 - 1 0 - - - ( 3 )
The perspective projection image to be mapped on the computer screen, and consistent with the actual camera imaging results, must corresponding viewing matrix be set according to length and width Lx, the Ly of CCD, as formula 4.
V = L x 2 0 0 0 0 L y 2 0 0 0 0 0 1 - - - ( 4 )
In photogrammetric, the elements of exterior orientation meaning is the position and the attitude of chronophotography moment photo centre.Suppose that elements of exterior orientation camera position parameter is (X s, Y s, Z s), the angle element in the elements of exterior orientation is that (Ψ, ω к), are used for determining that the photography light beam is in the photography spatial attitude of moment.Thereby can calculate outer parameter matrix, as shown in Equation 5.
Figure BDA00003029346400032
OpenGL perspective projection imaging is consistent with the principle of photogrammetric imaging in sum, and each parameter of OpenGL projection imaging and photogrammetricly have a clear and definite corresponding relation.
Summary of the invention
The real-time space-location method that the purpose of this invention is to provide mobile monitor target in a kind of geographical scene.
The real-time space-location method of monitoring objective in a kind of geographical scene of the present invention may further comprise the steps:
Collect or measure the high accuracy number elevation model and the high-definition remote sensing image data of monitoring geographic area;
Utilize described high accuracy number elevation model and high-definition remote sensing image data to set up the three-dimensional virtual scene of guarded region;
In described three-dimensional virtual scene, set up virtual camera, make its locus consistent with the video camera locus and the attitude of shooting monitoring objective video image with attitude;
Described virtual camera obtains emulating image by the described video camera imaging process of simulation;
Obtain the pixel coordinate of pairing monitoring objective in every frame video image in the emulating image;
According to the inverse process of monitoring objective pixel coordinate and OpenGL perspective projection virtual image in every frame video image, extrapolate the coordinate of mobile monitor target in the single frames video image, as world coordinates;
Wherein, described OpenGL is computer graphics graphics standard storehouse.
Preferably, the step of setting up virtual camera in described three-dimensional virtual scene comprises:
Elements of exterior orientation, elements of interior orientation and the intrinsic parameter of video camera when obtaining every frame video image and taking;
Utilize elements of exterior orientation, elements of interior orientation and the intrinsic parameter of described video camera, the virtual camera imaging parameters is set;
Wherein, described elements of exterior orientation comprises the position and the attitude of video camera, and described elements of interior orientation comprises focus of camera and principal point coordinate, and described intrinsic parameter comprises length and width and the film length and width of unit picture element on egative film.
Preferably, the described step of utilizing described high accuracy number elevation model and high-definition remote sensing image data to set up the three-dimensional virtual scene of monitoring geographic area comprises:
The increase income landform generation module exploitation of three-dimensional scenic drawing engine of employing forms three-dimensional scenic virtual image and video image object locating system;
Described three-dimensional scenic virtual image and video image object locating system as ground texture, generate three-dimensional virtual scene with high-definition remote sensing image data according to guarded region high accuracy number elevation model or three-dimensional scene models.
Preferably, the described step of obtaining the s internal and external orientation of camera comprises:
The parameters such as length and width, position and attitude that the s internal and external orientation of camera was passed focal length, film back by the digital The Cloud Terrace in the video monitoring hardware system when the every frame video image of guarded region was taken directly or calculate, wherein attitude comprises the horizontal azimuth of camera, the well-behaved straight angle of pitch;
Focal range and the CCD intrinsic according to video camera go up the distance of unit picture element on X, Y direction, carry out camera calibration, calculate the coordinate figure of principal point under the different focal situation, thereby set up the coordinated indexing table of principal point under the different focal.
Preferably, described virtual camera comprises by the step of simulating described video camera imaging process and obtaining emulating image:
According to handling the s internal and external orientation of video image when taking, from the principal point coordinated indexing table of being set up, retrieve the principal point coordinate of this frame video image, utilize each parameter of one-tenth transform of OpenGL and the elements of interior orientation of camera to have clear and definite corresponding relation then, calculate projection matrix;
According to the length and width of CCD film, the viewing matrix of computation model;
According to the camera position and the attitude parameter of elements of exterior orientation, calculate outer parameter matrix M, then outer parameter matrix M is arranged to OpenGL model view matrix v;
Elder generation's designated model viewing matrix is current operation matrix, is unit matrix with the model view arranged in matrix, and matrix M is multiply by on the last right side, and elements of exterior orientation is set in the virtual camera;
According to described projection matrix P, model viewing matrix and virtual camera, utilize OpenGL perspective projection imaging process, simulation actual camera imaging process and obtain the emulating image of guarded region.
Preferably, described inverse process according to monitoring objective pixel coordinate and OpenGL perspective projection virtual image in every frame video image, the step of extrapolating the coordinate of mobile monitor target in the single frames video image comprises:
Import the pixel coordinate of mobile monitor target in the single frames video image into emulating image, calculate the pixel coordinate of monitoring objective on emulating image, then according to the inverse process of OpenGL virtual image, calculate the imaging projection ray of target in three-dimensional geographic space, and ray and three-dimensional scenic asked friendship, the intersection point that obtains promptly is the real three-dimensional geographic coordinate of target.
Preferably, the inverse process of OpenGL virtual image is expressed as
[X Y Z 1] T=M -1·P -1·V -1[winX winY winZ] T
Wherein [X Y Z 1] TRepresent the homogeneous coordinates of monitoring objective, [winX winy winZ] TRepresent screen coordinate, X, Y, Z are the Three-dimension Target geographic coordinate, M is the model view matrix, the outer parameter matrix of corresponding true camera, P is a projection matrix, the intrinsic parameter matrix of corresponding true camera, V is a viewing matrix, and M -1, P -1, V -1Be respectively its corresponding inverse matrix, winX and winY are screen coordinate, and winZ is the depth value of screen coordinate correspondence.
With respect to prior art; the invention has the beneficial effects as follows: can utilize video monitoring image to realize the quick location of open-air moving target on a large scale in the geographical environment, thereby natural resource management and protection, the auxiliary emergent decision-making of disaster, etc. the aspect will play a significant role.
Description of drawings
Fig. 1 is the synoptic diagram of the real-time space-location method of mobile monitor target in a kind of geographical scene of the present invention;
Fig. 2 is a synoptic diagram of ray and three-dimensional scenic being asked friendship of the present invention.
Embodiment
The present invention will be further described below in conjunction with drawings and Examples.
Fig. 1 has shown the real-time space-location method of mobile monitor target in a kind of geographical scene of the present invention, may further comprise the steps:
Collect or measure the high accuracy number elevation model and the high-definition remote sensing image data of monitoring geographic area;
Utilize described high accuracy number elevation model and high-definition remote sensing image data to set up the three-dimensional virtual scene of guarded region;
Setting up virtual camera in described three-dimensional virtual scene (can become transform to set up virtual camera by OpenGL is set, these become transform to comprise projection matrix, observation matrix and viewing matrix), make its locus consistent with the video camera locus and the attitude of shooting monitoring objective video image, thereby make the intrinsic parameter and the elements of interior orientation of the parameter employing real camera of virtual camera with attitude;
Described virtual camera obtains emulating image by the described video camera imaging process of simulation;
Obtain the pixel coordinate of pairing monitoring objective in every frame video image in the emulating image; The pixel coordinate of monitoring objective or the monitoring objective pixel coordinate in every frame video image obtains when digital camera or video camera are taken pictures to monitoring objective usually;
According to the inverse process of monitoring objective pixel coordinate and OpenGL perspective projection virtual image in every frame video image, extrapolate the world coordinates of mobile monitor target in the single frames video image;
Wherein, described OpenGL is computer graphics graphics standard storehouse.
The step of setting up virtual camera in the three-dimensional virtual scene of the present invention comprises:
Elements of exterior orientation, elements of interior orientation and the intrinsic parameter of video camera when obtaining every frame video image and taking;
Utilize elements of exterior orientation, elements of interior orientation and the intrinsic parameter of described video camera, the virtual camera imaging parameters is set;
Wherein, described elements of exterior orientation comprises the position and the attitude of video camera, and described elements of interior orientation comprises focus of camera and principal point coordinate, and described intrinsic parameter comprises length and width and the film length and width of unit picture element on egative film.
The step of the virtual three-dimensional scene of structure monitoring of the present invention geographic area comprises:
The increase income landform generation module exploitation of three-dimensional scenic drawing engine of employing forms three-dimensional scenic virtual image and video image object locating system;
Described three-dimensional scenic virtual image and video image object locating system as ground texture, generate three-dimensional virtual scene with remote sensing image according to guarded region high accuracy number elevation model or three-dimensional scene models.
The step of obtaining the s internal and external orientation of camera of the present invention comprises:
The parameters such as length and width, position and attitude that the s internal and external orientation of camera was passed focal length, film back by the digital The Cloud Terrace in the video monitoring hardware system when the every frame video image of guarded region was taken directly or calculate, wherein attitude comprises the horizontal azimuth of camera, the well-behaved straight angle of pitch;
Focal range and the CCD intrinsic according to video camera go up the distance of unit picture element on X, Y direction, carry out camera calibration, calculate the coordinate figure of principal point under the different focal situation, thereby set up the coordinated indexing table of principal point under the different focal.
Virtual camera of the present invention comprises by the step of simulating described video camera imaging process and obtaining emulating image:
According to handling the s internal and external orientation of video image when taking, from the principal point coordinated indexing table of being set up, retrieve the principal point coordinate of this frame video image, utilize each parameter of one-tenth transform of OpenGL and the elements of interior orientation of camera to have clear and definite corresponding relation then, calculate projection matrix;
According to the length and width of CCD film, the viewing matrix of computation model;
According to the camera position and the attitude parameter of elements of exterior orientation, calculate outer parameter matrix M, then outer parameter matrix M is arranged to OpenGL model view matrix v.Elder generation's designated model viewing matrix is current operation matrix (can realize by the function glMatrixModel (GL_MODELVIEW) of OpenGL), with the model view arranged in matrix is unit matrix, matrix M (realizing by calling glMultMatrixd (M)) is multiply by on the last right side, and elements of exterior orientation is set in the virtual camera;
According to described projection matrix P, model viewing matrix and virtual camera, utilize OpenGL perspective projection imaging process, simulation actual camera imaging process and the emulating image that obtains guarded region are (promptly, at first create a view window, the opengl imaging results is outputed in the window, and this window content displayed promptly is an emulating image).
Outer parameter matrix M is calculated as follows formula:
Figure BDA00003029346400061
Wherein, Xs, Ys, Zs are three vertical elements that are used to describe the camera position coordinate figure, and ψ, ω, κ are three corresponding angle elements.
Inverse process according to monitoring objective pixel coordinate and OpenGL perspective projection virtual image in every frame video image of the present invention, the step of extrapolating the coordinate of mobile monitor target in the single frames video image comprises:
Import the pixel coordinate of mobile monitor target in the single frames video image into emulating image, calculate monitoring objective and (in emulating image, find corresponding screen coordinate winX, winY, utilize formula at the pixel coordinate on the emulating image
Figure BDA00003029346400072
Obtain pixel coordinate.Wherein winX, winY are screen coordinate, wr, hr are that real image is wide and high, wv, hv are analogous diagram image width and height, u, v are the pixel coordinate of target on real image), then according to the inverse process of OpenGL virtual image, calculate the imaging projection ray of target in three-dimensional geographic space, and ray and three-dimensional scenic are asked friendship, the intersection point that obtains promptly is the real three-dimensional geographic coordinate of target.
Fig. 2 has shown that ray and three-dimensional scenic ask the situation of friendship, and as shown in Figure 2, ray P0P and Plane intersects are in a P, and the normal vector on plane is N, and the distance of line segment P0P is t.Suppose the definition of the parametric equation of ray P0P and plane equation suc as formula:
Ray definition: P (t)=p0+tR
Plane definition: p (x) * N=d
In the formula: P (t) is the arbitrfary point on the ray, and P0 is the ray initial point, and t represents the distance with initial point, and R is the direction of ray, and P (x) is the point on the plane, and N is the normal on plane, and d is the distance that initial point is arrived on the plane.Calculate intersecting point coordinate.
The API that provides ray to ask friendship among the OSG can realize simply that ray and landform are asked hand over to calculate.OsgViewer is by api interface accept, with 2 on the ray as parameter, calculate the intersection point of ray and scenario node, and intersection point is stored in the osgUtil::LineSegmentIntersector::Intersections common factor detected object, the getWorldIntersectPoint () interface by the common factor detected object can obtain intersection value.
The inverse process of OpenGL virtual image of the present invention is expressed as:
[X Y Z 1] T=M -1·P -1·V -1[winX winY winZ] T
Wherein [X Y Z 1] TRepresent the homogeneous coordinates of monitoring objective, [winX winy winZ] TRepresent screen coordinate, X, Y, Z are the Three-dimension Target geographic coordinate, M is the model view matrix, the outer parameter matrix of corresponding true camera, P is a projection matrix, the intrinsic parameter matrix of corresponding true camera, V is a viewing matrix, and M -1, P -1, V -1Be respectively its corresponding inverse matrix, winX and winY are screen coordinate, and winZ is the depth value of screen coordinate correspondence.
In order to make those of ordinary skills better understand the present invention, more above-mentioned three-dimensional model method for building up and space orientation are further described below in conjunction with specific embodiment.
The video monitoring system that actual high precision video camera+digital The Cloud Terrace is formed is simulated by three dimensional field sight spot cloud and the photo acquisition system of this specific embodiment to adopt the synchronous photographing camera Nikon D300s of territorial laser scanning instrument RIEGL V400+ (camera lens is AFNikkor 20mm f/2.8D) to form.In certain campus of sample plot point selection.In the experiment place, the diverse location of range sweep instrument is placed the instantaneous position that 13 reflector plates are represented 13 moving targets, and reflector plate is close to ground.When experiment is carried out, will on the three-dimensional laser scanner The Cloud Terrace, camera be installed, be used to write down the position and the attitude of camera.With three-dimensional laser scanner angular resolution being carried out in this zone is the scanning of 0.04 high precision, obtain this regional high precision cloud data (the some cloud coordinate that comprises each reflector plate), and scanning area taken a picture synchronously to obtain the pixel coordinate of reflector plate in real image, the Duplication of photo is 20%, takes 3 altogether to realize all standing of reflector plate setting area.
(1) three-dimensional modeling of geographical scene
The three-dimensional model of geographical scene adopts laser point cloud data to carry out three-dimensional reconstruction.For result of calculation being compared with cloud data, three-dimensional scenic makes up and adopts the employed engineering coordinate system of scanner.The three-dimensional scenic building process is as follows:
1) cloud data of selection reflector plate region, carrying out the vacuate that x, y, z direction of principal axis precision be 0.1m handles, with the engineering coordinate system is that coordinate reference exports as the ASCII fromat text data, utilizes applied geography infosystem software ArcGIS9.3 to generate digital elevation model;
2) digital elevation model that obtains is imported three-dimensional scenic virtual image and object locating system, make up three-dimensional virtual scene.
(2) three-dimensional scenic virtual image
Because position and attitude when camera is taken every photo (corresponding to the single-frame images of video camera) are stored in the three-dimensional laser scanner system with matrix form, therefore in to virtual camera imaging array computation process, the calculating that need relate to a plurality of correlation matrixes of three-dimensional laser scanner system is found the solution.
1) projection matrix calculates
In order to make the analog imaging result consistent with the video camera pictures taken, the OpenGL imaging parameters needs when taking elements of interior orientation, camera position, the attitude of camera corresponding on the spot.At first according to the intrinsic parameter of digital camera, promptly focal distance f is 20mm, unit picture element on X, Y direction apart from d x, d yBe 0.0055mm, the L of film x, L yBe respectively 23.584mm, 15.664mm, carry out camera calibration, obtaining the principal point coordinate is x 0=0.222mm, y 0=0.1875mm.Can draw corresponding virtual camera projection matrix P.
P = 1.69607 0 - 0.0188263 0 0 2.5536 - 0.02387 0 0 0 - 1.0002 - 2.0002 0 0 - 1 0 - - - ( 6 )
After current arranged in matrix is projection matrix,, can simulate the projection result of true camera by OpenGL function glMultMatrixd (P).Next, to setting of virtual camera position and attitude, make it consistent with true camera.
2) model view matrix computations
The position of camera and attitude can obtain by the transform operation of three kinds of coordinate systems of three-dimensional laser scanner system.Three kinds of coordinate systems are respectively: scanner coordinate system SOCS (Scanner ' s Own Coordinate System); Camera coordinates is CMCS (Camera Coordinate System); Engineering coordinate system PRCS (Project Coordinate System).Coordinate transformation process comprises following 2 steps:
1. engineering coordinate system (PRCS) is to the conversion of scanner coordinate system (SOCS)
At each scanning website, a PRCS coordinate system is all arranged, write down SOCS position and orientation therein, position and azimuth information characterize by 6 parameters, and wherein 3 parameters are used for characterizing positional information, and 3 parameters are used for characterizing its rotational component.Here represent with SOP, as shown in Equation 7.
SOP = r 11 r 12 r 13 t x r 21 r 22 r 23 t y r 31 r 32 r 33 t z 0 0 0 1 - - - ( 7 )
Wherein, r 11To r 33Be illustrated in three the direction rotational components of x, y, z in the rotation matrix of a 3*3.
Suppose that PRCS is C p, SOCS is C s, engineering coordinate system can be transformed into the scanner coordinate system according to formula 8.
C s=SOP -1*C p (8)
2. scanner coordinate system (SOCS) is to the conversion of camera coordinates system (CMCS)
The coordinate of supposing camera is C cThe transformational relation of two kinds of coordinate systems can be expressed with formula 9.
M mount = R T 0 1 = r 11 r 12 r 13 t x r 21 r 22 r 23 t y r 31 r 32 r 33 t z 0 0 0 1 - - - ( 9 )
Above camera is installed matrix M MountBe used to write down camera and be installed in behind the scanner The Cloud Terrace and the relation between the scanner, wherein, R is a rotation matrix, and T is the coordinate vector of scanner in camera coordinates.Camera Z axle with scanner in shooting process is that turning axle obtains photo, therefore needs a matrix to write down camera at angle and the attitude matrix of each moment with respect to scanner, here represents with COP, as shown in Equation 10.
Figure BDA00003029346400093
In conjunction with (8) (9), can be with the three-dimensional laser scanner coordinate transformation to camera coordinates, conversion formula is suc as formula 11.
C c=M mount*COP -1*C s (11)
According to formula (8) (11), engineering coordinate system can be transformed into camera coordinates system, conversion formula is suc as formula 12.
C c=M mount*COP -1*SOP -1*C P (12)
The present embodiment three dimensional point cloud is to be reference with engineering coordinate system (PRCS), and three-dimensional virtual scene also is to be structured under the engineering coordinate system, therefore with engineering coordinate system (PRCS) as the world coordinate system in the camera imaging model, according to above coordinate transformation relation, the external parameter matrix M=M when camera is taken every image as can be known about three-dimensional laser scanner Mount* COP -1* SOP -1, the model view matrix of corresponding emulating image just.
3) virtual image
By above-mentioned matrix operation, the model view matrix of captured 3 photos is respectively M1 in the time of can calculating laser scanning, M2, M3, the projection matrix and the model view matrix that draw are imported three-dimensional scenic virtual image and object locating system respectively, position, attitude and the projection imaging parameter of virtual camera are set, can corresponding generation 3 width of cloth emulating images.The distribution of reflector plate the emulation picture is consistent with real pictures as can be seen from analog result, but virtual camera simulates real reality machine imaging process, in the principle of checking 1OpenGL perspective imaging with when photogrammetric principle is consistent, for the space orientation calculating of moving target provides the foundation.
M 1 = 0.628479 - 0.12093 0.768367 0 0.771663 - 0.02716 - 0.63545 0 0.09771 0.99228 0.07624 0 1.33628 - 21.0131 0.08462 1 M 2 = 0.15730 - 0.0904 0.9834 0 0.9870 0.0465 - 0.1536 0 - 0.03185 0.9948 0.09655 0 2.75431 - 20.8452 1.1572 1
M 3 = - 0.3584 - 0.1009 0.9280 0 0.9208 0.1252 0.3692 0 - 0.1534 0.9869 0.04804 0 3.4114 - 20.594 2.7989 1
(3) video image object space position calculation
According to the pixel coordinate of reflector plate in photo,, can calculate the three dimensional space coordinate of reflector plate by above-mentioned object space localization method.Result of calculation and three-dimensional laser are measured the gained data compare, obtain the error on X, Y, three coordinate components of Z.The volume coordinate of each reflector plate and error are shown in table 1, table 2, table 3 in 3 width of cloth images.As can be seen, the error amount of 3 components is mostly between+0.1m, and each reflector plate and camera distance are in the 2-15m scope.The unit distance error amount that obtains can be found from each table, and all values is all between 0.728%-5.396%, and is average 1.82%, and the space orientation errors of moving target may be at 18 and 200 meters at a distance roughly to estimate 1000 meters and ten thousand metres.This result has important application value for the real-time space orientation that realizes open-air moving target in the geographical environment on a large scale by video monitoring image.
Table 1 image 1 target localization result of calculation and error (unit: rice)
Figure 201310122289X100002DEST_PATH_IMAGE001
Figure 201310122289X100002DEST_PATH_IMAGE002
Table 2 image 2 target localization result of calculations and precision analysis (unit: rice)
Figure 201310122289X100002DEST_PATH_IMAGE003
The target localization result of calculation of table 3 image 3 and precision analysis (unit: rice)
Figure 201310122289X100002DEST_PATH_IMAGE004
Although above the present invention is had been described in detail, the invention is not restricted to this, those skilled in the art of the present technique can carry out various modifications according to principle of the present invention.Therefore, all modifications of doing according to the principle of the invention all should be understood to fall into protection scope of the present invention.

Claims (8)

1. the real-time space-location method of monitoring objective in the geographical scene is characterized in that, may further comprise the steps:
Set up the three-dimensional virtual scene of monitoring geographic area;
In described three-dimensional virtual scene, set up virtual camera, make its locus consistent with the video camera locus and the attitude of shooting monitoring objective video image with attitude;
Described virtual camera obtains emulating image by the described video camera imaging process of simulation;
Obtain the pixel coordinate of pairing monitoring objective in every frame video image in the emulating image;
According to the inverse process of monitoring objective pixel coordinate and OpenGL perspective projection virtual image in every frame video image, extrapolate the coordinate of mobile monitor target in the single frames video image;
Wherein, described OpenGL is computer graphics graphics standard storehouse.
2. method according to claim 1 is characterized in that, the step of setting up the three-dimensional virtual scene of monitoring geographic area comprises:
Collect or measure the high accuracy number elevation model and the high-definition remote sensing image data of monitoring geographic area;
Utilize described high accuracy number elevation model and high-definition remote sensing image data to set up the three-dimensional virtual scene of monitoring geographic area.
3. method according to claim 1 and 2 is characterized in that, the step of setting up virtual camera in described three-dimensional virtual scene comprises:
Elements of exterior orientation, elements of interior orientation and the intrinsic parameter of video camera when obtaining every frame video image and taking;
Utilize elements of exterior orientation, elements of interior orientation and the intrinsic parameter of described video camera, the virtual camera imaging parameters is set;
Wherein, described elements of exterior orientation comprises the position and the attitude of video camera, and described elements of interior orientation comprises focus of camera and principal point coordinate, and described intrinsic parameter comprises length and width and the film length and width of unit picture element on egative film.
4. method according to claim 2 is characterized in that, the described step of utilizing high accuracy number elevation model and high-definition remote sensing image data to set up the three-dimensional virtual scene of monitoring geographic area comprises:
The increase income landform generation module exploitation of three-dimensional scenic drawing engine of employing forms three-dimensional scenic virtual image and video image object locating system;
Described three-dimensional scenic virtual image and video image object locating system as ground texture, generate three-dimensional virtual scene with high-definition remote sensing image data according to guarded region high accuracy number elevation model or three-dimensional scene models.
5. according to claim 2 or 3 described methods, it is characterized in that the described step of obtaining the s internal and external orientation of camera comprises:
The parameters such as length and width, position and attitude that the s internal and external orientation of camera was passed focal length, film back by the digital The Cloud Terrace in the video monitoring hardware system when the every frame video image of guarded region was taken directly or calculate, wherein attitude comprises the horizontal azimuth of camera, the vertical angle of pitch;
Focal range and the CCD intrinsic according to video camera go up the distance of unit picture element on X, Y direction, carry out camera calibration, calculate the coordinate figure of principal point under the different focal situation, thereby set up the coordinated indexing table of principal point under the different focal.
6. method according to claim 2 is characterized in that: described virtual camera comprises by the step of simulating described video camera imaging process and obtaining emulating image:
According to handling the s internal and external orientation of video image when taking, from the principal point coordinated indexing table of being set up, retrieve the principal point coordinate of this frame video image, utilize each parameter of one-tenth transform of OpenGL and the elements of interior orientation of camera to have clear and definite corresponding relation then, calculate projection matrix;
According to the length and width of CCD film, the viewing matrix of computation model;
According to the camera position and the attitude parameter of elements of exterior orientation, calculate outer parameter matrix M, then outer parameter matrix M is arranged to OpenGL model view matrix V;
Elder generation's designated model viewing matrix is current operation matrix, is unit matrix with the model view arranged in matrix, and matrix M is multiply by on the last right side, and elements of exterior orientation is set in the virtual camera;
According to described projection matrix P, model viewing matrix and virtual camera, utilize OpenGL perspective projection imaging process, simulation actual camera imaging process and obtain the emulating image of guarded region.
7. method according to claim 2, it is characterized in that: described inverse process according to monitoring objective pixel coordinate and OpenGL perspective projection virtual image in every frame video image, the step of extrapolating the coordinate of mobile monitor target in the single frames video image comprises:
Import the pixel coordinate of mobile monitor target in the single frames video image into emulating image, calculate the pixel coordinate of monitoring objective on emulating image, then according to the inverse process of OpenGL virtual image, calculate the imaging projection ray of target in three-dimensional geographic space, and ray and three-dimensional scenic asked friendship, the intersection point that obtains promptly is the real three-dimensional geographic coordinate of target.
8. method according to claim 7 is characterized in that: the inverse process of OpenGL virtual image is expressed as 0X Y Z 1] T=M -1P -1V -1[winX winY winZ] T
Wherein [X Y Z 1] TRepresent the monitoring objective homogeneous coordinates, [winX winy winZ] TRepresent screen coordinate, X, Y, Z are the Three-dimension Target geographic coordinate, M is the model view matrix, the outer parameter matrix of corresponding true camera, P is a projection matrix, the intrinsic parameter matrix of corresponding true camera, V is a viewing matrix, and M 1, P -1, V 1Be respectively its corresponding inverse matrix, winX and winY are screen coordinate, and winZ is the depth value of screen coordinate correspondence.
CN201310122289XA 2013-04-10 2013-04-10 Real-time spatial positioning method for mobile monitoring target in geographical scene Pending CN103226838A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310122289XA CN103226838A (en) 2013-04-10 2013-04-10 Real-time spatial positioning method for mobile monitoring target in geographical scene

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310122289XA CN103226838A (en) 2013-04-10 2013-04-10 Real-time spatial positioning method for mobile monitoring target in geographical scene

Publications (1)

Publication Number Publication Date
CN103226838A true CN103226838A (en) 2013-07-31

Family

ID=48837273

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310122289XA Pending CN103226838A (en) 2013-04-10 2013-04-10 Real-time spatial positioning method for mobile monitoring target in geographical scene

Country Status (1)

Country Link
CN (1) CN103226838A (en)

Cited By (62)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103400409A (en) * 2013-08-27 2013-11-20 华中师范大学 3D (three-dimensional) visualization method for coverage range based on quick estimation of attitude of camera
CN103471583A (en) * 2013-09-09 2013-12-25 西南交通大学 Method for determining evacuating route of persons in tunnel based on video image
CN104596588A (en) * 2015-02-04 2015-05-06 测绘遥感信息工程国家重点实验室深圳研发中心 Environmental status time-space model generation method and system based on digital measurable images
CN104731659A (en) * 2013-12-24 2015-06-24 电子部品研究院 Apparatus and method for mapping position information of virtual resources
CN105354247A (en) * 2015-10-13 2016-02-24 武汉大学 Geographical video data organization management method supporting storage and calculation linkage
CN105407259A (en) * 2015-11-26 2016-03-16 北京理工大学 Virtual camera shooting method
CN105872496A (en) * 2016-07-01 2016-08-17 黄岩 Ultrahigh-definition video fusion method
CN106327587A (en) * 2016-11-16 2017-01-11 北京航空航天大学 Laparoscope video precision fusion method for enhancing real surgical navigation
CN104134231B (en) * 2014-07-11 2017-02-01 南京乐飞航空技术有限公司 Coastline constructing method based on image recognition
CN106802126A (en) * 2017-01-09 2017-06-06 天津大学 A kind of one camera land-based target punctuate space-location method based on digital elevation map
CN106896826A (en) * 2017-02-27 2017-06-27 张斌 Moving scene digit synthesis system and method
CN107251098A (en) * 2015-03-23 2017-10-13 英特尔公司 The true three-dimensional virtual for promoting real object using dynamic 3 D shape is represented
CN107274491A (en) * 2016-04-09 2017-10-20 大连七界合创科技有限公司 A kind of spatial manipulation Virtual Realization method of three-dimensional scenic
CN107645646A (en) * 2017-07-07 2018-01-30 罗普特(厦门)科技集团有限公司 A kind of regional monitoring system implementation method
CN107993282A (en) * 2017-11-06 2018-05-04 江苏省测绘研究所 One kind can dynamically measure live-action map production method
KR20180061274A (en) * 2015-09-30 2018-06-07 쉔젠 들로들로 테크놀로지 컴퍼니., 리미티드 Method and apparatus for adjusting virtual reality images
CN108399634A (en) * 2018-01-16 2018-08-14 达闼科技(北京)有限公司 The RGB-D data creation methods and device calculated based on high in the clouds
CN108594245A (en) * 2018-07-04 2018-09-28 北京国泰星云科技有限公司 A kind of object movement monitoring system and method
CN108734786A (en) * 2017-09-12 2018-11-02 武汉天际航信息科技股份有限公司 Outdoor scene three-dimensional enhanced reality visualization system and method
CN108871314A (en) * 2018-07-18 2018-11-23 江苏实景信息科技有限公司 A kind of positioning and orientation method and device
CN109003305A (en) * 2018-07-18 2018-12-14 江苏实景信息科技有限公司 A kind of positioning and orientation method and device
CN109118585A (en) * 2018-08-01 2019-01-01 武汉理工大学 A kind of virtual compound eye camera system and its working method of the building three-dimensional scenic acquisition meeting space-time consistency
CN109598794A (en) * 2018-11-30 2019-04-09 苏州维众数据技术有限公司 The construction method of three-dimension GIS dynamic model
CN109712197A (en) * 2018-12-20 2019-05-03 珠海瑞天安科技发展有限公司 A kind of airfield runway gridding scaling method and system
CN109714567A (en) * 2018-11-08 2019-05-03 中国船舶重工集团公司七五0试验场 A kind of real-time construction method of three-dimensional virtual scene based on infrared viewing device and device
CN109961455A (en) * 2017-12-22 2019-07-02 杭州萤石软件有限公司 A kind of object detection method and device
WO2019136950A1 (en) * 2018-01-15 2019-07-18 深圳市奥拓电子股份有限公司 Virtual image processing method, image processing system, and storage medium
CN110196638A (en) * 2019-05-17 2019-09-03 中电海康集团有限公司 A kind of mobile terminal augmented reality method and system based on target detection and space projection
CN110274612A (en) * 2019-06-21 2019-09-24 大庆安瑞达科技开发有限公司 A kind of pitching of remote optical turntable and orientation calibration method based on ground remote sensing photomap
CN110602383A (en) * 2019-08-27 2019-12-20 深圳市华橙数字科技有限公司 Pose adjusting method and device for monitoring camera, terminal and storage medium
CN110675313A (en) * 2019-09-27 2020-01-10 珠海金山网络游戏科技有限公司 Positioning method and device in two-dimensional plane
CN110766899A (en) * 2019-11-11 2020-02-07 四川航天神坤科技有限公司 Method and system for enhancing electronic fence monitoring early warning in virtual environment
CN110991383A (en) * 2019-12-13 2020-04-10 江苏迪伦智能科技有限公司 Multi-camera combined perimeter region personnel positioning method
CN111046725A (en) * 2019-10-24 2020-04-21 宝略科技(浙江)有限公司 Spatial positioning method based on face recognition and point cloud fusion of surveillance video
CN111080704A (en) * 2018-10-22 2020-04-28 浙江宇视科技有限公司 Method and device for enhancing reality of video
CN111105488A (en) * 2019-12-20 2020-05-05 成都纵横自动化技术股份有限公司 Imaging simulation method and device, electronic equipment and storage medium
CN111131726A (en) * 2018-10-11 2020-05-08 上海云绅智能科技有限公司 Video playing method, intelligent device and system based on multi-screen fusion imaging
CN111161387A (en) * 2019-12-31 2020-05-15 华东理工大学 Method and system for synthesizing image in stacked scene, storage medium and terminal equipment
CN111627100A (en) * 2020-04-09 2020-09-04 浙江大学 Numerical simulation method for evaluating photogrammetry precision
CN111737518A (en) * 2020-06-16 2020-10-02 浙江大华技术股份有限公司 Image display method and device based on three-dimensional scene model and electronic equipment
CN111833462A (en) * 2020-07-14 2020-10-27 深圳市瑞立视多媒体科技有限公司 Cutting method, device and equipment based on illusion engine and storage medium
CN112308962A (en) * 2020-11-05 2021-02-02 山东产研信息与人工智能融合研究院有限公司 Real scene model construction method and device with entity target as minimum unit
CN112489121A (en) * 2019-09-11 2021-03-12 丰图科技(深圳)有限公司 Video fusion method, device, equipment and storage medium
CN112632181A (en) * 2020-12-21 2021-04-09 北京百度网讯科技有限公司 Map display method, map display device, map display equipment, map display storage medium and terminal equipment
CN112669392A (en) * 2020-12-31 2021-04-16 中国电子科技集团公司信息科学研究院 Map positioning method and system applied to indoor video monitoring system
CN112672045A (en) * 2020-12-17 2021-04-16 西安闻泰电子科技有限公司 Shooting mode setting method and device and electronic equipment
CN112988731A (en) * 2021-03-30 2021-06-18 重庆市规划和自然资源信息中心 Data fusion treatment method based on multi-element heterogeneous geographic information
CN113012215A (en) * 2019-12-20 2021-06-22 华为技术有限公司 Method, system and equipment for space positioning
CN113538578A (en) * 2021-06-22 2021-10-22 恒睿(重庆)人工智能技术研究院有限公司 Target positioning method and device, computer equipment and storage medium
CN114067071A (en) * 2021-11-26 2022-02-18 湖南汽车工程职业学院 High-precision map making system based on big data
CN114095662A (en) * 2022-01-20 2022-02-25 荣耀终端有限公司 Shooting guide method and electronic equipment
WO2022057627A1 (en) * 2020-09-21 2022-03-24 腾讯科技(深圳)有限公司 Captured image display method and apparatus, terminal, and storage medium
CN114295071A (en) * 2021-08-16 2022-04-08 云南特可科技有限公司 Multidimensional measurement method for obtaining target form
CN114422696A (en) * 2022-01-19 2022-04-29 浙江博采传媒有限公司 Virtual shooting method and device and storage medium
CN115049795A (en) * 2022-05-11 2022-09-13 成都信息工程大学 Three-dimensional structure reconstruction device and method based on image exterior orientation elements
CN115361530A (en) * 2022-10-19 2022-11-18 通号通信信息集团有限公司 Video monitoring display method and system
CN115442542A (en) * 2022-11-09 2022-12-06 北京天图万境科技有限公司 Method and device for splitting mirror
CN115546377A (en) * 2022-12-01 2022-12-30 杭州靖安科技有限公司 Video fusion method and device, electronic equipment and storage medium
CN116309531A (en) * 2023-04-12 2023-06-23 江苏省特种设备安全监督检验研究院 Wind field measurement method, system and storage medium
CN115908706B (en) * 2022-11-15 2023-08-08 中国铁路设计集团有限公司 High-speed railway completion acceptance method with fusion of live three-dimensional model and image
CN116580099A (en) * 2023-07-14 2023-08-11 山东艺术学院 Forest land target positioning method based on fusion of video and three-dimensional model
CN116609124A (en) * 2023-07-19 2023-08-18 北京建工环境修复股份有限公司 Device and method for taking columnar mud sample underwater

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102243074A (en) * 2010-05-13 2011-11-16 中国科学院遥感应用研究所 Method for simulating geometric distortion of aerial remote sensing image based on ray tracing technology

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102243074A (en) * 2010-05-13 2011-11-16 中国科学院遥感应用研究所 Method for simulating geometric distortion of aerial remote sensing image based on ray tracing technology

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
刘光伟: "三维模型的空间分析", 《昆明理工大学学报(理工版)》 *
张健 等: "基于视频监控系统的林火定位算法研究", 《安全与环境学报》 *
苏国中: "基于光电经纬仪影像的飞机姿态测量方法研究", 《中国博士学位论文全文数据库 基础科学辑》 *

Cited By (100)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103400409A (en) * 2013-08-27 2013-11-20 华中师范大学 3D (three-dimensional) visualization method for coverage range based on quick estimation of attitude of camera
CN103400409B (en) * 2013-08-27 2016-08-10 华中师范大学 A kind of coverage 3D method for visualizing based on photographic head attitude Fast estimation
CN103471583A (en) * 2013-09-09 2013-12-25 西南交通大学 Method for determining evacuating route of persons in tunnel based on video image
CN103471583B (en) * 2013-09-09 2015-10-28 西南交通大学 A kind of tunnel evacuating personnel gesture determination method based on video image
CN104731659A (en) * 2013-12-24 2015-06-24 电子部品研究院 Apparatus and method for mapping position information of virtual resources
CN104134231B (en) * 2014-07-11 2017-02-01 南京乐飞航空技术有限公司 Coastline constructing method based on image recognition
CN104596588B (en) * 2015-02-04 2017-01-18 测绘遥感信息工程国家重点实验室深圳研发中心 Environmental status time-space model generation method and system based on digital measurable images
CN104596588A (en) * 2015-02-04 2015-05-06 测绘遥感信息工程国家重点实验室深圳研发中心 Environmental status time-space model generation method and system based on digital measurable images
CN107251098A (en) * 2015-03-23 2017-10-13 英特尔公司 The true three-dimensional virtual for promoting real object using dynamic 3 D shape is represented
KR20180061274A (en) * 2015-09-30 2018-06-07 쉔젠 들로들로 테크놀로지 컴퍼니., 리미티드 Method and apparatus for adjusting virtual reality images
KR102068801B1 (en) * 2015-09-30 2020-01-21 쉔젠 들로들로 테크놀로지 컴퍼니., 리미티드 Method and apparatus for adjusting virtual reality images
EP3358524A4 (en) * 2015-09-30 2019-01-02 Shenzhen Dlodlo Technologies Co., Ltd. Method and device for tweaking virtual reality image
US11151790B2 (en) * 2015-09-30 2021-10-19 Shenzhen Dlodlo Technologies Co., Ltd. Method and device for adjusting virtual reality image
CN105354247A (en) * 2015-10-13 2016-02-24 武汉大学 Geographical video data organization management method supporting storage and calculation linkage
CN105354247B (en) * 2015-10-13 2018-08-10 武汉大学 It is a kind of to support to deposit the geographical video data tissue management method for calculating linkage
CN105407259B (en) * 2015-11-26 2019-07-30 北京理工大学 Virtual image capture method
CN105407259A (en) * 2015-11-26 2016-03-16 北京理工大学 Virtual camera shooting method
CN107274491A (en) * 2016-04-09 2017-10-20 大连七界合创科技有限公司 A kind of spatial manipulation Virtual Realization method of three-dimensional scenic
CN105872496B (en) * 2016-07-01 2019-07-09 黄岩 A kind of ultra high-definition video fusion method
CN105872496A (en) * 2016-07-01 2016-08-17 黄岩 Ultrahigh-definition video fusion method
CN106327587A (en) * 2016-11-16 2017-01-11 北京航空航天大学 Laparoscope video precision fusion method for enhancing real surgical navigation
CN106327587B (en) * 2016-11-16 2019-06-28 北京航空航天大学 A kind of accurate fusion method of laparoscope video for augmented reality surgical navigational
CN106802126A (en) * 2017-01-09 2017-06-06 天津大学 A kind of one camera land-based target punctuate space-location method based on digital elevation map
CN106896826B (en) * 2017-02-27 2020-04-28 张斌 Motion scene digital synthesis system and method
CN106896826A (en) * 2017-02-27 2017-06-27 张斌 Moving scene digit synthesis system and method
CN107645646A (en) * 2017-07-07 2018-01-30 罗普特(厦门)科技集团有限公司 A kind of regional monitoring system implementation method
CN108734786A (en) * 2017-09-12 2018-11-02 武汉天际航信息科技股份有限公司 Outdoor scene three-dimensional enhanced reality visualization system and method
CN108734786B (en) * 2017-09-12 2021-07-27 武汉天际航信息科技股份有限公司 Live-action three-dimensional augmented reality visualization system and method
CN107993282B (en) * 2017-11-06 2021-02-19 江苏省测绘研究所 Dynamic measurable live-action map making method
CN107993282A (en) * 2017-11-06 2018-05-04 江苏省测绘研究所 One kind can dynamically measure live-action map production method
US11367276B2 (en) 2017-12-22 2022-06-21 Hangzhou Ezviz Software Co., Ltd. Target detection method and apparatus
CN109961455B (en) * 2017-12-22 2022-03-04 杭州萤石软件有限公司 Target detection method and device
CN109961455A (en) * 2017-12-22 2019-07-02 杭州萤石软件有限公司 A kind of object detection method and device
US11354816B2 (en) 2018-01-15 2022-06-07 Shenzhen Aoto Electronics Co., Ltd. Virtual image processing method, image processing system, and storage medium
WO2019136950A1 (en) * 2018-01-15 2019-07-18 深圳市奥拓电子股份有限公司 Virtual image processing method, image processing system, and storage medium
CN108399634B (en) * 2018-01-16 2020-10-16 达闼科技(北京)有限公司 RGB-D data generation method and device based on cloud computing
CN108399634A (en) * 2018-01-16 2018-08-14 达闼科技(北京)有限公司 The RGB-D data creation methods and device calculated based on high in the clouds
CN108594245A (en) * 2018-07-04 2018-09-28 北京国泰星云科技有限公司 A kind of object movement monitoring system and method
CN109003305A (en) * 2018-07-18 2018-12-14 江苏实景信息科技有限公司 A kind of positioning and orientation method and device
CN109003305B (en) * 2018-07-18 2021-07-20 江苏实景信息科技有限公司 Positioning and attitude determining method and device
CN108871314A (en) * 2018-07-18 2018-11-23 江苏实景信息科技有限公司 A kind of positioning and orientation method and device
CN109118585B (en) * 2018-08-01 2023-02-10 武汉理工大学 Virtual compound eye camera system meeting space-time consistency for building three-dimensional scene acquisition and working method thereof
CN109118585A (en) * 2018-08-01 2019-01-01 武汉理工大学 A kind of virtual compound eye camera system and its working method of the building three-dimensional scenic acquisition meeting space-time consistency
CN111131726B (en) * 2018-10-11 2022-06-03 上海云绅智能科技有限公司 Video playing method, intelligent device and system based on multi-screen fusion imaging
CN111131726A (en) * 2018-10-11 2020-05-08 上海云绅智能科技有限公司 Video playing method, intelligent device and system based on multi-screen fusion imaging
CN111080704A (en) * 2018-10-22 2020-04-28 浙江宇视科技有限公司 Method and device for enhancing reality of video
CN111080704B (en) * 2018-10-22 2023-09-15 浙江宇视科技有限公司 Video augmented reality method and device
CN109714567B (en) * 2018-11-08 2021-05-18 中国船舶重工集团公司七五0试验场 Real-time three-dimensional virtual scene construction method and device based on infrared night vision device
CN109714567A (en) * 2018-11-08 2019-05-03 中国船舶重工集团公司七五0试验场 A kind of real-time construction method of three-dimensional virtual scene based on infrared viewing device and device
CN109598794A (en) * 2018-11-30 2019-04-09 苏州维众数据技术有限公司 The construction method of three-dimension GIS dynamic model
CN109598794B (en) * 2018-11-30 2022-12-27 苏州维众数据技术有限公司 Construction method of three-dimensional GIS dynamic model
CN109712197A (en) * 2018-12-20 2019-05-03 珠海瑞天安科技发展有限公司 A kind of airfield runway gridding scaling method and system
CN110196638B (en) * 2019-05-17 2023-10-13 中电海康集团有限公司 Mobile terminal augmented reality method and system based on target detection and space projection
CN110196638A (en) * 2019-05-17 2019-09-03 中电海康集团有限公司 A kind of mobile terminal augmented reality method and system based on target detection and space projection
CN110274612A (en) * 2019-06-21 2019-09-24 大庆安瑞达科技开发有限公司 A kind of pitching of remote optical turntable and orientation calibration method based on ground remote sensing photomap
CN110602383A (en) * 2019-08-27 2019-12-20 深圳市华橙数字科技有限公司 Pose adjusting method and device for monitoring camera, terminal and storage medium
CN110602383B (en) * 2019-08-27 2021-06-29 深圳市华橙数字科技有限公司 Pose adjusting method and device for monitoring camera, terminal and storage medium
CN112489121A (en) * 2019-09-11 2021-03-12 丰图科技(深圳)有限公司 Video fusion method, device, equipment and storage medium
CN110675313A (en) * 2019-09-27 2020-01-10 珠海金山网络游戏科技有限公司 Positioning method and device in two-dimensional plane
CN111046725A (en) * 2019-10-24 2020-04-21 宝略科技(浙江)有限公司 Spatial positioning method based on face recognition and point cloud fusion of surveillance video
CN110766899A (en) * 2019-11-11 2020-02-07 四川航天神坤科技有限公司 Method and system for enhancing electronic fence monitoring early warning in virtual environment
CN110991383A (en) * 2019-12-13 2020-04-10 江苏迪伦智能科技有限公司 Multi-camera combined perimeter region personnel positioning method
CN110991383B (en) * 2019-12-13 2023-10-24 江苏迪伦智能科技有限公司 Multi-camera combined perimeter region personnel positioning method
CN111105488A (en) * 2019-12-20 2020-05-05 成都纵横自动化技术股份有限公司 Imaging simulation method and device, electronic equipment and storage medium
CN113012215A (en) * 2019-12-20 2021-06-22 华为技术有限公司 Method, system and equipment for space positioning
CN111105488B (en) * 2019-12-20 2023-09-08 成都纵横自动化技术股份有限公司 Imaging simulation method, imaging simulation device, electronic equipment and storage medium
CN111161387B (en) * 2019-12-31 2023-05-30 华东理工大学 Method and system for synthesizing images in stacked scene, storage medium and terminal equipment
CN111161387A (en) * 2019-12-31 2020-05-15 华东理工大学 Method and system for synthesizing image in stacked scene, storage medium and terminal equipment
CN111627100A (en) * 2020-04-09 2020-09-04 浙江大学 Numerical simulation method for evaluating photogrammetry precision
CN111737518A (en) * 2020-06-16 2020-10-02 浙江大华技术股份有限公司 Image display method and device based on three-dimensional scene model and electronic equipment
CN111833462B (en) * 2020-07-14 2024-05-17 深圳市瑞立视多媒体科技有限公司 Cutting method, device, equipment and storage medium based on illusion engine
CN111833462A (en) * 2020-07-14 2020-10-27 深圳市瑞立视多媒体科技有限公司 Cutting method, device and equipment based on illusion engine and storage medium
WO2022057627A1 (en) * 2020-09-21 2022-03-24 腾讯科技(深圳)有限公司 Captured image display method and apparatus, terminal, and storage medium
CN112308962A (en) * 2020-11-05 2021-02-02 山东产研信息与人工智能融合研究院有限公司 Real scene model construction method and device with entity target as minimum unit
CN112308962B (en) * 2020-11-05 2023-10-17 山东产研信息与人工智能融合研究院有限公司 Live-action model construction method and device taking entity target as minimum unit
CN112672045A (en) * 2020-12-17 2021-04-16 西安闻泰电子科技有限公司 Shooting mode setting method and device and electronic equipment
CN112672045B (en) * 2020-12-17 2022-06-03 西安闻泰电子科技有限公司 Shooting mode setting method and device and electronic equipment
CN112632181A (en) * 2020-12-21 2021-04-09 北京百度网讯科技有限公司 Map display method, map display device, map display equipment, map display storage medium and terminal equipment
CN112632181B (en) * 2020-12-21 2024-02-06 北京百度网讯科技有限公司 Map display method, device, equipment, storage medium and terminal equipment
CN112669392B (en) * 2020-12-31 2022-11-25 中国电子科技集团公司信息科学研究院 Map positioning method and system applied to indoor video monitoring system
CN112669392A (en) * 2020-12-31 2021-04-16 中国电子科技集团公司信息科学研究院 Map positioning method and system applied to indoor video monitoring system
CN112988731A (en) * 2021-03-30 2021-06-18 重庆市规划和自然资源信息中心 Data fusion treatment method based on multi-element heterogeneous geographic information
CN113538578A (en) * 2021-06-22 2021-10-22 恒睿(重庆)人工智能技术研究院有限公司 Target positioning method and device, computer equipment and storage medium
CN114295071A (en) * 2021-08-16 2022-04-08 云南特可科技有限公司 Multidimensional measurement method for obtaining target form
CN114067071A (en) * 2021-11-26 2022-02-18 湖南汽车工程职业学院 High-precision map making system based on big data
CN114422696A (en) * 2022-01-19 2022-04-29 浙江博采传媒有限公司 Virtual shooting method and device and storage medium
CN114095662B (en) * 2022-01-20 2022-07-05 荣耀终端有限公司 Shooting guide method and electronic equipment
CN114095662A (en) * 2022-01-20 2022-02-25 荣耀终端有限公司 Shooting guide method and electronic equipment
CN115049795B (en) * 2022-05-11 2023-08-08 成都信息工程大学 Three-dimensional structure reconstruction device and method based on image external orientation element
CN115049795A (en) * 2022-05-11 2022-09-13 成都信息工程大学 Three-dimensional structure reconstruction device and method based on image exterior orientation elements
CN115361530A (en) * 2022-10-19 2022-11-18 通号通信信息集团有限公司 Video monitoring display method and system
CN115442542A (en) * 2022-11-09 2022-12-06 北京天图万境科技有限公司 Method and device for splitting mirror
CN115908706B (en) * 2022-11-15 2023-08-08 中国铁路设计集团有限公司 High-speed railway completion acceptance method with fusion of live three-dimensional model and image
CN115546377A (en) * 2022-12-01 2022-12-30 杭州靖安科技有限公司 Video fusion method and device, electronic equipment and storage medium
CN115546377B (en) * 2022-12-01 2023-04-18 杭州靖安科技有限公司 Video fusion method and device, electronic equipment and storage medium
CN116309531B (en) * 2023-04-12 2023-10-03 江苏省特种设备安全监督检验研究院 Wind field measurement method, system and storage medium
CN116309531A (en) * 2023-04-12 2023-06-23 江苏省特种设备安全监督检验研究院 Wind field measurement method, system and storage medium
CN116580099A (en) * 2023-07-14 2023-08-11 山东艺术学院 Forest land target positioning method based on fusion of video and three-dimensional model
CN116609124B (en) * 2023-07-19 2023-09-29 北京建工环境修复股份有限公司 Device and method for taking columnar mud sample underwater
CN116609124A (en) * 2023-07-19 2023-08-18 北京建工环境修复股份有限公司 Device and method for taking columnar mud sample underwater

Similar Documents

Publication Publication Date Title
CN103226838A (en) Real-time spatial positioning method for mobile monitoring target in geographical scene
CN112894832B (en) Three-dimensional modeling method, three-dimensional modeling device, electronic equipment and storage medium
CN111473739B (en) Video monitoring-based surrounding rock deformation real-time monitoring method for tunnel collapse area
US7944547B2 (en) Method and system of generating 3D images with airborne oblique/vertical imagery, GPS/IMU data, and LIDAR elevation data
CN104330074B (en) Intelligent surveying and mapping platform and realizing method thereof
CN108168521A (en) One kind realizes landscape three-dimensional visualization method based on unmanned plane
Xie et al. Study on construction of 3D building based on UAV images
CN110428501B (en) Panoramic image generation method and device, electronic equipment and readable storage medium
CN108761271A (en) A kind of power grid screen of trees detection method and system
US8395760B2 (en) Unified spectral and geospatial information model and the method and system generating it
CN104655106B (en) Autonomous positioning based on GPS RTK and full-view image orients plotting method
Jian et al. Augmented virtual environment: fusion of real-time video and 3D models in the digital earth system
CN116109684B (en) Online video monitoring two-dimensional and three-dimensional data mapping method and device for variable electric field station
CN111612901A (en) Extraction feature and generation method of geographic information image
CN116883610A (en) Digital twin intersection construction method and system based on vehicle identification and track mapping
CN116883604A (en) Three-dimensional modeling technical method based on space, air and ground images
CN110619661A (en) Method for measuring volume of outdoor stock ground raw material based on augmented reality
CN112785678B (en) Sunlight analysis method and system based on three-dimensional simulation
CN116129064A (en) Electronic map generation method, device, equipment and storage medium
CN116862997A (en) Method, device, equipment and storage medium for calculating and verifying camera calibration
CN115565092A (en) Method and equipment for acquiring geographical position information of target object
Zhao et al. An ORB-SLAM3 Autonomous Positioning and Orientation Approach using 360-degree Panoramic Video
CN112634434A (en) Mine three-dimensional model manufacturing method based on unmanned aerial vehicle
Du et al. Research on a true digital orthophoto map generation technology based on 3D point cloud geometry
CN112365591A (en) Space and ground collaborative comprehensive situation generation method based on synthetic vision

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20130731