CN104240199A - Method and device for eliminating noise of image - Google Patents

Method and device for eliminating noise of image Download PDF

Info

Publication number
CN104240199A
CN104240199A CN201410441602.0A CN201410441602A CN104240199A CN 104240199 A CN104240199 A CN 104240199A CN 201410441602 A CN201410441602 A CN 201410441602A CN 104240199 A CN104240199 A CN 104240199A
Authority
CN
China
Prior art keywords
thread
denoising
image
pixel
sequence number
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
CN201410441602.0A
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.)
Suzhou Codyy Network Technology Co Ltd
Original Assignee
Suzhou Codyy Network Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Suzhou Codyy Network Technology Co Ltd filed Critical Suzhou Codyy Network Technology Co Ltd
Priority to CN201410441602.0A priority Critical patent/CN104240199A/en
Publication of CN104240199A publication Critical patent/CN104240199A/en
Pending legal-status Critical Current

Links

Abstract

The invention provides a method for eliminating noise of an image. The method includes the following steps: the image with the noise to be eliminated is obtained and stored through an image processor; n parallel threads are adopted by the image processor for executing n noise eliminating processes respectively, wherein the n noise eliminating processes are processes for carrying out noise eliminating on n pixels in the image with the noise to be eliminated, and the n is an integer larger than one; pixel values of corresponding pixels in the image with the noise to be eliminated are replaced by the noise eliminating results of the n parallel threads, and a recovered image is obtained.

Description

A kind of image de-noising method and equipment
Technical field
The invention belongs to image processing field, particularly relate to a kind of image de-noising method and equipment.
Background technology
Along with the development of image processing techniques, numerous researcher has done a large amount of correlative study work to image denoising field, but these researchs are often based on CPU serial processing.During due to CPU serial processing, can only perform an instruction at one time, owing to only having an instruction to be performed at every turn, must wait until that last instruction completes and could continue to perform, such execution speed is slow, efficiency is low.
In order to solve the low problem of serial CPU treatment effeciency, have researcher to achieve based on the parallel algorithm of CPU, but due to CPU integrated level low, make the actual pairing degree of algorithm not high, efficiency is difficult to be improved largely equally.
Summary of the invention
The invention provides a kind of image de-noising method and equipment, to solve the problem.
The invention provides a kind of image de-noising method.Said method comprises the following steps: graphic process unit obtains and preserves treats denoising image; Described graphic process unit adopts n parallel thread to perform n denoising flow process respectively, and described n denoising flow process is to the described denoising flow process treating that in denoising image, n pixel carries out, n be greater than 1 integer; Use the denoising result of a described n parallel thread replace respectively described in treat the pixel value of corresponding pixel points in denoising image, be restored image.
The present invention also provides a kind of image denoising equipment, and the said equipment comprises: graphic process unit, and wherein, described graphic process unit comprises: acquiring unit, treats denoising image, and treat that denoising image is sent to storage unit by described for obtaining; Storage unit, is connected to described acquiring unit, treats denoising image for receiving and storing described in the transmission of described acquiring unit; Processing unit, be connected to described storage unit, perform n denoising flow process respectively for adopting n parallel thread and treat that in denoising image, n pixel carries out denoising flow process to described, wherein, n be greater than 1 integer, described processing unit is also for treating the pixel value of corresponding pixel points in denoising image described in being replaced respectively by the denoising result of a described n parallel thread, and be restored image.
Compared to prior art, according to image de-noising method provided by the invention and equipment, special allocation rule is utilized to distribute in the denoising flow process of each pixel by the thread multiple arranged side by side in graphic process unit, achieve the two-dimentional allocation process of thread, thousands of the threads taken full advantage of in graphic process unit carry out the multiple denoising flow process of executed in parallel, like this, can not only obtain the image that image quality is good, and improve a lot compared to the execution speed of CPU, real-time is high.In addition, graphic process unit GPU is high relative to CPU integrated level, and price is low, further reduces cost and the volume of equipment.
Accompanying drawing explanation
Accompanying drawing described herein is used to provide a further understanding of the present invention, and form a application's part, schematic description and description of the present invention, for explaining the present invention, does not form inappropriate limitation of the present invention.In the accompanying drawings:
Figure 1 shows that the process flow diagram of the image de-noising method that preferred embodiment according to the present invention provides;
Figure 2 shows that the thread structure schematic diagram that preferred embodiment according to the present invention provides;
Figure 3 shows that the structural drawing of the image denoising equipment that preferred embodiment according to the present invention provides.
Embodiment
Hereinafter also describe the present invention in detail with reference to accompanying drawing in conjunction with the embodiments.It should be noted that, when not conflicting, the embodiment in the application and the feature in embodiment can combine mutually.
Be illustrated in figure 1 the process flow diagram of the image de-noising method that preferred embodiment according to the present invention provides.As shown in Figure 1, the image de-noising method that preferred embodiment of the present invention provides comprises step 101-103.
Step 101: graphic process unit obtains and preserves treats denoising image;
Step 102: described graphic process unit adopts n parallel thread to perform n denoising flow process respectively, and described n denoising flow process is to the described denoising flow process treating that in denoising image, n pixel carries out, n be greater than 1 integer;
Specifically, described graphic process unit adopts n parallel thread to perform n denoising flow process respectively, comprise: the Thread Count (referring in thread block actual in the Thread Count used) comprised according to thread block each in described graphic process unit, a described n pixel is divided into multiple groups, the corresponding thread block of each group, a thread in the corresponding its respective thread block of denoising flow process in one group corresponding to a pixel, the sequence number of each pixel and the sequence number of its respective thread is made to carry out one_to_one corresponding, obtain the corresponding relation of the sequence number of each pixel and the sequence number of its respective thread.
Specifically, described corresponding relation is determined according to following formula:
x = blockIDx . x × blockDim . x + threadIDx . x y = by × blockDim . y + threadIDx . y
Wherein, x is the sequence number of pixel in the x dimension treating denoising image, y is the sequence number of pixel in the y dimension treating denoising image, blockIDx.x is the sequence number of thread block in x dimension, blockDim.x is the Thread Count that the upper thread block of x dimension comprises, threadIDx.x is a thread sequence number in blockIDx.x, by=blockIDx.y/ntile, blockIDx.y is the sequence number of thread block in y dimension, ntile is that coefficient is (after thread block division rule is determined, this coefficient is exactly the constant determined), blockDim.y is the Thread Count that the upper thread block of y dimension comprises, threadIDx.y is a thread sequence number in blockIDx.y.
Step 103: use the denoising result of a described n parallel thread replace respectively described in treat the pixel value of corresponding pixel points in denoising image, be restored image.
Specifically, use the denoising result of a described n parallel thread replace respectively described in treat the pixel value of corresponding pixel points in denoising image, comprise: at the end of process, find the pixel corresponding to the thread terminated with process according to described sequence number corresponding relation, the denoising result of the thread terminated with described process replaces the pixel value of corresponding pixel points.
In addition, in order to realize adjusting dynamically the Thread Count that each thread block comprises, the present embodiment adopts following methods to realize:
At the end of a described n parallel thread performs described n denoising flow process, record the execution time of a described n parallel thread, adjust according to the described execution time Thread Count that each thread block comprises.When the described execution time is greater than the maximum process time value of described graphic process unit, increase the number of threads that each thread block comprises.
In the present embodiment, denoising flow process is any one denoise algorithm following: medium filtering, Wiener filtering, wavelet filtering, gaussian filtering, mean filter.
Technical scheme of the present invention is described in detail hereinafter for median filtering algorithm:
Denoising image (images of such as 1024 × 1024) is treated in acquisition, and this is treated denoising Image Saving is in graphic process unit, thread structure schematic diagram is concrete as shown in Figure 2, and will have 64 × 64 thread block in graphic process unit, each thread block comprises 16 × 16 threads.1024 × 1024 pixels are divided into 64 parts in x dimension, y dimension is divided into 64 parts, form 64 × 64 groups of pixel set, each group is 16 × 16 pixels, the corresponding thread block of each group, a thread in the corresponding its respective thread block of denoising flow process in one group corresponding to a pixel, makes the sequence number of each pixel and the sequence number of its respective thread carry out one_to_one corresponding, determines described corresponding relation according to following formula one:
x = blockIDx . x × blockDim . x + threadIDx . x y = by × blockDim . y + threadIDx . y Formula one
Table 1
In the present embodiment, table 1, for treating the distribution situation of 1024 × 1024 pixels in denoising image, will treat that denoising image is divided into 64 parts in y dimension, now, ntile is 16, so for the 0th thread block, and in the 0th thread block, in x dimension, sequence number is that in 1, y dimension, sequence number is the thread of 1, to have blockIDx.x to be 0, blockDim.x be 16, threadIDx.x is 1, by is 0, blockDim.y be 16, threadIDx.y is 1, this parameter value is substituted into formula one, can obtain:
x=blockIDx.x×blockDim.x+threadIDx.x=0×16+1=1;
y=by×blockDim.y+threadIDx.y=0×16+1=1。
According to result of calculation, x ties up sequence number and y, and to tie up the pixel that sequence number is respectively 1 be E, and that is, (1,1) the individual thread in the 0th thread block is distributed to pixel E, wherein, the sequence number of pixel E is (1,1).
In like manner, for the 0th thread block, and in the 0th thread block, in x dimension, sequence number is 2, in y dimension, sequence number is the thread of 2, and having blockIDx.x to be 0, blockDim.x is 16, threadIDx.x is 2, by is 0, blockDim.y be 16, threadIDx.y is 2, this parameter value is substituted in formula one, can obtain:
x=blockIDx.x×blockDim.x+threadIDx.x=0×16+2=2;
y=by×blockDim.y+threadIDx.y=0×16+2=2;
According to result of calculation, sequence number is the pixel of (2,2) is K, that is, is that the thread of (2,2) distributes to the pixel K that pixel sequence number is (2,2) by thread sequence number.
In like manner, thread x in the 63rd thread block being tieed up to sequence number to be 16, y dimension sequence number be 16 has, and blockIDx.x is 63, blockDim.x is 16, threadIDx.x be 1022, by is 0, blockDim.y is 16, threadIDx.y is 1, is substituted in formula one by this parameter value and obtains:
x=blockIDx.x×blockDim.x+threadIDx.x=63×16+1022=2030;
y=by×blockDim.y+threadIDx.y=0×16+1=1;
According to result of calculation, sequence number is the pixel of (2030,1) is L, and the thread being that is (2030,1) by thread sequence number by said method distributes to the pixel L that pixel sequence number is (2030,1).
After distributing a thread to each pixel, utilize each thread to perform the denoising flow process of respective pixel, when denoising flow process is median filtering algorithm, concrete processing procedure is:
Suppose pixel size sample window being set to 3 × 3, when the center of sample window arrives pixel E, sample window position contains pixel A, B, C, D, E, F, G, H and I, wherein the pixel value of pixel A is 200, the pixel value of pixel B is 1, the pixel value of pixel C is 108, the pixel value of pixel D is 10, the pixel value of pixel E is 203, the pixel value of pixel F is 11, the pixel value of pixel G is 6, the pixel value of pixel H is 14, the pixel value of pixel I is 100, these pixels that sample window obtains are sorted according to the size order of pixel value, obtaining pixel median is 14, the pixel value of pixel E is replaced to 14.After all flow processing terminate, after namely carrying out above-mentioned process to each pixel, be restored image.
Such as, suppose that GPU configuration parameter is that each thread block comprises 32 Thread Counts, once can run two thread block.Wherein a kind of thread allocation scheme gets 4 thread block, 16 threads (each thread block is maximum comprises 32 threads) are got in each thread block, need operation 2 times (owing to once can run two thread block), employing 64 threads process the denoising flow process of these 64 pixels altogether.In this case, resources occupation rate is 16/ (32 × 2) × 100%=25%, after process terminates, record this execution time t1, this execution time t1 is greater than the minimum treat time T0 of this GPU, the utilization factor that can also continue to improve resource can be found out resources occupation rate or on the execution time, so can adjust the Thread Count used in thread block, such as making allocation scheme into is get 2 thread block, 32 threads are distributed in each thread block, need operation 1 time (owing to once can run two thread block), employing 64 threads process the denoising flow process of these 64 pixels altogether.In this case, resources occupation rate is 32/ (32 × 1) × 100%=100%, and the execution time is T0, and this allocation scheme make use of the resource of GPU on to greatest extent, improves processing speed.
Generally, when actual allocated, for same GPU, described resources occupation rate is larger, and its execution time is shorter; Otherwise described resources occupation rate is less, its execution time is longer.Therefore thread can be distributed according to resources occupation rate or execution time, thus the Thread Count of the actual use of each thread block of dynamic conditioning.
Figure 3 shows that the schematic diagram of the image denoising equipment that preferred embodiment according to the present invention provides.As shown in Figure 3, the image denoising equipment that preferred embodiment of the present invention provides, comprising: graphic process unit, and wherein, described graphic process unit comprises: acquiring unit, treats denoising image, and treat that denoising image is sent to storage unit by described for obtaining; Storage unit, is connected to described acquiring unit, treats denoising image for receiving and storing described in the transmission of described acquiring unit; Processing unit, be connected to described storage unit, perform n denoising flow process respectively for adopting n parallel thread and treat that in denoising image, n pixel carries out denoising flow process to described, wherein, n be greater than 1 integer, described processing unit is also for treating the pixel value of corresponding pixel points in denoising image described in being replaced respectively by the denoising result of a described n parallel thread, and be restored image.
In addition, about the specific operation process of the said equipment with described in said method, therefore repeat no more in this.
In sum, the image de-noising method provided according to present pre-ferred embodiments and equipment, according to image de-noising method provided by the invention, special allocation rule is utilized to distribute in the denoising flow process of each pixel by the thread multiple arranged side by side in graphic process unit, achieve the two-dimentional allocation process of thread, thousands of the threads taken full advantage of in graphic process unit carry out the multiple denoising flow process of executed in parallel, like this, the image that image quality is good can not only be obtained, and improve a lot compared to the execution speed of CPU, real-time is high.In addition, graphic process unit GPU is high relative to CPU integrated level, and price is low, further reduces cost and the volume of equipment.
The foregoing is only the preferred embodiments of the present invention, be not limited to the present invention, for a person skilled in the art, the present invention can have various modifications and variations.Within the spirit and principles in the present invention all, any amendment done, equivalent replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (7)

1. an image de-noising method, is characterized in that, comprises the following steps:
Graphic process unit obtains and preserves treats denoising image;
Described graphic process unit adopts n parallel thread to perform n denoising flow process respectively, and described n denoising flow process to treat in denoising image to described the flow process that n pixel carries out denoising, n be greater than 1 integer;
Use the denoising result of a described n parallel thread replace respectively described in treat the pixel value of corresponding pixel points in denoising image, be restored image.
2. method according to claim 1, is characterized in that, described graphic process unit adopts n parallel thread to perform n denoising flow process respectively, comprising:
According to the Thread Count that thread block each in described graphic process unit comprises, a described n pixel is divided into multiple groups, the corresponding thread block of each group, a thread in the corresponding its respective thread block of denoising flow process in one group corresponding to a pixel, make the sequence number of each pixel and the sequence number of its respective thread carry out one_to_one corresponding, obtain the corresponding relation of the sequence number of each pixel and the sequence number of its respective thread;
Use the denoising result of a described n parallel thread replace respectively described in treat to comprise the pixel value of corresponding pixel points in denoising image:
At the end of process, find the pixel corresponding to the thread terminated with process according to described sequence number corresponding relation, the denoising result of the thread terminated with described process replaces the pixel value of corresponding pixel points.
3. method according to claim 2, is characterized in that, determines described sequence number corresponding relation according to following formula:
x = blockIDx . x × blockDim . x + threadIDx . x y = by × blockDim . y + threadIDx . y
X is the sequence number of pixel in the x dimension treating denoising image, y is the sequence number of pixel in the y dimension treating denoising image, blockIDx.x is the sequence number of thread block in x dimension, blockDim.x is the Thread Count that the upper thread block of x dimension comprises, threadIDx.x is a thread sequence number in blockIDx.x, by=blockIDx.y/ntile, blockIDx.y is the sequence number of thread block in y dimension, ntile is coefficient, blockDim.y is the Thread Count that the upper thread block of y dimension comprises, and threadIDx.y is a thread sequence number in blockIDx.y.
4. method according to claim 2, is characterized in that, also comprises:
At the end of a described n parallel thread performs described n denoising flow process, record the execution time of a described n parallel thread, adjust according to the described execution time Thread Count that each thread block comprises.
5. method according to claim 4, is characterized in that, when the described execution time is greater than the maximum process time value of described graphic process unit, increases the number of threads that each thread block comprises.
6. method according to any one of claim 1 to 5, is characterized in that, described denoising flow process is any one denoise algorithm following: medium filtering, Wiener filtering, wavelet filtering, gaussian filtering, mean filter.
7. an image denoising equipment, is characterized in that, comprising: graphic process unit, and wherein, described graphic process unit comprises: acquiring unit, treats denoising image, and treat that denoising image is sent to storage unit by described for obtaining;
Storage unit, is connected to described acquiring unit, treats denoising image for receiving and storing described in the transmission of described acquiring unit;
Processing unit, be connected to described storage unit, perform n denoising flow process respectively for adopting n parallel thread and treat that in denoising image, n pixel carries out denoising flow process to described, wherein, n be greater than 1 integer, described processing unit is also for treating the pixel value of corresponding pixel points in denoising image described in being replaced respectively by the denoising result of a described n parallel thread, and be restored image.
CN201410441602.0A 2014-09-02 2014-09-02 Method and device for eliminating noise of image Pending CN104240199A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410441602.0A CN104240199A (en) 2014-09-02 2014-09-02 Method and device for eliminating noise of image

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410441602.0A CN104240199A (en) 2014-09-02 2014-09-02 Method and device for eliminating noise of image

Publications (1)

Publication Number Publication Date
CN104240199A true CN104240199A (en) 2014-12-24

Family

ID=52228208

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410441602.0A Pending CN104240199A (en) 2014-09-02 2014-09-02 Method and device for eliminating noise of image

Country Status (1)

Country Link
CN (1) CN104240199A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104933731A (en) * 2015-04-17 2015-09-23 阔地教育科技有限公司 Moving target detection method based on graphics processor and moving target detection device based on graphics processor
CN106991647A (en) * 2017-03-29 2017-07-28 华中科技大学 A kind of low signal-to-noise ratio (SNR) images reconstructing method and system

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080158236A1 (en) * 2006-12-31 2008-07-03 Reuven Bakalash Parallel graphics system employing multiple graphics pipelines wtih multiple graphics processing units (GPUs) and supporting the object division mode of parallel graphics rendering using pixel processing resources provided therewithin
CN102298522A (en) * 2011-09-13 2011-12-28 四川卫士通信息安全平台技术有限公司 Method for realizing secure hash algorithm-1 (SHA-1) algorithm by using graphics processing unit (GPU)
CN102903087A (en) * 2012-10-25 2013-01-30 西安电子科技大学 SAR (Synthetic Aperture Radar) image denoising method based on GPU (Graphics Processing Unit) programming
CN103745447A (en) * 2014-02-17 2014-04-23 东南大学 Fast parallel achieving method for non-local average filtering
CN103761709A (en) * 2014-01-07 2014-04-30 西安电子科技大学 Parallel real-time SAR image spot and noise reducing method based on multiple DSPs
CN103871032A (en) * 2014-03-07 2014-06-18 福建工程学院 Image enhancement method for Wallis filter based on GPU (Graphics Processing Unit)

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080158236A1 (en) * 2006-12-31 2008-07-03 Reuven Bakalash Parallel graphics system employing multiple graphics pipelines wtih multiple graphics processing units (GPUs) and supporting the object division mode of parallel graphics rendering using pixel processing resources provided therewithin
CN102298522A (en) * 2011-09-13 2011-12-28 四川卫士通信息安全平台技术有限公司 Method for realizing secure hash algorithm-1 (SHA-1) algorithm by using graphics processing unit (GPU)
CN102903087A (en) * 2012-10-25 2013-01-30 西安电子科技大学 SAR (Synthetic Aperture Radar) image denoising method based on GPU (Graphics Processing Unit) programming
CN103761709A (en) * 2014-01-07 2014-04-30 西安电子科技大学 Parallel real-time SAR image spot and noise reducing method based on multiple DSPs
CN103745447A (en) * 2014-02-17 2014-04-23 东南大学 Fast parallel achieving method for non-local average filtering
CN103871032A (en) * 2014-03-07 2014-06-18 福建工程学院 Image enhancement method for Wallis filter based on GPU (Graphics Processing Unit)

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
孙东: "GPU环境下几种并行图像处理算法的设计与实现", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *
曾庆怡等: "基于 GPU 的域乘法并行算法的改进研究", 《技术研究》 *
杨志国等: "GPU 在 SPH 方法模拟溃坝问题的应用研究", 《哈尔滨工程大学学报》 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104933731A (en) * 2015-04-17 2015-09-23 阔地教育科技有限公司 Moving target detection method based on graphics processor and moving target detection device based on graphics processor
CN106991647A (en) * 2017-03-29 2017-07-28 华中科技大学 A kind of low signal-to-noise ratio (SNR) images reconstructing method and system
CN106991647B (en) * 2017-03-29 2019-07-19 华中科技大学 A kind of low signal-to-noise ratio (SNR) images reconstructing method and system

Similar Documents

Publication Publication Date Title
CN103870694B (en) Empirical mode decomposition denoising method based on revised wavelet threshold value
CN1819621A (en) Medical image enhancing processing method
CN109242799A (en) A kind of Wavelet noise-eliminating method of variable threshold value
TWI392361B (en) Filtering system and method for performing efficient filtering of an image
CN105528766A (en) CT metal artifact processing method and device
CN105303536A (en) Median filtering algorithm based on weighted mean filtering
CN104182939B (en) Medical image detail enhancement method
CN104240199A (en) Method and device for eliminating noise of image
Abdullah-Al-Wadud A modified histogram equalization for contrast enhancement preserving the small parts in images
CN107169932A (en) A kind of image recovery method based on Gauss Poisson mixed noise model suitable for neutron imaging system diagram picture
CN104899840B (en) A kind of guiding filtering acceleration optimization method based on CUDA
CN108897616B (en) Non-downsampling contourlet transform optimization method based on parallel operation
CN104376578A (en) Moving object detection processing method and device applied to direct recording and broadcasting system
CN110175959B (en) Typhoon cloud picture enhancement method
CN107886489A (en) The method that medical image quality is improved based on shearing wave conversion and guiding filtering technology
CN103745443A (en) Method and equipment for improving image quality
CN109117457B (en) Body shape curvature big data calculation method
CN104240188B (en) A kind of method and device for filtering out noise in pixel
CN110197471B (en) Image contrast enhancement method
Salvador et al. Efficient GPU-based implementation of the median filter based on a multi-pixel-per-thread framework
CN105991959B (en) A kind of image processing method and electronic equipment
CN106921814B (en) Image processing circuit
CN109345465B (en) GPU-based high-resolution image real-time enhancement method
CN103310447A (en) Adaptive technology based two-dimensional plane sampling method
He et al. Removing the stripe noises interference on the hα full-disk solar image based on multiscale transform

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C53 Correction of patent of invention or patent application
CB02 Change of applicant information

Address after: Suzhou City, Jiangsu province 215121 Suzhou Industrial Park Road No. 8 only Weiting Technology Venture Building 7 floor

Applicant after: Kuo Di education and science company limited

Address before: Suzhou City, Jiangsu province 215121 Suzhou Industrial Park Road No. 8 only Weiting Technology Venture Building 7 floor

Applicant before: Suzhou Kuodi Network Technology Co., Ltd.

COR Change of bibliographic data

Free format text: CORRECT: APPLICANT; FROM: SUZHOU KUODI NETWORK TECHNOLOGY CO., LTD. TO: CODYY EDUCATION TECHNOLOGY CO., LTD.

WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20141224

WD01 Invention patent application deemed withdrawn after publication