CN106023089B - A kind of image repair method based on Block- matching - Google Patents
A kind of image repair method based on Block- matching Download PDFInfo
- Publication number
- CN106023089B CN106023089B CN201610033146.5A CN201610033146A CN106023089B CN 106023089 B CN106023089 B CN 106023089B CN 201610033146 A CN201610033146 A CN 201610033146A CN 106023089 B CN106023089 B CN 106023089B
- Authority
- CN
- China
- Prior art keywords
- block
- pixel
- repaired
- point
- 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.)
- Expired - Fee Related
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T5/00—Image enhancement or restoration
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T5/00—Image enhancement or restoration
- G06T5/50—Image enhancement or restoration using two or more images, e.g. averaging or subtraction
Landscapes
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Image Analysis (AREA)
Abstract
Description
技术领域technical field
在本发明涉及一种图像修复方法,特别是关于一种基于块匹配的图像修复方法。The present invention relates to an image restoration method, in particular to an image restoration method based on block matching.
背景技术Background technique
随着计算机技术的发展和进步,基于计算机的数字图像修复技术受到人们越来越多的关注。同时,数字图像修复技术在修复图片中丢失的信息、移除图片或视频中的文字及多余的物体等方面得到广泛应用。图像修复技术中把图片分为已知区域和未知区域,未知区域可以是图片受损后丢失的部分,也可以是我们需要移除的部分。通过将已知区域的像素用过一定方法传递到未知区域来实现图像修复,对修复结果的要求是符合人的视觉心里要求。目前图像修复方法主要分两类:一类以像素点为操作对象,以物理学和数学知识为基础通过扩散的方式修复未知区域,此方法对小范围图像修复十分适用,但大范围的图像修复结果无法令人满意;另一类以像素块为操作对象,通过对像素块进行全局或局部的匹配将已知区域的像素信息传递到未知区域实现修复,该方法对大、小范围的图像修复都能取得很好的效果,但基于该方法的修复成功率很低。With the development and progress of computer technology, computer-based digital image restoration technology has attracted more and more attention. At the same time, digital image restoration technology has been widely used in repairing lost information in pictures, removing text and redundant objects in pictures or videos, etc. In the image restoration technology, the picture is divided into known area and unknown area. The unknown area can be the part lost after the picture is damaged, or it can be the part we need to remove. The image restoration is realized by transferring the pixels of the known area to the unknown area through a certain method, and the requirement for the restoration result is to meet the requirements of human vision. At present, image repair methods are mainly divided into two categories: one uses pixels as the operation object, and repairs unknown areas through diffusion based on physical and mathematical knowledge. This method is very suitable for small-scale image restoration, but large-scale image restoration The result is unsatisfactory; another type takes pixel blocks as the operation object, and transfers the pixel information of the known area to the unknown area to achieve repair by performing global or local matching on the pixel block. can achieve good results, but the restoration success rate based on this method is very low.
现有技术中,基于块匹配的图像修复方法通过计算待填充区域所有点的优先级并排序,选择优先级最高的点,以该点建立待填充块,然后将该填充块中已知像素的点和已知区域内样本块内的像素点通过SSD算法进行匹配,匹配成功后将该样本块复制到待填充块内,实现图像信息的传递,完成图像修复。该算法同时存在着匹配错误率高和算法易失去作用等缺陷,这些缺陷使该算法并不总能得到令人满意的修复结果。In the prior art, the image repair method based on block matching calculates and sorts the priority of all points in the area to be filled, selects the point with the highest priority, uses this point to establish the block to be filled, and then uses the known pixels in the filled block The points and the pixels in the sample block in the known area are matched through the SSD algorithm. After the matching is successful, the sample block is copied to the block to be filled to realize the transmission of image information and complete image restoration. The algorithm also has defects such as high matching error rate and the algorithm is easy to lose its function. These defects make the algorithm not always obtain satisfactory repair results.
发明内容Contents of the invention
针对上述问题,本发明的目的是提供一种提高匹配成功率并保证算法在任何时候都正常工作的块匹配图像修复方法。In view of the above problems, the purpose of the present invention is to provide a block matching image restoration method that improves the matching success rate and ensures that the algorithm works normally at any time.
为实现上述目的,本发明采取以下技术方案:一种基于块匹配的图像修复方法,包括以下步骤:In order to achieve the above object, the present invention takes the following technical solutions: a method for image restoration based on block matching, comprising the following steps:
1)计算待修复图像的待修复区域边界上任一像素点的优先权,包括以下步骤:①将待修复图像分成已知区域和待修复区域Ω两部分,为待修复区域Ω的边界;②计算待修复区域边界上任一像素点的置信度值:1) Calculate any pixel on the boundary of the area to be repaired in the image to be repaired priority, including the following steps: ① Divide the image to be repaired into known regions and the area to be repaired Ω two parts, is the boundary of the area to be repaired; ② Calculate the boundary of the area to be repaired any pixel Confidence value of :
, ,
式中,为固定常数,为点梯度量的绝对值,为待修复块,为与相交区域的任一像素点;③计算像素点的数据项;④计算像素点的优先权;In the formula, is a fixed constant, for the absolute value of the point gradient magnitude, is the block to be repaired, for and Any pixel in the intersecting area; ③ Calculate the pixel data item ;④Calculate pixels priority ;
2)根据所述步骤1)计算像素点的优先权,确定最先修复的待填充块;2) Calculate the pixel points according to the step 1) The priority to determine the block to be filled first to be repaired;
3)搜索已知区域内的所有样本块,根据设定的匹配条件,寻找待填充块的最佳样本块;3) Search all sample blocks in the known area, and find the best sample block to be filled according to the set matching conditions;
4)提取最佳样本块的像素值,并计算最佳样本块中心像素点的置信度值;4) Extract the pixel value of the best sample block, and calculate the confidence value of the center pixel of the best sample block;
5)将最佳样本块对应的像素值复制到待填充块的相应位置,并将点的置信度更新成最佳样本块中心像素点的置信度值,形成新的待修复区域;5) Copy the pixel value corresponding to the best sample block to the corresponding position of the block to be filled, and set The confidence of the point is updated to the confidence value of the center pixel of the best sample block to form a new area to be repaired;
6)重复执行上述步骤1)~5),直到待修复区域全部填充完毕。6) Repeat steps 1) to 5) above until the area to be repaired is completely filled.
所述步骤1)②中为0-1之间的固定常数,试验表明取值为0.35时可满足大部分修复。该固定常数的存在使置信项值的范围扩大到负数,不会因置信项趋近于0导致算法公式停止工作。In the step 1) ② It is a fixed constant between 0 and 1. Experiments show that a value of 0.35 can satisfy most repairs. The existence of the fixed constant expands the range of the confidence item value to negative numbers, and the algorithm formula will not stop working because the confidence item approaches 0.
所述步骤1)②中为点的梯度量的绝对值,表示以该点为中心的待填充块具有的特征,越大特征越明显,即特征越明显的待填充块具有更高的优先级,优先被填充。In the step 1) ② for The absolute value of the gradient of a point, which represents the characteristics of the block to be filled centered on this point, The larger the feature, the more obvious the feature, that is, the block to be filled with the more obvious feature has a higher priority and is filled first.
所述步骤1)③计算像素点的数据项:,式中, 表示像素点处的等照度线向量,表示点处的单位法向量,表示归一化因子。The steps 1) ③ Calculate the pixel points data item : , where, represent pixels Isoluminance line vector at , Represent a point The unit normal vector at , Indicates the normalization factor.
所述步骤3)搜索已知区域内的所有样本块,根据设定的匹配条件,寻找待填充块的最佳样本块,包括以下内容:计算待填充块与已知区域内每个样本块的均值SSD距离,将计算得到的均值SSD距离最小的样本块作为最佳样本块,将该样本块的信息填充到待填充块。The step 3) searches all sample blocks in the known area, and finds the best sample block of the block to be filled according to the set matching conditions, including the following content: calculate the relationship between the block to be filled and each sample block in the known area The average SSD distance, the sample block with the smallest calculated average SSD distance is used as the best sample block, and the information of the sample block is filled into the block to be filled.
所述待填充块与样本块的均值SSD距离的计算公式为:The block to be filled with sample block The formula for calculating the mean SSD distance of is:
式中,、、分别表示待填充块和样本块中各个像素点中不同颜色通道亮度的均值,此公式中的所描述的样本块是在已知区域内以某一像素点为中心点的矩形块。In the formula, , , Represent the mean value of the brightness of different color channels in each pixel in the block to be filled and the sample block, and the sample block described in this formula is a certain pixel in a known area A rectangular block with a center point.
本发明由于采取以上技术方案,其具有以下优点:The present invention has the following advantages due to the adoption of the above technical scheme:
1、由于本发明在计算像素点的置信度时引入固定常数项,通过周期性的减去固定常数使置信度值突破0的界限,可以成为负值,而负值也是标量可以对所有边缘点的置信度进行排序,从而可以使计算得到的优先权值能够代表正确的块填充次序,防止了“droppingeffect”效应的发生,与现有技术相比,不仅能够正确地生成破损区域所需信息,而且有效地避免“dropping effect”效应,使得计算得到的像素点的优先权更符合实际修复顺序,保证了图片修复的准确性;1. Since the present invention introduces a fixed constant item when calculating the confidence of a pixel point, the confidence value breaks through the limit of 0 by periodically subtracting the fixed constant, and can become a negative value, and a negative value is also a scalar value that can be used for all edge points Sort the confidence of each block, so that the calculated priority value can represent the correct block filling order, and prevent the occurrence of the "dropping effect". Compared with the existing technology, it can not only correctly generate the information required for the damaged area, but also And effectively avoid the "dropping effect" effect, so that the calculated pixel priority is more in line with the actual repair sequence, ensuring the accuracy of image repair;
2、本发明引入了点的梯度值的绝对值项,该项表示所有边缘点的梯度的绝对值。梯度值的绝对值大的点位于像素变化明显的区域,即以该点为中心的待填充块具有很明显的可识别特征,以具备该特征的块作为待填充块可以使图像匹配过程中发生错误的概率更低,使图像的修复工作成功率更高。本发明可以广泛应用于图像修复过程中。2. The present invention introduces the absolute value item of the gradient value of the point, which represents the absolute value of the gradient of all edge points. The point with a large absolute value of the gradient value is located in the area where the pixel changes significantly, that is, the block to be filled centered on this point has obvious identifiable features, and the block with this feature can be used as the block to be filled to make the image matching process happen. The probability of error is lower, so that the restoration work of the image has a higher success rate. The invention can be widely used in the process of image restoration.
附图说明Description of drawings
图1是本发明的图像修复原理示意图。Fig. 1 is a schematic diagram of the principle of image restoration in the present invention.
图2是本发明的优先级计算示意图。Fig. 2 is a schematic diagram of priority calculation in the present invention.
图3是本发明的图像修复方法的流程示意图。Fig. 3 is a schematic flowchart of the image restoration method of the present invention.
图4是本发明的最优待填充块的寻找机制示意图。Fig. 4 is a schematic diagram of the search mechanism of the optimal block to be filled in the present invention.
图5是本发明的修复效果示意图,图5(a)是修复前的图形示意图,图5(b)是修复后的效果示意图。Fig. 5 is a schematic diagram of the repairing effect of the present invention, Fig. 5(a) is a schematic diagram of the graph before repairing, and Fig. 5(b) is a schematic diagram of the effect after repairing.
图6(a)是现有技术的置信度曲线示意图,横坐标为迭代次数,纵坐标为置信度。Fig. 6(a) is a schematic diagram of a confidence curve in the prior art, the abscissa is the number of iterations, and the ordinate is the confidence.
图6(b)是本发明的方法计算的置信度曲线示意图,横坐标为迭代次数,纵坐标为置信度。Fig. 6(b) is a schematic diagram of the confidence curve calculated by the method of the present invention, the abscissa is the number of iterations, and the ordinate is the confidence.
图7(a)是现有技术的块填充优先权示意图,横坐标为迭代次数,纵坐标为块填充优先权。Fig. 7(a) is a schematic diagram of block filling priority in the prior art, the abscissa is the number of iterations, and the ordinate is the block filling priority.
图7(b)是本发明的方法计算的填充优先权示意图,横坐标为迭代次数,纵坐标为块填充优先权。Fig. 7(b) is a schematic diagram of the filling priority calculated by the method of the present invention, the abscissa is the number of iterations, and the ordinate is the block filling priority.
具体实施方式Detailed ways
下面结合附图和实施例对本发明进行详细的描述。The present invention will be described in detail below in conjunction with the accompanying drawings and embodiments.
目标去除是图形修复技术领域的一个典型应用,其任务是尽量自然地修复图像中指定区域的丢失图形信息,本发明以目标去除为实施例对图像修复方法的具体过程进行说明,目标去除是针对图像中的信息缺损区域,利用图像中已知区域的信息进行填充,使修复后的图像自然、真实,符合人的视觉心理要求。Object removal is a typical application in the technical field of image restoration, and its task is to restore the lost image information in the specified area of the image as naturally as possible. The present invention uses object removal as an example to illustrate the specific process of the image repair method. Object removal is aimed at The information defect area in the image is filled with the information of the known area in the image, so that the restored image is natural and real, and meets the visual psychological requirements of people.
如图1所示,其中I为整个图像, 代表已知区域, Ω代表未知区域,将已知区域内的信息复制到未知区域,使整个图像真实自然,这就是图像修复的基本原理。As shown in Figure 1, where I is the entire image, Represents the known area, and Ω represents the unknown area. Copy the information in the known area to the unknown area to make the whole image real and natural. This is the basic principle of image restoration.
如图2所示,代表待填充区域的边界,为以点为中心的待填充块, 是边缘点处的梯度向量的正交向量,是与边缘点相交的单位向量 ,代表的已知区域,代表的未知区域,根据以上参数进行优先权的计算。as shown in picture 2, represents the boundary of the area to be filled, for The block to be filled with the point as the center, is the edge point The orthogonal vector of the gradient vector at , is the point with the edge Intersecting unit vectors, represent the known area of represent In the unknown area, the priority is calculated according to the above parameters.
所述修复过程示意图如图3,包括以下步骤:The schematic diagram of the repair process is shown in Figure 3, comprising the following steps:
1、计算待修复图像的待修复区域边界上所有像素点的优先权,包括以下步骤:1. Calculate the boundary of the area to be repaired in the image to be repaired all pixels on priority, including the following steps:
1)将待修复图像分成已知区域和待修复区域两部分,表示待修复区域的边界;1) Divide the image to be repaired into known regions and the area to be repaired two parts, Indicates the area to be repaired the boundaries of
2)计算待修复区域边界上任一像素点的置信度:2) Calculate the boundary of the area to be repaired any pixel Confidence of :
(1) (1)
(2) (2)
上述式(1)中,为固定常数0.35,用来扩大置信项的取值范围到负数,避免因置信项趋于0导致的修复错误;In the above formula (1), It is a fixed constant 0.35, which is used to expand the value range of the confidence item to a negative number to avoid repair errors caused by the confidence item tending to 0;
上述式(1)中,为点处梯度值的绝对值,用来表示的特征是否明显,具有明显特征的待填充块优先被填充;In the above formula (1), for the point The absolute value of the gradient value at Whether the features of the feature are obvious, the block to be filled with obvious features is filled first;
上述式(2)中,为点周围区域内点的置信度,当点位于区域内时默认为1,当点位于区域内时默认为0,为块内点的个数;In the above formula (2), for Confidence of a point in the area around the point, when point at When in the area The default is 1, when point at When in the area Default is 0, for block the number of interior points;
上述式(2)中,为点的原始置信度,因会逐渐渐变小趋近于0而导致项变为0,导致修复错误;In the above formula (2), for The original confidence of the point, because will gradually become smaller and approach 0, resulting in item becomes 0, resulting in a fix error;
3)计算像素点的数据项:3) Calculate the pixel points data item :
(3) (3)
式(3)中,用于衡量像素点处的边缘强度,表示点处的等照度线方向和强度,表示像素点处的等照度线向量,示点处的单位法向量,表示归一化因子;In formula (3), used to measure pixels The edge strength at The direction and intensity of the isolux line at the point, represent pixels Isoluminance line vector at , Show point The unit normal vector at , Indicates the normalization factor;
4)根据像素点的置信度和数据项的乘积计算像素点的优先权:4) According to the pixel point Confidence of and data item The product of computing pixels priority :
(4)。 (4).
2、根据上述步骤1计算待修复区域边界上像素点的优先权,确定最先修复的待填充块。2. Calculate the boundary of the area to be repaired according to the above step 1 upper pixel The priority to determine the block to be filled first to be repaired.
本发明使具有明显识别特征的待填充块拥有更高的优先级顺序,在被填充时能优先于没有特征的待填充块。这里所说的具有明显识别特征是指明显结构或明显边缘点特征,通过引入点梯度来说明结构的明显程度,梯度代表点周围点的像素值发生的变化程度,而像素值变化程度越大说明该点周围颜色变化越明显,越大说明该点周围像素值变化越大即可识别结构特征越明显。如图4所示,图中为所述具有明显识别特征的待填充块,为以值进行选择的待填充块。图中黑色部分为图像中的结构部分,而结构边缘部分出现了明显的像素值变化,即此处梯度较大,可识别特征较明显。The invention makes the blocks to be filled with obvious identification features have a higher priority order, and can take priority over the blocks to be filled without features when being filled. The obvious recognition feature mentioned here refers to the obvious structure or obvious edge point feature, by introducing the point gradient To illustrate the apparent degree of structure, the gradient represent The change degree of the pixel value of the points around the point, and the greater the change degree of the pixel value, the The color change around the point is more obvious, The larger the value, the greater the change in pixel values around the point, and the more obvious the structural features can be identified. As shown in Figure 4, the figure is the block to be filled with obvious identification features, for value to select the block to fill in. The black part in the figure is the structural part of the image, and there are obvious pixel value changes at the edge of the structure, that is, the gradient here Larger and more recognizable features.
3、搜索已知区域内的所有样本块,根据设定的匹配条件,寻找待填充块的最佳样本块,包括:计算待填充块与已知区域内所有样本块( …)的均值SSD距离(Sumof Squared Differences,差方和),以此均值SSD距离作为测量待填充块与每一样本块之间的相似度,选择与待填充块的均值SSD距离最小的样本块作为与待填充块的最优匹配快。3. Search all sample blocks in the known area, and find the best sample block for the block to be filled according to the set matching conditions, including: calculating the block to be filled and all sample blocks in the known area ( … ) of the mean SSD distance (Sumof Squared Differences, difference square sum), this mean SSD distance is used as the measurement block to be filled The similarity with each sample block, select the sample block with the smallest distance from the mean SSD of the block to be filled as the block to be filled The optimal matching is fast.
其中,均值SSD距离是采用各颜色通道亮度的均值反映待填充块与样本块之间的平均相似度,待填充块与任一样本块(…)的均值SSD距离为:Among them, the average SSD distance is the mean value of the brightness of each color channel to reflect the average similarity between the block to be filled and the sample block, and the block to be filled with any sample block ( … ) The mean SSD distance is:
(5) (5)
式中,、、分别表示待填充块和样本块中各个像素点中不同颜色通道亮度的均值,此公式中的所描述的样本块是在已知区域内以某一像素点为中心点,大小为9个像素9个像素的矩形块,可以根据公式(5)分别计算待填充块与其它任一样本块的均值SSD距离。In the formula, , , Represent the mean value of the brightness of different color channels in each pixel in the block to be filled and the sample block, and the sample block described in this formula is a certain pixel in a known area is the center point, a rectangular block with a size of 9 pixels and 9 pixels, the block to be filled can be calculated according to the formula (5) The mean SSD distance from any other sample block.
4、提取最佳样本块的像素值,并计算最佳样本块中心像素点的置信度值。 4. Extract the pixel value of the best sample block, and calculate the confidence value of the center pixel of the best sample block.
5、将最佳样本块对应的像素值复制到待填充块的相应位置,并将点处的置信度更新成最佳样本块中心像素点的置信度值,此时形成新的待修复区域。5. Copy the pixel value corresponding to the best sample block to the block to be filled corresponding position of the The confidence at the point is updated to the confidence value of the center pixel of the best sample block, and a new area to be repaired is formed at this time.
6、执行上述步骤1~5,直到待修复区域全部填充完毕(如图5(a)和如图(b)所示为修复图片的效果示意图)。 6. Perform the above steps 1 to 5 until the area to be repaired is completely filled (as shown in Figure 5 (a) and Figure (b) are the effect diagrams of the repaired picture).
如图6~7所示,综上所述,经过本发明的处理,可以看出,经过本发明处理使得“dropping effect”效应得到了解决,因为边缘点的置信项的值不会再出现趋向于某一个值的情况,尽管会出现负数但负数也是标量不影响所有边缘点置信度的排序,因此该效应得到了很好的解决。而经过增加具有明显特征的待样本块的优先级也使得寻找最佳样本块的效率和成功率更高,使算法具有了更好的修复结果。As shown in Figures 6-7, in summary, after the processing of the present invention, it can be seen that the "dropping effect" effect has been resolved through the processing of the present invention, because the value of the confidence item of the edge point will no longer show a trend In the case of a certain value, although there will be negative numbers, negative numbers are also scalars and do not affect the ordering of the confidence of all edge points, so this effect has been well resolved. And by increasing the priority of the sample block with obvious characteristics, the efficiency and success rate of finding the best sample block are higher, so that the algorithm has a better repair result.
上述各实施例仅用于说明本发明,其中方法各个步骤等都是可以有所变化的,凡是在本发明技术方案的基础上进行的等同变换和改进,均不应排除在本发明的保护范围之外。The above-mentioned embodiments are only used to illustrate the present invention, wherein each step of the method etc. can be changed to some extent, and all equivalent transformations and improvements carried out on the basis of the technical solution of the present invention should not be excluded from the protection scope of the present invention outside.
Claims (7)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610033146.5A CN106023089B (en) | 2016-01-19 | 2016-01-19 | A kind of image repair method based on Block- matching |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610033146.5A CN106023089B (en) | 2016-01-19 | 2016-01-19 | A kind of image repair method based on Block- matching |
Publications (2)
Publication Number | Publication Date |
---|---|
CN106023089A CN106023089A (en) | 2016-10-12 |
CN106023089B true CN106023089B (en) | 2018-11-13 |
Family
ID=57082703
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201610033146.5A Expired - Fee Related CN106023089B (en) | 2016-01-19 | 2016-01-19 | A kind of image repair method based on Block- matching |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN106023089B (en) |
Families Citing this family (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10489676B2 (en) * | 2016-11-03 | 2019-11-26 | Adobe Inc. | Image patch matching using probabilistic sampling based on an oracle |
CN106780332B (en) * | 2016-12-14 | 2020-03-24 | 中国科学院地质与地球物理研究所兰州油气资源研究中心 | Whole-borehole logging image generation device |
CN107194897B (en) * | 2017-06-12 | 2019-07-23 | 大连海事大学 | A priority algorithm and image inpainting method based on structural differences and edge structural coefficients to be repaired |
US11037019B2 (en) | 2018-02-27 | 2021-06-15 | Adobe Inc. | Generating modified digital images by identifying digital image patch matches utilizing a Gaussian mixture model |
CN108346135B (en) * | 2018-03-12 | 2021-03-26 | 湖南理工学院 | An Improved Criminisi Image Inpainting Method |
CN109829867B (en) * | 2019-02-12 | 2022-09-09 | 西南石油大学 | Spherical convergence sample block repairing method for stable filling |
CN109816613B (en) * | 2019-02-28 | 2023-02-28 | 广州方硅信息技术有限公司 | Image completion method and device |
US11449974B2 (en) | 2019-11-08 | 2022-09-20 | Adobe Inc. | Generating modified digital images utilizing nearest neighbor fields from patch matching operations of alternate digital images |
CN112200749B (en) * | 2020-10-21 | 2023-04-28 | 河南理工大学 | Image restoration method based on structure tensor |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101777178A (en) * | 2010-01-28 | 2010-07-14 | 南京大学 | Image restoring method |
CN102567970A (en) * | 2011-12-29 | 2012-07-11 | 方正国际软件有限公司 | Image restoring method and device |
CN103700093A (en) * | 2013-12-03 | 2014-04-02 | 杭州电子科技大学 | Criminisi image restoration method based on textures and edge features |
CN103955891A (en) * | 2014-03-31 | 2014-07-30 | 中科创达软件股份有限公司 | Image restoration method based on block matching |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101367284B1 (en) * | 2008-01-28 | 2014-02-26 | 삼성전자주식회사 | Method and apparatus of inpainting image according to change of viewpoint |
KR101142739B1 (en) * | 2009-10-29 | 2012-05-03 | 삼성전자주식회사 | Apparatus and method for inpainting image by restricting reference image region |
-
2016
- 2016-01-19 CN CN201610033146.5A patent/CN106023089B/en not_active Expired - Fee Related
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101777178A (en) * | 2010-01-28 | 2010-07-14 | 南京大学 | Image restoring method |
CN102567970A (en) * | 2011-12-29 | 2012-07-11 | 方正国际软件有限公司 | Image restoring method and device |
CN103700093A (en) * | 2013-12-03 | 2014-04-02 | 杭州电子科技大学 | Criminisi image restoration method based on textures and edge features |
CN103955891A (en) * | 2014-03-31 | 2014-07-30 | 中科创达软件股份有限公司 | Image restoration method based on block matching |
Non-Patent Citations (2)
Title |
---|
Region Filling and Object Removal by Exemplar-Based Image Inpainting;Antonio Criminisi et al.;《IEEE TRANSACTIONS ON IMAGE PROCESSING》;20040930;第13卷(第9期);第1200-1211页 * |
改进的基于样本的图像修复算法;杨立,王彩霞;《山西大同大学学报(自然科学版)》;20150430;第31卷(第2期);第3-7页 * |
Also Published As
Publication number | Publication date |
---|---|
CN106023089A (en) | 2016-10-12 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN106023089B (en) | A kind of image repair method based on Block- matching | |
CN101661613B (en) | Image restoration method based on image segmentation, and system therefor | |
CN108960135B (en) | Dense ship target accurate detection method based on high-resolution remote sensing image | |
CN111914642B (en) | A pedestrian re-identification method, device, equipment and medium | |
CN108960211A (en) | A kind of multiple target human body attitude detection method and system | |
CN109493272B (en) | Criminisi image restoration method based on HSV color space | |
CN109241901B (en) | A detection and recognition method for 3D point cloud with holes | |
CN103700065B (en) | A kind of structure sparse propagation image repair method of tagsort study | |
CN105976364B (en) | A Statistical Average Model Construction Method Based on Simplified Weighted Undirected Graph | |
CN104966279B (en) | A kind of image synthesis restorative procedure and system based on partial structurtes feature | |
CN104091339B (en) | Rapid image three-dimensional matching method and device | |
CN110111375B (en) | A method and device for image matching gross error elimination under the constraint of Delaunay triangulation | |
CN108346135B (en) | An Improved Criminisi Image Inpainting Method | |
CN112001403B (en) | An image contour detection method and system | |
CN109697240B (en) | A feature-based image retrieval method and device | |
WO2020252665A1 (en) | Method and system for segmenting overlapping cytoplasms in medical image | |
CN111461113B (en) | A large-angle license plate detection method based on deformed planar object detection network | |
TW202011266A (en) | Neural network system for image matching and location determination, method, and device | |
CN112733756B (en) | Remote sensing image semantic segmentation method based on W divergence countermeasure network | |
CN110751154A (en) | Complex environment multi-shape text detection method based on pixel-level segmentation | |
CN116205876A (en) | Unsupervised notebook appearance defect detection method based on multi-scale standardized flow | |
CN107967673A (en) | A kind of adaptive sample block image repair method | |
CN107330027A (en) | A kind of Weakly supervised depth station caption detection method | |
CN102800078A (en) | Non-local mean image detail restoration method | |
CN105678712B (en) | The improvement Criminisi image repair methods of combining adaptive gradient piecemeal and equilong transformation |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant | ||
CF01 | Termination of patent right due to non-payment of annual fee |
Granted publication date: 20181113 Termination date: 20220119 |
|
CF01 | Termination of patent right due to non-payment of annual fee |