CN105005964A - Video sequence image based method for rapidly generating panorama of geographic scene - Google Patents

Video sequence image based method for rapidly generating panorama of geographic scene Download PDF

Info

Publication number
CN105005964A
CN105005964A CN201510386060.6A CN201510386060A CN105005964A CN 105005964 A CN105005964 A CN 105005964A CN 201510386060 A CN201510386060 A CN 201510386060A CN 105005964 A CN105005964 A CN 105005964A
Authority
CN
China
Prior art keywords
image
subimage
video
video sequence
sub
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.)
Granted
Application number
CN201510386060.6A
Other languages
Chinese (zh)
Other versions
CN105005964B (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.)
Nanjing Normal University
Original Assignee
Nanjing Normal University
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 Nanjing Normal University filed Critical Nanjing Normal University
Priority to CN201510386060.6A priority Critical patent/CN105005964B/en
Publication of CN105005964A publication Critical patent/CN105005964A/en
Application granted granted Critical
Publication of CN105005964B publication Critical patent/CN105005964B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformations in the plane of the image
    • G06T3/40Scaling of whole images or parts thereof, e.g. expanding or contracting
    • G06T3/4038Image mosaicing, e.g. composing plane images from plane sub-images
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformations in the plane of the image
    • G06T3/12Panospheric to cylindrical image transformations

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Image Processing (AREA)
  • Studio Devices (AREA)

Abstract

The present invention discloses a video sequence image based method for rapidly generating a panorama of a geographic scene. The method comprises: 1) performing grid division on video frames to obtain sub-image blocks, and establishing a one-to-one correspondence between each sub-image block of the continuous video frames; 2) performing key point detection and filtration on each sub-image by using a multi-thread parallel strategy, and constructing a to-be-matched point set, and performing matching search between each associated sub-image, and extracting matched point pairs between each sub-image; 3) merging matched point pairs between each sub-image, and thus calculating a geometric splice parameter of each video frame; 4) performing splicing on video sequences according to the spice parameter, to obtain a panorama; and 5) constructing a global rotation matrix for modifying a bending panorama generated due to shooting shake. Beneficial effects of the present invention are: the method is applicable to splice the video sequences rotarily shooted by a conventional video camera on the geographic scene into a panorama image without distortion, and multi-thread parallel processing is used, so that a splicing speed is fast.

Description

Based on the geographic scenes panorama sketch rapid generation of video sequence image
Technical field
The present invention relates to the fields such as geographical information visualization, Digital Image Processing, computer vision, particularly relate to a kind of method generating geographic scenes panorama sketch based on video sequence image fast.
Background technology
Video sequence owing to having time-space attribute, contain much information, resolution is high, express the features such as directly perceived, become fast generalization, the geography information source of socialization and modeling analysis and expression means.Panoramic picture allows the positional information around people's quick obtaining, therefore 360 ° of video sequences around shooting are spliced into the larger panoramic picture of field range, the integrality of geographic scenes can not only be expressed in all directions, make people get more information about the overall content of video sequence, the space-time redundancy of video sequence can be reduced simultaneously.
Some commercial companies develop Related product, and as the Google Street View of Google company exploitation, by using special device, and the mm professional camera special demarcated is to take the multi-angle video in street, and is spliced into panoramic picture; The Ladybug multi-angle video filming apparatus of GreyPoint company exploitation, the same position that adopts is fixed and the mm professional camera special demarcated, the video sequence splicing generating panorama image that the supporting SDK provided of company can will take.But the price of the professional video panorama that these commercial companies develop is too high, and be unfavorable for that 360 ° of video sequences around shooting are spliced into panoramic picture by domestic consumer.
Summary of the invention
The present invention proposes a kind of geographic scenes panorama sketch rapid generation based on video sequence image, the method adopts multi-threaded parallel mode to carry out graticule mesh piecemeal to video sequence, set up the local searching strategy of key point under piecemeal to control match search region, in the matching process, match search efficiency is improved by the number reducing key point, thus realize the rapid registering of video sequence and the seamless spliced of panoramic picture, decrease the time of video sequence splicing, improve splicing efficiency, especially panoramic picture is spliced into high-resolution video sequence and has good effect, the video sequence that can be adapted to domestic consumer's shooting is spliced into panoramic picture.
To achieve these goals, the present invention adopts following technical scheme:
Based on the geographic scenes panorama sketch rapid generation of video sequence image, comprise the steps:
1) subimage that grid partition becomes different is carried out to video frame images, and set up the one-to-one relationship of each subimage block between successive video frames;
2) adopt piecemeal multi-threaded parallel strategy to carry out critical point detection to each subimage, and the key point detected is filtered, retain a small amount of key point as point to be matched; Between each association subimage, set up match search, extract the matching double points between each subimage;
3) matching double points between each subimage is merged, utilize the coupling point set after merging to calculate the geometry splicing parameter of each frame of video;
4) utilize the geometry splicing parameter of each frame of video, each two field picture of video sequence is spliced, obtains a width panoramic picture;
5) shake for avoiding video camera to produce in shooting process, builds overall rotation matrix to revise bending panorama sketch, makes the last panorama sketch exported more meet the expression of objective world.
Described step 2) detailed process as follows:
(2-1) piecemeal multi-threaded parallel mode is adopted to carry out critical point detection to each subimage;
(2-2) its local message entropy is calculated to all key points, and carry out entropy filtration, retain front n larger key point of entropy and be used for characteristic matching;
(2-3) between each association subimage, extracting effective matching double points, for guaranteeing the accuracy that sub-block is mated, adopting symmetrical matching process to carry out mating between subimage;
(2-4) because noise and moving target exist, in coupling set, can Mismatching point be there is, finally adopt RANSAC (Random Sample Consensus, random sampling consistance) method to reject Mismatching point;
(2-5) between each association subimage, setting up the right coupling corresponding relation of subimage to rejecting the key point after filtering, extracting effective matching double points.
Described step 3) detailed process as follows:
(3-1) matching double points between each subimage extracted is merged, right as the coupling between two images;
(3-2) right according to coupling, homography matrix conversion between computed image, estimates rotational transform and the translation of camera parameters and image.
Described step 4) detailed process as follows:
(4-1) step 3 is utilized) geometry splicing parameter between the image of trying to achieve, image registration is carried out to all video frame images;
(4-2) by the image projection after registration on the face of cylinder, carry out the tone difference between removal of images by image co-registration, finally export revised panoramic picture.
Compared to prior art, method of the present invention has following features:
1, piecemeal is carried out to video frame images, and set up the one-to-one relationship between subimage, the strict match search region controlled between correspondence image, and adopt image block multi-threaded parallel strategy to accelerate match search speed;
2, by building overall rotation matrix, revise wavy panoramic picture, the video-splicing that the method is applicable to domestic consumer's shooting becomes panoramic picture.
Therefore, the present invention can be adapted to use common hand-held camera to carry out rotary taking video sequence to geographic scenes and be spliced into panoramic picture, splicing speed is fast, the shake occurred in shooting process is processed, avoiding spliced panorama sketch to produce distortion, is a kind of general panorama mosaic method being adapted to arbitrary geographic scene.
Accompanying drawing explanation
Fig. 1 is the process flow diagram of the inventive method;
Fig. 2 is image block and the multi-threaded parallel matching strategy of the embodiment of the present invention;
Fig. 3 is the wavy panoramic picture of the embodiment of the present invention;
Fig. 4 is the cylindrical surface projecting of the embodiment of the present invention;
Fig. 5 is the revised panoramic picture of the embodiment of the present invention.
Embodiment
Be described in further detail below in conjunction with drawings and Examples.
As
Shown in Fig. 1, based on the geographic scenes panorama sketch rapid generation of video sequence image, the method comprises following four parts:
The image of step 1 to the video sequence of input carries out graticule mesh piecemeal, after setting up the corresponding relation between subimage, adopts multi-threaded parallel optimisation strategy to carry out feature extracting and matching to subimage;
Step is 2-in-1 and subimage mates set;
Step 3 splices geometric parameter according to matching characteristic point to computed image;
Step 4 video sequence image merges;
The concrete implementation step of the present embodiment is as follows:
The image of step 1 to the video sequence of input carries out graticule mesh piecemeal, carries out the feature extracting and matching of subimage after setting up the corresponding relation between subimage;
(1-1) read two continuous frames image A and B in video sequence frame by frame, A and B is carried out to the graticule mesh piecemeal of M × N.
(1-2) multi-threaded parallel strategy (as shown in Figure 2) is adopted to adopt ORB algorithm to carry out critical point detection to each subimage;
(1-3) calculate its local message entropy descending sort to all key points, the key point selecting n entropy larger is used for Image Feature Matching.Computing method are as follows:
(1) for each key point arranges region-of-interest, being usually set to 3 × 3 or 5 × 5 neighborhoods centered by key point, for considering computing velocity, contiguous range being set to 3 × 3.
(2) local entropy of key point in 3 × 3 neighborhoods is calculated.If the gamma function of image block is f (x, y), and f (x, y) >=0, then have:
H f = - Σ i = 0 2 Σ j = 0 2 p i j logp i j - - - ( 1 )
p i j = f ( i , j ) / Σ i = 0 2 Σ j = 0 2 f ( i , j ) - - - ( 2 )
Wherein: p ijthe probability of pixel in image block i, j position.
(4) 2 ~ 3 are repeated until the local entropy of each key point has calculated.
(1-4) symmetrical matching process is adopted to carry out characteristic matching to subimage.
(1-5) because noise and moving target exist, can there is Mismatching point in coupling set, according to polar curve principle, two corresponding key points are distributed on respective polar curve, and expression formula is as follows:
u 2 T F 12 u 1 = 0 - - - ( 3 )
Wherein, u 1and u 2be two image Corresponding matching point coordinate; F 12based on matrix; According to formula (3), RANSAC method is adopted to reject Mismatching point.
Step 2 repeats the process of step 1, until often pair of subimage is to processing, and using all Match mergings in set of sub-images as the right coupling set of whole image.
Step 3 is according to the images match point pair extracted, and homography matrix conversion between computed image, estimates rotational transform and the translation of camera parameters and image.
(1) image homography matrix conversion
The n (>4) of two images is to match point can calculate homography matrix under the meaning of a difference constant factor, its algorithm is as follows:
Order H = h 01 h 02 h 03 h 11 h 12 h 13 h 21 h 22 h 23 , Its vector form: h=(h 01, h 02, h 03, h 11, h 12, h 13, h 21, h 22, h 23) t.For matching double points m=(x, y, 1) t, m'=(x', y', 1) t, from following two linear equations about h can be obtained:
(x,y,1,0,0,0,x'x,x'y)h=x'
(4)
(0,0,0,x,y,1,y'x,y'y)h=y'
x ′ = h 00 x + h 01 y + h 02 h 20 x + h 21 y + h 22 y ′ = h 10 x + h 11 y + h 12 h 20 x + h 21 y + h 22 - - - ( 5 )
Choose 4 like this and can solve homography matrix H to above match point.
(2) focal length of camera is estimated
First calculate consecutive image in video sequence between homography matrix H ij, according to plane homography definition, H=K (R+tn t) K -1, have:
H i j ≅ K i R i j K j - 1 - - - ( 6 )
(6) formula is rewritten as:
R 10 ~ K 1 - 1 H 10 K 0 ~ h 00 h 01 f 0 - 1 h 02 h 10 h 11 f 0 - 1 h 12 f 1 h 20 f 1 h 21 f 0 - 1 f 1 h 22 - - - ( 7 )
Wherein, H 10 = h 00 h 01 h 02 h 10 h 11 h 12 h 20 h 21 h 22 , Utilize rotation matrix R 10orthogonality,
Can obtain:
h 00 2 + h 01 2 + f 0 - 2 h 02 2 = h 10 2 + h 11 2 + f 0 - 2 h 12 2 - - - ( 8 )
h 00 h 10 + h 01 h 11 + f 0 - 2 h 02 h 12 = 0 - - - ( 9 )
Can be calculated by (8) and (9) two formulas:
f 0 2 = h 12 2 - h 02 2 h 00 2 + h 01 2 - h 10 2 - h 11 2 And h 00 2 + h 01 2 ≠ h 10 2 + h 11 2 - - - ( 10 )
Or: f 0 2 = - h 01 h 12 h 00 h 10 + h 01 h 11 And h 00h 10≠-h 01h 11(11)
F 1the similar mode of same employing is obtained, and owing to supposing that video camera remains unchanged in shooting process mid-focal length herein, then the final estimation of focal length of camera f can pass through f 0and f 1geometric mean calculate, in panoramic image sequence, from different homography matrixs, obtain respective focal length estimate, final f should get the geometric mean of all focal lengths.The internal reference matrix K that last basis is obtained asks for the rotational transformation matrix R between two images.
(3) overall rotation matrix calculates
Be relative rotation matrices according to the rotation matrix between the image of homography transformation calculations between image, cause using the image of said method splicing to become wavy or skewed, as shown in Figure 3.In order to the image making last splicing is " straight ", need to set up overall rotating coordinate system.
By 3d space point x ibe mapped to the some x in two dimensional image ik, use following expression:
x ik~K kR kx i(12)
Consider may move and inclined camera in the shooting process of image, but camera horizontal edge (x-axis) generally can be kept to be parallel to ground level (vertical with y-axis direction), therefore the world coordinate system selected is vertical corresponding is y-axis, level is x-axis, and the 3rd axle is that z-axis is along optical axis direction.
In order to set up overall rotating coordinate system, matrix R need be built g, make R gr is taken advantage of on the right side kcan ensure that overall y-axis j=(0,1,0) is perpendicular to image x-axis i=(1,0,0) afterwards, image z-axis is expressed as k=(0,0,1).
i TR kR gj=0 (13)
Expression formula (13) is equivalent to and requires matrix R kthe first row r k0=i tr kwith matrix R gsecondary series r g1=R gj is mutually vertical.The constraint of all images forms a set, and is expressed as least square problem.
r g 1 = arg min r Σ k ( r T r k 0 ) 2 = arg min r r T [ Σ k r k 0 r k 0 T ] r - - - ( 14 )
In order to determine the rotation matrix R of the overall situation completely g, also need the constraint condition that one additional, i.e. the z-axis mean value of single rotation matrix r is met with the z-axis of overall rotation matrix g2=R gk.
Below, complete rotation matrix can be calculated by 3 steps:
1. r g 1 = min e i g e n v e c t o r ( Σr k 0 r k 0 T )
2.r g0=N((∑R k2)×r g1)
3.r g2=r g0×r g1
Wherein, N ((∑ R k2) × r g1) be that vectorial normalization represents.
By overall rotation matrix R globalconversion correction often opens the local rotation matrix of image wherein i representative image numbering:
R n e w l o c a l i = R g l o b a l × R l o c a l i - - - ( 15 )
(4) cylinder environment map builds
The present invention adopts the projecting method based on cylindrical coordinates, projects image onto on the face of cylinder.
Point on cylinder is determined by angle θ and height h parametrization, and as shown in Figure 4, corresponding relation is as follows:
(sinθ,h,cosθ)∝(x,y,f) (16)
According to (16) formula corresponding relation, the coordinate form being mapped as the face of cylinder from the plane of delineation can be calculated:
x ′ = s θ = s tan - 1 ( x f ) - - - ( 17 )
y ′ = s h = s y x 2 + y 2 - - - ( 18 )
Wherein, (x, y) is plane picture coordinate, (x ', y ') be cylindrical coordinates, s is the radius of cylinder, and general s=f is with the deformation extent at minimizing image center.
Because cylinder is torse, image translation and rotation under cylindrical coordinates can keep shape invariance.Inverse mapping equation expression is as follows:
x = f tan θ = f tan x ′ s y = h x 2 + f 2 = y ′ s f 1 + tan 2 x ′ s = f y ′ s sec x ′ s - - - ( 19 )
Step 4 video sequence image merges, the tone difference phenomenon produced after adopting laplacian pyramid fusion method process image mosaic.Panoramic picture after merging as shown in Figure 5.

Claims (4)

1., based on the geographic scenes panorama sketch rapid generation of video sequence image, it is characterized in that, comprise the steps:
1) subimage that grid partition becomes different is carried out to video frame images, and set up the one-to-one relationship of each subimage block between successive video frames;
2) adopt piecemeal multi-threaded parallel strategy to carry out critical point detection to each subimage, and the key point detected is filtered, retain a small amount of key point as point to be matched; Between each association subimage, set up match search, extract the matching double points between each subimage;
3) matching double points between each subimage is merged, utilize the coupling point set after merging to calculate the geometry splicing parameter of each frame of video;
4) utilize the geometry splicing parameter of each frame of video, each two field picture of video sequence is spliced, obtains a width panoramic picture;
5) shake for avoiding video camera to produce in shooting process, builds overall rotation matrix to revise bending panorama sketch, makes the last panorama sketch exported more meet the expression of objective world.
2. the geographic scenes panorama sketch rapid generation based on video sequence image according to claim 1, is characterized in that, described step 2) detailed process as follows:
(2-1) piecemeal multi-threaded parallel mode is adopted to carry out critical point detection to each subimage;
(2-2) its local message entropy is calculated to all key points, and carry out entropy filtration, retain front n larger key point of entropy and be used for characteristic matching;
(2-3) between each association subimage, extracting effective matching double points, for guaranteeing the accuracy that sub-block is mated, adopting symmetrical matching process to carry out mating between subimage;
(2-4) because noise and moving target exist, in coupling set, can Mismatching point be there is, finally adopt RANSAC method to reject Mismatching point;
(2-5) between each association subimage, setting up the right coupling corresponding relation of subimage to rejecting the key point after filtering, extracting effective matching double points.
3. the geographic scenes panorama sketch rapid generation based on video sequence image according to claim 1, is characterized in that, described step 3) detailed process as follows:
(3-1) matching double points between each subimage extracted is merged, right as the coupling between two images;
(3-2) right according to coupling, homography matrix conversion between computed image, estimates rotational transform and the translation of camera parameters and image.
4. the geographic scenes panorama sketch rapid generation based on video sequence image according to claim 1, is characterized in that, described step 4) detailed process as follows:
(4-1) step 3 is utilized) geometry splicing parameter between the image of trying to achieve, image registration is carried out to all video frame images;
(4-2) by the image projection after registration on the face of cylinder, carry out the tone difference between removal of images by image co-registration, finally export revised panoramic picture.
CN201510386060.6A 2015-06-30 2015-06-30 Geographic scenes panorama sketch rapid generation based on video sequence image Expired - Fee Related CN105005964B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510386060.6A CN105005964B (en) 2015-06-30 2015-06-30 Geographic scenes panorama sketch rapid generation based on video sequence image

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510386060.6A CN105005964B (en) 2015-06-30 2015-06-30 Geographic scenes panorama sketch rapid generation based on video sequence image

Publications (2)

Publication Number Publication Date
CN105005964A true CN105005964A (en) 2015-10-28
CN105005964B CN105005964B (en) 2018-11-16

Family

ID=54378623

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510386060.6A Expired - Fee Related CN105005964B (en) 2015-06-30 2015-06-30 Geographic scenes panorama sketch rapid generation based on video sequence image

Country Status (1)

Country Link
CN (1) CN105005964B (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106651999A (en) * 2016-12-27 2017-05-10 北京智能管家科技有限公司 Method and device for accelerating frame animation loading
CN107343214A (en) * 2016-05-03 2017-11-10 三星电子株式会社 Image display and the method for operating the image display
CN107767336A (en) * 2016-08-19 2018-03-06 中国移动通信有限公司研究院 A kind of method and device of image procossing
CN108668138A (en) * 2017-03-28 2018-10-16 华为技术有限公司 A kind of method for downloading video and user terminal
CN109688329A (en) * 2018-12-24 2019-04-26 天津天地伟业信息系统集成有限公司 A kind of anti-fluttering method for high-precision panoramic video
CN110049226A (en) * 2018-01-16 2019-07-23 飞狐信息技术(天津)有限公司 A kind of image pickup method and system of panoramic pictures material
CN110149542A (en) * 2018-02-13 2019-08-20 华为技术有限公司 Transfer control method
CN111526302A (en) * 2020-04-28 2020-08-11 飞友科技有限公司 Stackable panoramic video real-time splicing method
CN111586414A (en) * 2020-04-07 2020-08-25 南京师范大学 SVC and DASH-based 360-degree video stream scheduling method
CN112312009A (en) * 2016-01-07 2021-02-02 联发科技股份有限公司 Method and device for processing video sequence of cubic face image

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6504569B1 (en) * 1998-04-22 2003-01-07 Grass Valley (U.S.), Inc. 2-D extended image generation from 3-D data extracted from a video sequence
CN101877140A (en) * 2009-12-18 2010-11-03 北京邮电大学 Panorama-based panoramic virtual tour method
CN101882308A (en) * 2010-07-02 2010-11-10 上海交通大学 Method for improving accuracy and stability of image mosaic
CN102426705A (en) * 2011-09-30 2012-04-25 北京航空航天大学 Behavior splicing method of video scene
WO2013079660A1 (en) * 2011-11-30 2013-06-06 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. Disparity map generation including reliability estimation

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6504569B1 (en) * 1998-04-22 2003-01-07 Grass Valley (U.S.), Inc. 2-D extended image generation from 3-D data extracted from a video sequence
CN101877140A (en) * 2009-12-18 2010-11-03 北京邮电大学 Panorama-based panoramic virtual tour method
CN101882308A (en) * 2010-07-02 2010-11-10 上海交通大学 Method for improving accuracy and stability of image mosaic
CN102426705A (en) * 2011-09-30 2012-04-25 北京航空航天大学 Behavior splicing method of video scene
WO2013079660A1 (en) * 2011-11-30 2013-06-06 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. Disparity map generation including reliability estimation

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112312009B (en) * 2016-01-07 2021-09-28 联发科技股份有限公司 Method and device for processing video sequence of cubic face image
CN112312009A (en) * 2016-01-07 2021-02-02 联发科技股份有限公司 Method and device for processing video sequence of cubic face image
CN107343214A (en) * 2016-05-03 2017-11-10 三星电子株式会社 Image display and the method for operating the image display
US10817979B2 (en) 2016-05-03 2020-10-27 Samsung Electronics Co., Ltd. Image display device and method of operating the same
CN107767336A (en) * 2016-08-19 2018-03-06 中国移动通信有限公司研究院 A kind of method and device of image procossing
CN106651999A (en) * 2016-12-27 2017-05-10 北京智能管家科技有限公司 Method and device for accelerating frame animation loading
CN106651999B (en) * 2016-12-27 2020-12-04 北京儒博科技有限公司 Frame animation loading acceleration method and device
CN108668138B (en) * 2017-03-28 2021-01-29 华为技术有限公司 Video downloading method and user terminal
CN108668138A (en) * 2017-03-28 2018-10-16 华为技术有限公司 A kind of method for downloading video and user terminal
CN110049226A (en) * 2018-01-16 2019-07-23 飞狐信息技术(天津)有限公司 A kind of image pickup method and system of panoramic pictures material
CN110149542A (en) * 2018-02-13 2019-08-20 华为技术有限公司 Transfer control method
CN110149542B (en) * 2018-02-13 2021-12-03 华为技术有限公司 Transmission control method
CN109688329A (en) * 2018-12-24 2019-04-26 天津天地伟业信息系统集成有限公司 A kind of anti-fluttering method for high-precision panoramic video
CN109688329B (en) * 2018-12-24 2020-12-11 天津天地伟业信息系统集成有限公司 Anti-shake method for high-precision panoramic video
CN111586414A (en) * 2020-04-07 2020-08-25 南京师范大学 SVC and DASH-based 360-degree video stream scheduling method
CN111586414B (en) * 2020-04-07 2022-04-15 南京师范大学 SVC and DASH-based 360-degree video stream scheduling method
CN111526302A (en) * 2020-04-28 2020-08-11 飞友科技有限公司 Stackable panoramic video real-time splicing method

Also Published As

Publication number Publication date
CN105005964B (en) 2018-11-16

Similar Documents

Publication Publication Date Title
CN105005964A (en) Video sequence image based method for rapidly generating panorama of geographic scene
WO2021120407A1 (en) Parallax image stitching and visualization method based on multiple pairs of binocular cameras
CN105550995B (en) tunnel image splicing method and system
CN107767339B (en) Binocular stereo image splicing method
CN104794683B (en) Based on the video-splicing method scanned around gradual change piece area planar
CN111080709B (en) Multispectral stereo camera self-calibration algorithm based on track feature registration
Coorg et al. Acquisition of a large pose-mosaic dataset
CN105608667A (en) Method and device for panoramic stitching
US8867826B2 (en) Disparity estimation for misaligned stereo image pairs
JP6174104B2 (en) Method, apparatus and system for generating indoor 2D plan view
CN101626513A (en) Method and system for generating panoramic video
CN112686877A (en) Binocular camera-based three-dimensional house damage model construction and measurement method and system
Kuschk Large scale urban reconstruction from remote sensing imagery
CN106548494A (en) A kind of video image depth extraction method based on scene Sample Storehouse
CN110245199A (en) A kind of fusion method of high inclination-angle video and 2D map
CN105550981A (en) Image registration and splicing method on the basis of Lucas-Kanade algorithm
CN112288637A (en) Unmanned aerial vehicle aerial image rapid splicing device and rapid splicing method
Stucker et al. ResDepth: Learned residual stereo reconstruction
CN112163996B (en) Flat angle video fusion method based on image processing
CN103700082B (en) Image split-joint method based on dual quaterion relative orientation
CN112862683A (en) Adjacent image splicing method based on elastic registration and grid optimization
CN117456114B (en) Multi-view-based three-dimensional image reconstruction method and system
CN105303544A (en) Video splicing method based on minimum boundary distance
CN103873773A (en) Primary-auxiliary synergy double light path design-based omnidirectional imaging method
CN106851130A (en) A kind of video-splicing method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20181116

Termination date: 20210630

CF01 Termination of patent right due to non-payment of annual fee