CN103177451A - Three-dimensional matching algorithm between adaptive window and weight based on picture edge - Google Patents

Three-dimensional matching algorithm between adaptive window and weight based on picture edge Download PDF

Info

Publication number
CN103177451A
CN103177451A CN2013101350224A CN201310135022A CN103177451A CN 103177451 A CN103177451 A CN 103177451A CN 2013101350224 A CN2013101350224 A CN 2013101350224A CN 201310135022 A CN201310135022 A CN 201310135022A CN 103177451 A CN103177451 A CN 103177451A
Authority
CN
China
Prior art keywords
window
algorithm
edge
weight
matching
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
CN2013101350224A
Other languages
Chinese (zh)
Other versions
CN103177451B (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 University of Science and Technology
Original Assignee
Nanjing University of Science and Technology
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 University of Science and Technology filed Critical Nanjing University of Science and Technology
Priority to CN201310135022.4A priority Critical patent/CN103177451B/en
Publication of CN103177451A publication Critical patent/CN103177451A/en
Application granted granted Critical
Publication of CN103177451B publication Critical patent/CN103177451B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention discloses a three-dimensional matching algorithm between an adaptive window and a weight based on a picture edge. The algorithm comprises the following steps of: firstly, rapidly and dynamically selecting a window supporting size by picture edge information; providing a weight model which accords with a probability curve according to the characteristic that a matching value is changed along the geometrical distance from a neighborhood point to the center of the window; and combining with the color similarity constraint, wherein the weighted color distance cumulative sum is the similarity quantity, and computing parallax errors by points to obtain a dense disparity map. After the algorithm is used, matching noise can be effectively reduced, the matching precision between a high-edge region and a low-texture region can be improved, and the rapid and high-efficiency three-dimensional matching can be realized.

Description

Based on the self-adapting window of image border and the Stereo Matching Algorithm of weight
Technical field
The invention belongs to computer vision field, particularly a kind of based on the self-adapting window of image border and the Stereo Matching Algorithm of weight.
Background technology
Binocular stereo vision is a kind of computer vision system that obtains the scene three-dimensional information by imitating mankind's binocular vision characteristic.Binocular camera obtains scene information from different perspectives, according to the distance of disparity computation corresponding point to imaging surface, obtains depth perception and three-dimensional reconstruction.Binocular Stereo Matching Algorithm is the hot issue of research always.
At present, the Stereo Matching Algorithm of broad research mainly is divided three classes: based on the matching algorithm of unique point, based on the matching algorithm in zone with based on the matching algorithm of the overall situation.
Be based on the matching algorithm of the features such as angle point, edge based on the matching algorithm of unique point, realization character point range finding fast can't be satisfied dense disparity map three-dimensional reconstruction demand but the method only can realize sparse coupling.
Matching algorithm based on the overall situation is the search strategy of a globally optimal solution, use can obtain matching result more accurately based on the Global Algorithm of heredity, neural network and dynamic programming etc., present most accuracy rate priority algorithm all adopts the global registration algorithm, but it is slow to ask for the large speed of globally optimal solution difficulty, is difficult to satisfy practical application request.Be that neighborhood take two width image respective pixel carries out the method for similarity coupling as the coupling primitive based on the matching algorithm in zone, Region Matching Algorithm can realize that dense matching can greatly dwindle the scope of finding the solution again.
The reliability of zone similarity matching algorithm is affected by the size of selected support window: window is larger, and information is abundanter, and is better to low texture region and repeat region matching effect, but mistake matching rate complicated to details, the parallax discontinuity zone is higher; Window is less, and is better to parallax discontinuity zone matching effect, but texture region information is more inadequate, the mistake matching rate is higher to hanging down.Adopt the self-adapting window algorithm based on region growing, can choose the window of definite shape and size for each pixel self-adaptation in degree of depth discontinuity zone, improved the accuracy rate of matching result, but the computing complicated and time consumption such as seed is chosen, growth.Color information is incorporated regional Stereo Matching Algorithm, and the method can more be given full play to the effect of each channel information of coloured image, has more advantage from computing velocity and the explanation of reliability aspect based on the matching algorithm in zone.The adaptive weighting matching algorithm in color-based and space, each pixel in two windows is distributed respectively a weighted value with self window center point color distance and geometric distance correlation of indices, take absolute error as the initial matching cost, the normalization weighted calculation zone degree of correlation, this arithmetic accuracy is higher, but algorithm is complicated, calculated amount is larger.
Summary of the invention
The object of the present invention is to provide a kind of based on image border self-adapting window size, distance weighted based on geometric distance adaptive weighting, color-based, can take into account accuracy and runtime, can effectively reduce the coupling noise, improve degree of depth discontinuity zone and low texture region matching precision based on the self-adapting window of image border and the Stereo Matching Algorithm of weight.
The technical solution that realizes the object of the invention is:
A kind of based on the self-adapting window of image border and the Stereo Matching Algorithm of weight, comprise the following steps:
Step 1: use the Canny operator to ask for the edge to benchmark image;
Step 2: step 2, pointwise detects, and according to whether being the difference of edge and edge power, distributes different neighborhood window sizes, chooses three kinds of neighborhood window size M, N, O(M〉N〉O); Then the detected image edge, as judgment basis, if window center arranges support window and is of a size of O on strong edge, be N if window center on weak edge, arranges window size, is M otherwise window size is set; Put the model that assigns weight to the geometric distance of window center according to neighborhood, shown in (1),
fw ( i , j ) = aω f S - - - ( 1 )
In formula, (i, j) be the coordinate in window for neighborhood point, be this to the geometric distance of window center, a, s and ω are that weight regulatory factor: a is the amplitude regulatory factor, ω is exponential damping speed regulatory factor, ω is larger, and characteristic curve is more level and smooth; S is the kurtosis regulatory factor, and s is larger, and characteristic curve is narrower, s and ω acting in conjunction, scope and the weight coefficient in control core district;
Step 3 is calculated the color distance of every pair of corresponding element in neighborhood window matrix, and is used restraint with interceptive value, and color distance cw expression formula is suc as formula shown in (2),
cw ( ( x 1 , y 1 ) , ( x 2 , y 2 ) ) = ( r 1 - r 2 ) 2 + ( g 1 - g 2 ) 2 + ( b 1 - b 2 ) 2 - - - ( 2 )
In formula, (r 1, g 1, b 1) (r 2, g 2, b 2) be respectively the RGB triple channel brightness value for 2, (x 1, y 1), (x 2, y 2) be the coordinate of corresponding element;
Step 4 multiplies each other color distance and distance weighting corresponding in neighborhood window matrix and add up, take limit add up in disparity range with hour as optimum solution, namely this parallax, skip to step 2, descends some coupling, until complete the entire image coupling, draw disparity map.
The present invention compared with prior art, its remarkable advantage:
Support window consistent size, the uniform regional Stereo Matching Algorithm of reference value, larger support window has more brightness to change to carry out reliable matching at low texture region, but has more error message in occlusion areas; Less window has better effect to the coupling of degree of depth discontinuity zone, but low texture region is not suitable for; And in window, each pixel has different reference values; Algorithm of the present invention is on the basis of the size of dynamically choosing support window according to the marginal information of image, cumulative and as similarity with color distance, this similarity introducing is met the weight model of probability curve characteristic, thereby rationally utilize match information, obtain dense disparity map.
Below in conjunction with accompanying drawing, the present invention is described in further detail.
Description of drawings
Fig. 1 is the variation characteristic schematic diagram of geometric distance weight fw of the present invention.
Fig. 2 is algorithm flow chart of the present invention.
Fig. 3 is SAD algorithm window size and error rate schematic diagram.
Fig. 4 is that algorithm parameter of the present invention is chosen and the error rate schematic diagram.
Fig. 5 is result of implementation and the invention process result contrast schematic diagram of Tsukuba image; (a) be the left figure of former figure, (b) be the standard disparity map, (c) be 9 * 9SAD arithmetic result schematic diagram, (d) be 15 * 15SAD arithmetic result schematic diagram, (e) be Yoon arithmetic result schematic diagram, (f) being arithmetic result schematic diagram of the present invention, is (g) 15 * 15SAD Mismatching point schematic diagram, is (h) algorithm Mismatching point schematic diagram of the present invention.
Fig. 6 is Middlebury database images result of implementation and the invention process result contrast schematic diagram; (a) being the left figure of Cones, is (b) Cones standard disparity map, be (c) algorithm of the present invention for the Cones result schematic diagram, (d) be the left figure of Venus, be (e) Venus standard disparity map, be (f) that algorithm of the present invention is for the Venus result schematic diagram.
Fig. 7 is that algorithm of the present invention is to the effect schematic diagram of embodiment image; (a) being the left figure of the embodiment of the present invention, is (b) the right figure of the embodiment of the present invention, (c) is the disparity map of the embodiment of the present invention.
Embodiment
As shown in Figure 2: the present invention is a kind of based on the self-adapting window of image border and the Stereo Matching Algorithm of weight, comprises the following steps:
Step 1: use the Canny operator to ask for the edge to benchmark image;
Step 2: step 2, pointwise detects, and according to whether being the difference of edge and edge power, distributes different neighborhood window sizes, chooses three kinds of neighborhood window size M, N, O(M〉N〉O); Then the detected image edge, as judgment basis, if window center arranges support window and is of a size of O on strong edge, be N if window center on weak edge, arranges window size, is M otherwise window size is set; Put the model that assigns weight to the geometric distance of window center according to neighborhood, shown in (1),
fw ( i , j ) = aω f S - - - ( 1 )
In formula, (i, j) be the coordinate in window for neighborhood point, be this to the geometric distance of window center, a, s and ω are that weight regulatory factor: a is the amplitude regulatory factor, ω is exponential damping speed regulatory factor, ω is larger, and characteristic curve is more level and smooth; S is the kurtosis regulatory factor, and s is larger, and characteristic curve is narrower, s and ω acting in conjunction, and scope and the weight coefficient in control core district, the probability curve feature is satisfied in the variation of geometric distance weight fw, as shown in Figure 1;
Step 3 is calculated the color distance of every pair of corresponding element in neighborhood window matrix, and is used restraint with interceptive value, and color distance cw expression formula is suc as formula shown in (2),
cw ( ( x 1 , y 1 ) , ( x 2 , y 2 ) ) = ( r 1 - r 2 ) 2 + ( g 1 - g 2 ) 2 + ( b 1 - b 2 ) 2 - - - ( 2 )
In formula, (r 1, g 1, b 1) (r 2, g 2, b 2) be respectively the RGB triple channel brightness value for 2, (x 1, y 1), (x 2, y 2) be the coordinate of corresponding element;
Step 4 multiplies each other color distance and distance weighting corresponding in neighborhood window matrix and add up, take limit add up in disparity range with hour as optimum solution, namely this parallax, skip to step 2, descends some coupling, until complete the entire image coupling, draw disparity map.
Wherein, the concrete grammar that in step 3, interceptive value uses restraint is: propose to introduce upper limit interceptive value ctw, make up the deficiency of simple use similarity, shown in (3), select upper limit interceptive value, in formula, T is the intercept threshold value,
ctw=min{cw,T} (3)
Wherein, step 4 is specially: on the basis of the size of dynamically choosing support window according to the marginal information of image, cumulative and as similarity with color distance, this similarity is introduced the weight model that meets the probability curve characteristic, at first the weighting color distance of calculation window element adds up and is SDC, as similarity, shown in (4).
SDC(x,y,d)=sum{fw(i,j)×ctw[(x+i,y+j),(x+i+d,y+j)]} (4)
Then introduce the self-adapting window algorithm based on the edge, namely EAW, in the EAW+SDC mode, realize the regional Stereo matching of accuracy and runtime compatibility.
The effect of this patent can further illustrate by following result:
In order to test this patent Algorithm Performance and selected with reference to coefficient, this patent has carried out a large amount of embodiment analytical algorithms.The embodiment environment is notebook computer, and dominant frequency is Intel Core2Duo T81002.10GHz, and internal memory 2G, programming language are Matlab R2009a.
Use respectively SAD algorithm, Yoon algorithm and this patent algorithm to carry out Stereo matching to Middlebury database Stereo Matching Algorithm test pattern.Test pattern Tsukuba picture size is 384 * 288, and disparity range is 0~15, as shown in Fig. 5 (a).The standard disparity map contains 8 parallax grades as shown in Fig. 5 (b), it has ignored the parallax grade in the background.
Find out the optimum window size of SAD algorithm by embodiment, data as shown in Figure 3, data are from embodiment and Middlebury evaluating system, draw the SAD algorithm relatively hour window size be 15 * 15.This patent algorithm desired parameters is got by the embodiment test and appraisal, as shown in Figure 4.
(1) use the SAD algorithm, window size is selected 9 * 9 and 15 * 15, calculates parallax and auto adapted filtering gets disparity map as Fig. 5 (c) and (d);
(2) use the Yoon algorithm, the embodiment parameter is set according to its data-oriented fully, gets disparity map as shown in Fig. 5 (e);
(3) use this patent algorithm, selected strong edge window size is 7 * 7, and weak edge window size is 9 * 9, non-edge window size is 15 * 15, each factor a=10 in distance weighting, s=2, ω=0.94, interceptive value T=5, result of calculation is as shown in Fig. 5 (f).The statistical graph of Mismatching point is as shown in Fig. 5 (g) and Fig. 5 (h), and in figure, black color dots is Mismatching point, and gray area is that occlusion area does not include erroneous point, and white portion is correct coupling.
Qualitative analysis:
(1) through filtering, Fig. 5 (c) still has a lot of noises and mistake coupling, and Fig. 5 (f) has eliminated major part wherein, and the area of residual fraction also obviously dwindles, and this is that this patent self-adapting window method has made up the not obvious loss of learning that causes of texture;
(2) Fig. 5 (e) outline effect is best, Fig. 5 (c) and Fig. 5 (d) are very not neat, Fig. 5 (e) has the fat situation in border, but existing obviously improvement, profile is the intersection of parallax discontinuity zone and occlusion areas, illustrates that this patent algorithm has lifting to this regional matching effect;
(3) Fig. 5 (f) details keeps better, illustrates that this patent algorithm has reduced the loss of detail that causes because of the window amplification.
Quantitative test:
The accuracy rate aspect, through the system testing of Middlebury Online Judge, SAD algorithmic match error rate is about 20%, and this patent algorithm is reduced to 6.7%, at each regional matching effect, obvious lifting is arranged.Evaluation result is as shown in table 1, ratio with mistake matched pixel number and the regional total pixel number of the type represents the matching error rate, in table, n-occ represents the matching error rate of non-occlusion areas (non-occluded regions), all represents the error rate of global area, disc represents the error rate of degree of depth locus of discontinuity near zone (regions near depth discontinuities), and bad pixels represents the overall matching error rate.
Time aspect: SAD algorithm 6.6s consuming time, Yoon adaptive weighting algorithm (Yoon ' s Adaptive Weight, write a Chinese character in simplified form Yoon AW) time loss up to 1152.5s, this patent algorithm 7.5s consuming time, the method that self-adapting window method and weighting color distance are cumulative and replacement SAD estimates has been offset the calculated amount that part increases because of the weighted sum hyperchannel.
Table 1 embodiment interpretation of result
Figure BDA00003061724300051
This patent algorithm is when promoting accuracy rate, and computing velocity is near initial matching cost function SAD, and is very competitive aspect taking into account in speed and accuracy.Other images in the Middlebury database are tested, also obtained matching effect preferably, as shown in Figure 6.
Result shows, this patent algorithm can effectively reduce the coupling noise, improves the matching precision of fringe region and low texture region, and matching speed is fast.
In order to check this patent Algorithm Performance, this patent has built the required hardware platform of Binocular Stereo Vision System experiment.Use this patent algorithm to carry out Stereo matching to the image that gathers.
Binocular Stereo Vision System that utilization is built gathers stereo-picture pair, and as shown in Fig. 7 (a) Fig. 7 (b), image resolution ratio is 2048*1536, and disparity range is about 150~220 pixels.Use this patent algorithm to carry out Stereo matching.The selected algorithm parameter: window size is 31 * 31,23 * 23,19 * 19, T=100, w=0.94, s=1.3.Obtain disparity map as shown in Fig. 7 (c).
Analyze above disparity map, this patent algorithm can effectively be realized the division of degree of depth level, and noise is few, and profile is more obvious.
Result shows, this patent algorithm can effectively be applied to the image that the embodiment system gathers, and the matching result noise is little, speed is fast.
Compare by theoretical analysis with to Middlebury database data, embodiment data, prove that the method has higher matching efficiency than conventional stereo matching algorithm (SAD, SSD, NCC) and self-adapting window method (Yoon AW).

Claims (3)

1. one kind based on the self-adapting window of image border and the Stereo Matching Algorithm of weight, it is characterized in that, comprises the following steps:
Step 1: use the Canny operator to ask for the edge to benchmark image;
Step 2: step 2, pointwise detects, and according to whether being the difference of edge and edge power, distributes different neighborhood window sizes, chooses three kinds of neighborhood window size M, N, O(M〉N〉O); Then the detected image edge, as judgment basis, if window center arranges support window and is of a size of O on strong edge, be N if window center on weak edge, arranges window size, is M otherwise window size is set; Put the model that assigns weight to the geometric distance of window center according to neighborhood, shown in (1),
Figure FDA00003061724200011
In formula, (i, j) be the coordinate in window for neighborhood point, be this to the geometric distance of window center, a, s and ω are that weight regulatory factor: a is the amplitude regulatory factor, ω is exponential damping speed regulatory factor, ω is larger, and characteristic curve is more level and smooth; S is the kurtosis regulatory factor, and s is larger, and characteristic curve is narrower, s and ω acting in conjunction, scope and the weight coefficient in control core district;
Step 3 is calculated the color distance of every pair of corresponding element in neighborhood window matrix, and is used restraint with interceptive value, and color distance cw expression formula is suc as formula shown in (2),
Figure FDA00003061724200012
In formula, (r 1, g 1, b 1) (r 2, g 2, b 2) be respectively the RGB triple channel brightness value for 2, (x 1, y 1), (x 2, y 2) be the coordinate of corresponding element;
Step 4 multiplies each other color distance and distance weighting corresponding in neighborhood window matrix and add up, take limit add up in disparity range with hour as optimum solution, namely this parallax, skip to step 2, descends some coupling, until complete the entire image coupling, draw disparity map.
2. according to claim 1 based on the self-adapting window of image border and the Stereo Matching Algorithm of weight, it is characterized in that, the concrete grammar that in described step 3, interceptive value uses restraint is: propose to introduce upper limit interceptive value ctw, make up the deficiency of simple use similarity, shown in (3), select upper limit interceptive value, in formula, T is the intercept threshold value
ctw=min{cw,T} (3) 。
3. according to claim 1 based on the self-adapting window of image border and the Stereo Matching Algorithm of weight, it is characterized in that: described step 4 is specially: on the basis of the size of dynamically choosing support window according to the marginal information of image, cumulative and as similarity with color distance, this similarity is introduced the weight model that meets the probability curve characteristic, at first the weighting color distance of calculation window element adds up and is SDC, as similarity, shown in (4).
SDC(x,y,d)=sum{fw(i,j)×ctw[(x+i,y+j),(x+i+d,y+j)]} (4)
Then introduce the self-adapting window algorithm based on the edge, namely EAW, in the EAW+SDC mode, realize the regional Stereo matching of accuracy and runtime compatibility.
CN201310135022.4A 2013-04-17 2013-04-17 Based on the self-adapting window of image border and the Stereo Matching Algorithm of weight Expired - Fee Related CN103177451B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310135022.4A CN103177451B (en) 2013-04-17 2013-04-17 Based on the self-adapting window of image border and the Stereo Matching Algorithm of weight

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310135022.4A CN103177451B (en) 2013-04-17 2013-04-17 Based on the self-adapting window of image border and the Stereo Matching Algorithm of weight

Publications (2)

Publication Number Publication Date
CN103177451A true CN103177451A (en) 2013-06-26
CN103177451B CN103177451B (en) 2015-12-23

Family

ID=48637281

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310135022.4A Expired - Fee Related CN103177451B (en) 2013-04-17 2013-04-17 Based on the self-adapting window of image border and the Stereo Matching Algorithm of weight

Country Status (1)

Country Link
CN (1) CN103177451B (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103440653A (en) * 2013-08-27 2013-12-11 北京航空航天大学 Binocular vision stereo matching method
CN103714543A (en) * 2013-12-26 2014-04-09 南京理工大学 Simple tree dynamic programming binocular and stereo matching method based on invariant moment spatial information
CN104867135A (en) * 2015-05-04 2015-08-26 中国科学院上海微系统与信息技术研究所 High-precision stereo matching method based on guiding image guidance
CN105631797A (en) * 2015-12-24 2016-06-01 小米科技有限责任公司 Watermarking method and device
CN107292828A (en) * 2016-03-31 2017-10-24 展讯通信(上海)有限公司 The treating method and apparatus of image border
CN107677682A (en) * 2017-11-07 2018-02-09 泉州创力模具有限公司 A kind of footwear mould surface damage detection device and detection method
CN109118534A (en) * 2018-07-13 2019-01-01 同济大学 The method for obtaining icing ice type details on model surface in icing tunnel in real time based on machine vision image
US11024048B2 (en) 2018-01-09 2021-06-01 Wistron Corporation Method, image processing device, and system for generating disparity map
US11105897B2 (en) * 2016-02-18 2021-08-31 L.H. Kosowsky & Associates Imaging system for locating human beings through barriers
CN113537351A (en) * 2021-07-16 2021-10-22 重庆邮电大学 Remote sensing image coordinate matching method for mobile equipment shooting
CN116309562A (en) * 2023-05-17 2023-06-23 江西萤火虫微电子科技有限公司 Board defect identification method and system

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102298708A (en) * 2011-08-19 2011-12-28 四川长虹电器股份有限公司 3D mode identification method based on color and shape matching

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102298708A (en) * 2011-08-19 2011-12-28 四川长虹电器股份有限公司 3D mode identification method based on color and shape matching

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103440653A (en) * 2013-08-27 2013-12-11 北京航空航天大学 Binocular vision stereo matching method
CN103714543A (en) * 2013-12-26 2014-04-09 南京理工大学 Simple tree dynamic programming binocular and stereo matching method based on invariant moment spatial information
CN104867135B (en) * 2015-05-04 2017-08-25 中国科学院上海微系统与信息技术研究所 A kind of High Precision Stereo matching process guided based on guide image
CN104867135A (en) * 2015-05-04 2015-08-26 中国科学院上海微系统与信息技术研究所 High-precision stereo matching method based on guiding image guidance
CN105631797B (en) * 2015-12-24 2019-03-08 小米科技有限责任公司 Watermark adding method and device
CN105631797A (en) * 2015-12-24 2016-06-01 小米科技有限责任公司 Watermarking method and device
US11105897B2 (en) * 2016-02-18 2021-08-31 L.H. Kosowsky & Associates Imaging system for locating human beings through barriers
CN107292828A (en) * 2016-03-31 2017-10-24 展讯通信(上海)有限公司 The treating method and apparatus of image border
CN107677682A (en) * 2017-11-07 2018-02-09 泉州创力模具有限公司 A kind of footwear mould surface damage detection device and detection method
CN107677682B (en) * 2017-11-07 2024-03-08 泉州创力模具有限公司 Shoe mold surface damage detection device and detection method
US11024048B2 (en) 2018-01-09 2021-06-01 Wistron Corporation Method, image processing device, and system for generating disparity map
CN109118534A (en) * 2018-07-13 2019-01-01 同济大学 The method for obtaining icing ice type details on model surface in icing tunnel in real time based on machine vision image
CN113537351A (en) * 2021-07-16 2021-10-22 重庆邮电大学 Remote sensing image coordinate matching method for mobile equipment shooting
CN113537351B (en) * 2021-07-16 2022-06-24 重庆邮电大学 Remote sensing image coordinate matching method for mobile equipment shooting
CN116309562A (en) * 2023-05-17 2023-06-23 江西萤火虫微电子科技有限公司 Board defect identification method and system
CN116309562B (en) * 2023-05-17 2023-08-18 江西萤火虫微电子科技有限公司 Board defect identification method and system

Also Published As

Publication number Publication date
CN103177451B (en) 2015-12-23

Similar Documents

Publication Publication Date Title
CN103177451B (en) Based on the self-adapting window of image border and the Stereo Matching Algorithm of weight
US10484663B2 (en) Information processing apparatus and information processing method
CN107578430B (en) Stereo matching method based on self-adaptive weight and local entropy
De-Maeztu et al. Linear stereo matching
CN103814306B (en) Depth survey quality strengthens
CN103632361B (en) An image segmentation method and a system
CN102509099B (en) Detection method for image salient region
CN103699900B (en) Building horizontal vector profile automatic batch extracting method in satellite image
KR20230028598A (en) Methods and systems for detecting and combining structural features in 3d reconstruction
CN103778599B (en) A kind of image processing method and system
CN102426700B (en) Level set SAR image segmentation method based on local and global area information
CN110047095A (en) Tracking, device and terminal device based on target detection
CN103826032B (en) Depth map post-processing method
CN102982334B (en) The sparse disparities acquisition methods of based target edge feature and grey similarity
CN110047139B (en) Three-dimensional reconstruction method and system for specified target
CN103268604B (en) Binocular video depth map acquiring method
CN103810756B (en) The method for drafting of self adaptive Loop subdivision curved surface based on irregular area
CN104143190A (en) Method and system for partitioning construction in CT image
CN104077808A (en) Real-time three-dimensional face modeling method used for computer graph and image processing and based on depth information
CN103745453B (en) Urban residential areas method based on Google Earth remote sensing image
CN103544695B (en) A kind of efficiently based on the medical image cutting method of game framework
CN104966285A (en) Method for detecting saliency regions
CN102740096A (en) Space-time combination based dynamic scene stereo video matching method
CN102903111B (en) Large area based on Iamge Segmentation low texture area Stereo Matching Algorithm
CN106529432A (en) Hand area segmentation method deeply integrating significance detection and prior knowledge

Legal Events

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

Granted publication date: 20151223