CN102801928A - Image processing method and image processing equipment - Google Patents

Image processing method and image processing equipment Download PDF

Info

Publication number
CN102801928A
CN102801928A CN2012103331100A CN201210333110A CN102801928A CN 102801928 A CN102801928 A CN 102801928A CN 2012103331100 A CN2012103331100 A CN 2012103331100A CN 201210333110 A CN201210333110 A CN 201210333110A CN 102801928 A CN102801928 A CN 102801928A
Authority
CN
China
Prior art keywords
var
avg
thresh
macro block
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
CN2012103331100A
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.)
SHANGHAI GMT DIGITAL TECHNOLOGY Co Ltd
Original Assignee
SHANGHAI GMT DIGITAL TECHNOLOGY Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by SHANGHAI GMT DIGITAL TECHNOLOGY Co Ltd filed Critical SHANGHAI GMT DIGITAL TECHNOLOGY Co Ltd
Priority to CN2012103331100A priority Critical patent/CN102801928A/en
Publication of CN102801928A publication Critical patent/CN102801928A/en
Pending legal-status Critical Current

Links

Images

Abstract

The invention embodiment provides an image processing method and image processing equipment. The method comprises the following steps of: extracting a first macro block from an image, wherein the size of the first macro block is 2n*2n, 2n is the number of pixel points, n is a natural number which is less than or equal to 4; and calculating a threshold var-thresh when an image is filtered; extracting a second macro block from the image, wherein the size of the second macro block is 2N*2N, wherein the 2N is the number of pixel points, and N is an integer which is greater than 4; calculating a mean value Avg1 and a mean square deviation Var1 of (M1*M1) or (M1*1) pixel points surrounding a pixel point P (i,j) which is in the second macro block and serves as a centre, wherein M1 is greater than 2n; and if the mean square deviation Var1 is less than var-thresh, replacing the corresponding P (i,j) with Avg1, thus finishing corresponding image processing. The image processing method and the image processing equipment provided by the embodiment of the invention can better protect image details, and also can effectively remove noises.

Description

Image processing method and image processing equipment
Technical field
The present invention relates to the Image Information Processing field, relate in particular to a kind of image processing method and image processing equipment.
Background technology
Digital picture usually receives imaging device, transmission equipment and outside and causes influences such as interference in collection, conversion and transmission course, thereby causes generally all containing noise in the image of actual acquisition.Therefore, filtering and noise reduction is exactly a requisite link in the Digital Image Processing.
In the process of using the camera acquisition image, common noise comprises white Gaussian noise, salt-pepper noise and multiplicative noise.Wherein, white Gaussian noise is the electronic noise that the result of random thermal motion owing to electronics in the resistive device produces.Remove noise method commonly used and generally comprise mean filter or two kinds of methods of medium filtering.These two kinds of methods are to eliminate noise method simply the most fast, but also have certain defective and deficiency:
Adopt the mean filter method to remove noise and can cause the fuzzy of image border, and adopt median filtering method to remove noise, its filter effect is stronger to the dependence of filter window size.
Summary of the invention
For solving in the image processing process problem of filtered noise fully, the embodiment of the invention provides a kind of image processing method and image processing apparatus.
The embodiment of the invention provides a kind of image processing method, comprising:
Extract first macro block in the image, the size of said first macro block is 2 n* 2 n, wherein 2 nThe number of remarked pixel point, n is the natural number smaller or equal to 4, the threshold value var_thresh when calculating said image and carrying out Filtering Processing;
Extract second macro block in the image, the size of said second macro block is 2 N* 2 N, wherein 2 NThe number of remarked pixel point, N is the integer greater than 4;
With the pixel P in said second macro block (i, j)Be the said P of center calculation (i, j)(M1*M1) perhaps average Avg of (M1*1) individual pixel on every side 1With mean square deviation Var 1, M1 > wherein; 2 n, the number of M1 remarked pixel point;
If mean square deviation Var 1Less than said var_thresh, then use said Avg 1The P that replacement is corresponding (i, j), accomplish corresponding image processing.
The embodiment of the invention provides a kind of image processing equipment, comprising:
First extraction module is used for extracting first macro block of image, and the size of said first macro block is 2 n* 2 n, wherein 2 nThe number of remarked pixel point, n is the natural number smaller or equal to 4, the threshold value var_thresh when calculating said image and carrying out Filtering Processing;
Second extraction module is used for extracting second macro block of image, and the size of said second macro block is 2 N* 2 N, wherein 2 NThe number of remarked pixel point, N is the integer greater than 4;
Computing module is used for getting a pixel P from second macro block that said second extraction module extracts (i, j), with said P (i, j)Be the said P of center calculation (i, j)(M1*M1) perhaps average Avg of (M1*1) individual pixel on every side 1With mean square deviation Var 1, M1 > wherein; 2 n, the number of M1 remarked pixel point;
Judge module is used for the mean square deviation Var that calculates when computing module 1During less than the var_thresh that calculates in said first extraction module, use said Avg 1The P that replacement is corresponding (i, j), accomplish corresponding image processing.
Image processing method that the embodiment of the invention provides and image processing equipment are though on the effect of image processing, still have certain dependence to the size of filter window.But it is few to work as image detail, and when not having marginal information, filter window can be suitably big; The image that comes out of filtering can be more level and smooth like this; Noise remove still less, abundant when image detail, filter window can be suitably a little bit smaller; In denoising, can accomplish better protection like this to details.Therefore, image processing method that the embodiment of the invention provides and image processing equipment in the better protect image detail, also can be removed noise effectively.
Description of drawings
Fig. 1 is the flow chart of the image processing method that provides of the embodiment of the invention;
Fig. 2 is the structural representation of the equipment that provides of the embodiment of the invention.
Embodiment
Below in conjunction with accompanying drawing the method and apparatus that the embodiment of the invention provided is carried out detailed description.
The embodiment of the invention provides a kind of image processing method, and is as shown in Figure 1, is a kind of image processing method of using the multiwindow adaptive wiener filter, comprising:
101, first macro block in the extraction image, the size of said first macro block is 2 n* 2 n, wherein 2 nThe number of remarked pixel point, n is the natural number smaller or equal to 4, the threshold value var_thresh when calculating said image and carrying out Filtering Processing;
102, second macro block in the extraction image, the size of said second macro block is 2 N* 2 N, wherein 2 NThe number of remarked pixel point, N is the integer greater than 4;
In embodiments of the present invention, image processing equipment extracts first macro block and second macro block of image, and this image processing equipment can be a PC or server, is integrated with image processing software.The size of first macro block can be 2*2,4*4,8*8,16*16, and its unit is a pixel.The size of second macro block then should be bigger than first macro block, should be 32*32 at least, and wherein first macro block, second macro block have existed in the image, and image processing equipment directly extracts or reads and gets final product.
103, with the pixel P in said second macro block (i, j)Be the said P of center calculation (i, j)(M1*M1) perhaps average Avg of (M1*1) individual pixel on every side 1With mean square deviation Var 1, M1 > wherein; 2 n, the number of M1 remarked pixel point;
If 104 mean square deviation Var 1Less than said var_thresh, then use said Avg 1The P that replacement is corresponding (i, j), accomplish corresponding image processing.
In embodiments of the present invention, so-called image processing promptly with the corresponding pixel of average replacement after calculating, so just can be removed the noise in the image, makes image more level and smooth.
In another one embodiment of the present invention, this method can also comprise:
If 105 mean square deviation Var 1More than or equal to said var_thresh, then with P (i, j)Be the said P of center calculation (i, j)(M2*M2) perhaps average Avg of (M2*1) individual pixel on every side 2With mean square deviation Var 2, M2 > wherein; M1, if the number of M2 remarked pixel point is mean square deviation Var 2Less than said var_thresh, then use said Avg 2The P that replacement is corresponding (i, j), accomplish corresponding image processing; Perhaps
If 106 mean square deviation Var 2More than or equal to said var_thresh, then with P (i, j)Be the said P of center calculation (i, j)(M3*M3) perhaps average Avg of (M3*1) individual pixel on every side 3With mean square deviation Var 3, handle according to the method described above, wherein M3>M2, the number of M3 remarked pixel point.
In another one embodiment of the present invention, this method can also comprise:
If the corresponding Var of 107 maximum filter windows iAlso more than or equal to said var_thresh, then with using DP (i, j)Substitute P (i, j), accomplish the filtering of this pixel, wherein DP (i, j)Computing formula be:
DP (i, j)=P (i, j)+ (Avg i-P (i, j)) * var_thresh/ (Var i+ 1), Avg wherein iRepresent the corresponding average of said maximum filter window.
Maximum filter window promptly progressively enlarges with P according to above-mentioned step (i, j)Be the scope of the pixel at center, until can not expanded position, the pairing maximum magnitude in this position be maximum filter window, and its average is Avg i, mean square deviation is Var i
In embodiments of the present invention, said var_thresh can represent that its computing formula is with SVar:
SVar = 1 L Σ i = 0 L Var ,
Var = 1 2 n * 2 n Σ j = 0 j = 2 n - 1 Σ i = 0 i = 2 n - 1 ( P ( i , j ) - Avg ) 2
Avg = 1 2 n * 2 n Σ j = 0 j = 2 n - 1 Σ i = 0 i = 2 n - 1 P ( i , j )
Wherein, P (i, j)The pixel of representing this first macro block,
Figure BDA00002120210500054
WF is the wide of image, and WH is the height of image, the average of Avg remarked pixel point, Var remarked pixel point mean square deviation.
Need to prove: in embodiments of the present invention, get a less window (M1*M1) earlier and come filtering,, then use said Avg if satisfy above-mentioned condition 1The P that replacement is corresponding (i, j)If, do not satisfy, then use a bigger window (M2*M2) to come filtering again, if satisfy above-mentioned condition, then use said Avg 2The P that replacement is corresponding (i, j)If, do not satisfy then use a bigger window (M3*M3) to come filtering again, by that analogy, till window can not be big again.Wherein, M3>M2>M1, the value of M1, M2, M3 is 2 n, n is a natural number.
The method that adopts the embodiment of the invention to provide; The average and the mean square deviation of each pixel in can computed image, and compare with threshold value that the image adaptive Wiener filtering is handled be if the mean square deviation of this pixel is during less than threshold value; Then utilize this pixel of average replacement of this pixel; So just can filter out the point of all doubtful noises, guarantee the level and smooth of image, accomplish corresponding image processing.
Embodiment two:
With reference to accompanying drawing 1, the embodiment of the invention provides a kind of image processing method, comprising:
1, the adaptive threshold value (var_thresh) of calculating input image specifically comprises:
(1) obtain the size of input picture, the size of this image i.e. the area of this image, equals the height (WH) of wide (WF) * image of image, and wherein, WF, WH are the number of the pixel of image;
(2) in image, extract a macro block, be designated as first macro block, calculate the average Avg of this first macro block 22, and according to Avg 22Calculate the mean square deviation Var of this first macro block 22, the size of first macro block can be 2*2,4*4,8*8,16*16 etc., and present embodiment is that 2*2 is that example describes with the size of first macro block, and wherein (2,4,8,16 refer to the number of pixel), its computing formula is:
Avg 22 = 1 2 * 2 Σ j = 0 j = 1 Σ i = 0 i = 1 P ( i , j ) (formula one)
Wherein, P (i, j)The pixel of representing this first macro block, (wherein, the coordinate of i, j remarked pixel point, P (i, j)Value can directly from image, get access to)
Var 22 = 1 2 * 2 Σ j = 0 j = 1 Σ i = 0 i = 1 ( P ( i , j ) - Avg 22 ) 2 (formula two)
(3) calculate the Var of all macro blocks in this image 22Average SVar 22, its computing formula does
SVar 22 = 1 L Σ i = 0 L Var 22 , Wherein L = WF 2 × WH 2
Wherein, SVar 22Need use threshold value var_thresh when exactly this image being carried out the multiwindow adaptive wiener filter.
2, in this image, extract the another one macro block, be designated as second macro block.Each pixel on this second macro block is carried out the perhaps adaptive Wiener filtering of multiwindow of one dimension of two dimension, and the size of second macro block is the height (WH) of wide (WM) * image of piece, wherein WM>16, HM>16, the number of WM, the equal remarked pixel point of WH;
Pixel in second macro block is designated as P (i, j), need be to each pixel P in second macro block (i, j)All do following flow processing:
A, with pixel P (i, j)Be the center, calculate around it (M1*M1) perhaps average Avg of (M1*1) individual pixel 1With mean square deviation Var 1, M1 > wherein; 2, average Avg 1With mean square deviation Var 1Computing formula with reference to formula one and formula two;
B, comparison Var 1With the size of the var_thresh of this image that calculates in the step 1, if Var 1<var_thresh then uses the corresponding Avg of this filter window 1Substitute P (i, j), accomplish the filtering of this pixel, otherwise, then carry out step C;
Wherein, the filtering of accomplishing this pixel is: use Avg 1The pixel P of correspondence in the alternate image (i, j), rebuild image, be and accomplished filtering.
C, with pixel P (i, j)Be the center, calculate around it (M2*M2) perhaps average Avg of (M2*1) individual pixel 2With mean square deviation Var 2, M2 > wherein; M1, average Avg 2With mean square deviation Var 2Computing formula with reference to formula one and formula two;
D, comparison Var 2With the var_thresh size of this image that calculates in the step 1, if Var 2<var_thresh then uses the corresponding Avg of this filter window 2Substitute P (i, j), accomplish the filtering of this pixel, otherwise, then carry out step e;
E, with pixel P (i, j)Be the center, calculate around it (M3*M3) perhaps average Avg of (M3*1) individual pixel 3With mean square deviation Var 3, M3 > wherein; M2, average Avg 3With mean square deviation Var 3Computing formula with reference to formula one and formula two;
F, comparison Var 3With the size of the var_thresh of this image that calculates in the step 1, if Var 3<var_thresh then uses the corresponding Avg of this filter window 3Substitute P (i, j), accomplish the filtering of this pixel, otherwise, then carry out step G;
G, according to steps A or step C, perhaps the method in the step e repeats to calculate, up to calculating with pixel P (i, j)Be the center, (Ma*Ma) perhaps average Avg of (Ma*1) individual pixel around it aWith mean square deviation Var a, satisfy Var a<the condition of var_thresh is then used the corresponding Avg of this filter window aSubstitute P (i, j), accomplish the filtering of this pixel, if up to calculating the maximum corresponding Avg of a filter window nAnd Var nDo not satisfy Var yet n<the condition of var_thresh is then carried out step H;
H, calculating DP (i, j), use DP (i, j)Substitute P (i, j), accomplish the filtering of this pixel, wherein DP (i, j)Computing formula be:
DP (i,j)=P (i,j)+(Avg i-P (i,j))×var_thresh/(Var i+1)
The image processing method that adopts the embodiment of the invention to provide can be replaced the pixel of doubtful noise in the image, has guaranteed the level and smooth of image, effectively removes noise.
Embodiment three:
With reference to accompanying drawing 2, the embodiment of the invention provides a kind of image processing equipment, comprising:
First extraction module 201 is used for extracting first macro block of image, and the size of said first macro block is 2 n* 2 n, wherein 2 nThe number of remarked pixel point, n is the natural number smaller or equal to 4, the threshold value var_thresh when calculating said image and carrying out filtering;
Second extraction module 202 is used for extracting second macro block of image, and the size of said second macro block is 2 N* 2 N, wherein 2 NThe number of remarked pixel point, N is the integer greater than 4;
Computing module 203 is used for getting a pixel P from second macro block that said second extraction module 202 extracts (i, j), with said P (i, j)Be the said P of center calculation (i, j)(M1*M1) perhaps average Avg of (M1*1) individual pixel on every side 1With mean square deviation Var 1, M1 > wherein; 2 n, the number of M1 remarked pixel point;
Judge module 204 is used for the mean square deviation Var that calculates when computing module 203 1During less than the var_thresh that calculates in said first extraction module 201, use said Avg 1The P that replacement is corresponding (i, j), accomplish corresponding filtering.
The image processing equipment that the embodiment of the invention provided also comprises:
Said judge module is if also be used for mean square deviation Var 1More than or equal to said var_thresh, then with P (i, j)Be the said P of center calculation (i, j)(M2*M2) perhaps average Avg of (M2*1) individual pixel on every side 2With mean square deviation Var 2, M2 > wherein; M1, if the number of M2 remarked pixel point is mean square deviation Var 2Less than said var_thresh, then use said Avg 2The P that replacement is corresponding (i, j), accomplish corresponding image processing; Perhaps, if mean square deviation Var 2More than or equal to said var_thresh, then with P (i, j)Be the said P of center calculation (i, j)(M3*M3) perhaps average Avg of (M3*1) individual pixel on every side 3With mean square deviation Var 3, calculate again according to the method described above, wherein M3>M2, the number of M3 remarked pixel point.
The image processing equipment that the embodiment of the invention provided also comprises:
Said judge module is if also be used for the corresponding Var of maximum filter window iAlso more than or equal to said var_thresh, then with using DP (i, j)Substitute P (i, j), accomplish the filtering of this pixel, wherein DP (i, j)Computing formula be:
DP (i, j)=P (i, j)+ (Avg i-P (i, j)) * var_thresh/ (Var i+ 1), Avg wherein iRepresent the corresponding average of said maximum filter window.
In embodiments of the present invention, said var_thresh can represent that its computing formula is with SVar:
SVar = 1 L &Sigma; i = 0 L Var ,
Var = 1 2 n * 2 n &Sigma; j = 0 j = 2 n - 1 &Sigma; i = 0 i = 2 n - 1 ( P ( i , j ) - Avg ) 2
Avg = 1 2 n * 2 n &Sigma; j = 0 j = 2 n - 1 &Sigma; i = 0 i = 2 n - 1 P ( i , j )
Wherein, P (i, j)The pixel of representing this first macro block, WF is the wide of image, and WH is the height of image.
The image processing equipment that the embodiment of the invention provided is corresponding fully with the image processing method that embodiment one, two is provided, and present embodiment is not described detailed place, please with reference to the description among other embodiment.
More than be some preferred implementation of the embodiment of the invention; Anyone is under the prerequisite of skilled; Do not deviating from spirit of the present invention and do not exceeding under the prerequisite of the technical scope that the present invention relates to, can do various replenishing and modification the details that the present invention describes.Protection scope of the present invention is not limited to the cited scope of embodiment, and protection scope of the present invention is as the criterion with claim.

Claims (8)

1. an image processing method is characterized in that, comprising:
Extract first macro block in the image, the size of said first macro block is 2 n* 2 n, wherein said 2 nThe number of remarked pixel point, n is the natural number smaller or equal to 4, the threshold value var_thresh when calculating said image and carrying out Filtering Processing;
Extract second macro block in the said image, the size of said second macro block is 2 N* 2 N, wherein said 2 NThe number of remarked pixel point, N is the integer greater than 4;
With the pixel P in said second macro block (i, j)Be the said P of center calculation (i, j)(M1*M1) perhaps average Avg of (M1*1) individual pixel on every side 1With mean square deviation Var 1, M1 > wherein; 2 n, the number of M1 remarked pixel point;
If mean square deviation Var 1Less than said var_thresh, then use said Avg 1Replace said P (i, j), accomplish corresponding image processing.
2. the method for claim 1 is characterized in that, also comprises:
If said mean square deviation Var 1More than or equal to said var_thresh, then with said P (i, j)Be the said P of center calculation (i, j)(M2*M2) perhaps average Avg of (M2*1) individual pixel on every side 2With mean square deviation Var 2, M2 > wherein; M1, the number of M2 remarked pixel point;
If said mean square deviation Var 2Less than said var_thresh, then use said Avg 2Replace said P (i, j), accomplish corresponding image processing;
Perhaps
If said mean square deviation Var 2More than or equal to said var_thresh, then with P (i, j)Be the said P of center calculation (i, j)(M3*M3) perhaps average Avg of (M3*1) individual pixel on every side 3With mean square deviation Var 3, handle according to the method described above, wherein M3>M2, the number of M3 remarked pixel point.
3. method according to claim 2 is characterized in that, also comprises:
If the Var that maximum filter window is corresponding iAlso, then use DP more than or equal to said var_thresh (i, j)Replace said P (i, j), accomplish corresponding image processing, wherein said DP (i, j)Computing formula be:
DP (i, j)=P (i, j)+ (Avg i-P (i, j)) * var_thresh/ (Var i+ 1), Avg wherein iRepresent the corresponding average of said maximum filter window.
4. like the arbitrary described method of claim 1 to 3, it is characterized in that said var_thresh representes that with SVar its computing formula is:
SVar = 1 L &Sigma; i = 0 L Var ;
Var = 1 2 n * 2 n &Sigma; j = 0 j = 2 n - 1 &Sigma; i = 0 i = 2 n - 1 ( P ( i , j ) - Avg ) 2 ;
Avg = 1 2 n * 2 n &Sigma; j = 0 j = 2 n - 1 &Sigma; i = 0 i = 2 n - 1 P ( i , j ) ;
Wherein, said P (i, j)The pixel of representing this first macro block,
Figure FDA00002120210400024
WF representes the wide of said image, and WH representes the height of said image.
5. an image processing equipment is characterized in that, comprising:
First extraction module is used for extracting first macro block of image, and the size of said first macro block is 2 n* 2 n, wherein 2 nThe number of remarked pixel point, n is the natural number smaller or equal to 4, the threshold value var_thresh when calculating said image and carrying out Filtering Processing;
Second extraction module is used for extracting second macro block of said image, and the size of said second macro block is 2 N* 2 N, wherein 2 NThe number of remarked pixel point, N is the integer greater than 4;
Computing module is used for getting a pixel P from second macro block that said second extraction module extracts (i, j), with said P (i, j)Be the said P of center calculation (i, j)(M1*M1) perhaps average Avg of (M1*1) individual pixel on every side 1With mean square deviation Var 1, M1 > wherein; 2 n, the number of M1 remarked pixel point;
Judge module is used for the mean square deviation Var that calculates when said computing module 1During less than the var_thresh that calculates in said first extraction module, use said Avg 1Replace said P (i, j), accomplish corresponding image processing.
6. equipment as claimed in claim 5 is characterized in that,
Said judge module also is used for as said mean square deviation Var 1More than or equal to said var_thresh, then with P (i, j)Be the said P of center calculation (i, j)(M2*M2) perhaps average Avg of (M2*1) individual pixel on every side 2With mean square deviation Var 2, M2 > wherein; M1, if the number of M2 remarked pixel point is mean square deviation Var 2Less than said var_thresh, then use said Avg 2The P that replacement is corresponding (i, j), accomplish corresponding image processing; Perhaps, if mean square deviation Var 2More than or equal to said var_thresh, then with P (i, j)Be the said P of center calculation (i, j)(M3*M3) perhaps average Avg of (M3*1) individual pixel on every side 3With mean square deviation Var 3, then handle according to the method described above, wherein M3>M2, the number of M3 remarked pixel point.
7. equipment as claimed in claim 6 is characterized in that,
Said judge module is if also be used for the corresponding Var of maximum filter window iMore than or equal to said var_thresh, then with using DP (i, j)Replace said P (i, j), accomplish corresponding image processing, wherein said DP (i, j)Computing formula be:
DP (i, j)=P (i, j)+ (Avg i-P (i, j)) * var_thresh/ (Var i+ 1), Avg iRepresent the corresponding average of said maximum filter window.
8. like the arbitrary described equipment of claim 5 to 7, it is characterized in that said var_thresh representes that with SVar its computing formula is:
SVar = 1 L &Sigma; i = 0 L Var ;
Var = 1 2 n * 2 n &Sigma; j = 0 j = 2 n - 1 &Sigma; i = 0 i = 2 n - 1 ( P ( i , j ) - Avg ) 2 ;
Avg = 1 2 n * 2 n &Sigma; j = 0 j = 2 n - 1 &Sigma; i = 0 i = 2 n - 1 P ( i , j ) ;
Wherein, P (i, j)The pixel of representing this first macro block,
Figure FDA00002120210400043
WF representes the wide of said image, and WH representes the height of said image.
CN2012103331100A 2012-09-10 2012-09-10 Image processing method and image processing equipment Pending CN102801928A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2012103331100A CN102801928A (en) 2012-09-10 2012-09-10 Image processing method and image processing equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2012103331100A CN102801928A (en) 2012-09-10 2012-09-10 Image processing method and image processing equipment

Publications (1)

Publication Number Publication Date
CN102801928A true CN102801928A (en) 2012-11-28

Family

ID=47200884

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2012103331100A Pending CN102801928A (en) 2012-09-10 2012-09-10 Image processing method and image processing equipment

Country Status (1)

Country Link
CN (1) CN102801928A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111724325A (en) * 2020-06-24 2020-09-29 湖南国科微电子股份有限公司 Trilateral filtering image processing method and device
CN114742727A (en) * 2022-03-31 2022-07-12 南通电博士自动化设备有限公司 Noise processing method and system based on image smoothing

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101212563A (en) * 2006-12-29 2008-07-02 安凯(广州)软件技术有限公司 Noise estimation based partial image filtering method
CN101303765A (en) * 2008-06-23 2008-11-12 四川虹微技术有限公司 Method for reinforcing image contrast based on image mean-squared deviation
CN101472058A (en) * 2007-12-29 2009-07-01 比亚迪股份有限公司 Apparatus and method for removing image noise
CN101770636A (en) * 2008-12-30 2010-07-07 比亚迪股份有限公司 Image noise removing method and device
US20110216984A1 (en) * 2007-09-20 2011-09-08 Tadanori Tezuka Image denoising device, image denoising method, and image denoising program

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101212563A (en) * 2006-12-29 2008-07-02 安凯(广州)软件技术有限公司 Noise estimation based partial image filtering method
US20110216984A1 (en) * 2007-09-20 2011-09-08 Tadanori Tezuka Image denoising device, image denoising method, and image denoising program
CN101472058A (en) * 2007-12-29 2009-07-01 比亚迪股份有限公司 Apparatus and method for removing image noise
CN101303765A (en) * 2008-06-23 2008-11-12 四川虹微技术有限公司 Method for reinforcing image contrast based on image mean-squared deviation
CN101770636A (en) * 2008-12-30 2010-07-07 比亚迪股份有限公司 Image noise removing method and device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111724325A (en) * 2020-06-24 2020-09-29 湖南国科微电子股份有限公司 Trilateral filtering image processing method and device
CN111724325B (en) * 2020-06-24 2023-10-31 湖南国科微电子股份有限公司 Trilateral filtering image processing method and trilateral filtering image processing device
CN114742727A (en) * 2022-03-31 2022-07-12 南通电博士自动化设备有限公司 Noise processing method and system based on image smoothing

Similar Documents

Publication Publication Date Title
CN105894460A (en) Image filtering method and device
CN102034239B (en) Local gray abrupt change-based infrared small target detection method
Salmon et al. From patches to pixels in non-local methods: Weighted-average reprojection
CN107481271B (en) Stereo matching method, system and mobile terminal
CN111709883B (en) Image detection method, device and equipment
JP2011028588A (en) Information processing apparatus, line noise reduction processing method, and program
CN103761707B (en) A kind of mean filter method rapidly and efficiently removing image salt-pepper noise
CN109903254B (en) Improved bilateral filtering method based on Poisson nucleus
CN105447828B (en) The one-view image deblurring method of one-dimensional deconvolution is carried out along motion blur path
CN112991199B (en) Image high-low frequency decomposition noise removal method based on residual dense network
CN105631854A (en) FPGA platform-based self-adaptive image definition evaluation algorithm
US20230025557A1 (en) Method and device of inverse tone mapping and electronic device
CN110782406A (en) Image denoising method and device based on information distillation network
CN109919855A (en) A kind of quick guarantor side denoising method based on multiframe image
CN105809633A (en) Color noise removing method and device
CN105590296A (en) Dual-dictionary learning-based single-frame image super-resolution reconstruction method
CN102801928A (en) Image processing method and image processing equipment
CN113129212A (en) Image super-resolution reconstruction method and device, terminal device and storage medium
CN114862711B (en) Low-illumination image enhancement and denoising method based on dual complementary prior constraints
CN104102911A (en) Image processing for AOI (automated optical inspection)-based bullet appearance defect detection system
CN102547274A (en) Apparatus and method for reducing blocking artifacts
CN105701781A (en) Image denoising method based on multi-resolution singular value decomposition
CN113096014B (en) Video super processing method, electronic device and storage medium
CN107862670A (en) A kind of image recovery method for infrared imaging electrical crosstalk
CN104915937B (en) Quick simple lens based on frequency domain matrix decomposition calculates imaging method

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20121128