CN101847255A - Structural information synthesis-based image completion method - Google Patents

Structural information synthesis-based image completion method Download PDF

Info

Publication number
CN101847255A
CN101847255A CN 201010152234 CN201010152234A CN101847255A CN 101847255 A CN101847255 A CN 101847255A CN 201010152234 CN201010152234 CN 201010152234 CN 201010152234 A CN201010152234 A CN 201010152234A CN 101847255 A CN101847255 A CN 101847255A
Authority
CN
China
Prior art keywords
node
image
expression
information
target area
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
CN 201010152234
Other languages
Chinese (zh)
Other versions
CN101847255B (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.)
Tianjin University
Original Assignee
Tianjin 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 Tianjin University filed Critical Tianjin University
Priority to CN 201010152234 priority Critical patent/CN101847255B/en
Publication of CN101847255A publication Critical patent/CN101847255A/en
Application granted granted Critical
Publication of CN101847255B publication Critical patent/CN101847255B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Image Analysis (AREA)

Abstract

The invention belongs to the technical field of image inpainting, and relates to a structural information synthesis-based image completion method, which comprises the following steps of: for an image, determining an inpainting border area; calculating the cost energy of nodes per se; calculating the correlation energy of the nodes; determining an integral target function; initializing and updating message values between every two adjacent nodes; and calculating the optimal solution of the nodes. The method has the advantages of achieving the effect of simultaneously reserving structural information and texture information without human intervention and greatly improving image inpainting effect.

Description

A kind of image complementing method of compages information
Technical field
The invention belongs to the image repair technical field, relate to a kind of image complementing method of compages information.
Background technology
The background technology that relates among the present invention has:
(1) TV image repair algorithm: the image repair model based on the total variational method is by Chan﹠amp the earliest; Shen sets up based on variational principle, is called the TV model, and it is one of best model that keeps structural information based on partial differential equation, promptly utilizes diffusion equation in the physics that the information of known region is propagated into and treats in the repairing area.Breakage has reasonable effect to TV image repair algorithm to small scale, can keep its structural information effectively.If but the area to be repaired area more greatly then can produce significantly fuzzyly, not too meets people's visual sensory.
(2) propose the synthetic image completion algorithm of block-based texture based on the synthetic image completion algorithm of texture: Criminisi and solved the problem that from image, removes the large tracts of land object.Utilize this algorithm, can fill the zone that object removes with a kind of reasonable manner visually.This algorithm combines the advantage based on the texture synthetic technology of sample and small scale image repair technology effectively.This algorithm has proposed the notion of confidence level, and it is similar to the information propagation pattern in the small scale image repair technology.Though this algorithm has been eliminated the blurring effect in the former algorithm, but cause matching error easily, therefore for the abundant damaged image of structural information, repairing effect is not good.
Summary of the invention
The objective of the invention is to overcome the above-mentioned deficiency of prior art, a kind of complementing method of image more efficiently is provided.Do not need human intervention to reach the effect that keeps structural information and texture information simultaneously.
For this reason, the present invention adopts following technical scheme: a kind of image complementing method of compages information comprises the following steps:
1. determine the target area of image, read in the image of the target area to be repaired excessively of mark.Judge the target area according to color value, draw mask images, represent with a logic matrix, wherein element value is that 1 this pixel of expression needs to repair in the matrix; Element value is 0 to be expressed as known pixels.Then this logic matrix and Laplace operator are done convolution, find out the border of this target area.
2. the cost energy of computing node self, E 1(xi)=C (i) d (x i, φ) wherein,
Figure GDA0000020767810000011
The expression node credibility, and when overlapping with known region, d (x i, φ) expression piece x iWith the matching degree of known region, it is that SSD weighs with the difference quadratic sum of color value between the pixel of overlapping region.
3. the relevance energy function of computing node, E 2(x i, x j)=λ 1E 2 t(x i, x j)+λ 2E 2 s(x i, x j), E 2 t(x i, x j)=d (x i, x j), wherein, d (x i, x j) expression adjacent block x iAnd x jThe SSD of overlapping region. D wherein Gx(x i, x j) and d Gy(x i, x j) represent adjacent block x respectively iAnd x jGradient difference in X and Y direction.
4. determine the overall goals function E ( x ) = Σ v i ∈ E 1 ( x i ) + Σ ( i , j ) ∈ E E 2 ( x i , x j ) .
5. initialization message values between every two adjacent nodes, and upgrade.With any two node n among the bayesian network structure figure G iAnd n jBetween message be initially 0, promptly
Figure GDA0000020767810000022
Upgrade the internodal value of information.During each iteration, for separating x i, from n iPropagate into n jThe computing formula of information be:
Figure GDA0000020767810000023
Wherein N (j) i represent n jNon-n iThe field collection.m J → i t(x i) expression n jNode is to x iBe n iDegree of belief.After T iteration, match block is x iNode n iThe reliability computing formula be: b i ( x i ) = E 1 ( x i ) + Σ j ∈ N ( i ) m j → i T ( x i ) .
6. the optimum solution of computing node finds to make b i(x i) minimized x i *Be exactly node n iBest matching blocks.That is:
x i * = arg min x i { E 1 ( x i ) + Σ j ∈ N ( i ) m j → i T } .
The present invention is on the basis of traditional image completion algorithm that synthesizes based on texture and TV image repair algorithm, has proposed the image completion algorithm of compages information, has greatly improved the effect of image completion.This fundamental idea of the invention is to propose corresponding energy object function at characteristics of image, uses the reliability propagation algorithm with its optimization then, and the match block that chooses is copied to image after defect area draws reparation.This paper has proposed new energy function, and it has comprised structural energy, texture energy and correlativity energy.Combine structure and texture information just because of new energy function, make this invention remedy the deficiency of two class classic algorithm, make that can keep structural information can avoid blurring effect again, and proved superiority of the present invention from theoretical and experiment two aspects.
Description of drawings
Fig. 1 is based on the image complementing method overview flow chart of compages information.
Fig. 2 chooses target.
The initial pictures that Fig. 3 is to be repaired.
Fig. 4 has marked the image that need remove object.
Fig. 5 (a) and (b), (c) are respectively the image completion arithmetic result figure of the compages information that proposes with the figure as a result of the figure as a result of TV image repair algorithm reparation, Criminisi method, the present invention.
Embodiment
The present invention proposes piece disappearance image repair algorithm frame based on structural information, this algorithm utilizes Bayesian Network will be applicable to the TV algorithm of repair structure information and is applicable to the texture composition algorithm combination of repairing texture information, its essence is to propose corresponding energy object function at characteristics of image, then with its optimization, the coupling texture block that will choose then copies to defect area, draws the image after the reparation.This invention does not need human intervention to reach the effect that keeps structural information and texture information simultaneously.
The present invention is based on the image complementing method of compages information, and Fig. 1 is an overview flow chart, specifically may further comprise the steps:
1. determine the target area of image.
As shown in Figure 4, read in the image of the target area to be repaired excessively of color mark.Judge the target area according to color value, draw mask images, represent with a logic matrix, wherein element value is that 1 this pixel of expression needs to repair in the matrix; Element value is 0 to be expressed as known pixels.Then this logic matrix and Laplace operator are done convolution, find out the border of this target area.Judge boundary value, if be non-0, expression also has needs the pixel of repairing, then down execution; If 0, expression reparation is finished, and withdraws from.
2. the cost energy of computing node self
If I represents whole image, Ω is target area (promptly treating the completion zone).The same with the texture synthetic technology, need elder generation to determine the size of sample window Ψ, default value is 9 * 9 pixels.Fig. 2 shows the algorithm pattern that mates energy function.In order to define the node in the algorithm, the image lattice is by horizontal space pixel gap xWith vertical space pixel gap yForm.Known observation label is made up of all w * h piece of regional φ, is designated as X={x 1, x 2... x k.And
Figure GDA0000020767810000031
N block of pixels in the expression target area is node.
According to the cost energy of each node self in formula (1) calculating chart 2 target areas, the i.e. rehabilitation cost of node.Wherein, C (i) represents node credibility, and its computing formula is (2), and C (i) value that the outer field more pixel in target area contains is big more, promptly needs more early to fill; And it is littler in C (i) value of the pixel at the center of target area.In the formula | Ψ i| be piece | Ψ i| area.
E 1(x i)=C(i)d(x i,φ) (1)
C ( i ) = Σ q ∈ Ψi ∩ Ω ‾ C ( q ) | Ψ i | - - - ( 2 )
And when overlapping with known region, d (x i, φ) expression piece x iWith the matching degree of known region, it is that SSD weighs with the difference quadratic sum of color value between the pixel of overlapping region.Work as x iAnd there is not when overlapping E between known region 1(x i)=0.As shown in Figure 2, E 1(x i) then be that the P piece is put into x iThe SSD value of time domain 1 (red line mark) on the position.
3. the relevance energy function of computing node
As publicity (3), E 2(x i, x j) expression (x i, x j) the consistance cost.Wherein, E 2 t(x i, x j) the texture consistance cost of adjacent block in the presentation video, E 2 s(x i, x j) expression adjacent block the structural integrity cost.λ 1And λ 2Weight coefficient for balance texture cost and infrastructure cost.When containing significant structural information in the target area, λ 2Then bigger; When texture information in the target area relatively enriches, λ 1Then bigger.
E 2(x i,x j)=λ 1E 2 t(x i,x j)+λ 2E 2 s(x i,x j) (3)
E 2 t(x i, x j) be defined as:
E 2 t(x i,x j)=d(x i,x j) (4)
Wherein, d (x i, x j) expression adjacent block x iAnd x jThe SSD of overlapping region.As shown in Figure 2: E 2 t(x i, x j) be that piece P in any known region and P ' are put into x respectively iAnd x jThe time, lap is the SSD value in Green Marker zone.
E 2 s(x i, x j) be defined as:
E 2 s ( x i , x j ) = d gx 2 ( x i , x j ) + d gy 2 ( x i , x j ) - - - ( 5 )
D wherein Gx(x i, x j) and d Gy(x i, x j) represent adjacent block x respectively iAnd x jGradient difference in X and Y direction.
4. determine the overall goals function.
The overall goals function definition is (6).The overall goals function has been represented the Global Information in the entire image, for example: structure, texture, whole consistance etc.The overall goals function be all nodes of target area energy and.In this algorithm, the energy function of node comprises the cost ENERGY E of self 1With with the relevance energy function E of field node 2Determining of overall goals function is the key of whole algorithm, and it is related to whether Global Information can keep effectively in the repair process.
E ( x ) = Σ v i ∈ v E 1 ( x i ) + Σ ( i , j ) ∈ E E 2 ( x i , x j ) - - - ( 6 )
Wherein, E 1(x i) expression node rehabilitation cost, E 2(x i, x j) expression (x i, x j) the consistance cost.
5. initialization message values between every two adjacent nodes, and upgrade.
With any two node n among the bayesian network structure figure G iAnd n jBetween message be initially 0, promptly
Figure GDA0000020767810000051
Upgrade the internodal value of information
During each iteration, for separating x i, from n iPropagate into n jThe computing formula of information be:
m j → i t ( x ) = min [ E 2 ( x i , x j ) + E 1 ( x j ) + Σ s ∈ N ( j ) \ i m s → j t - 1 ( x j ) ] - - - ( 7 )
Wherein N (j) i represent n jNon-n iThe field collection.m J → i t(x i) expression n jNode is to x iBe n iDegree of belief.After T iteration, match block is x iNode n iThe reliability computing formula be:
b i ( x i ) = E 1 ( x i ) + Σ j ∈ N ( i ) m j → i T ( x i ) - - - ( 8 )
6. the optimum solution of computing node.
Find and make b i(x i) minimized x i *Be exactly node n iBest matching blocks.That is:
x i * = arg min x i { E 1 ( x i ) + Σ j ∈ N ( i ) m j → i T } - - - ( 9 )
Fig. 3 is an original image, Fig. 4 is for marking the image that need remove object, and Fig. 5 (a) and (b), (c) are respectively the image completion arithmetic result figure of the compages information that proposes with the figure as a result of the figure as a result of TV image repair algorithm reparation, Criminisi method, the present invention.Difference to three width of cloth figure is carried out mark with red rectangle, as can be seen: (a) occur large-area bluring among the figure; (b) more serious matching error has appearred, the roof line in the red rectangle of mark and discontinuous among the figure; (d) figure has remedied the defective among preceding two width of cloth figure significantly.The color on roof is very complete in two rectangles, and lake surface completion effect is fine.

Claims (1)

1. the image complementing method of a compages information comprises the following steps:
(1) determine the target area of image: read in the image that is labeled, judge the target area according to color value, draw mask images, represent with a logic matrix, wherein element value is that 1 this pixel of expression needs to repair in the matrix; Element value is 0 to be expressed as known pixels, then this logic matrix and Laplace operator is done convolution, finds out the border of this target area;
(2) the cost energy of computing node self, E 1(x i)=C (i) d (x i, φ) wherein,
Figure FDA0000020767800000011
The expression node credibility, and when overlapping with known region, d (x i, φ) expression piece x iWith the matching degree of known region, it is that SSD weighs with the difference quadratic sum of color value between the pixel of overlapping region;
(3) the relevance energy function E of computing node 2(x i, x j)=λ 1E 2 t(x i, x j)+λ 2E 2 s(x i, x j), E 2 t(x i, x j)=d (x i, x j), wherein, d (x i, x j) expression adjacent block x iAnd x jThe SSD of overlapping region;
Figure FDA0000020767800000014
Wherein, d Gx(x i, x j) and d Gy(x i, x j) represent adjacent block x respectively iAnd x jGradient difference in X and Y direction;
(4) determine the overall goals function
(5) beginningization message values between every two adjacent nodes, and upgrade: with any two node n among the bayesian network structure figure G iAnd n jBetween message be initially 0, promptly
Figure FDA0000020767800000016
Upgrade the internodal value of information, during each iteration, for separating x i, from n iPropagate into n jThe computing formula of information be:
Figure FDA0000020767800000017
Wherein, N (j) i represent n jNon-n iThe field collection;
Figure FDA0000020767800000018
Expression n jNode is to x iBe n iDegree of belief; After T iteration, match block is x iNode n iThe reliability computing formula be:
(6) optimum solution of computing node finds to make b i(x i) minimized x i *Be exactly node n iBest matching blocks, that is:
x i * = arg min x i { E 1 ( x i + Σ j ∈ N ( i ) m j - > i T ) .
CN 201010152234 2010-04-21 2010-04-21 Structural information synthesis-based image completion method Expired - Fee Related CN101847255B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 201010152234 CN101847255B (en) 2010-04-21 2010-04-21 Structural information synthesis-based image completion method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 201010152234 CN101847255B (en) 2010-04-21 2010-04-21 Structural information synthesis-based image completion method

Publications (2)

Publication Number Publication Date
CN101847255A true CN101847255A (en) 2010-09-29
CN101847255B CN101847255B (en) 2013-01-30

Family

ID=42771867

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 201010152234 Expired - Fee Related CN101847255B (en) 2010-04-21 2010-04-21 Structural information synthesis-based image completion method

Country Status (1)

Country Link
CN (1) CN101847255B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102063705A (en) * 2010-12-02 2011-05-18 天津大学 Method for synthesizing large-area non-uniform texture
CN106408546A (en) * 2016-09-05 2017-02-15 广东欧珀移动通信有限公司 Image restoration method, apparatus and terminal device
CN109685724A (en) * 2018-11-13 2019-04-26 天津大学 A kind of symmetrical perception facial image complementing method based on deep learning
CN109741268A (en) * 2018-12-05 2019-05-10 天津大学 A kind of breakage image complementing method for mural painting
CN111815543A (en) * 2020-08-04 2020-10-23 北京惠朗时代科技有限公司 Image restoration-oriented multi-scale feature matching method

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1731449A (en) * 2005-07-14 2006-02-08 北京航空航天大学 A method of image restoration

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1731449A (en) * 2005-07-14 2006-02-08 北京航空航天大学 A method of image restoration

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
《ACM Transactions on Graphics》 20050731 jian Sun et al. Image Completion with Structure Propagation 全文 1 第24卷, 第3期 2 *
《中国图象图形学报》 20070131 张红英 等 数字图像修复技术综述 全文 1 第12卷, 第1期 2 *
《自动化与仪器仪表》 20100228 刘忠艳 等 一种基于置信度传播的立体匹配算法 全文 1 , 第1期 2 *

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102063705A (en) * 2010-12-02 2011-05-18 天津大学 Method for synthesizing large-area non-uniform texture
CN106408546A (en) * 2016-09-05 2017-02-15 广东欧珀移动通信有限公司 Image restoration method, apparatus and terminal device
CN109685724A (en) * 2018-11-13 2019-04-26 天津大学 A kind of symmetrical perception facial image complementing method based on deep learning
CN109741268A (en) * 2018-12-05 2019-05-10 天津大学 A kind of breakage image complementing method for mural painting
CN109741268B (en) * 2018-12-05 2023-05-09 天津大学 Damaged image complement method for wall painting
CN111815543A (en) * 2020-08-04 2020-10-23 北京惠朗时代科技有限公司 Image restoration-oriented multi-scale feature matching method
CN111815543B (en) * 2020-08-04 2024-02-09 北京惠朗时代科技有限公司 Image restoration-oriented multi-scale feature matching method

Also Published As

Publication number Publication date
CN101847255B (en) 2013-01-30

Similar Documents

Publication Publication Date Title
CN101847255B (en) Structural information synthesis-based image completion method
CN101661613B (en) Image restoration method based on image segmentation, and system therefor
CN103473780B (en) The method of portrait background figure a kind of
CN102999887B (en) Sample based image repairing method
CN104392486B (en) One kind point cloud scene reconstruction method
CN104715451B (en) A kind of image seamless fusion method unanimously optimized based on color and transparency
CN104616286B (en) Quick semi-automatic multi views depth restorative procedure
CN103971338B (en) Variable-block image repair method based on saliency map
CN104376535A (en) Rapid image repairing method based on sample
CN104159093B (en) The time domain consistence hole region method for repairing and mending of the static scene video of moving camera shooting
CN103186894B (en) A kind of multi-focus image fusing method of self-adaptation piecemeal
CN106157373A (en) A kind of construction three-dimensional model building method and system
CN102509327B (en) Multiscale global sampling method for filling image void
CN104809698A (en) Kinect depth image inpainting method based on improved trilateral filtering
CN105787948A (en) Quick graph cutting method based on multiple deformation resolutions
CN105488849A (en) Hybrid level set based three-dimensional tooth modeling method
CN107240073A (en) A kind of 3 d video images restorative procedure merged based on gradient with clustering
CN102957936B (en) Virtual viewpoint generation method from video single viewpoint to multiple viewpoints
CN105931180A (en) Salient information guided image irregular mosaic splicing method
CN104077394A (en) Urban historical map restoration method based on spatial grid hierarchical positioning
CN106504294A (en) RGBD image vector methods based on diffusion profile
CN101984465B (en) Image seamless copying method
CN104881850B (en) A kind of spissatus automatic removal method of multi-temporal remote sensing image
CN103971354A (en) Method for reconstructing low-resolution infrared image into high-resolution infrared image
CN104282000A (en) Image repairing method based on rotation and scale change

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
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20130130