CN103366158A - Three dimensional structure and color model-based monocular visual road face detection method - Google Patents

Three dimensional structure and color model-based monocular visual road face detection method Download PDF

Info

Publication number
CN103366158A
CN103366158A CN2013102628701A CN201310262870A CN103366158A CN 103366158 A CN103366158 A CN 103366158A CN 2013102628701 A CN2013102628701 A CN 2013102628701A CN 201310262870 A CN201310262870 A CN 201310262870A CN 103366158 A CN103366158 A CN 103366158A
Authority
CN
China
Prior art keywords
point
dimensional structure
road face
road surface
image
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
CN2013102628701A
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.)
Southeast University
Original Assignee
Southeast 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 Southeast University filed Critical Southeast University
Priority to CN2013102628701A priority Critical patent/CN103366158A/en
Publication of CN103366158A publication Critical patent/CN103366158A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Image Analysis (AREA)
  • Traffic Control Systems (AREA)

Abstract

The invention discloses a three dimensional structure and color model-based monocular visual road face detection method, comprising the steps of firstly extracting and matching feature points of a road face scene image shot by monocular vision, then calculating the motion parameters of a camera, reconstructing the three dimensional structure of the feature points according to the motion parameters, separating road face and non-road face feature points from the three dimensional structure, and finally establishing the color Gauss mixed model of the two types of feature points and splitting a road face area by an image-splitting method. The invention provides a whole effective road face detection scheme, and solves the effects of complex road face scenes such as lighting and zebra lines to a certain extent.

Description

Monocular vision pavement detection method based on three-dimensional structure and colour model
Technical field
The invention belongs to computer vision and image processing field, relate to a kind of pavement detection method in conjunction with three-dimensional structure and colour model.
Background technology
Traditional pavement detection method mainly is divided into based on the method for pixel characteristic with based on two kinds of the methods of structural information.Method based on pixel characteristic exists following shortcoming: can accurately not detect and have a large amount of illumination shades and the such complex road surface of zebra stripes, can not obtain the constructional depth information of scene simultaneously.Method based on structural information exists following shortcoming: can not effectively detect pavement edge, and only near the pavement detection unique point be had good testing result.
Compare the vehicular platform that binocular vision system is more suitable for moving based on the pavement detection system of monocular vision, this is because monocular vision utilizes successive frame information that scene structure is analyzed, and therefore binocular vision system is fit to static scene more owing to not utilizing the movable information of scene.Single camera vision system has reduced equipment requirement simultaneously, is convenient to install set up.
Summary of the invention
Goal of the invention: in order to address the above problem, the present invention proposes a kind of monocular vision pavement detection method based on three-dimensional structure and colour model.
Technical scheme: the monocular vision pavement detection method based on three-dimensional structure and colour model comprises the steps:
Feature point detection and coupling: adopt the Harris angular-point detection method to extract the unique point of scene image, and with the unique point of current frame image by the method for sparse optical flow coupling and the Image Feature Point Matching of next frame;
Calculate camera motion: concern the fundamental matrix that calculates between the two continuous frames image according to Feature Points Matching, and obtain camera motion by decomposing fundamental matrix;
Reconstruct unique point three-dimensional structure: camera motion adopts the three-dimensional structure of the method reconstruct unique point of Linear Triangular shape;
Extract the road surface characteristic point: adopt the stochastic sampling coherence method to extract road areal model parameter in the three-dimensional feature point cloud, unique point is divided into road surface characteristic point and non-road surface characteristic is put two classes;
Set up the color gauss hybrid models: set up two types Gaussian Mixture colour model according to described two category features point, the color gauss hybrid models of each class has five gaussian component, and the generation of these five gaussian component is to obtain by the K-means clustering method;
The method that employing figure cuts is cut apart the zone, road surface.
The present invention adopts technique scheme, has following beneficial effect: complete effective pavement detection scheme in the present invention proposes, the impact that has solved to a certain extent the complex road surface scenes such as illumination, zebra stripes.Pavement detection method based on monocular vision is compared the vehicular platform that binocular vision system is more suitable for moving, and this is because monocular vision utilizes successive frame information that scene structure is analyzed.Single camera vision system has reduced equipment requirement simultaneously, is convenient to install set up.
Description of drawings
Fig. 1 is method flow diagram of the present invention;
Fig. 2 is stochastic sampling consistency detecting method match of the present invention road surface process flow diagram;
Fig. 3 is that the present invention adopts the color gauss hybrid models to cut apart zone, road surface process flow diagram.
Embodiment
Below in conjunction with specific embodiment, further illustrate the present invention, should understand these embodiment only is used for explanation the present invention and is not used in and limits the scope of the invention, after having read the present invention, those skilled in the art all fall within the application's claims limited range to the modification of the various equivalent form of values of the present invention.
Concrete steps such as Fig. 1 the method are:
(1) extracts scene image unique point and coupling
Feature point detection adopts the Harris angular-point detection method, this is the similarity based method between a kind of detection pixel of the principal curvatures based on the image local autocorrelation matrix, and its basic thought is to assert that it is angle point that the point of obvious gray scale derivative is arranged on two orthogonal directionss.The method of the sparse optical flow that Feature Points Matching is used is a kind of matching process of seeking the unique point optimum displacement, and its energy function is:
E = ∫ ∫ w n 2 ( X ) w ( X ) dX = ∫ ∫ w ( I ( X - d ) - J ( X ) ) 2 w ( X ) dX
Wherein, the weight function of w (X) expression window, I, J represent the pixel value of former frame image and current frame image.
(2) calculate camera motion
Feature Points Matching in the step of the present invention (1) relation is explained with a kind of mathematical model-fundamental matrix F, and F satisfies X' TFX=0, wherein X' and X represent a pair of matching characteristic point in two width of cloth images.Fundamental matrix can be explained by the kinematic parameter of video camera:
F=[P'C] ×P'P +=[Kt] ×KRK -1=K -T[t] ×RK -1
Wherein, t is the camera translation vector, and R is the video camera rotation matrix, and K is the confidential reference items matrix of video camera.
(3) reconstruct unique point three-dimensional structure
Adopt the method reconstruct unique point three-dimensional structure of common Linear Triangular shape, the method is by two video camera projection matrixes of the relative motion between two two field picture video cameras structure, then according to the three-dimensional coordinate of these two projection matrix calculated characteristics points.
(4) the road surface characteristic point in the extraction three-dimensional structure
Adopt the conforming method of stochastic sampling to extract plane, place, road surface in the three-dimensional structure, the thought of this algorithm is to recycle that a small amount of random sampled point removes to set up model in the sample, then assesses the degree that whole sample space mates this model.Think when sample can mate this model that when part (even can be lower than 50%) in the sample these samples are interior point (inlier), all the other unmatched samples exclude as exterior point (outlier).Maximum optimization model of counting in the last middle selection of in these, putting.The robustness of this method is embodied in a large amount of exterior points that exist in the effective Rejection of samples, and the method for comparing least square is more suitable for processing the actual photographed image.
(5) set up the color gauss hybrid models
Put this 2 category feature point according to road surface characteristic point and non-road surface characteristic and set up respectively two kinds of color gauss hybrid models, mixed Gauss model can be expressed as:
D = Σ i = 1 K π i g i ( x ; μ i , Σ i )
Wherein g i ( x ; μ i , Σ i ) = 1 ( 2 π ) | Σ i | exp [ - 1 2 ( x - μ i ) T Σ i - 1 ( x - μ i ) ] The Gaussian probability-density function of expression sample x, μ iBe the average of this Gaussian density function, Σ iBe sample covariance, and mixed Gauss model is exactly with this K Gauss model weighting π iLinear superposition is got up, wherein π iSatisfy The K value is 5 in the present invention, namely by the K-means clustering method this two classes sample on road surface and non-road surface is gathered into respectively five kinds of gaussian component classifications.
(6) cut apart the zone, road surface
Employing figure segmentation method comes the road surface zone in the split image, and figure segmentation method core concept is that image configuration is become weighted graph G=<E, V>and, the summit of V presentation graphs wherein, the limit of E presentation graphs.The weights size of limit E among the figure is relevant with gray scale, the Texture eigenvalue of pixel, so just image segmentation problem is converted to max-flow (max flow) minimal cut (min cut) problem of figure, thereby according to the routing algorithm of max-flow and minimal cut figure is divided into two class subgraphs realization image segmentation.The present invention adopts the method for iteration to reach segmentation effect the best, namely by not stopping to upgrade the road surface and this two classes color gauss hybrid models of non-road surface is optimized segmentation effect, reaches stable until the energy of figure segmentation method cuts.

Claims (1)

1. based on the monocular vision pavement detection method of three-dimensional structure and colour model, it is characterized in that, comprise the steps:
Feature point detection and coupling: adopt the Harris angular-point detection method to extract the unique point of scene image, and with the unique point of current frame image by the method for sparse optical flow coupling and the Image Feature Point Matching of next frame;
Calculate camera motion: concern the fundamental matrix that calculates between the two continuous frames image according to Feature Points Matching, and obtain camera motion by decomposing fundamental matrix;
Reconstruct unique point three-dimensional structure: camera motion adopts the three-dimensional structure of the method reconstruct unique point of Linear Triangular shape;
Extract the road surface characteristic point: adopt the stochastic sampling coherence method to extract road areal model parameter in the three-dimensional feature point cloud, unique point is divided into road surface characteristic point and non-road surface characteristic is put two classes;
Set up the color gauss hybrid models: set up two types Gaussian Mixture colour model according to described two category features point, the color gauss hybrid models of each class has five gaussian component, and the generation of these five gaussian component is to obtain by the K-means clustering method;
The method that employing figure cuts is cut apart the zone, road surface.
CN2013102628701A 2013-06-27 2013-06-27 Three dimensional structure and color model-based monocular visual road face detection method Pending CN103366158A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2013102628701A CN103366158A (en) 2013-06-27 2013-06-27 Three dimensional structure and color model-based monocular visual road face detection method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2013102628701A CN103366158A (en) 2013-06-27 2013-06-27 Three dimensional structure and color model-based monocular visual road face detection method

Publications (1)

Publication Number Publication Date
CN103366158A true CN103366158A (en) 2013-10-23

Family

ID=49367464

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2013102628701A Pending CN103366158A (en) 2013-06-27 2013-06-27 Three dimensional structure and color model-based monocular visual road face detection method

Country Status (1)

Country Link
CN (1) CN103366158A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105976402A (en) * 2016-05-26 2016-09-28 同济大学 Real scale obtaining method of monocular vision odometer
CN107944350A (en) * 2017-11-07 2018-04-20 浙江大学 A kind of monocular vision Road Recognition Algorithm merged based on appearance and geological information
WO2018119607A1 (en) * 2016-12-26 2018-07-05 Bayerische Motoren Werke Aktiengesellschaft Method and apparatus for uncertainty modeling of point cloud
CN110852353A (en) * 2019-10-22 2020-02-28 上海眼控科技股份有限公司 Intersection classification method and equipment
CN114782447A (en) * 2022-06-22 2022-07-22 小米汽车科技有限公司 Road surface detection method, device, vehicle, storage medium and chip

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6580821B1 (en) * 2000-03-30 2003-06-17 Nec Corporation Method for computing the location and orientation of an object in three dimensional space
CN101625768A (en) * 2009-07-23 2010-01-13 东南大学 Three-dimensional human face reconstruction method based on stereoscopic vision
CN101706965A (en) * 2009-11-03 2010-05-12 上海大学 Method for colorizing regional image on basis of Gaussian mixture model
CN102163335A (en) * 2011-05-19 2011-08-24 北京航空航天大学 Multi-camera network structure parameter self-calibration method without inter-camera feature point matching
CN102409599A (en) * 2011-09-22 2012-04-11 中国科学院深圳先进技术研究院 Road surface detection method and system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6580821B1 (en) * 2000-03-30 2003-06-17 Nec Corporation Method for computing the location and orientation of an object in three dimensional space
CN101625768A (en) * 2009-07-23 2010-01-13 东南大学 Three-dimensional human face reconstruction method based on stereoscopic vision
CN101706965A (en) * 2009-11-03 2010-05-12 上海大学 Method for colorizing regional image on basis of Gaussian mixture model
CN102163335A (en) * 2011-05-19 2011-08-24 北京航空航天大学 Multi-camera network structure parameter self-calibration method without inter-camera feature point matching
CN102409599A (en) * 2011-09-22 2012-04-11 中国科学院深圳先进技术研究院 Road surface detection method and system

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
YOUSUN KANG 等: "Texture segmentation of road environment scene using SFM module and HLAC features", 《IPSJ TRANSACTIONS ON COMPUTER VISION AND APPLICATIONS》 *
向遥 等: "基于高斯混合模型的区域颜色迁移", 《中国图象图形学报》 *
朱海天: "基于单应和运动补偿的路面检测", 《信息化研究》 *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105976402A (en) * 2016-05-26 2016-09-28 同济大学 Real scale obtaining method of monocular vision odometer
WO2018119607A1 (en) * 2016-12-26 2018-07-05 Bayerische Motoren Werke Aktiengesellschaft Method and apparatus for uncertainty modeling of point cloud
US10740962B2 (en) 2016-12-26 2020-08-11 Bayerische Motoren Werke Aktiengesellschaft Method and apparatus for uncertainty modeling of point cloud
CN107944350A (en) * 2017-11-07 2018-04-20 浙江大学 A kind of monocular vision Road Recognition Algorithm merged based on appearance and geological information
CN107944350B (en) * 2017-11-07 2020-09-01 浙江大学 Monocular vision road identification method based on appearance and geometric information fusion
CN110852353A (en) * 2019-10-22 2020-02-28 上海眼控科技股份有限公司 Intersection classification method and equipment
CN114782447A (en) * 2022-06-22 2022-07-22 小米汽车科技有限公司 Road surface detection method, device, vehicle, storage medium and chip
CN114782447B (en) * 2022-06-22 2022-09-09 小米汽车科技有限公司 Road surface detection method, device, vehicle, storage medium and chip

Similar Documents

Publication Publication Date Title
Xiao et al. Multiple view semantic segmentation for street view images
CN104050471B (en) Natural scene character detection method and system
CN108596108B (en) Aerial remote sensing image change detection method based on triple semantic relation learning
CN109598794B (en) Construction method of three-dimensional GIS dynamic model
CN110570457B (en) Three-dimensional object detection and tracking method based on stream data
CN105528794A (en) Moving object detection method based on Gaussian mixture model and superpixel segmentation
CN106780592A (en) Kinect depth reconstruction algorithms based on camera motion and image light and shade
CN103426200B (en) Tree three-dimensional reconstruction method based on unmanned aerial vehicle aerial photo sequence image
CN105160310A (en) 3D (three-dimensional) convolutional neural network based human body behavior recognition method
CN111832655A (en) Multi-scale three-dimensional target detection method based on characteristic pyramid network
CN104850850A (en) Binocular stereoscopic vision image feature extraction method combining shape and color
CN103735269B (en) A kind of height measurement method followed the tracks of based on video multi-target
CN105912999A (en) Human behavior identification method based on depth information
CN105740945A (en) People counting method based on video analysis
CN105404857A (en) Infrared-based night intelligent vehicle front pedestrian detection method
CN110827312B (en) Learning method based on cooperative visual attention neural network
CN104794737A (en) Depth-information-aided particle filter tracking method
CN103366158A (en) Three dimensional structure and color model-based monocular visual road face detection method
CN104376334B (en) A kind of pedestrian comparison method of multi-scale feature fusion
CN106056607A (en) Monitoring image background modeling method based on robustness principal component analysis
CN105005760A (en) Pedestrian re-identification method based on finite mixture model
CN102034267A (en) Three-dimensional reconstruction method of target based on attention
CN106056631A (en) Pedestrian detection method based on motion region
CN102799646B (en) A kind of semantic object segmentation method towards multi-view point video
CN107808524B (en) Road intersection vehicle detection method based on unmanned aerial vehicle

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20131023