CN111340721B - Pixel correction method, device, equipment and readable storage medium - Google Patents

Pixel correction method, device, equipment and readable storage medium Download PDF

Info

Publication number
CN111340721B
CN111340721B CN202010100340.7A CN202010100340A CN111340721B CN 111340721 B CN111340721 B CN 111340721B CN 202010100340 A CN202010100340 A CN 202010100340A CN 111340721 B CN111340721 B CN 111340721B
Authority
CN
China
Prior art keywords
pixel
corrected
value
correction
gaussian
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.)
Active
Application number
CN202010100340.7A
Other languages
Chinese (zh)
Other versions
CN111340721A (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.)
Guowang Xiongan Finance Technology Group Co ltd
State Grid Blockchain Technology Beijing Co ltd
State Grid Digital Technology Holdings Co ltd
Original Assignee
Guowang Xiongan Finance Technology Group Co ltd
State Grid Blockchain Technology Beijing Co ltd
State Grid E Commerce 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 Guowang Xiongan Finance Technology Group Co ltd, State Grid Blockchain Technology Beijing Co ltd, State Grid E Commerce Co Ltd filed Critical Guowang Xiongan Finance Technology Group Co ltd
Priority to CN202010100340.7A priority Critical patent/CN111340721B/en
Publication of CN111340721A publication Critical patent/CN111340721A/en
Application granted granted Critical
Publication of CN111340721B publication Critical patent/CN111340721B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • G06T5/77
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T3/00Geometric image transformation in the plane of the image
    • G06T3/40Scaling the whole image or part thereof
    • G06T3/4038Scaling the whole image or part thereof for image mosaicing, i.e. plane images composed of plane sub-images
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2200/00Indexing scheme for image data processing or generation, in general
    • G06T2200/32Indexing scheme for image data processing or generation, in general involving image mosaicing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10004Still image; Photographic image
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/10Image acquisition modality
    • G06T2207/10024Color image

Abstract

The application provides a pixel correction method, for each pixel set to be corrected, the correction value of each pixel to be corrected is determined according to a maximum transition value and an accumulated distribution vector, because the maximum transition value represents the correction range of each pixel to be corrected on the basis of a reference value, and the accumulated distribution probability in the accumulated distribution vector represents the correction degree of each pixel to be corrected in the pixel set to be corrected, the correction value can ensure that the pixels in the pixel set to be corrected have natural transition. Further, the correction proportion of the correction value is obtained, and the pixel is corrected according to the correction value and the original value, so that the edge in the image is eliminated, and the transition of the pixel is natural.

Description

Pixel correction method, device, equipment and readable storage medium
Technical Field
The present application relates to the field of image processing, and more particularly, to a method, an apparatus, a device and a readable storage medium for correcting a pixel.
Background
In real-world applications, there are often more distinct edges in the image. For example, there is a significant bright-dark boundary in a captured image due to changes in light and shadow during photography.
For another example, image stitching is a technique often used in daily work and life entertainment, and the stitched image is widely applied in the fields of e-commerce exhibition, social sharing, advertisement design, games, and the like. However, the edges of adjacent sub-pictures in the spliced picture have obvious color difference due to different overall color styles or brightness degrees of different sub-pictures, and the continuous color difference can be regarded as a line or a frame with a width of 0 by a human eye mechanism, so that the whole spliced image contains the edges of various sub-pictures, and the overall visual effect of the image is affected.
Disclosure of Invention
In view of the above, the present application provides a method, an apparatus, a device and a readable storage medium for correcting a pixel in an image, so as to achieve the purpose of eliminating an edge in the image. The following were used:
a method of modifying a pixel, comprising:
acquiring an original value of a pixel set to be corrected, wherein the pixel set to be corrected comprises edge pixel points and target pixel points, and the target pixel points are pixel points which are positioned on two sides of the edge pixel points and are positioned in the same row with the edge pixel points;
acquiring Gaussian parameters of the pixel set to be corrected, wherein the Gaussian parameters comprise a pixel mean value and a pixel standard deviation of pixels to be corrected in the pixel set to be corrected;
acquiring a cumulative distribution vector of the pixel set to be corrected according to the Gaussian parameters, wherein the cumulative distribution vector is composed of cumulative distribution probabilities of all pixels to be corrected in the pixel set to be corrected, and the cumulative distribution probability of any pixel to be corrected is the sum of the Gaussian distribution probabilities of all pixels to be corrected which are sequenced before the pixel to be corrected;
calculating the correction value of each pixel to be corrected in the pixel set to be corrected according to the maximum transition value and the accumulated distribution vector; the maximum transition value is a difference value between a first reference value and a second reference value, the first reference value is determined according to the original value of the edge pixel and the original value of the target pixel located at the first side of the edge pixel, and the second reference value is determined according to the original value of the target pixel located at the second side of the edge pixel;
and correcting each pixel to be corrected in the pixel set to be corrected based on the original value and the correction value of each pixel to be corrected in the pixel set to be corrected.
Optionally, the method for calculating the maximum transition value includes:
acquiring the pixel mean values of the edge pixel points and the target pixel points on the first side as the first reference value, and calculating the pixel mean value of the target pixel points on the second side as the second reference value;
and calculating the difference value between the first reference value and the second reference value to obtain the maximum transition value.
Optionally, calculating a correction value of each pixel to be corrected in the pixel set to be corrected according to the maximum transition value and the cumulative distribution vector, including:
calculating the product of the cumulative distribution probability of the pixel to be corrected and the maximum transition value to obtain the transition value of the pixel to be corrected;
and adding the transition value of the pixel to be corrected and the first reference value or the second reference value to obtain a correction value of the pixel to be corrected.
Optionally, modifying each pixel to be modified in the pixel set to be modified based on the original value and the modified value of each pixel to be modified in the pixel set to be modified includes:
acquiring a Gaussian distribution vector of the pixel to be corrected according to the Gaussian parameter, wherein the Gaussian distribution vector is composed of Gaussian distribution probabilities of the pixel to be corrected;
for any pixel to be corrected, taking the Gaussian distribution probability of the pixel to be corrected in the Gaussian distribution vector as the correction proportion of the pixel to be corrected;
and taking the correction proportion as the weight of the correction value, and carrying out weighted summation on the correction value and the original value to obtain the pixel value of the pixel to be corrected after correction.
A correction device for a pixel, comprising:
the device comprises an original value acquisition unit, a correction unit and a correction unit, wherein the original value acquisition unit is used for acquiring an original value of a pixel set to be corrected, the pixel set to be corrected comprises edge pixel points and target pixel points, and the target pixel points are pixel points which are positioned on two sides of the edge pixel points and are positioned in the same line with the edge pixel points;
a gaussian parameter obtaining unit, configured to obtain a gaussian parameter of the pixel set to be corrected, where the gaussian parameter includes a pixel mean value and a pixel standard deviation of a pixel to be corrected in the pixel set to be corrected;
an accumulated distribution vector obtaining unit, configured to obtain an accumulated distribution vector of the pixel set to be corrected according to the gaussian parameter, where the accumulated distribution vector is composed of an accumulated distribution probability of each pixel to be corrected in the pixel set to be corrected, and the accumulated distribution probability of any pixel to be corrected is a sum of gaussian distribution probabilities of all pixels to be corrected that are sorted before the pixel to be corrected;
the correction value calculation unit is used for calculating the correction value of each pixel to be corrected in the pixel set to be corrected according to the maximum transition value and the accumulated distribution vector; the maximum transition value is a difference value between a first reference value and a second reference value, the first reference value is determined according to the original value of the edge pixel and the original value of the target pixel located at the first side of the edge pixel, and the second reference value is determined according to the original value of the target pixel located at the second side of the edge pixel;
and the pixel correction unit is used for correcting each pixel to be corrected in the pixel set to be corrected based on the original value and the correction value of each pixel to be corrected in the pixel set to be corrected.
Optionally, the apparatus further comprises: a maximum transition value calculation unit; the maximum transition value calculating unit is configured to calculate the maximum transition value, and includes:
the maximum transition value calculation unit is specifically configured to:
acquiring the pixel mean values of the edge pixel points and the target pixel points on the first side as the first reference value, and calculating the pixel mean value of the target pixel points on the second side as the second reference value;
and calculating the difference value between the first reference value and the second reference value to obtain the maximum transition value.
Optionally, the correction value calculating unit is configured to calculate the correction value of each pixel to be corrected in the pixel set to be corrected according to the maximum transition value and the cumulative distribution vector, and includes: the correction value calculation unit is specifically configured to:
calculating the product of the cumulative distribution probability of the pixel to be corrected and the maximum transition value to obtain the transition value of the pixel to be corrected;
and adding the transition value of the pixel to be corrected and the first reference value or the second reference value to obtain a correction value of the pixel to be corrected.
Optionally, the pixel correction unit is configured to correct each pixel to be corrected in the pixel set to be corrected based on the original value and the correction value of each pixel to be corrected in the pixel set to be corrected, and includes: the pixel correction unit is specifically configured to:
acquiring a Gaussian distribution vector of the pixel to be corrected according to the Gaussian parameter, wherein the Gaussian distribution vector is composed of Gaussian distribution probabilities of the pixel to be corrected;
for any pixel to be corrected, taking the Gaussian distribution probability of the pixel to be corrected in the Gaussian distribution vector as the correction proportion of the pixel to be corrected;
and taking the correction proportion as the weight of the correction value, and carrying out weighted summation on the correction value and the original value to obtain the pixel value of the pixel to be corrected after correction.
A pixel modification apparatus comprising: a memory and a processor;
the memory is used for storing programs;
the processor is configured to execute the program to implement the steps of the pixel correction method described above.
A readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method of correction of pixels as described above.
According to the above technical solution, the pixel correction method, the pixel correction device, the pixel correction apparatus, and the readable storage medium provided in the present application determine, for each pixel set to be corrected, a correction value of each pixel to be corrected according to a maximum transition value and a cumulative distribution vector, where the maximum transition value represents a correction range in which each pixel to be corrected should be corrected on the basis of a reference value, and a cumulative distribution probability in the cumulative distribution vector represents a correction degree of each pixel to be corrected in the pixel set to be corrected, so that the correction value can ensure that the pixels in the pixel set to be corrected transit naturally. Further, the correction proportion of the correction value is obtained, and the pixel is corrected according to the correction value and the original value, so that the edge in the image is eliminated, and the transition of the pixel is natural.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
FIG. 1 is a schematic diagram illustrating a stitched image;
fig. 2 is a schematic flowchart illustrating a pixel correction method according to an embodiment of the present disclosure;
fig. 3 is a schematic view of a gray scale difference matrix projection provided in an embodiment of the present application;
FIG. 4a is a normalized Gaussian distribution curve provided by an embodiment of the present application;
FIG. 4b is a normalized cumulative distribution curve provided by an embodiment of the present application;
FIG. 5 illustrates a modified image;
fig. 6 is a schematic structural diagram of a pixel correction apparatus according to an embodiment of the present disclosure;
fig. 7 is a schematic structural diagram of a pixel correction apparatus according to an embodiment of the present application.
Detailed Description
The pixel correction method disclosed by the application is suitable for scenes in which pixels need to be corrected so as to eliminate edges in the images. Reasons for edge generation in an image may include: the image edge caused by the overlarge light and shade difference or the edge caused by the overlarge pixel color difference at the two sides of the sub-image splicing line in the spliced image.
For example, fig. 1 is a schematic diagram of a stitched image (denoted as P) obtained by stitching four sub-images (i.e., P1, P2, P3, and P4 identified in fig. 1), and it can be seen that since the pixel color difference on both sides of the stitching line of P1, P2, P3, and P4 is large, an edge is generated between two adjacent sub-images, such as the edge L1 in the vertical direction and the edge L2 in the horizontal direction shown in fig. 1. As shown in fig. 1, the edge of the stitched image P is a straight line, and in alternative scenarios, the color difference boundary may be an irregular polygonal line or a curved line. And the edges may or may not be continuous.
In the prior art, in order to eliminate an edge in an image and achieve a smooth transition of pixels, image processing software (such as Photoshop) can be used to correct pixels on two sides of the edge, but researchers find that only one image can be processed by correcting the pixels by using the image processing software at a time, and the transition effect of the pixels on two sides of the edge is unnatural.
It should be noted that the digital image data can be represented by a pixel matrix, and the digital image can be analyzed and processed by using matrix theory and matrix algorithm. Since digital images can be represented in the form of a matrix of pixels, it is common in computer digital image processing programs to store image data in arrays where each element of the matrix of pixels corresponds to a pixel in the image. For a color image, each pixel in the image includes three color channels, namely the red R, green G, and blue B channels. Therefore, each element in the pixel matrix of the color image includes pixel values of three colors of RGB. For grayscale images, the elements of each array contain the pixel value of one pixel, i.e., the grayscale value. When correcting the pixels, the pixel values of each channel may be corrected separately.
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Fig. 2 is a flowchart illustrating a pixel correction method according to an embodiment of the present application, and as shown in fig. 2, the method may specifically include the following steps:
s201, acquiring an original value of a pixel to be corrected.
Specifically, the pixels to be modified include edge pixels and target pixels, where the target pixels are pixels located on both sides of the edge pixels and located in the same row as the edge pixels. The original value of each pixel to be corrected comprises the pixel value of any color channel of the pixel to be corrected.
Taking fig. 1 as an example, assume that L1 is an edge and has a length of L, that is, L edge pixels are included along the direction L1. Then, L sets of pixels to be corrected may be obtained, where each set of pixels to be corrected is a set of pixels to be corrected, and includes an edge pixel and a preset number of target pixels, and the preset number may be set according to a difference between two sides of the edge pixel. Optionally, the number of the target pixel points selected on both sides of any one edge pixel point may be the same or different, and this embodiment is not limited.
S202, Gaussian parameters of the pixel set to be corrected are obtained.
Specifically, the pixel set to be modified is composed of any edge pixel and a target pixel thereof, and the gaussian parameter of any pixel set to be modified includes a pixel mean value and a pixel standard deviation of a pixel to be modified in the pixel set to be modified.
In practical application, the pixel to be corrected may include a plurality of pixel sets to be corrected, and a pixel matrix to be corrected may be formed by the plurality of pixel sets to be corrected. For example, the pixel matrix M to be modified includes L rows and 2w columns, each row corresponding to the original value of one pixel set to be modified. The method may use an algorithm to calculate the gaussian parameter for each set of pixels to be corrected. The embodiment of the present application does not limit this.
S203, acquiring the cumulative distribution vector of the pixel set to be corrected according to the Gaussian parameters.
Specifically, the cumulative distribution vector is composed of cumulative distribution probabilities of each pixel to be corrected in the pixel set to be corrected. The cumulative distribution probability of each pixel to be corrected can be calculated according to the gaussian distribution probability of each pixel to be corrected in the pixel set to be corrected. For example, the cumulative distribution probability of any pixel to be corrected is the sum of the gaussian distribution probabilities of all pixels to be corrected that are ordered before the pixel to be corrected. And for any pixel to be corrected, the Gaussian distribution probability of the pixel to be corrected is determined by the Gaussian parameter of the pixel set to be corrected.
It should be noted that, in this embodiment, the cumulative distribution vector is further normalized to obtain the normalized cumulative distribution probability of each pixel to be corrected.
And S204, calculating a correction value of the pixel to be corrected according to the maximum transition value and the accumulated distribution vector.
Optionally, the maximum transition value of the pixel may be a difference between a reference value (i.e., a first reference value) of an edge pixel point and a target pixel point located on a first side of the edge pixel point in the pixel set to be corrected and a reference value (i.e., a second reference value) of a target pixel point on a second side. The reference value may be a mean value or a median value of the original values of the pixels, for example, the first reference value is a mean value of the edge pixel and a target pixel located on a first side of the edge pixel. The second reference value is a pixel mean value or a median value of the target pixel point located on the second side of the edge pixel point.
It will be appreciated that since the reference value represents the average level, the maximum transition value is the maximum value that each pixel to be corrected should correct on the basis of the reference value. The cumulative distribution probability in the cumulative distribution vector characterizes the correction degree of the pixels in the pixel set to be corrected. Therefore, the present embodiment can obtain the correction value of each pixel to be corrected according to the maximum transition value and the cumulative distribution probability of each pixel to be corrected.
And S205, correcting each pixel to be corrected based on the correction value and the original value.
It can be understood that the pixel to be corrected needs to be corrected on the basis of the original pixel of the image to be corrected in order to make the transition of the pixels on both sides of the edge natural, so that the correction value and the original value of the pixel to be corrected need to be referred to simultaneously for each pixel to be corrected during the correction process. Therefore, the present embodiment first determines the correction ratio of the correction value, which may be the weight of the correction value to the corrected pixel value.
Optionally, the modification ratio may be a preset fixed ratio value, and the method for determining the modified pixel value of the pixel to be modified includes:
and for any pixel to be corrected, taking the preset proportional value as a weight of the correction value, and carrying out weighted summation on the correction value and the original value to obtain a pixel value of the pixel to be corrected after correction.
Optionally, the correction ratio may be a gaussian distribution probability of the pixel to be corrected in the gaussian distribution vector, and the method for determining the pixel value of the corrected pixel to be corrected includes:
and taking the correction proportion as the weight of the correction value, and carrying out weighted summation on the correction value and the original value to obtain the pixel value of the pixel to be corrected after the pixel is corrected.
Based on the foregoing technical solution, an embodiment of the present application provides a pixel correction method, where for each pixel set to be corrected, a correction value of each pixel to be corrected is determined according to a maximum transition value and a cumulative distribution vector, where the maximum transition value represents a correction range in which each pixel to be corrected should be corrected on the basis of a reference value, and a cumulative distribution probability in the cumulative distribution vector represents a correction degree of each pixel to be corrected in the pixel set to be corrected, so that the correction value can ensure that the pixels in the pixel set to be corrected transit naturally. Further, the correction proportion of the correction value is obtained, and the pixel is corrected according to the correction value and the original value, so that the edge in the image is eliminated, and the transition of the pixel is natural.
Furthermore, the correction proportion of each pixel to be corrected can be preset as the Gaussian distribution probability of the pixel to be corrected, so that the correction proportion of the pixel to be corrected close to the edge is ensured to be larger, the correction proportion of the pixel to be corrected far from the edge is ensured to be smaller, and the transition of the pixel is further ensured to be natural.
As can be seen from the above flow, the correction process of any group of pixels to be corrected is the same, that is, the steps of the pixel correction method performed on any group of pixels to be corrected in the present embodiment are as follows:
the method comprises the steps of obtaining an original value of a pixel to be corrected, wherein the pixel to be corrected comprises an edge pixel point and a target pixel point, and the target pixel point is a pixel point which is located on two sides of the edge pixel point and located on the same line with the edge pixel point.
And acquiring Gaussian parameters of the pixel to be corrected, wherein the Gaussian parameters comprise a pixel mean value and a pixel standard deviation of the pixel to be corrected.
And acquiring a cumulative distribution vector of the pixels to be corrected according to the Gaussian parameters, wherein the cumulative distribution vector is composed of the cumulative distribution probability of each pixel to be corrected.
Calculating a correction value of the pixel to be corrected according to the maximum transition value and the accumulated distribution vector; the maximum transition value is a difference value between a first reference value and a second reference value, the first reference value is determined according to the original values of the edge pixel and the target pixel located on the first side of the edge pixel, and the second reference value is determined according to the original value of the target pixel located on the second side of the edge pixel.
And correcting the pixel to be corrected based on the original value and the corrected value of the pixel to be corrected.
The embodiment of the present application takes the stitched image shown in fig. 1 as an example, and introduces an optional specific implementation manner of obtaining an original value of a pixel to be corrected, which includes:
firstly, edge detection is carried out on an image to be corrected, and the coordinates of the edge are obtained.
Specifically, an image to be corrected is converted into a grayscale image, and a pixel matrix of the grayscale image is obtained, it can be understood that elements in the pixel matrix of the grayscale image correspond to pixels in the grayscale image one to one, and a value of each element is a grayscale value of the corresponding pixel.
And calculating the absolute value of the gray difference between adjacent rows in the horizontal direction to obtain a gray difference matrix in the horizontal direction, performing vertical projection on the gray difference matrix in the horizontal direction, and taking the horizontal coordinate of the highest point of the projection to obtain the horizontal coordinate x of the vertical edge (L1) of the image to be corrected.
And calculating the absolute value of the gray difference between the adjacent columns in the vertical direction to obtain a gray difference matrix in the vertical direction. And projecting the gray level difference matrix in the vertical direction in the horizontal direction, and taking the vertical coordinate of the highest point of the projection to obtain the vertical coordinate y of the edge (L2) of the image to be corrected.
Fig. 3 is a schematic diagram of a horizontal gray scale difference matrix projection, and as shown in fig. 3, the horizontal coordinate of the highest point o of the projection is the horizontal coordinate x of the vertical edge L1.
Further, for any edge pixel point (x, y1) on the edge, a preset number of pixel points on both sides of the edge pixel point are respectively taken to form a pixel set V to be corrected. For example, the set V of pixels to be modified includes 2w pixels, let V ═ V1,...,vw,vw+1,...,v2wIn which v iswThe edge pixel point (x, y1) is located at vwAny point v on the first sidei1(1. ltoreq. i 1. ltoreq. w) has a coordinate (x-i1+1, y1) at vwAny point v on the first sidei2(w<i2≤2w,y1)。
Alternatively, the vertical edge L1 shown in fig. 1 includes L pixels, so L sets of pixels to be corrected may be obtained, each set of pixels to be corrected includes 2w pixels, and the 2w pixels are arranged in order according to the positions of the pixels in the image to be corrected. The step obtains an original value of the pixel to be corrected, that is, a pixel value before correction of each pixel in each pixel set to be corrected, where the original value may include a pixel value of an R channel, a pixel value of a G channel, or a pixel value of a B channel before correction. Based on this, each channel can obtain a pixel matrix to be corrected with a size L × 2w, taking the pixel matrix M to be corrected of the R channel as an example, and any element in M is the original value of the R channel of the pixel at the position. It will be appreciated that M is a sub-matrix of the pixel matrix of the R channel of the image to be modified.
In this embodiment, an optional implementation manner of the pixel correction method provided in this embodiment is described with reference to the obtained pixel set V to be corrected as an example. Taking R channel in color image as an example, the set of pixels to be modified V ═ V1,...,vw,vw+1,...,v2wAny pixel v to be modified ini(1 ≦ i ≦ 2w) for R channel original value RiThe original value number of the pixel set to be modified is R ═ R { (R)1,...,Rw,Rw+1,...,R2wAnd then the gaussian parameters include:
pixel mean value Iu
Figure GDA0002826409320000101
And pixel standard deviation Is
Figure GDA0002826409320000102
Further, according to IuAnd IsA cumulative distribution vector for the set of pixels to be modified may be determined, the cumulative distribution vector Q comprising 2w elements, Q ═ Q1,...,qw,qw+1,...,q2wWherein q isiIndicating the cumulative distribution probability corresponding to the ith pixel.
Alternatively, the cumulative distribution vector Q may be determined from the gaussian distribution vector G. Regarding 2w pixel values in the pixel set to be modified as discrete random variables, subjecting the pixel values to a mathematical expectation as a pixel mean value IuStandard deviation is pixel standard deviation IsIs normally distributed.
The gaussian function formula f (x) is as follows.
Figure GDA0002826409320000103
Since the original values in the embodiment of the present application are discrete data, a function value corresponding to each original value on the gaussian distribution curve is taken to form a gaussian distribution vector G ═ G1,...,gw,gw+1,...,g2wDefine gi(i ═ 1, 2.., 2w) is any pixel viCorresponding gaussian distribution probability, then:
Figure GDA0002826409320000104
optionally, since the original values of the pixels in the pixel set to be modified are discrete data, let any pixel viCorresponding cumulative distribution probability of ordering at viThe sum of the gaussian distribution probabilities of the previous pixels. Namely:
qi=g1+g2+...+gi
based on the above, the cumulative distribution probability of all the original values in the pixel set to be modified is obtained, and the cumulative distribution vector Q ═ Q is formed in sequence1,...,qw,qw+1,...,q2w}。
Further, for the gaussian distribution vector G ═ G1,...,gw,gw+1,...,g2wAnd the cumulative distribution vector Q ═ Q1,...,qw,qw+1,...,q2wNormalizing to make the Gaussian distribution probability value and the cumulative distribution probability value fall in [0, 1 }]The above.
Optionally, the normalization method may be:
g’i=(gi-min(G))/(max(G)-min(G))
q’i=(qi-min(Q))/(max(Q)-min(Q))
wherein, g'iIs normalized pixel viAnd G ', G ═ G'1,...,g’w,g’w+1,...,g’2w},q’iIs normalized pixel viCumulative distribution probability, then, the cumulative distribution vector of the pixel set V to be modified is
Figure GDA0002826409320000111
min () denotes taking the minimum value, and max () denotes taking the maximum value.
Fig. 4a shows a normalized gaussian distribution curve, fig. 4b shows a normalized cumulative distribution curve, and it should be noted that the gaussian distribution curve and the cumulative distribution curve are graphs after vectors are serialized.
Further, if the maximum transition value is D, then: d ═ I2-I1Wherein, I1Image-taking pixel point { v1,v2,...,vwPixel mean (i.e., first reference value), I of }2Image-taking pixel point { vw+1,vw+2,...,v2wPixel mean (i.e. the second reference value) of (1), take the R-channel pixel value as an example:
Figure GDA0002826409320000112
Figure GDA0002826409320000113
further, in this embodiment, the transition value of the pixel to be corrected is calculated according to the maximum transition value and the cumulative distribution vector, and the calculation method may be to multiply the cumulative distribution probability of any pixel with the maximum transition value to obtain the transition value of the pixel. For example:
ΔRi=D*qi
wherein, Δ RiIs a pixel viD is the maximum transition value, qiIs v isiThe cumulative distribution probability of (c).
Further, the transition value is a value to be corrected on the basis of the first reference value for each pixel, and therefore, the correction value may be determined based on the transition value and the first reference value.
Then, pixel viThe correction value of (d) can be obtained according to the following formula:
R’i=I1+ΔRi
based on this, a correction value sequence of the pixel set V to be corrected, i.e., R '═ R'1,...,R’w,R’w+1,...,R’2w}。
Further, if the gaussian distribution probability of any pixel to be corrected is taken as the correction proportion of the pixel to be corrected, the method for determining the pixel value of the pixel to be corrected after correction comprises the following steps:
firstly, determining a Gaussian distribution vector of each pixel set to be corrected according to the Gaussian parameters, wherein the Gaussian distribution vector is composed of Gaussian distribution probabilities of each pixel in the pixel set to be corrected.
Then, for any pixel to be corrected, the gaussian distribution probability of the pixel to be corrected in the gaussian distribution vector is taken as the correction proportion of the pixel to be corrected, and as can be seen from fig. 4a, the higher the correction proportion of the pixel closer to the color difference boundary is, the lower the correction proportion of the pixel farther from the color difference boundary is, and transition nature is further ensured.
Further, the correction proportion is used as a weight of the correction value, the correction value and the original value are subjected to weighted summation, and a pixel value of the pixel to be corrected is obtained after correction. Then, any pixel viCorrected pixel value F ofiCan be calculated as follows with reference to the formula:
Fi=g’i*R’i+(1-g’i)*Ri
wherein R'iIs a pixel viCorrection value of (1), g'iIs a pixel viCorrection ratio of (1), RiIs a pixel viThe original value of (a).
Based on this, a corrected pixel value sequence F ═ F is obtained for the pixel set V to be corrected1,...,Fw,Fw+1,...,F2wAnd correcting the pixel in the V according to the corrected pixel value. Fig. 5 is a schematic diagram of images on both sides of the boundary between the color differences before and after correction, and as shown in fig. 5, the image pixel transition after pixel correction is natural and has no obvious edge.
The following describes the correction device for a pixel provided in the embodiments of the present application, and the correction device for a pixel described below and the correction method for a pixel described above may be referred to correspondingly.
Referring to fig. 6, a schematic structural diagram of a pixel correction apparatus according to an embodiment of the present disclosure is shown, and as shown in fig. 6, the apparatus may include:
a correction device for a pixel, comprising:
an original value obtaining unit 601, configured to obtain an original value of a pixel to be corrected, where the pixel to be corrected includes an edge pixel and a target pixel, and the target pixel is a pixel located on both sides of the edge pixel and located in the same row as the edge pixel;
a gaussian parameter obtaining unit 602, configured to obtain a gaussian parameter of the pixel to be corrected, where the gaussian parameter includes a pixel mean value and a pixel standard deviation of the pixel to be corrected;
an accumulated distribution vector obtaining unit 603, configured to obtain an accumulated distribution vector of the pixels to be corrected according to the gaussian parameter, where the accumulated distribution vector is composed of an accumulated distribution probability of each pixel to be corrected;
a correction value calculating unit 604, configured to calculate a correction value of the pixel to be corrected according to the maximum transition value and the cumulative distribution vector; the maximum transition value is a difference value between a first reference value and a second reference value, the first reference value is determined according to the original value of the edge pixel and the original value of the target pixel located at the first side of the edge pixel, and the second reference value is determined according to the original value of the target pixel located at the second side of the edge pixel;
a pixel correction unit 605, configured to correct the pixel to be corrected based on the original value of the pixel to be corrected and the correction value.
Optionally, the apparatus further comprises: a maximum transition value calculation unit; the maximum transition value calculating unit is configured to calculate the maximum transition value, and includes:
the maximum transition value calculation unit is specifically configured to:
acquiring the pixel mean values of the edge pixel points and the target pixel points on the first side as the first reference value, and calculating the pixel mean value of the target pixel points on the second side as the second reference value;
and calculating the difference value between the first reference value and the second reference value to obtain the maximum transition value.
Optionally, the correction value calculating unit is configured to calculate the correction value of the pixel to be corrected according to the maximum transition value and the cumulative distribution vector, and includes: the correction value calculation unit is specifically configured to:
calculating the product of the cumulative distribution probability of the pixel to be corrected and the maximum transition value to obtain the transition value of the pixel to be corrected;
and adding the transition value of the pixel to be corrected and the first reference value or the second reference value to obtain a correction value of the pixel to be corrected.
Optionally, the pixel correction unit is configured to correct the pixel to be corrected based on the original value and the correction value of each pixel to be corrected, and includes: the pixel correction unit is specifically configured to:
acquiring a Gaussian distribution vector of the pixel to be corrected according to the Gaussian parameter, wherein the Gaussian distribution vector is composed of Gaussian distribution probabilities of the pixel to be corrected;
for any pixel to be corrected, taking the Gaussian distribution probability of the pixel to be corrected in the Gaussian distribution vector as the correction proportion of the pixel to be corrected;
and taking the correction proportion as the weight of the correction value, and carrying out weighted summation on the correction value and the original value to obtain the pixel value of the pixel to be corrected after correction.
An embodiment of the present application further provides a pixel correction device, please refer to fig. 7, which shows a schematic structural diagram of the pixel correction device, where the pixel correction device may include: at least one processor 701, at least one communication interface 702, at least one memory 703 and at least one communication bus 704;
in the embodiment of the present application, the number of the processor 701, the communication interface 702, the memory 703 and the communication bus 704 is at least one, and the processor 701, the communication interface 702 and the memory 703 complete mutual communication through the communication bus 704;
the processor 701 may be a central processing unit CPU, or an application Specific Integrated circuit (asic), or one or more Integrated circuits configured to implement embodiments of the present invention, or the like;
the memory 703 may include a high-speed RAM memory, and may further include a non-volatile memory (non-volatile memory) or the like, such as at least one disk memory;
wherein the memory stores a program and the processor can call the program stored in the memory, the program for:
acquiring an original value of a pixel to be corrected, wherein the pixel to be corrected comprises an edge pixel point and a target pixel point, and the target pixel point is a pixel point which is positioned on two sides of the edge pixel point and is positioned in the same line with the edge pixel point;
acquiring Gaussian parameters of the pixel to be corrected, wherein the Gaussian parameters comprise a pixel mean value and a pixel standard deviation of the pixel to be corrected;
acquiring a cumulative distribution vector of the pixels to be corrected according to the Gaussian parameters, wherein the cumulative distribution vector is composed of the cumulative distribution probability of each pixel to be corrected;
calculating a correction value of the pixel to be corrected according to the maximum transition value and the accumulated distribution vector; the maximum transition value is a difference value between a first reference value and a second reference value, the first reference value is determined according to the original value of the edge pixel and the original value of the target pixel located at the first side of the edge pixel, and the second reference value is determined according to the original value of the target pixel located at the second side of the edge pixel;
correcting the pixel to be corrected based on the original value of the pixel to be corrected and the correction value.
Alternatively, the detailed function and the extended function of the program may be as described above.
Embodiments of the present application further provide a readable storage medium, where a program suitable for being executed by a processor may be stored, where the program is configured to:
acquiring an original value of a pixel to be corrected, wherein the pixel to be corrected comprises an edge pixel point and a target pixel point, and the target pixel point is a pixel point which is positioned on two sides of the edge pixel point and is positioned in the same line with the edge pixel point;
acquiring Gaussian parameters of the pixel to be corrected, wherein the Gaussian parameters comprise a pixel mean value and a pixel standard deviation of the pixel to be corrected;
acquiring a cumulative distribution vector of the pixels to be corrected according to the Gaussian parameters, wherein the cumulative distribution vector is composed of the cumulative distribution probability of each pixel to be corrected;
calculating a correction value of the pixel to be corrected according to the maximum transition value and the accumulated distribution vector; the maximum transition value is a difference value between a first reference value and a second reference value, the first reference value is determined according to the original value of the edge pixel and the original value of the target pixel located at the first side of the edge pixel, and the second reference value is determined according to the original value of the target pixel located at the second side of the edge pixel;
correcting the pixel to be corrected based on the original value of the pixel to be corrected and the correction value.
Alternatively, the detailed function and the extended function of the program may be as described above.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present application. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the application. Thus, the present application is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A method for correcting a pixel, comprising:
acquiring an original value of a pixel set to be corrected, wherein the pixel set to be corrected comprises edge pixel points and target pixel points, and the target pixel points are pixel points which are positioned on two sides of the edge pixel points and are positioned in the same row with the edge pixel points;
acquiring Gaussian parameters of the pixel set to be corrected, wherein the Gaussian parameters comprise a pixel mean value and a pixel standard deviation of pixels to be corrected in the pixel set to be corrected;
acquiring a cumulative distribution vector of the pixel set to be corrected according to the Gaussian parameters, wherein the cumulative distribution vector is composed of cumulative distribution probabilities of each pixel to be corrected in the pixel set to be corrected, and the cumulative distribution probability of any pixel to be corrected is the sum of the Gaussian distribution probabilities of all pixels to be corrected which are sequenced before the pixel to be corrected;
calculating the correction value of each pixel to be corrected in the pixel set to be corrected according to the maximum transition value and the accumulated distribution vector; the maximum transition value is a difference value between a first reference value and a second reference value, the first reference value is determined according to the original value of the edge pixel and the original value of the target pixel located at the first side of the edge pixel, and the second reference value is determined according to the original value of the target pixel located at the second side of the edge pixel;
and correcting each pixel to be corrected in the pixel set to be corrected based on the original value and the correction value of each pixel to be corrected in the pixel set to be corrected.
2. The pixel correction method according to claim 1, wherein the maximum transition value calculation method includes:
acquiring the pixel mean values of the edge pixel points and the target pixel points on the first side as the first reference value, and calculating the pixel mean value of the target pixel points on the second side as the second reference value;
and calculating the difference value between the first reference value and the second reference value to obtain the maximum transition value.
3. The method according to claim 1, wherein the calculating the correction value of each pixel to be corrected in the set of pixels to be corrected according to the maximum transition value and the cumulative distribution vector comprises:
calculating the product of the cumulative distribution probability of the pixel to be corrected and the maximum transition value to obtain the transition value of the pixel to be corrected;
and adding the transition value of the pixel to be corrected and the first reference value or the second reference value to obtain a correction value of the pixel to be corrected.
4. The method according to claim 1, wherein the modifying each pixel to be modified in the set of pixels to be modified based on the original value of each pixel to be modified in the set of pixels to be modified and the modification value comprises:
acquiring a Gaussian distribution vector of the pixel to be corrected according to the Gaussian parameter, wherein the Gaussian distribution vector is composed of Gaussian distribution probabilities of the pixel to be corrected;
for any pixel to be corrected, taking the Gaussian distribution probability of the pixel to be corrected in the Gaussian distribution vector as the correction proportion of the pixel to be corrected;
and taking the correction proportion as the weight of the correction value, and carrying out weighted summation on the correction value and the original value to obtain the pixel value of the pixel to be corrected after correction.
5. A pixel correction apparatus, comprising:
the device comprises an original value acquisition unit, a correction unit and a correction unit, wherein the original value acquisition unit is used for acquiring an original value of a pixel set to be corrected, the pixel set to be corrected comprises edge pixel points and target pixel points, and the target pixel points are pixel points which are positioned on two sides of the edge pixel points and are positioned in the same line with the edge pixel points;
a gaussian parameter obtaining unit, configured to obtain a gaussian parameter of the pixel set to be corrected, where the gaussian parameter includes a pixel mean value and a pixel standard deviation of a pixel to be corrected in the pixel set to be corrected;
an accumulated distribution vector obtaining unit, configured to obtain an accumulated distribution vector of the pixel set to be corrected according to the gaussian parameter, where the accumulated distribution vector is composed of an accumulated distribution probability of each pixel to be corrected in the pixel set to be corrected, and the accumulated distribution probability of any pixel to be corrected is a sum of gaussian distribution probabilities of all pixels to be corrected that are sorted before the pixel to be corrected;
the correction value calculation unit is used for calculating the correction value of each pixel to be corrected in the pixel set to be corrected according to the maximum transition value and the accumulated distribution vector; the maximum transition value is a difference value between a first reference value and a second reference value, the first reference value is determined according to the original value of the edge pixel and the original value of the target pixel located at the first side of the edge pixel, and the second reference value is determined according to the original value of the target pixel located at the second side of the edge pixel;
and the pixel correction unit is used for correcting each pixel to be corrected in the pixel set to be corrected based on the original value and the correction value of each pixel to be corrected in the pixel set to be corrected.
6. The apparatus of claim 5, further comprising: a maximum transition value calculation unit; the maximum transition value calculating unit is configured to calculate the maximum transition value, and includes:
the maximum transition value calculation unit is specifically configured to:
acquiring the pixel mean values of the edge pixel points and the target pixel points on the first side as the first reference value, and calculating the pixel mean value of the target pixel points on the second side as the second reference value;
and calculating the difference value between the first reference value and the second reference value to obtain the maximum transition value.
7. The apparatus according to claim 5, wherein the correction value calculating unit is configured to calculate the correction value of each pixel to be corrected in the pixel set to be corrected according to the maximum transition value and the cumulative distribution vector, and includes: the correction value calculation unit is specifically configured to:
calculating the product of the cumulative distribution probability of the pixel to be corrected and the maximum transition value to obtain the transition value of the pixel to be corrected;
and adding the transition value of the pixel to be corrected and the first reference value or the second reference value to obtain a correction value of the pixel to be corrected.
8. The apparatus according to claim 5, wherein the pixel modification unit is configured to modify each pixel to be modified in the set of pixels to be modified based on the original value of each pixel to be modified in the set of pixels to be modified and the modification value, and includes: the pixel correction unit is specifically configured to:
acquiring a Gaussian distribution vector of the pixel to be corrected according to the Gaussian parameter, wherein the Gaussian distribution vector is composed of Gaussian distribution probabilities of the pixel to be corrected;
for any pixel to be corrected, taking the Gaussian distribution probability of the pixel to be corrected in the Gaussian distribution vector as the correction proportion of the pixel to be corrected;
and taking the correction proportion as the weight of the correction value, and carrying out weighted summation on the correction value and the original value to obtain the pixel value of the pixel to be corrected after correction.
9. A pixel correction apparatus, comprising: a memory and a processor;
the memory is used for storing programs;
the processor is configured to execute the program to implement the steps of the pixel correction method according to any one of claims 1 to 4.
10. A readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of the method of correction of a pixel according to any one of claims 1 to 4.
CN202010100340.7A 2020-02-18 2020-02-18 Pixel correction method, device, equipment and readable storage medium Active CN111340721B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010100340.7A CN111340721B (en) 2020-02-18 2020-02-18 Pixel correction method, device, equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010100340.7A CN111340721B (en) 2020-02-18 2020-02-18 Pixel correction method, device, equipment and readable storage medium

Publications (2)

Publication Number Publication Date
CN111340721A CN111340721A (en) 2020-06-26
CN111340721B true CN111340721B (en) 2021-02-12

Family

ID=71185475

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010100340.7A Active CN111340721B (en) 2020-02-18 2020-02-18 Pixel correction method, device, equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN111340721B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113256557B (en) * 2021-04-07 2022-02-15 北京联世科技有限公司 Traditional Chinese medicine tongue state identification method and device based on tongue manifestation clinical symptom image
CN113256743B (en) * 2021-06-16 2022-09-02 图兮数字科技(北京)有限公司 Image processing method and device, electronic equipment and readable storage medium
CN117372431B (en) * 2023-12-07 2024-02-20 青岛天仁微纳科技有限责任公司 Image detection method of nano-imprint mold

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1622638A (en) * 2004-12-27 2005-06-01 北京中星微电子有限公司 Image brightness correcting method of video monitoring system
CN1820496A (en) * 2003-10-31 2006-08-16 三菱电机株式会社 Image correcting method and imaging apparatus
CN101663894A (en) * 2006-11-10 2010-03-03 爱立信股份有限公司 Reduction of blocking artefacts in image decompression systems
CN101902547A (en) * 2008-12-31 2010-12-01 株式会社摩如富 Image processing method and image apparatus
CN102104728A (en) * 2009-12-17 2011-06-22 三洋电机株式会社 Image processing apparatus and image sensing apparatus
CN102194241A (en) * 2011-04-28 2011-09-21 西安交通大学 Internet-based design method of artistic picture splicing system

Family Cites Families (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7015961B2 (en) * 2002-08-16 2006-03-21 Ramakrishna Kakarala Digital image system and method for combining demosaicing and bad pixel correction
CN100403786C (en) * 2005-04-30 2008-07-16 广东威创视讯科技股份有限公司 Split display image edge blending method for large screen
CN101211459A (en) * 2007-12-21 2008-07-02 上海广电集成电路有限公司 Boundary point processed histogram balancing method
CN102081284A (en) * 2010-12-08 2011-06-01 苏州创捷传媒展览有限公司 Edge blending method for splicing multiple projection images
CN102289786B (en) * 2011-09-01 2013-08-21 青岛海信信芯科技有限公司 Edge anti-aliasing method and device for image scaling
CN103942754B (en) * 2013-01-18 2017-07-04 深圳市腾讯计算机系统有限公司 Panoramic picture complementing method and device
KR101929560B1 (en) * 2013-01-29 2019-03-14 삼성전자주식회사 Method and apparatus for detecting edge in image
US9224362B2 (en) * 2013-03-14 2015-12-29 Microsoft Technology Licensing, Llc Monochromatic edge geometry reconstruction through achromatic guidance
CN103279939B (en) * 2013-04-27 2016-01-20 北京工业大学 A kind of image mosaic disposal system
CN107533756B (en) * 2015-05-07 2021-09-28 奥林巴斯株式会社 Image processing device, imaging device, image processing method, and storage medium storing image processing program for image processing device
EP3139342A1 (en) * 2015-09-02 2017-03-08 Thomson Licensing Methods, systems and apparatus for over-exposure correction
CN105321151B (en) * 2015-10-27 2019-09-10 Tcl集团股份有限公司 A kind of Panoramagram montage luminance proportion method and system
CN105279735B (en) * 2015-11-20 2018-08-21 沈阳东软医疗系统有限公司 A kind of fusion method of image mosaic, device and equipment
CN106920217B (en) * 2015-12-25 2020-06-02 展讯通信(上海)有限公司 Image correction method and device
CN107424179A (en) * 2017-04-18 2017-12-01 微鲸科技有限公司 A kind of image equalization method and device
CN108022219B (en) * 2017-11-30 2020-06-26 湖南灵想科技股份有限公司 Two-dimensional image gray level correction method
CN110533609B (en) * 2019-08-16 2022-05-27 域鑫科技(惠州)有限公司 Image enhancement method, device and storage medium suitable for endoscope
CN110706168A (en) * 2019-09-25 2020-01-17 中国图片社有限责任公司 Image brightness adjusting method

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1820496A (en) * 2003-10-31 2006-08-16 三菱电机株式会社 Image correcting method and imaging apparatus
CN1622638A (en) * 2004-12-27 2005-06-01 北京中星微电子有限公司 Image brightness correcting method of video monitoring system
CN101663894A (en) * 2006-11-10 2010-03-03 爱立信股份有限公司 Reduction of blocking artefacts in image decompression systems
CN101902547A (en) * 2008-12-31 2010-12-01 株式会社摩如富 Image processing method and image apparatus
CN102104728A (en) * 2009-12-17 2011-06-22 三洋电机株式会社 Image processing apparatus and image sensing apparatus
CN102194241A (en) * 2011-04-28 2011-09-21 西安交通大学 Internet-based design method of artistic picture splicing system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
A Probabilistic Approach for Color Correction in Image Mosaicking Applications;Miguel Oliveira et al;《 IEEE Transactions on Image Processing 》;20150228;第24卷(第2期);第508-523页 *
一种多路视频的360度实时拼接技术;黄樟钦等;《西安电子科技大学学报》;20191211;第1-8页及第31页 *

Also Published As

Publication number Publication date
CN111340721A (en) 2020-06-26

Similar Documents

Publication Publication Date Title
CN111340721B (en) Pixel correction method, device, equipment and readable storage medium
CN109754377B (en) Multi-exposure image fusion method
CN110084236B (en) Image correction method and device
US8073277B2 (en) Apparatus and methods for image restoration
CN107644409B (en) Image enhancement method, display device and computer-readable storage medium
JP3621304B2 (en) Image brightness correction method
CN112351195B (en) Image processing method, device and electronic system
US20110142363A1 (en) Image correction apparatus and image correction method
US20160253788A1 (en) Device for removing noise on image using cross-kernel type median filter and method therefor
CN108961260B (en) Image binarization method and device and computer storage medium
KR20130035914A (en) Method for brightness correction of defective pixels of digital monochrome image
CN108921869B (en) Image binarization method and device
CN113592739A (en) Method and device for correcting lens shadow and storage medium
US20120170861A1 (en) Image processing apparatus, image processing method and image processing program
CN116934634A (en) Image enhancement method and device based on pixel classification
US8693777B2 (en) Apparatus and method for estimating edge areas of digital image
JP5327766B2 (en) Memory color correction in digital images
US11900564B2 (en) Storage medium storing program, image processing apparatus, and training method of machine learning model
US20210304487A1 (en) Storage medium storing program, training method of machine learning model, and image generating apparatus
CN114723632A (en) Part abnormal exposure image correction method and device based on texture information
CN114820363A (en) Image processing method and device
Zhang et al. Learning a Single Convolutional Layer Model for Low Light Image Enhancement
Park et al. ULBPNet: Low-light image enhancement using U-shaped lightening back-projection
JP2011113177A (en) Method and program for structuring three-dimensional object model
CN102194203B (en) A kind of method and apparatus reducing Face datection memory space

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP03 Change of name, title or address
CP03 Change of name, title or address

Address after: 100032 room 8018, 8 / F, building 7, Guangyi street, Xicheng District, Beijing

Patentee after: State Grid Digital Technology Holdings Co.,Ltd.

Patentee after: Guowang Xiongan Finance Technology Group Co.,Ltd.

Patentee after: State Grid blockchain Technology (Beijing) Co.,Ltd.

Address before: 100053 8th floor, Xianglong business building, 311 guanganmennei street, Xicheng District, Beijing

Patentee before: STATE GRID ELECTRONIC COMMERCE Co.,Ltd.

Patentee before: Guowang Xiongan Finance Technology Group Co.,Ltd.

Patentee before: State Grid blockchain Technology (Beijing) Co.,Ltd.