CN105046649A - Panorama stitching method for removing moving object in moving video - Google Patents

Panorama stitching method for removing moving object in moving video Download PDF

Info

Publication number
CN105046649A
CN105046649A CN201510372210.8A CN201510372210A CN105046649A CN 105046649 A CN105046649 A CN 105046649A CN 201510372210 A CN201510372210 A CN 201510372210A CN 105046649 A CN105046649 A CN 105046649A
Authority
CN
China
Prior art keywords
coordinate
moving object
panorama
point
video
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
CN201510372210.8A
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.)
Silicon Leather Technology (beijing) Co Ltd
Original Assignee
Silicon Leather Technology (beijing) 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 Silicon Leather Technology (beijing) Co Ltd filed Critical Silicon Leather Technology (beijing) Co Ltd
Priority to CN201510372210.8A priority Critical patent/CN105046649A/en
Publication of CN105046649A publication Critical patent/CN105046649A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformation in the plane of the image
    • G06T3/40Scaling the whole image or part thereof
    • G06T3/4038Scaling the whole image or part thereof for image mosaicing, i.e. plane images composed of plane sub-images

Abstract

The invention relates to a panorama stitching method for removing a moving object in a moving video, comprising the following steps: (1) acquiring an appropriate number of video screenshots according to the length of a video, wherein the screenshot selection interval is shorter is the video is shorter, and the screenshot selection interval is longer if the video is longer; (2) projecting an original image to a sphere in order to prevent a final panorama from distortion and deformation; (3) carrying out SURF feature point detection on each frame of image to obtain a feature point description sub vector as the basis of matching; (4) carrying out feature point matching; (5) calculating a perspective (homographic) transformation matrix of every two frames of images based on matching feature points, and calculating forward and reverse homographic matrix transformation of two adjacent frames; (6) obtaining the size of the panorama based on the homographic transformation matrix of adjacent frames; and (7) inversely mapping the panorama to a sequence frame, building a candidate point list for each pixel point of the panorama, and removing a moving object, thus, completing generation of the panorama. The resolution of panorama generation is high, background overlay is accurate, and the 'ghost' phenomenon of the moving object is avoided.

Description

A kind of Panoramagram montage method removing moving object in sport video
Technical field
The invention belongs to field of video image processing, particularly relate to a kind of Panoramagram montage method removing moving object in sport video.
Background technology
No matter at sphere of learning or engineering field, Panoramic Image Mosaic Algorithm is all one of hot issue of image procossing.It has a large amount of application in all kinds of software, as camera panorama sketch synthesis etc.Panorama sketch is that observer revolves from a fixed view scene turning around and can see as surrounding, and it needs to express complete true environment information.The synthesis of panorama sketch easily produces " ghost ", and namely moving object has multiple image at panorama sketch and causes panorama sketch to there is the ghost of moving object at different time, have impact on the synthetic effect of panorama sketch.
Current all kinds of algorithms still existing defects, as panorama mosaic speed is slow, within 5 seconds, video needs the generated time of tens of seconds; Synthesis poor visual effect, can not mate completely, namely background cannot superpose unanimously, generation image blurring; Video is only limited to and moves horizontally, can not vertically movement; Moving object is eliminated not exclusively, has afterimage etc.
Summary of the invention
The object of the invention is to: realize using the video of certain hour length as input, within the several seconds, synthesize the panorama sketch that is removed moving object in video.This panorama picture formation sharpness is higher, and background superposition is accurate, without " ghost " phenomenon of moving object.
Technical scheme of the present invention is as follows:
Remove a Panoramagram montage method for moving object in sport video, it is characterized in that described method comprises the steps:
(1) according to the video interception of the length acquisition suitable quantity of video;
(2) image of sectional drawing gained is hinted obliquely on sphere, to prevent the final panorama sketch torsional deformation formed;
(3) SURF feature point detection is carried out to every two field picture, obtain the descriptor vector of unique point, as the foundation of coupling;
(4) Feature Points Matching;
(5) calculated the perspective homograph matrix of every two two field pictures by matching characteristic point, calculate the both forward and reverse directions homography matrix conversion of adjacent two frames;
(6) by the homograph matrix of consecutive frame, panorama sketch size is obtained;
(7) be incident upon sequence frame by panorama sketch reflection, be that each pixel of panorama sketch builds candidate point chained list, remove moving object, panorama map generalization is complete.
Further, in described step (1), the concrete mode that video interception is selected is: if video length is within 2 seconds, then get a two field picture at interval of 5 frames; If video length is between 2 seconds to 5 seconds, then get a two field picture at interval of 10 frames; If video length was more than 5 seconds, then get a two field picture at interval of 15 frames.
Further, in described step (2), image projection is as follows to the method for sphere:
Hypothetical world coordinate is XYZ, and camera coordinate is xyz, and camera coordinates system is obtained by the X-axis rotation alpha angle of world coordinate system in world coordinate system;
If the image coordinate of any one pixel p is (x, y) on real scene image f, its image coordinate corresponding on spherical projection image is wherein θ is feathering angle, be the angle of pitch, the height of real scene image is H, and width is W, and sets ball centre as coordinate origin, and camera focus is λ, and radius of a ball r is camera focus; The coordinate of this time point p (x, y) under camera coordinates system xyz is (x – W/2, y – H/2 ,-λ), then the coordinate (u, v, w) it be converted under world coordinate system XYZ is:
u v w = 1 0 0 0 cos α - sin α 0 sin α cos α x - W / 2 y - H / 2 - λ
And have
Can be obtained by above two formulas
Therefore spherical co-ordinate formula is obtained:
Wherein (x ', y ') is corresponding to the development of a sphere planimetric coordinates value of photographic plane coordinate (x, y); Formula in utilization, then can be projected to plane original image, generates development of a sphere planimetric coordinates image.
Further, in described step (4), the method for Feature Points Matching is as follows:
Euclidean distance is adopted to be used as the canonical function of the evaluation of two proper vector distances:
D ( P 1 , P 2 ) = Σ i - 1 n ( k 1 i - k 2 i ) 2
Wherein P1, P2 represent the unique point in two two field pictures, descriptor vector i-th component of what k1i and k2i represented is P1, P2; For reducing erroneous matching rate further, adopt arest neighbors than the method for secondary neighbour, minimum distance and time is closely represented respectively with ND (NearestDistance) and NND (NextNearestDistance), then nearest and secondary ratio Rod is closely ND/NND, we can set a threshold value threshold and (be greater than 0, be less than the positive number of 1), then:
i f R o d ≤ t h r e s h o l d , s u c c e s s e l s e , f a i l u r e
Rule of thumb, threshold value is between 0.5 to 0.7.
Further, in described step (5), computation process adopts based on RANSAC matching process, because homography matrix needs 4 pairs of match points to calculate, therefore the subset of the multiple 4 pairs of match points of random selecting, obtain optimal subset by least error method, and estimate the homograph matrix between adjacent two two field pictures thus.
Further, in described step (6), concrete grammar is as follows:
Centre one frame choosing all image sequence frames, as panorama sketch base coordinate frame, because perspective matrix transformation model has transferability between frames, therefore can calculate forward between any two frames or transformation by reciprocal direction by the transformation matrix of consecutive frame; By four of the image of other frames summits, be mapped in base coordinate frame, be chosen at wherein minimum x coordinate and the minimum y coordinate top left corner apex as panorama sketch, with maximum x coordinate and maximum y coordinate as the summit, the lower right corner of panorama sketch, the size of panorama sketch can be obtained thus.
Further, in described step (7), concrete grammar is as follows:
From the upper left angle point of panorama sketch, travel through the pixel of panoramic picture by row; Reverse transform matrix is utilized obtain the position in single-frame images coordinate system for pixel P (x, y); Because panorama sketch pixel coordinate not all exists back projection's point at every two field picture, therefore only select the point alternatively point that there is back projection's point;
For all candidate point Pi (xi, yi) sort according to gray-scale value, pixel is wherein likely the point of foreground moving object, also be likely background dot, in order to background dot can be utilized to carry out assignment to panoramic picture, our hypothesis is in the middle of whole frame sequence, and the time that some some passive movement object blocks is less than the time that it comes out, so we can utilize the intermediate value of choosing candidate point as the value of panoramic picture vegetarian refreshments (x, y); By the method that this median pixel is chosen, we can filtering moving object, and only retain background; Thus, panorama map generalization is complete.
Beneficial effect of the present invention is:
(1) panorama sketch synthesis result is clear, does not have fuzzy ghost image.
First the extraction of SURF unique point has Scale invariant shape, and namely not by image translation, the impact of rotation, it can extract the unique point in image in good condition, mates point set accurately for coupling provides.Moreover use arest neighbors to be used as the difference metric method of unique point than the method for secondary neighbour, reduce erroneous matching rate.And algorithm adopts the unique point of RANSAC least error method to two two field pictures to mate, and it can find four pairs of optimum unique point subsets.
(2) panorama sketch aggregate velocity is very fast, can complete panorama sketch synthesis within the several seconds.
SURF feature point detection has efficient real-time, by setting suitable minHessian threshold parameter, can reduce the feature point extraction time.RANSAC least error method also has higher aging performance, makes overall image mosaic have computing velocity faster.
(3) synthesis supports that video level moves and vertical movement, can generate the panorama sketch of horizontal direction and vertical direction.
Owing to hinting obliquely to spherical co-ordinate by original sectional drawing image, define development of a sphere planimetric coordinates image, therefore transverse movement and lengthwise movement can be processed when splicing simultaneously, generate the panorama sketch of horizontal direction and vertical direction.
(4) vestige of moving object can be eliminated in good condition, there is no ghost.
Algorithm in panorama sketch for each pixel maintains the pixel value chained list of an order, and adopt the mode choosing intermediate value to determine the pixel value of this pixel, due in the most of the time, the pixel value at this place is background and non-moving objects, therefore can choose intermediate value using background pixel point as the pixel value of this pixel.
(5) can moving object be extracted, support further to operate, such as, change background, insert moving object etc.
Owing to obtaining the panorama sketch not having moving object, only need to use frame difference method just can extract moving object, then carry out follow-up operation.
(6) image vision is comparatively level and smooth, avoids because single image is too bright or too dim and cause the regional luminance of panorama sketch inconsistent.
Be get median operation after the candidate point of pixel each in panorama sketch is sorted, therefore can avoid choosing bright or excessively dark pixel, achieve vision smooth effect.
(7) algorithm can do self-adaptative adjustment to video length, if video length is longer, then choose frame period large, if video is shorter, then choose frame period little, such selection can take into account algorithm execution efficiency and panorama sketch synthetic effect.
Accompanying drawing explanation
Fig. 1 is the schematic diagram of world coordinate system XYZ of the present invention and camera coordinate system xyz.
Fig. 2 is the process flow diagram of the inventive method.
Embodiment
Below in conjunction with accompanying drawing, technical scheme of the present invention is further elaborated.
The process flow diagram of the inventive method as shown in Figure 2.Remove a Panoramagram montage method for moving object in sport video, it is characterized in that described method comprises the steps:
(1) according to the video interception of the length acquisition suitable quantity of video;
(2) because people are under normal circumstances that health does not move and rotating camera carries out the acquisition of panoramic video in shooting custom, therefore need the image of sectional drawing gained to hint obliquely on sphere, to prevent the final panorama sketch torsional deformation formed;
(3) SURF feature point detection is carried out to every two field picture, obtain the descriptor vector of unique point, as the foundation of coupling;
(4) Feature Points Matching;
(5) calculated the perspective homograph matrix of every two two field pictures by matching characteristic point, calculate the both forward and reverse directions homography matrix conversion of adjacent two frames;
(6) by the homograph matrix of consecutive frame, panorama sketch size is obtained;
(7) be incident upon sequence frame by panorama sketch reflection, be that each pixel of panorama sketch builds candidate point chained list, remove moving object, panorama map generalization is complete.
Wherein, in described step (1), the concrete mode that video interception is selected is: if video length is within 2 seconds, then get a two field picture at interval of 5 frames; If video length is between 2 seconds to 5 seconds, then get a two field picture at interval of 10 frames; If video length was more than 5 seconds, then get a two field picture at interval of 15 frames.
Wherein, in described step (2), image projection is as follows to the method for sphere:
As shown in Figure 1, hypothetical world coordinate is XYZ, and camera coordinate is xyz, and camera coordinates system is obtained by the X-axis rotation alpha angle of world coordinate system in world coordinate system;
If the image coordinate of any one pixel p is (x, y) on real scene image f, its image coordinate corresponding on spherical projection image is wherein θ is feathering angle, be the angle of pitch, the height of real scene image is H, and width is W, and sets ball centre as coordinate origin, and camera focus is λ, and radius of a ball r is camera focus; The coordinate of this time point p (x, y) under camera coordinates system xyz is (x – W/2, y – H/2 ,-λ), then the coordinate (u, v, w) it be converted under world coordinate system XYZ is:
u v w = 1 0 0 0 cos α - sin α 0 sin α cos α x - W / 2 y - H / 2 - λ
And have
Can be obtained by above two formulas
Therefore spherical co-ordinate formula is obtained:
Wherein (x ', y ') is corresponding to the development of a sphere planimetric coordinates value of photographic plane coordinate (x, y); Formula in utilization, then can be projected to plane original image, generates development of a sphere planimetric coordinates image.
Wherein, in described step (4), the method for Feature Points Matching is as follows:
Euclidean distance is adopted to be used as the canonical function of the evaluation of two proper vector distances:
D ( P 1 , P 2 ) = Σ i - 1 n ( k 1 i - k 2 i ) 2
Wherein P1, P2 represent the unique point in two two field pictures, descriptor vector i-th component of what k1i and k2i represented is P1, P2; For reducing erroneous matching rate further, adopt arest neighbors than the method for secondary neighbour, minimum distance and time is closely represented respectively with ND (NearestDistance) and NND (NextNearestDistance), then nearest and secondary ratio Rod is closely ND/NND, we can set a threshold value threshold and (be greater than 0, be less than the positive number of 1), then:
i f R o d ≤ t h r e s h o l d , s u c c e s s e l s e , f a i 1 u r e
Rule of thumb, threshold value is between 0.5 to 0.7.
Wherein, in described step (5), computation process adopts based on RANSAC matching process, because homography matrix needs 4 pairs of match points to calculate, therefore the subset of the multiple 4 pairs of match points of random selecting, obtain optimal subset by least error method, and estimate the homograph matrix between adjacent two two field pictures thus.
Wherein, in described step (6), concrete grammar is as follows:
Centre one frame choosing all image sequence frames, as panorama sketch base coordinate frame, because perspective matrix transformation model has transferability between frames, therefore can calculate forward between any two frames or transformation by reciprocal direction by the transformation matrix of consecutive frame; By four of the image of other frames summits, be mapped in base coordinate frame, be chosen at wherein minimum x coordinate and the minimum y coordinate top left corner apex as panorama sketch, with maximum x coordinate and maximum y coordinate as the summit, the lower right corner of panorama sketch, the size of panorama sketch can be obtained thus.
Wherein, in described step (7), concrete grammar is as follows:
From the upper left angle point of panorama sketch, travel through the pixel of panoramic picture by row; Reverse transform matrix is utilized obtain the position in single-frame images coordinate system for pixel P (x, y); Because panorama sketch pixel coordinate not all exists back projection's point at every two field picture, therefore only select the point alternatively point that there is back projection's point;
For all candidate point Pi (xi, yi) sort according to gray-scale value, pixel is wherein likely the point of foreground moving object, also be likely background dot, in order to background dot can be utilized to carry out assignment to panoramic picture, our hypothesis is in the middle of whole frame sequence, and the time that some some passive movement object blocks is less than the time that it comes out, so we can utilize the intermediate value of choosing candidate point as the value of panoramic picture vegetarian refreshments (x, y); By the method that this median pixel is chosen, we can filtering moving object, and only retain background; Thus, panorama map generalization is complete.

Claims (7)

1. remove a Panoramagram montage method for moving object in sport video, it is characterized in that described method comprises the steps:
(1) according to the video interception of the length acquisition suitable quantity of video;
(2) image of sectional drawing gained is hinted obliquely on sphere, to prevent the final panorama sketch torsional deformation formed;
(3) SURF feature point detection is carried out to every two field picture, obtain the descriptor vector of unique point, as the foundation of coupling;
(4) Feature Points Matching;
(5) calculated the perspective homograph matrix of every two two field pictures by matching characteristic point, calculate the both forward and reverse directions homography matrix conversion of adjacent two frames;
(6) by the homograph matrix of consecutive frame, panorama sketch size is obtained;
(7) be incident upon sequence frame by panorama sketch reflection, be that each pixel of panorama sketch builds candidate point chained list, remove moving object, panorama map generalization is complete.
2. a kind of Panoramagram montage method removing moving object in sport video according to claim 1, it is characterized in that, in described step (1), the concrete mode that video interception is selected is: if video length is within 2 seconds, then get a two field picture at interval of 5 frames; If video length is between 2 seconds to 5 seconds, then get a two field picture at interval of 10 frames; If video length was more than 5 seconds, then get a two field picture at interval of 15 frames.
3. a kind of Panoramagram montage method removing moving object in sport video according to claim 1, is characterized in that, in described step (2), image projection is as follows to the method for sphere:
Hypothetical world coordinate is XYZ, and camera coordinate is xyz, and camera coordinates system is obtained by the X-axis rotation alpha angle of world coordinate system in world coordinate system;
If the image coordinate of any one pixel p is (x, y) on real scene image f, its image coordinate corresponding on spherical projection image is wherein θ is feathering angle, be the angle of pitch, the height of real scene image is H, and width is W, and sets ball centre as coordinate origin, and camera focus is λ, and radius of a ball r is camera focus; The coordinate of this time point p (x, y) under camera coordinates system xyz is (x – W/2, y – H/2 ,-λ), then the coordinate (u, v, w) it be converted under world coordinate system XYZ is:
u ν w = 1 0 0 0 cos a - sin a 0 sin a c o s a x - W / 2 y - H / 2 - λ
And have
Can be obtained by above two formulas
Therefore spherical co-ordinate formula is obtained:
Wherein (x ', y ') is corresponding to the development of a sphere planimetric coordinates value of photographic plane coordinate (x, y); Formula in utilization, then can be projected to plane original image, generates development of a sphere planimetric coordinates image.
4. a kind of Panoramagram montage method removing moving object in sport video according to claim 1, is characterized in that, in described step (4), the method for Feature Points Matching is as follows:
Euclidean distance is adopted to be used as the canonical function of the evaluation of two proper vector distances:
D ( P 1 , P 2 ) = Σ i = 1 n ( k 1 i - k 2 i ) 2
Wherein P1, P2 represent the unique point in two two field pictures, descriptor vector i-th component of what k1i and k2i represented is P1, P2; For reducing erroneous matching rate further, adopt arest neighbors than the method for secondary neighbour, minimum distance and time is closely represented respectively with ND (NearestDistance) and NND (NextNearestDistance), then nearest and secondary ratio Rod is closely ND/NND, we can set a threshold value threshold and (be greater than 0, be less than the positive number of 1), then:
i f R o d ≤ t h r e s h o l d , s u c c e s s e l s e , f a i l u r e
Rule of thumb, threshold value is between 0.5 to 0.7.
5. a kind of Panoramagram montage method removing moving object in sport video according to claim 1, it is characterized in that, in described step (5), computation process adopts based on RANSAC matching process, because homography matrix needs 4 pairs of match points to calculate, therefore the subset of the multiple 4 pairs of match points of random selecting, obtain optimal subset by least error method, and estimate the homograph matrix between adjacent two two field pictures thus.
6. a kind of Panoramagram montage method removing moving object in sport video according to claim 1, is characterized in that, in described step (6), concrete grammar is as follows:
Centre one frame choosing all image sequence frames, as panorama sketch base coordinate frame, because perspective matrix transformation model has transferability between frames, therefore can calculate forward between any two frames or transformation by reciprocal direction by the transformation matrix of consecutive frame; By four of the image of other frames summits, be mapped in base coordinate frame, be chosen at wherein minimum x coordinate and the minimum y coordinate top left corner apex as panorama sketch, with maximum x coordinate and maximum y coordinate as the summit, the lower right corner of panorama sketch, the size of panorama sketch can be obtained thus.
7. a kind of Panoramagram montage method removing moving object in sport video according to claim 1, is characterized in that, in described step (7), concrete grammar is as follows:
From the upper left angle point of panorama sketch, travel through the pixel of panoramic picture by row; Reverse transform matrix is utilized obtain the position in single-frame images coordinate system for pixel P (x, y); Because panorama sketch pixel coordinate not all exists back projection's point at every two field picture, therefore only select the point alternatively point that there is back projection's point;
For all candidate point Pi (xi, yi) sort according to gray-scale value, pixel is wherein likely the point of foreground moving object, also be likely background dot, in order to background dot can be utilized to carry out assignment to panoramic picture, our hypothesis is in the middle of whole frame sequence, and the time that some some passive movement object blocks is less than the time that it comes out, so we can utilize the intermediate value of choosing candidate point as the value of panoramic picture vegetarian refreshments (x, y); By the method that this median pixel is chosen, we can filtering moving object, and only retain background; Thus, panorama map generalization is complete.
CN201510372210.8A 2015-06-30 2015-06-30 Panorama stitching method for removing moving object in moving video Pending CN105046649A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510372210.8A CN105046649A (en) 2015-06-30 2015-06-30 Panorama stitching method for removing moving object in moving video

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510372210.8A CN105046649A (en) 2015-06-30 2015-06-30 Panorama stitching method for removing moving object in moving video

Publications (1)

Publication Number Publication Date
CN105046649A true CN105046649A (en) 2015-11-11

Family

ID=54453169

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510372210.8A Pending CN105046649A (en) 2015-06-30 2015-06-30 Panorama stitching method for removing moving object in moving video

Country Status (1)

Country Link
CN (1) CN105046649A (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106023076A (en) * 2016-05-11 2016-10-12 北京交通大学 Splicing method for panoramic graph and method for detecting defect state of guard railing of high-speed railway
CN106157304A (en) * 2016-07-01 2016-11-23 成都通甲优博科技有限责任公司 A kind of Panoramagram montage method based on multiple cameras and system
CN106201259A (en) * 2016-06-30 2016-12-07 乐视控股(北京)有限公司 A kind of method and apparatus sharing full-view image in virtual reality system
CN107170049A (en) * 2017-04-28 2017-09-15 深圳市思为软件技术有限公司 The method and device that a kind of sequence frame is interacted with panorama
CN107564084A (en) * 2017-08-24 2018-01-09 腾讯科技(深圳)有限公司 A kind of cardon synthetic method, device and storage device
CN107680126A (en) * 2017-09-29 2018-02-09 西安电子科技大学 The images match denoising system and method for random sampling uniformity
CN108520672A (en) * 2018-03-01 2018-09-11 吉林大学 A kind of drive simulation analogue system with multi-screen three-dimensional imaging
CN109194875A (en) * 2018-10-31 2019-01-11 维沃移动通信有限公司 A kind of image pickup method and electronic equipment
CN109697696A (en) * 2018-12-24 2019-04-30 北京天睿空间科技股份有限公司 Benefit blind method for panoramic video
CN111680703A (en) * 2020-06-01 2020-09-18 中国电建集团昆明勘测设计研究院有限公司 360-degree construction panorama linkage positioning method based on image feature point detection and matching
US10991072B2 (en) * 2016-12-16 2021-04-27 Hangzhou Hikvision Digital Technology Co., Ltd. Method and device for fusing panoramic video images
CN116309071A (en) * 2023-03-28 2023-06-23 广东科学技术职业学院 Panoramic image seamless splicing method

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106023076A (en) * 2016-05-11 2016-10-12 北京交通大学 Splicing method for panoramic graph and method for detecting defect state of guard railing of high-speed railway
CN106023076B (en) * 2016-05-11 2019-04-23 北京交通大学 The method of the damage condition of the protective fence of the joining method and detection high-speed railway of panorama sketch
CN106201259A (en) * 2016-06-30 2016-12-07 乐视控股(北京)有限公司 A kind of method and apparatus sharing full-view image in virtual reality system
CN106157304A (en) * 2016-07-01 2016-11-23 成都通甲优博科技有限责任公司 A kind of Panoramagram montage method based on multiple cameras and system
US10991072B2 (en) * 2016-12-16 2021-04-27 Hangzhou Hikvision Digital Technology Co., Ltd. Method and device for fusing panoramic video images
CN107170049B (en) * 2017-04-28 2019-03-22 深圳市思为软件技术有限公司 A kind of method and device that sequence frame is interacted with panorama
CN107170049A (en) * 2017-04-28 2017-09-15 深圳市思为软件技术有限公司 The method and device that a kind of sequence frame is interacted with panorama
CN107564084A (en) * 2017-08-24 2018-01-09 腾讯科技(深圳)有限公司 A kind of cardon synthetic method, device and storage device
CN107680126B (en) * 2017-09-29 2020-10-23 西安电子科技大学 Random sampling consistency image matching denoising processing system and method
CN107680126A (en) * 2017-09-29 2018-02-09 西安电子科技大学 The images match denoising system and method for random sampling uniformity
CN108520672A (en) * 2018-03-01 2018-09-11 吉林大学 A kind of drive simulation analogue system with multi-screen three-dimensional imaging
CN109194875A (en) * 2018-10-31 2019-01-11 维沃移动通信有限公司 A kind of image pickup method and electronic equipment
CN109697696A (en) * 2018-12-24 2019-04-30 北京天睿空间科技股份有限公司 Benefit blind method for panoramic video
CN111680703A (en) * 2020-06-01 2020-09-18 中国电建集团昆明勘测设计研究院有限公司 360-degree construction panorama linkage positioning method based on image feature point detection and matching
CN111680703B (en) * 2020-06-01 2022-06-03 中国电建集团昆明勘测设计研究院有限公司 360-degree construction panorama linkage positioning method based on image feature point detection and matching
CN116309071A (en) * 2023-03-28 2023-06-23 广东科学技术职业学院 Panoramic image seamless splicing method

Similar Documents

Publication Publication Date Title
CN105046649A (en) Panorama stitching method for removing moving object in moving video
CN111968129B (en) Instant positioning and map construction system and method with semantic perception
Tateno et al. Distortion-aware convolutional filters for dense prediction in panoramic images
TWI709107B (en) Image feature extraction method and saliency prediction method including the same
CN103325112B (en) Moving target method for quick in dynamic scene
CN106780592A (en) Kinect depth reconstruction algorithms based on camera motion and image light and shade
CN101394573B (en) Panoramagram generation method and system based on characteristic matching
CN109712247B (en) Live-action training system based on mixed reality technology
CN111160291B (en) Human eye detection method based on depth information and CNN
CN104408725A (en) Target recapture system and method based on TLD optimization algorithm
CN111292408B (en) Shadow generation method based on attention mechanism
CN111950477A (en) Single-image three-dimensional face reconstruction method based on video surveillance
JP5068732B2 (en) 3D shape generator
CN104794737A (en) Depth-information-aided particle filter tracking method
CN107944437B (en) A kind of Face detection method based on neural network and integral image
CN112801074A (en) Depth map estimation method based on traffic camera
CN104217459A (en) Spherical feature extraction method
CN108230242A (en) A kind of conversion method from panorama laser point cloud to video flowing
WO2023236886A1 (en) Cloud occlusion prediction method based on dense optical flow method
CN102270339A (en) Method and system for deblurring of space three-dimensional motion of different fuzzy cores
CN114677479A (en) Natural landscape multi-view three-dimensional reconstruction method based on deep learning
CN113686314A (en) Monocular water surface target segmentation and monocular distance measurement method of shipborne camera
CN117036641A (en) Road scene three-dimensional reconstruction and defect detection method based on binocular vision
Zhang et al. Real-Time object detection for 360-degree panoramic image using CNN
Zhou et al. PersDet: Monocular 3D Detection in Perspective Bird's-Eye-View

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20151111