CN105160674A - Improved quick bidimensional empirical mode decomposition method - Google Patents

Improved quick bidimensional empirical mode decomposition method Download PDF

Info

Publication number
CN105160674A
CN105160674A CN201510543123.4A CN201510543123A CN105160674A CN 105160674 A CN105160674 A CN 105160674A CN 201510543123 A CN201510543123 A CN 201510543123A CN 105160674 A CN105160674 A CN 105160674A
Authority
CN
China
Prior art keywords
data
mean
minma
maxma
row
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201510543123.4A
Other languages
Chinese (zh)
Inventor
袁家政
刘宏哲
邱静
张勇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Union University
Original Assignee
Beijing Union University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Union University filed Critical Beijing Union University
Priority to CN201510543123.4A priority Critical patent/CN105160674A/en
Publication of CN105160674A publication Critical patent/CN105160674A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/0002Inspection of images, e.g. flaw detection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20004Adaptive image processing
    • G06T2207/20012Locally adaptive
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20024Filtering details

Abstract

An improved quick bidimensional empirical mode decomposition method comprises: determining to-be-screened data; detecting a local limit point of data ri-1(x,y); obtaining a mean envelope mmean(x,y) from hi(x,y) by using a mean filter; after obtaining the mean envelope, calculating a new signal hi'(x,y); calculating whether the generated new signal meets a screening stop criterion SD or not, and if SD is smaller than a given threshold value xi, determining that hi'(x,y) is a BIMF (Bidimensional Intrinsic Mode Function) of an ith layer; and setting hi(x,y) to be equal to hi'(x,y). Compared with an existing bidimensional empirical mode decomposition method, the improved quick bidimensional empirical mode decomposition method has the characteristics that the mean envelope is obtained by applying one fast convolution based mean filter, so that compared with a conventional bidimensional empirical mode decomposition method for obtaining a mean envelope based on an RBF (Radial Basis Function), the time complexity is greatly lowered, and the calculation rate of an algorithm is increased under the circumstance that a similar experimental result is obtained; and the window size of the mean filter is calculated by applying a Manhattan distance, so that the whole algorithm is adaptively completed without the need for manual intervention.

Description

A kind of fast two-dimensional empirical mode decomposition method of improvement
Technical field
The present invention is a kind of fast two-dimensional empirical mode decomposition method of improvement, belongs to the novel Time-Frequency Analysis Method in digital image processing field.
Background technology
Along with the development of computer technology and the continuous expansion in each application thereof, digital image processing techniques have also been obtained swift and violent development.Empirical mode decomposition algorithm (EMD) is a kind of novel Time-Frequency Analysis Method being applicable to analyze non-linear/non-stationary signal, the method is considered to the important breakthrough linearly and to be steadily assumed to be traditional Time-Frequency Analysis Method such as basic Fourier analysis and wavelet transformation, it is the time scale feature based on self, completely by data-driven, can adaptive be limited solid-state mode function (IMF) and a residual error trend term sum by " sieve " process by the signal decomposition of complexity.Image can regard a 2D signal as, and two-dimensional empirical mode decomposition algorithm (BEMD) is the popularization of EMD in 2D signal process, becomes the study hotspot in image processing field in the last few years.
Traditional two-dimensional empirical mode decomposition algorithm, in the process of screening, first needs to ask for Local Extremum, then asks for up/down envelope by local extremum, then ask for average envelope, finally judges whether average envelope meets screening stopping criterion.Common two-dimensional empirical mode decomposition algorithm, all by one group of radial basis function (RadialBasisFunction after searching local extremum, be called for short RBF) obtain envelope, but this method needs to use method of interpolation to be similar to obtains envelope, therefore, the computing time of algorithm is significantly increased.In addition, the time using the method to obtain envelope approximately account for 75% in whole screening process, can not meet the real-time of computation requirement.Therefore, be necessary to improve this algorithm, two-dimensional solid-state modular function (BIMF) can be generated more efficiently, and there is better availability, the real-time in practical application can be met.
Summary of the invention
The object of the invention is, when in two-dimensional empirical mode decomposition algorithm application and image procossing, improves algorithm counting yield and makes it meet real-time in practical application; Overcome in existing method shortcomings such as there is envelope formation speed is slow, border pollution, propose a kind of fast two-dimensional empirical mode decomposition method of improvement.
To achieve these goals, the present invention takes following technical scheme:
One, the data will carrying out sieving are determined.The data of carrying out sieving are the trial image of standard; As Lena image, cameraman image, Elaine image etc.If pending original image is f (m, n) (wherein m is the row-coordinate of image, n image column coordinate), make i=1, the data so will carrying out sieving are r 0(x, y)=f (m, n) (wherein x is the row-coordinate of image, y image column coordinate).
Two, data r is detected i-1the Local Extremum of (x, y).Detect data r i-1in (x, y), x and y is respectively row-coordinate and the row coordinate of data to be tested; The detection of extreme point comprises the detection to Local modulus maxima detection and local minizing point in data.For above-mentioned detection data r i-1(x, y) adopts 2-D pattern to represent, so wherein a mnrepresent r i-1the pixel of middle m capable n row, adopts neighborhood method to detect extreme point (generally adopting the window of 3 × 3), by the Local modulus maxima that detects stored in 2-D array MAXMA, by the local minizing point that detects stored in 2-D array MINMA.So make r i-1middle any point is a xy(x, y), with a xyadjacent pixel is &ForAll; a u v = { a u v | x - 1 < u < x + 1 , y - 1 < v < y + 1 } , If a xy> a uv, then a xy∈ MAXMA; If a xy< a uv, then a xy∈ MINMA; If above condition does not all meet, so this point does not belong to Local Extremum.
Three, in order to make that algorithm does not need manual intervention and self-adaptation completes, therefore use MAXMA and MINMA obtained above to determine the size w of mean filter window.Use l 1normed linear space manhatton distance under norm calculates MAXMA=(q 1, q 2, q 3..., q n) tin distance Distanse between each element maxma, wherein q nrepresent the n-th maximum point, n is positive integer; Then identical method is used to calculate MINMA=(p 1, p 2, p 3..., p n) t, in distance Distanse between each element minma, wherein p nrepresent the n-th minimum point, n is positive integer;
Distanse maxma(q i,q j)=|q i-q j|(1)
Distanse minma(p i,p j)=|p i-p j|(2)
Wherein { i|1 < i < n}, { j|1 < j < n}, i ≠ j.Then by Distanse maxmaand Distanse minmastored in array d max_l1with in; Finally by calculating
d 1=min{min{d max_l1},min{d min_l1}}(3)
d 2=max{max{d max_l1},max{d min_l1}}(4)
Obtain the size w of two filtering windows of candidate, and by d 1d 2be defined as Type-1 and Type-2 respectively.
Four, the 2-D data of local extremum will have been detected as the object being about to carry out sieving
h i(x,y)=r i-1(5)
Five, use mean filter from h iaverage envelope m is obtained in (x, y) mean(x, y).Mean filter is actually the process of a convolution, therefore uses the fast convolution algorithm based on svd to improve the counting yield of wave filter.The mask θ of the m × n used in Arbitrary Matrix M, first uses the decomposition based on singular value to obtain result
SVD ( &theta; ) = U &times; &Sigma; &times; V * - - - ( 6 )
Wherein U is a unit matrix, and Σ is a diagonal matrix, V *for the conjugate matrices of unit matrix V, then obtained the order of mask θ by diagonal matrix Σ result after obtaining convolution the most at last
Wherein i-th row of U (i :) representing matrix U, V (:, i) i-th row of representing matrix V, * represents and is carrying out convolution operation.Final acquisition average envelope m mean(x, y)=R.
Six, after acquisition average envelope, new signal h is calculated i' (x, y).
h i'(x,y)=h i(x,y)-m mean(x,y)(8)
Seven, calculate the new signal generated and whether meet screening stopping criterion SD, if SD is less than given threshold xi (such as 0.05), then have h i' (x, y) be i-th layer of BIMF; Otherwise, make h i(x, y)=h i' (x, y), jump to the 5th step;
S D = &Sigma; X W &Sigma; Y H | h i &prime; ( x , y ) - h i ( x , y ) | 2 &Sigma; X W &Sigma; Y H | h i ( x , y ) | 2 - - - ( 9 )
Eight, residual error surplus r is judged i(x, y)=r i-1(x, y)-h i' whether (x, y) be monotonic quantity, if so, then whole decomposable process terminates; If not, then make i=i+1 and jump to second step.
Compared with existing two-dimensional empirical mode decomposition method, tool of the present invention has the following advantages: this method is applied a mean filter based on fast convolution and obtained average envelope, average envelope is obtained based on RBF in conventional two-dimensional empirical mode decomposition method, greatly reduce time complexity, obtaining the computation rate that improve algorithm in similar experiment result situation, and application manhatton distance carrys out the window size of computation of mean values wave filter, such that whole algorithm does not need manual intervention and self-adaptation completes.
Accompanying drawing explanation
Fig. 1 fast two-dimensional empirical mode decomposition of the present invention process flow diagram;
Fig. 2 the present invention decomposes the 256 × 256Lena image used by example;
Fig. 3 the present invention decomposes the 256 × 256Elaina image used by example;
Fig. 4 detects extreme point result to one-dimensional data;
Fig. 5 detects Local Extremum result to 2-D data (Fig. 2); Wherein (a) represents Local modulus maxima testing result, and (b) represents local minizing point's testing result;
Fig. 6 uses the Contrast on effect of fast convolution and traditional convolution respectively to Fig. 2; A () uses traditional 2-D convolution of 27 × 27 windows; B () uses traditional 2-D convolution of 57 × 57 windows; C () uses the quick 2-D convolution of 27 × 27 windows; D () uses the quick 2-D convolution of 57 × 57 windows.
Fig. 7 uses the time of fast convolution and traditional convolution to contrast to Fig. 2 respectively;
Analysis result after Fig. 8 decomposes Fig. 3;
Output rusults after Fig. 9 decomposes Fig. 3.
Embodiment
Below in conjunction with the drawings and specific embodiments, technical scheme of the present invention is described in further detail.
Step one: first, determines the data will carrying out sieving.The data of generally carrying out sieving are the trial image of standard, as Lena image, and cameraman image, Elaine image etc.
Step 2: secondly, detects data r i-1the Local Extremum of (x, y).The detection of extreme point comprises the detection to Local modulus maxima detection and local minizing point in data.For 2-D data neighborhood method is adopted to detect extreme point (generally adopting the window of 3 × 3), by the Local modulus maxima that detects stored in 2-D array MAXMA, by the local minizing point that detects stored in 2-D array MINMA.So make r 0middle any point is a xy(x, y), with a xyadjacent pixel is &ForAll; a u v = { a u v | x - 1 < u < x + 1 , y - 1 < v < y + 1 } , If a xy> a uv, then a xy∈ MAXMA; If a xy< a uv, then a xy∈ MINMA; If above condition does not all meet, so this point does not belong to Local Extremum.In order to make that algorithm does not need manual intervention and self-adaptation completes, therefore use MAXMA and MINMA obtained above to determine the size w of mean filter window.Use l 1normed linear space manhatton distance under norm calculates MAXMA=(q 1, q 2, q 3..., q n) tin distance Distanse between each element maxma; Then identical method is used to calculate MINMA=(p 1, p 2, p 3..., p n) tin distance Distanse between each element minma;
Distanse maxma(q i,q j)=|q i-q j|(1)
Distanse minma(p i,p j)=|p i-p j|(2)
Wherein { i|1 < i < n}, { j|1 < j < n}, i ≠ j.Then by Distanse maxmaand Distanse minmastored in array with in; Finally by calculating
d 1=min{min{d max_l1},min{d min_l1}}(3)
d 2=max{max{d max_l1},max{d min_l1}}(4)
Obtain the size w of two filtering windows of candidate, and by d 1d 2be defined as Type-1 and Type-2 respectively.In 2-D data after having detected local extremum, as the object being about to carry out sieving
h i(x,y)=r i-1(5)
Step 3: next, uses mean filter from h iaverage envelope m is obtained in (x, y) mean(x, y).Mean filter is actually the process of a convolution, therefore uses the fast convolution algorithm based on svd to improve the counting yield of wave filter.The mask θ of the m × n used in Arbitrary Matrix M, first uses the decomposition based on singular value to obtain result
SVD ( &theta; ) = U &times; &Sigma; &times; V * - - - ( 6 )
Wherein U is a unit matrix, and Σ is a diagonal matrix, V *for the conjugate matrices of unit matrix V, then obtain the order of mask θ by diagonal matrix Σ result after obtaining convolution the most at last
Wherein i-th row of U (i :) representing matrix U, V (:, i) i-th row of representing matrix V, * represents and is carrying out convolution operation.Final acquisition average envelope m mean(x, y)=R, after acquisition average envelope, calculates new signal h i' (x, y).
h i'(x,y)=h i(x,y)-m mean(x,y)(8)
Step 4: last, calculates the new signal generated and whether meets screening stopping criterion SD, if SD is less than given threshold xi (such as 0.05), then have h i' (x, y) be i-th layer of BIMF; Otherwise, make h i(x, y)=h i' (x, y), jump to step 3;
S D = &Sigma; X W &Sigma; Y H | h i &prime; ( x , y ) - h i ( x , y ) | 2 &Sigma; X W &Sigma; Y H | h i ( x , y ) | 2 - - - ( 9 )
Judge residual error surplus r i(x, y)=r i-1(x, y)-h i' whether (x, y) be monotonic quantity, if so, then whole decomposable process terminates; If not, then make i=i+1 and jump to step 2.
As shown in figs 1-9, the present invention has quoted from respective image and has analyzed, and exports corresponding analysis result simultaneously; This method is applied a mean filter based on fast convolution and is obtained average envelope, average envelope is obtained based on RBF in conventional two-dimensional empirical mode decomposition method, greatly reduce time complexity, obtaining the computation rate that improve algorithm in similar experiment result situation, and application manhatton distance carrys out the window size of computation of mean values wave filter, such that whole algorithm does not need manual intervention and self-adaptation completes.

Claims (1)

1. the fast two-dimensional empirical mode decomposition method improved, is characterized in that: the implementation process of the method is as follows,
1) data will carrying out sieving are determined; The data of carrying out sieving are the trial image of standard; If pending original image is f (m, n), wherein m is the row-coordinate of image, and n image column coordinate, makes i=1, and the data so will carrying out sieving are r 0(x, y)=f (m, n), wherein x is the row-coordinate of image, y image column coordinate;
2) data r is detected i-1the Local Extremum of (x, y); Detect data r i-1in (x, y), x and y is respectively row-coordinate and the row coordinate of data to be tested; The detection of extreme point comprises the detection to Local modulus maxima detection and local minizing point in data; For above-mentioned detection data r i-1(x, y) adopts 2-D pattern to represent, so wherein a mnrepresent r i-1the pixel of middle m capable n row, adopts neighborhood method to detect extreme point, by the Local modulus maxima that detects stored in 2-D array MAXMA, by the local minizing point that detects stored in 2-D array MINMA; So make r i-1middle any point is a xy(x, y), with a xyadjacent pixel is &ForAll; a u v = { a u v | x - 1 < u < x + 1 , y - 1 < v < y + 1 } , If a xy> a uv, then a xy∈ MAXMA; If a xy< a uv, then a xy∈ MINMA; If above condition does not all meet, so this point does not belong to Local Extremum;
3) in order to make that algorithm does not need manual intervention and self-adaptation completes, therefore use MAXMA and MINMA obtained above to determine the size w of mean filter window; Use l 1normed linear space manhatton distance under norm calculates MAXMA=(q 1, q 2, q 3..., q n) tin distance Distanse between each element maxma, wherein q nrepresent the n-th maximum point, n is positive integer; Then identical method is used to calculate MINMA=(p 1, p 2, p 3..., p n) t, in distance Distanse between each element minma, wherein p nrepresent the n-th minimum point, n is positive integer;
Distanse maxma(q i,q j)=|q i-q j|(1)
Distanse minma(p i,p j)=|p i-p j|(2)
Wherein { i|1 < i < n}, { j|1 < j < n}, i ≠ j; Then by Distanse maxmaand Distanse minmastored in array with in; Finally by calculating
d 1=min{min{d max_l1},min{d min_l1}}(3)
d 2=max{max{d max_l1},max{d min_l1}}(4)
Obtain the size w of two filtering windows of candidate, and by d 1d 2be defined as Type-1 and Type-2 respectively;
4) the 2-D data of local extremum will have been detected as the object being about to carry out sieving
h i(x,y)=r i-1(5)
5) use mean filter from h iaverage envelope m is obtained in (x, y) mean(x, y); Mean filter is actually the process of a convolution, therefore uses the fast convolution algorithm based on svd to improve the counting yield of wave filter; The mask θ of the m × n used in Arbitrary Matrix M, first uses the decomposition based on singular value to obtain result
SVD(θ)=U×Σ×V *(6)
Wherein U is a unit matrix, and Σ is a diagonal matrix, V *for the conjugate matrices of unit matrix V, then obtained the order of mask θ by diagonal matrix Σ result after obtaining convolution the most at last
Wherein i-th row of U (i :) representing matrix U, V (:, i) i-th row of representing matrix V, * represents and is carrying out convolution operation; Final acquisition average envelope m mean(x, y)=R;
6) after acquisition average envelope, new signal h ' is calculated i(x, y);
h′ i(x,y)=h i(x,y)-m mean(x,y)(8)
7) calculate the new signal generated and whether meet screening stopping criterion SD, if SD is less than given threshold xi, then have h ' i(x, y) is i-th layer of BIMF; Otherwise, make h i(x, y)=h ' i(x, y), jumps to step 5);
S D = &Sigma; X W &Sigma; Y H | h i &prime; ( x , y ) - h i ( x , y ) | 2 &Sigma; X W &Sigma; Y H | h i ( x , y ) | 2 - - - ( 9 )
8) residual error surplus r is judged i(x, y)=r i-1(x, y)-h ' iwhether (x, y) is monotonic quantity, and if so, then whole decomposable process terminates; If not, then make i=i+1 and jump to step 2).
CN201510543123.4A 2015-08-28 2015-08-28 Improved quick bidimensional empirical mode decomposition method Pending CN105160674A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510543123.4A CN105160674A (en) 2015-08-28 2015-08-28 Improved quick bidimensional empirical mode decomposition method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510543123.4A CN105160674A (en) 2015-08-28 2015-08-28 Improved quick bidimensional empirical mode decomposition method

Publications (1)

Publication Number Publication Date
CN105160674A true CN105160674A (en) 2015-12-16

Family

ID=54801516

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510543123.4A Pending CN105160674A (en) 2015-08-28 2015-08-28 Improved quick bidimensional empirical mode decomposition method

Country Status (1)

Country Link
CN (1) CN105160674A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107274395A (en) * 2017-06-13 2017-10-20 电子科技大学 A kind of bus gateway head of passenger detection method based on empirical mode decomposition
CN110287446A (en) * 2019-05-29 2019-09-27 东南大学 A kind of polynary empirical mode decomposition algorithm of fast two-dimensional

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6990436B1 (en) * 2003-11-28 2006-01-24 The United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration Computing frequency by using generalized zero-crossing applied to intrinsic mode functions
US20100074496A1 (en) * 2008-09-23 2010-03-25 Industrial Technology Research Institute Multi-dimensional empirical mode decomposition (emd) method for image texture analysis
CN101882305A (en) * 2010-06-30 2010-11-10 中山大学 Method for enhancing image
CN102542296A (en) * 2012-01-10 2012-07-04 哈尔滨工业大学 Method for extracting image characteristics by multivariate gray model-based bi-dimensional empirical mode decomposition
CN104392444A (en) * 2014-11-18 2015-03-04 陕西师范大学 Method of extracting characteristics of medical MR (magnetic resonance) images based on ensemble empirical mode decomposition

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6990436B1 (en) * 2003-11-28 2006-01-24 The United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration Computing frequency by using generalized zero-crossing applied to intrinsic mode functions
US20100074496A1 (en) * 2008-09-23 2010-03-25 Industrial Technology Research Institute Multi-dimensional empirical mode decomposition (emd) method for image texture analysis
CN101882305A (en) * 2010-06-30 2010-11-10 中山大学 Method for enhancing image
CN102542296A (en) * 2012-01-10 2012-07-04 哈尔滨工业大学 Method for extracting image characteristics by multivariate gray model-based bi-dimensional empirical mode decomposition
CN104392444A (en) * 2014-11-18 2015-03-04 陕西师范大学 Method of extracting characteristics of medical MR (magnetic resonance) images based on ensemble empirical mode decomposition

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
CHIN-YU CHEN 等: "An improved bidimensional empirical mode decomposition:A mean approach for fast decomposition", 《SIGNAL PROCESSING》 *
DAN ZHANG 等: "Image Analysis Based on An Improved Bidimensional Empirical Mode Decomposition Method", 《PROCEEDING OF THE 2010 INTERNATIONAL CONFERENCE ON WAVELET ANALYSIS AND PATTERN RECOGNITION》 *
SHARIF M.A.BHUIYAN 等: "Fast and Adaptive Bidimensional Empirical Mode Decomposition Using Order-Statistics Filter Based Envelope Estimation", 《EURASIP JOURNAL ON ADVANCES IN SIGNAL PROCESSING》 *
葛光涛: "二维经验模态分解研究及其在图像处理中的应用", 《中国博士学位论文全文数据库》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107274395A (en) * 2017-06-13 2017-10-20 电子科技大学 A kind of bus gateway head of passenger detection method based on empirical mode decomposition
CN110287446A (en) * 2019-05-29 2019-09-27 东南大学 A kind of polynary empirical mode decomposition algorithm of fast two-dimensional

Similar Documents

Publication Publication Date Title
Fu et al. A multi-task network for joint specular highlight detection and removal
Thanou et al. Learning parametric dictionaries for signals on graphs
Tang et al. Deep networks for robust visual recognition
CN107292852B (en) Image denoising algorithm based on low-rank theory
CN103455991A (en) Multi-focus image fusion method
CN111091101B (en) High-precision pedestrian detection method, system and device based on one-step method
CN109377457B (en) Pill coating image processing method and device, computer equipment and storage medium
CN110533591B (en) Super-resolution image reconstruction method based on codec structure
Zhang et al. A separation–aggregation network for image denoising
Ma et al. Group-based image decomposition using 3-D cartoon and texture priors
Meshkini et al. Texture classification using Shearlet transform and GLCM
Huang et al. Sparse self-attention transformer for image inpainting
CN115097398A (en) Radar anti-interference signal recovery method based on cross-domain signal low-loss recovery network
Li et al. Automatic Recognition of Rock Images Based on Convolutional Neural Network and Discrete Cosine Transform.
CN105160674A (en) Improved quick bidimensional empirical mode decomposition method
Bhardwaj et al. A Novel Method for Despeckling of Ultrasound Images Using Cellular Automata-Based Despeckling Filter
CN103500323A (en) Template matching method based on self-adaptive gray-scale image filtering
CN105389592A (en) Method and apparatus for identifying image
JP7469391B2 (en) Method and apparatus for processing image data for machine vision - Patents.com
CN113392916B (en) Method, system and storage medium for detecting nutrition components of moso bamboo shoots based on hyperspectral image
CN116363516A (en) Remote sensing image change detection method based on edge auxiliary self-adaption
Park et al. Image super-resolution using dilated window transformer
CN104809749B (en) A kind of method of the non-sparse blind reconstruction of image compressed sensing
Jiang et al. PCF-Net: Position and context information fusion attention convolutional neural network for skin lesion segmentation
Alhelal et al. Detection of brain stroke in the MRI image using FPGA

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20151216