CN113628235A - Self-adaptive threshold segmentation signature image binary processing method based on PDE - Google Patents
Self-adaptive threshold segmentation signature image binary processing method based on PDE Download PDFInfo
- Publication number
- CN113628235A CN113628235A CN202110505908.8A CN202110505908A CN113628235A CN 113628235 A CN113628235 A CN 113628235A CN 202110505908 A CN202110505908 A CN 202110505908A CN 113628235 A CN113628235 A CN 113628235A
- Authority
- CN
- China
- Prior art keywords
- image
- signature
- pde
- format
- segmentation
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
- 230000011218 segmentation Effects 0.000 title claims abstract description 24
- 238000003672 processing method Methods 0.000 title claims abstract description 9
- 238000000034 method Methods 0.000 claims abstract description 35
- 238000012545 processing Methods 0.000 claims abstract description 19
- 238000003709 image segmentation Methods 0.000 claims abstract description 16
- 238000004364 calculation method Methods 0.000 claims abstract description 11
- 238000012937 correction Methods 0.000 claims abstract description 7
- 238000009792 diffusion process Methods 0.000 claims description 22
- 239000011159 matrix material Substances 0.000 claims description 12
- 238000001914 filtration Methods 0.000 claims description 7
- 230000003044 adaptive effect Effects 0.000 claims description 3
- 238000012804 iterative process Methods 0.000 claims description 3
- 230000000694 effects Effects 0.000 abstract description 3
- 238000010586 diagram Methods 0.000 description 4
- 238000005516 engineering process Methods 0.000 description 4
- 238000013459 approach Methods 0.000 description 1
- 230000009286 beneficial effect Effects 0.000 description 1
- 230000007547 defect Effects 0.000 description 1
- 238000011423 initialization method Methods 0.000 description 1
- 230000001575 pathological effect Effects 0.000 description 1
- 238000011160 research Methods 0.000 description 1
- 238000004800 variational method Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/10—Segmentation; Edge detection
- G06T7/136—Segmentation; Edge detection involving thresholding
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T5/00—Image enhancement or restoration
- G06T5/70—Denoising; Smoothing
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/10—Segmentation; Edge detection
- G06T7/194—Segmentation; Edge detection involving foreground-background segmentation
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Image Processing (AREA)
Abstract
The invention discloses a self-adaptive threshold segmentation signature image binary processing method based on PDE. Step 1: denoising the given signature image to obtain a smooth image; step 2: processing the denoised image by using Gamma correction to increase the image contrast; and step 3: changing the image with the increased contrast in the step 2 into a binary image by using a self-adaptive threshold fast segmentation algorithm again; and 4, step 4: and (3) dividing the binary image in the step (3) into a signature font and a background, wherein the signature font corresponds to a black area, and the background corresponds to a white area. The invention aims to solve the problems that the existing signature image segmentation method is low in calculation efficiency, poor in image segmentation effect on noise and required to manually adjust parameters in the processing process.
Description
Technical Field
The invention belongs to the field of image processing; in particular to a self-adaptive threshold segmentation signature image binary processing method based on PDE.
Background
Image segmentation is a basic work in the fields of computer science and technology and the like, and the accuracy of tasks such as image recognition and the like in the later period is directly influenced by the segmentation effect. The difficulty in processing the image segmentation problem is that it has a "pathological" property, and it is difficult to obtain a unique segmentation result, and the image often contains very rich information, and it is difficult to extract features by a uniform method. Although some effective image segmentation algorithms have been proposed for certain specific applications or types of images. However, there is no general and reliable automatic segmentation algorithm so far. Therefore, the deep research on the image segmentation method has very important value and significance.
In recent years, image segmentation methods based on PDEs have been developed. Among them, the active contour model combined with the level set method is receiving much attention. The method is mainly characterized in that the image segmentation problem is solved by minimizing an energy functional of a closed curve, an initial contour curve is given at first, the curve continuously moves under the action of force, and finally stops at the edge of a target. A geodesic active contour model (GAC) is taken as one of the most basic active contour models, the image segmentation problem is reduced to minimize an energy functional of a closed curve, and the minimized energy functional is converted into gradient descending flow related to the closed curve by using a variational method; and then, completing curve evolution by using a PDE method, and stopping the evolution process at the edge of the object so as to complete the segmentation of the image. In the implementation process of the method, the gradient mode of the image needs to be calculated, and the actual image often has noise or false edges, so that the calculated gradient mode is relatively disordered and has a large influence on the subsequent curve evolution result, so that a real boundary is difficult to obtain.
Furthermore, in the level set approach implementation of the GAC model, to preserve the characteristics of the level set function (typically the chosen sign distance function SDF), the SDF needs to be initialized after each iteration. The SDF structure requires the calculation of the symbolic distance from each pixel point of the image to the closed curve (level set curve), and thus the amount of calculation is large. The implementation efficiency of the initialization method affects the implementation efficiency of the whole model.
Disclosure of Invention
The invention provides a self-adaptive threshold segmentation signature image binary processing method based on PDE (differential equation), aiming at solving the problems that the traditional signature image segmentation method is low in calculation efficiency, poor in image segmentation effect on noise and required to manually adjust parameters in the processing process.
The invention is realized by the following technical scheme:
a binary processing method for self-adaptive threshold segmentation of a signature image based on PDE (partial differential equation), wherein the specific steps of the segmentation process of the signature image are as follows:
step 1: denoising the given signature image to obtain a smooth image;
step 2: processing the denoised image by using Gamma correction to increase the image contrast;
and step 3: changing the image with the increased contrast in the step 2 into a binary image by using a self-adaptive threshold fast segmentation algorithm again;
and 4, step 4: and (3) dividing the binary image in the step (3) into a signature font and a background, wherein the signature font corresponds to a black area, and the background corresponds to a white area.
Further, in the step 1, specifically,
step 1.1: discrete noise image fi,jF (I, J), where I ═ 1, ·, I, J ═ 1, ·, J, N ═ I × J ═ size (f (x)); constructing a semi-implicit numerical format of a diffusion equation corresponding to PDE filtering;
step 1.2: setting a boundary condition f according to the value format in step 1.1i,0=fi,1,fi,J+1=fi,J,f0,j=f1,j,fI+1,j=fi,j;
Step 1.3: according to the semi-hidden format in step 1.1, Gaussian convolution is applied to the noise image to obtain a smooth image fσAnd calculate fσGradient mode of
Step 1.4: calculating the gradient modulus of the noisy image according to the semi-hidden format in step 1.1
Step 1.5: using the results of the calculations in steps 1.3 and 1.4Andcalculating diffusion coefficient of diffusion equation
Step 1.6: calculating a diffusion coefficient matrix C by using the semi-hidden format in the step 1.1;
step 1.7: and (3) solving the semi-hidden format in the step 1.1 by utilizing a Gauss-Seidel iterative process to obtain a smooth image.
Further, the diffusion equation corresponding to the PDE filtering in step 1.1 is
u(x,0)=f(x),x∈Ω
the semi-implicit numerical format of the diffusion equation is:
the above numerical format can be rewritten into matrix form Un+1=(E-τAn)-1UnWherein AnTo represent the symmetric sparse matrix of the diffusion portion, E is the identity matrix.
Further, in step 1.3 fσ=GσF, wherein denotes a convolution operator, an
Further, in step 1.6, when the number of iteration steps is 1, the value format in step one can be represented as U1=(E-τA0)-1F, where F is a vector representation of the noisy image. Definition C ═ E- τ A0=(cm,n)IJ×IJThe concrete form is as follows:
wherein
α(j-1)*I+i=1+2τgi,j+τ(gi-1,j+gi+1,j+gi,j-1+gi,j+1)/2
β(j-1)*I+i=-τ(gi,j+gi+1,j)/2
γ(j-1)*I+i=-τ(gi,j+gi,j+1)/2
Further, the gaussian-seidel iteration process in step 1.7 is: u. ofi,j=fi,jWhen error < 0.001, the following cycle is performed: for I is more than or equal to 1 and less than or equal to I and J is more than or equal to 1 and less than or equal to J, calculating
Further, the step 2 is specifically that,
step 2.1: processing the image by using Gamma correction; namely, it isSaid gamma usually has a value in the range of [0.5,1.5 ]];
Step 2.2: calculate the gray value range [ K ] of the smooth image um,KM]Traversing the smooth image u and recording the gray level KmCorresponding pixel ui,j;
Step 2.3: corresponding to a gray level of KmThe pixel point of (2) calculating the two divided sub-regionsAndcorresponding parameter c1And c2Wherein K is Km;
Step 2.5: repeating steps 2.2 to 2.4, K for K ═ Km+1,…,KMCalculate KM-KmThe value of +1 corresponding energy functional e (K) is found, K ═ K at which e (K) reaches a maximum valuemax;
Further, as described in step 2.3Respectively represent D1,D2The number of pixel points in; if the energy e (k) reaches a maximum, the area will be divided into two sub-areas, i.e. a black area representing the font and a white area representing the background.
The invention has the beneficial effects that:
1. the self-adaptive threshold segmentation signature image binary processing technology based on the PDE can change an image into a binary image, namely a signature font corresponds to a black area, and a background corresponds to a white area; the boundary line of the new model is closer to the real boundary of the image from the gray level set, so that the complete information of the signature image is effectively segmented.
2. Compared with other image segmentation methods, the self-adaptive threshold segmentation signature image binary processing technology based on the PDE does not need to initialize parameters again, the complexity of the algorithm is deduced to be O (N), N is the number of pixel points, and therefore the algorithm can remarkably improve the calculation efficiency when processing large-scale images.
3. The self-adaptive threshold segmentation signature image binary processing technology based on the PDE is easy to realize. The first step of the new algorithm is mainly to obtain smooth images without obtaining the optimal denoising result, so that the corresponding filtering processing is carried out for several times; the new algorithm step 2 only needs to traverse the image once, then calculates 256 situations, and finally finds the best gray level to achieve the segmentation purpose. Therefore, the method is simple in processing flow and easy to implement.
4. The image segmentation method based on the diffusion equation and the gray level set is different from the traditional level set method in that the level set function needs to be solved, but the image is restored firstly, and then the level set of the image is used for segmentation, so that the defect that the variational level set needs to be solved in the original level set method is overcome, and the calculation efficiency is greatly improved.
Drawings
FIG. 1 is a flow chart of the method of the present invention.
Fig. 2 is an experimental original signature image.
FIG. 3 is a schematic diagram of a signature contour processed by a geodesic active contour model (GAC) according to the present invention.
FIG. 4 is a schematic diagram of a signature contour after processing by a gradient flow (GVF) active contour model according to the present invention.
FIG. 5 is a schematic diagram of a signature contour after being segmented by the signature image segmentation method of the present invention.
Fig. 6 is a schematic diagram of a signature image after being segmented by the signature image segmentation method of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be described clearly and completely with reference to the accompanying drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, 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 invention.
Example 1
As shown in fig. 1, a method for adaptive threshold segmentation of a signature image binary processing based on PDE includes the following specific steps:
step 1: denoising the given signature image to obtain a smooth image;
step 2: processing the denoised image by using Gamma correction to increase the image contrast;
and step 3: changing the image with the increased contrast in the step 2 into a binary image by using a self-adaptive threshold fast segmentation algorithm again;
and 4, step 4: and (3) dividing the binary image in the step (3) into a signature font and a background, wherein the signature font corresponds to a black area, and the background corresponds to a white area.
Further, in the step 1, specifically,
step 1.1: discrete noise image fi,jF (I, J), where I ═ 1, ·, I, J ═ 1, ·, J, N ═ I × J ═ size (f (x)); constructing a semi-implicit numerical format of a diffusion equation corresponding to PDE filtering;
step 1.2: setting a boundary condition f according to the value format in step 1.1i,0=fi,1,fi,J+1=fi,J,f0,j=f1,j,fI+1,j=fi,j;
Step 1.3: according to the semi-hidden format in step 1.1, Gaussian convolution is applied to the noise image to obtain a smooth image fσAnd calculate fσGradient mode of
Step 1.4: calculating the gradient modulus of the noisy image according to the semi-hidden format in step 1.1
Step 1.5: using the results of the calculations in steps 1.3 and 1.4Andcalculating diffusion coefficient of diffusion equation
Step 1.6: calculating a diffusion coefficient matrix C by using the semi-hidden format in the step 1.1;
step 1.7: and (3) solving the semi-hidden format in the step 1.1 by utilizing a Gauss-Seidel iterative process to obtain a smooth image.
Further, the diffusion equation corresponding to the PDE filtering in step 1.1 is
the semi-implicit numerical format of the diffusion equation is:
the above numerical format can be rewritten into matrix form Un+1=(E-τAn)-1UnWherein AnTo represent the symmetric sparse matrix of the diffusion portion, E is the identity matrix.
Further, in step 1.3 fσ=GσF, wherein denotes a convolution operator, an
Further, in step 1.6, when the number of iteration steps is 1, the value format in step one can be represented as U1=(E-τA0)-1F, where F is a vector representation of the noisy image. Definition C ═ E- τ A0=(cm,n)IJ×IJThe concrete form is as follows:
wherein
α(j-1)*I+i=1+2τgi,j+τ(gi-1,j+gi+1,j+gi,j-1+gi,j+1)/2
β(j-1)*I+i=-τ(gi,j+gi+1,j)/2
γ(j-1)*I+i=-τ(gi,j+gi,j+1)/2
Further, the gaussian-seidel iteration process in step 1.7 is: u. ofi,j=fi,jWhen error < 0.001, the following cycle is performed: for I is more than or equal to 1 and less than or equal to I and J is more than or equal to 1 and less than or equal to J, calculating
Further, the step 2 is specifically that,
step 2.1: processing the image by using Gamma correction; namely, it isSaid gamma usually has a value in the range of [0.5,1.5 ]](ii) a There is no optimum value for this value and the user needs to choose a smaller gamma when the processed image is dark and vice versa.
Step 2.2: calculate the gray value range [ K ] of the smooth image um,KM]Traversing the smooth image u and recording the gray level KmCorresponding pixel ui,j;
Step 2.3: corresponding to a gray level of KmThe pixel point of (2) calculating the two divided sub-regionsAndcorresponding parameter c1And c2Wherein K is Km;
Step 2.5: repeating steps 2.2 to 2.4, K for K ═ Km+1,…,KMCalculate KM-KmThe value of +1 corresponding energy functional e (K) is found, K ═ K at which e (K) reaches a maximum valuemax;
Claims (9)
1. A binary processing method for signature images based on self-adaptive threshold segmentation of a PDE (differential equation), which is characterized in that the specific steps of the signature image segmentation process are as follows:
step 1: denoising the given signature image to obtain a smooth image;
step 2: processing the denoised image by using Gamma correction to increase the image contrast;
and step 3: changing the image with the increased contrast in the step 2 into a binary image by using a self-adaptive threshold fast segmentation algorithm again;
and 4, step 4: and (3) dividing the binary image in the step (3) into a signature font and a background, wherein the signature font corresponds to a black area, and the background corresponds to a white area.
2. The method according to claim 1, wherein the step 1 is specifically,
step 1.1: discrete noise image fi,jF (I, J), where I1, …, I, J1, …, J, N I × J size (f (x)); constructing a semi-implicit numerical format of a diffusion equation corresponding to PDE filtering;
step 1.2: setting a boundary condition f according to the value format in step 1.1i,0=fi,1,fi,J+1=fi,J,f0,j=f1,j,fI+1,j=fi,j;
Step 1.3: according to the semi-hidden format in step 1.1, Gaussian convolution is applied to the noise image to obtain a smooth image fσAnd calculate fσIs | vσ|i,j;
Step 1.4: calculating gradient modulo | (f) of the noise image according to the semi-hidden format in step 1.1i,j;
Step 1.5: utilizing the result | (f) calculated in steps 1.3 and 1.4σ|i,jAnd |. f | +i,jCalculating the diffusion coefficient of the diffusion equation
Step 1.6: calculating a diffusion coefficient matrix C by using the semi-hidden format in the step 1.1;
step 1.7: and (3) solving the semi-hidden format in the step 1.1 by utilizing a Gauss-Seidel iterative process to obtain a smooth image.
3. The method as claimed in claim 1, wherein the PDE filtering in step 1.1 corresponds to a diffusion equation of
u(x,0)=f(x),x∈Ω
the semi-implicit numerical format of the diffusion equation is:
5. The method of claim 1, wherein in step 1.6, when the number of iteration steps is 1, the numerical format in step 1.1 is represented as U1=(E-τA0)-1F, where F is a vector representation of the noisy image. Definition C ═ E- τ A0=(cm,n)IJ×IJThe concrete form is as follows:
wherein
α(j-1)*I+i=1+2τgi,j+τ(gi-1,j+gi+1,j+gi,j-1+gi,j+1)/2
β(j-1)*I+i=-τ(gi,j+gi+1,j)/2
γ(j-1)*I+i=-τ(gi,j+gi,j+1)/2。
6. The method of claim 1, wherein the gaussian-seidel iteration process in step 1.7 is as follows: u. ofi,j=fi,jWhen error < 0.001, the following cycle is performed: for I is more than or equal to 1 and less than or equal to I and J is more than or equal to 1 and less than or equal to J, calculating
7. The method according to claim 1, wherein the step 2 is specifically,
step 2.1: processing the image by using Gamma correction; namely, it isSaid gamma usually has a value in the range of [0.5,1.5 ]];
Step 2.2: calculate the gray value range [ K ] of the smooth image um,KM]Traversing the smooth image u and recording the gray level KmCorresponding pixel ui,j;
Step 2.3: corresponding to a gray level of KmThe pixel point of (2) calculating the two divided sub-regionsAndcorresponding parameter c1And c2Wherein K is Km;
Step 2.5: repeating steps 2.2 to 2.4, K for K ═ Km+1,…,KMCalculate KM-KmThe value of +1 corresponding energy functional e (K) is found, K ═ K at which e (K) reaches a maximum valuemax;
9. The method according to claim 1, wherein the step 2.3 is performed by using a PDE-based adaptive threshold segmentation signature image binary processing methodRespectively represent D1,D2The number of pixel points in; if the energy e (k) reaches a maximum, the area will be divided into two sub-areas, i.e. a black area representing the font and a white area representing the background.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110505908.8A CN113628235B (en) | 2021-05-10 | 2021-05-10 | PDE-based adaptive threshold segmentation signature image binary processing method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202110505908.8A CN113628235B (en) | 2021-05-10 | 2021-05-10 | PDE-based adaptive threshold segmentation signature image binary processing method |
Publications (2)
Publication Number | Publication Date |
---|---|
CN113628235A true CN113628235A (en) | 2021-11-09 |
CN113628235B CN113628235B (en) | 2024-07-19 |
Family
ID=78377995
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202110505908.8A Active CN113628235B (en) | 2021-05-10 | 2021-05-10 | PDE-based adaptive threshold segmentation signature image binary processing method |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN113628235B (en) |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20070110294A1 (en) * | 2005-11-17 | 2007-05-17 | Michiel Schaap | Image enhancement using anisotropic noise filtering |
CN104574295A (en) * | 2014-12-16 | 2015-04-29 | 南京信息工程大学 | Adaptive threshold image denoising algorithm |
CN104835157A (en) * | 2015-05-04 | 2015-08-12 | 北京工业大学 | Eye fundus image optical cup automatic segmentation method based on improved PDE image repairing |
CN107665494A (en) * | 2017-10-11 | 2018-02-06 | 青岛大学 | A kind of adaptive noisy full variation dividing method of SAR image |
CN108122233A (en) * | 2017-12-18 | 2018-06-05 | 辽宁师范大学 | Color image segmentation method based on local pixel comprehensive characteristics |
CN108830857A (en) * | 2018-05-29 | 2018-11-16 | 南昌工程学院 | A kind of adaptive Chinese character rubbings image binaryzation partitioning algorithm |
CN109523559A (en) * | 2018-10-15 | 2019-03-26 | 石家庄学院 | A kind of noise image dividing method based on improved energy functional model |
-
2021
- 2021-05-10 CN CN202110505908.8A patent/CN113628235B/en active Active
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20070110294A1 (en) * | 2005-11-17 | 2007-05-17 | Michiel Schaap | Image enhancement using anisotropic noise filtering |
CN104574295A (en) * | 2014-12-16 | 2015-04-29 | 南京信息工程大学 | Adaptive threshold image denoising algorithm |
CN104835157A (en) * | 2015-05-04 | 2015-08-12 | 北京工业大学 | Eye fundus image optical cup automatic segmentation method based on improved PDE image repairing |
CN107665494A (en) * | 2017-10-11 | 2018-02-06 | 青岛大学 | A kind of adaptive noisy full variation dividing method of SAR image |
CN108122233A (en) * | 2017-12-18 | 2018-06-05 | 辽宁师范大学 | Color image segmentation method based on local pixel comprehensive characteristics |
CN108830857A (en) * | 2018-05-29 | 2018-11-16 | 南昌工程学院 | A kind of adaptive Chinese character rubbings image binaryzation partitioning algorithm |
CN109523559A (en) * | 2018-10-15 | 2019-03-26 | 石家庄学院 | A kind of noise image dividing method based on improved energy functional model |
Non-Patent Citations (3)
Title |
---|
徐长发;闵志方;张锴;: "一种基于PDE提高信噪比的图像处理算法", 华中科技大学学报(自然科学版), no. 02, 28 February 2006 (2006-02-28) * |
李雪峰;姜静;李岩;田宇;: "基于MRF与引导滤波的声纳图像去噪方法", 海洋技术学报, no. 05, 15 October 2017 (2017-10-15) * |
肖丹;黄玉清;: "改进的各向异性扩散图像去噪算法", 自动化仪表, no. 07, 20 July 2017 (2017-07-20) * |
Also Published As
Publication number | Publication date |
---|---|
CN113628235B (en) | 2024-07-19 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN112424828B (en) | Nuclear fuzzy C-means quick clustering algorithm integrating space constraint | |
CN108596258B (en) | Image classification method based on convolutional neural network random pooling | |
CN107945185B (en) | Image segmentation method and system based on wide residual pyramid pooling network | |
CN109035163B (en) | Self-adaptive image denoising method based on deep learning | |
CN101452575B (en) | Image self-adapting enhancement method based on neural net | |
CN109086714A (en) | Table recognition method, identifying system and computer installation | |
CN107993237A (en) | A kind of geometric active contour model image local segmentation method based on arrowband constraint | |
CN110084248B (en) | ORB feature homogenization extraction method | |
CN102855633A (en) | Anti-noise quick fuzzy-clustering digital image segmentation method | |
CN108460783B (en) | A kind of cerebral magnetic resonance image organizational dividing method | |
CN107564007B (en) | Scene segmentation correction method and system fusing global information | |
CN110176021B (en) | Level set image segmentation method and system for saliency information combined with brightness correction | |
CN111582198B (en) | Automatic sea-land segmentation method for remote sensing image | |
CN104715221A (en) | Decoding method and system for ultra-low-contrast two-dimension code | |
CN118172290B (en) | Multi-stage adaptive CNN and hybrid transducer-based Thangka image restoration method, system and storage medium | |
CN106447662A (en) | Combined distance based FCM image segmentation algorithm | |
Zhao et al. | NormalNet: Learning-based mesh normal denoising via local partition normalization | |
CN104952071A (en) | Maximum between-cluster variance image segmentation algorithm based on GLSC (gray-level spatial correlation) | |
CN117593323A (en) | Image segmentation method, system, medium and device based on non-local features | |
CN117350929B (en) | Electric power image enhancement optimization method based on improved meta heuristic algorithm | |
CN107564013B (en) | Scene segmentation correction method and system fusing local information | |
CN106023097A (en) | Iterative-method-based flow field image preprocessing algorithm | |
CN108596926A (en) | Gray threshold acquisition based on chiasma type particle cluster algorithm, method for detecting image edge | |
CN113628235A (en) | Self-adaptive threshold segmentation signature image binary processing method based on PDE | |
CN109064425B (en) | Self-adaptive non-local total variation image denoising method |
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 |