CN108876736A - A kind of image alias removing method based on FPGA - Google Patents
A kind of image alias removing method based on FPGA Download PDFInfo
- Publication number
- CN108876736A CN108876736A CN201810562838.8A CN201810562838A CN108876736A CN 108876736 A CN108876736 A CN 108876736A CN 201810562838 A CN201810562838 A CN 201810562838A CN 108876736 A CN108876736 A CN 108876736A
- Authority
- CN
- China
- Prior art keywords
- image
- fpga
- data
- frequency component
- alias
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 48
- 238000012545 processing Methods 0.000 claims abstract description 20
- 230000008569 process Effects 0.000 claims abstract description 19
- 230000009466 transformation Effects 0.000 claims abstract description 19
- 238000000354 decomposition reaction Methods 0.000 claims abstract description 11
- 238000006243 chemical reaction Methods 0.000 claims abstract description 8
- 238000007781 pre-processing Methods 0.000 claims abstract description 8
- 230000006870 function Effects 0.000 claims abstract description 7
- 238000001914 filtration Methods 0.000 claims description 14
- 238000009499 grossing Methods 0.000 claims description 6
- 230000011218 segmentation Effects 0.000 claims description 5
- 102100040862 Dual specificity protein kinase CLK1 Human genes 0.000 claims description 3
- 101000749294 Homo sapiens Dual specificity protein kinase CLK1 Proteins 0.000 claims description 3
- 238000007792 addition Methods 0.000 claims 2
- 241000288673 Chiroptera Species 0.000 claims 1
- 230000000694 effects Effects 0.000 abstract description 27
- 238000004422 calculation algorithm Methods 0.000 abstract description 7
- 238000004364 calculation method Methods 0.000 description 12
- 238000010586 diagram Methods 0.000 description 12
- 230000008030 elimination Effects 0.000 description 6
- 238000003379 elimination reaction Methods 0.000 description 6
- 238000013461 design Methods 0.000 description 3
- 238000005516 engineering process Methods 0.000 description 3
- 238000001514 detection method Methods 0.000 description 2
- 238000011161 development Methods 0.000 description 2
- 230000018109 developmental process Effects 0.000 description 2
- 238000003708 edge detection Methods 0.000 description 2
- 230000001629 suppression Effects 0.000 description 2
- 230000001360 synchronised effect Effects 0.000 description 2
- 230000001131 transforming effect Effects 0.000 description 2
- 238000012935 Averaging Methods 0.000 description 1
- 238000004458 analytical method Methods 0.000 description 1
- 230000009286 beneficial effect Effects 0.000 description 1
- 230000019771 cognition Effects 0.000 description 1
- 230000003628 erosive effect Effects 0.000 description 1
- 238000000605 extraction Methods 0.000 description 1
- 238000003709 image segmentation Methods 0.000 description 1
- 230000006872 improvement Effects 0.000 description 1
- 238000013507 mapping Methods 0.000 description 1
- 238000012067 mathematical method Methods 0.000 description 1
- 230000007246 mechanism Effects 0.000 description 1
- 230000000877 morphologic effect Effects 0.000 description 1
- 238000005457 optimization Methods 0.000 description 1
- 230000008439 repair process Effects 0.000 description 1
- 238000012827 research and development Methods 0.000 description 1
- 230000004044 response Effects 0.000 description 1
- 230000001953 sensory effect Effects 0.000 description 1
- 238000011426 transformation method Methods 0.000 description 1
- 238000004800 variational method Methods 0.000 description 1
Classifications
-
- 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/0002—Inspection of images, e.g. flaw detection
- G06T7/0004—Industrial image inspection
-
- 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/13—Edge detection
-
- 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
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/30—Subject of image; Context of image processing
- G06T2207/30108—Industrial image inspection
- G06T2207/30148—Semiconductor; IC; Wafer
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Quality & Reliability (AREA)
- Image Processing (AREA)
Abstract
本发明公开一种基于FPGA的图像阶梯效应消除方法,包括如下步骤:步骤A,将输入到FPGA的RGB图像进行灰度转换,得到值为0‑255的灰度信号;步骤B,将转换所得灰度图像进行均值滤波的图像预处理,减少图像的灰度值的尖锐变换;步骤C,将灰度图像进行小波分解,分解为一个包含原图像基本信息的低频分量ILL和包含原图像详细信息的高频分量IHH,并对ILL再次分解得到其低频分量ILL;步骤D,利用Canny算子对ILH1处理,并进行图像重构,最终获得消除阶梯效应的图像信息。此种方法以FPGA为基础,将输入的图像信号进行阶梯效应消除,在保证图像处理算法的实时性的同时,又可以充分利用FPGA的IP核所具备的定制功能,满足更多具体需求。
The invention discloses a method for eliminating the ladder effect of an image based on FPGA, comprising the following steps: step A, performing grayscale conversion on the RGB image input to the FPGA to obtain a grayscale signal with a value of 0-255; step B, converting the converted The image preprocessing of the mean value filter is carried out on the grayscale image to reduce the sharp transformation of the grayscale value of the image; step C, the wavelet decomposition is performed on the grayscale image, and it is decomposed into a low-frequency component containing the basic information of the original image and a low-frequency component containing the detailed information of the original image. The high-frequency component I HH of the information, and decompose I LL again to obtain its low-frequency component I LL ; step D, use the Canny operator to process I LH1 , and perform image reconstruction, and finally obtain image information that eliminates the staircase effect. This method is based on FPGA and eliminates the step effect of the input image signal. While ensuring the real-time performance of the image processing algorithm, it can also make full use of the customization functions of the FPGA IP core to meet more specific needs.
Description
技术领域technical field
本发明属于图像处理技术领域,涉及一种基于FPGA的图像阶梯效应消除方法,具体地说,涉及一种利用FPGA实现图像的边缘细化处理,尤其涉及小波变换与Canny算子相结合,实现图像阶梯效应的消除。The invention belongs to the technical field of image processing, and relates to an FPGA-based image step effect elimination method, in particular, to a method for realizing image edge thinning by using FPGA, and in particular to the combination of wavelet transform and Canny operator to realize image Elimination of the ladder effect.
背景技术Background technique
去噪是图像处理的一个基本问题,一般思想是通过研究特定噪声的特点来修复或还原含噪声图像,在图像去噪、图像分割、图像边缘检测等方面都有重要应用。其中图像的边缘结构纹理信息能够反映图像内容的基本特征及重要信息,而传统滤波模型在图像去噪处理过程中总会导致边缘信息在一定程度上的损失,故寻找一种既能达到有效的图像去噪效果又能保护边缘信息的方法至关重要。由于先验信息的缺乏,去噪问题常具有病态性,因此需要使用如偏微分方程(PDE)的数学方法,其能够准确反映未知变量关于时间和空间变量的导数之间的制约关系。通过先建立“能量函数”,再由变分法求得欧拉方程,与某种物理过程类比建立对应的PDE。Denoising is a basic problem in image processing. The general idea is to repair or restore noisy images by studying the characteristics of specific noises. It has important applications in image denoising, image segmentation, and image edge detection. Among them, the edge structure and texture information of the image can reflect the basic characteristics and important information of the image content, while the traditional filtering model always leads to the loss of edge information to a certain extent in the process of image denoising processing, so looking for an effective The method of image denoising effect and protecting edge information is very important. Due to the lack of prior information, the denoising problem is often ill-conditioned, so it is necessary to use mathematical methods such as partial differential equations (PDE), which can accurately reflect the constraint relationship between the derivatives of unknown variables with respect to time and space variables. By establishing the "energy function" first, and then obtaining Euler's equation by the variational method, the corresponding PDE is established by analogy with a certain physical process.
随着计算机技术的发展,传统图像去噪技术大多由PC机进行实现,即使其去噪效果相对明显,考虑到基于PC机系统操作,其缺点也很明显例如成本高,体积大,稳定性差等,而FPGA具有并行流水的优势,这种机制赋予其更高的速度性能,其片内有丰富的逻辑资源单元,FPGA结构设计的发挥性大,灵活多变,可以保证大多数情况下的实时性要求,基于FPGA的研发周期也相对较短,更可基于要求自行设计专项IP核,方便对系统结构进行扩展,同时FPGA与高性能单片机和DSP联合开发能够兼顾处理速度和计算性能,可以给用户带来更为流畅和高质量的感官体验。With the development of computer technology, traditional image denoising technologies are mostly implemented by PCs. Even if the denoising effect is relatively obvious, considering the operation of PC-based systems, its shortcomings are obvious, such as high cost, large size, poor stability, etc. , and FPGA has the advantages of parallel pipeline, this mechanism endows it with higher speed performance, and there are abundant logic resource units in its chip, FPGA structure design is flexible, flexible and changeable, which can guarantee real-time in most cases The research and development cycle based on FPGA is relatively short, and special IP cores can be designed based on requirements to facilitate the expansion of the system structure. At the same time, the joint development of FPGA, high-performance single-chip microcomputer and DSP can take into account the processing speed and computing performance, which can give Users bring a more smooth and high-quality sensory experience.
发明内容Contents of the invention
本发明的目的,在于提供一种基于FPGA的图像阶梯效应消除方法,以FPGA为基础,将输入的图像信号进行阶梯效应消除。将图像处理算法在FPGA硬件平台实现,在保证图像处理算法的实时性的同时,又可以充分利用FPGA的IP核所具备的定制功能,满足更多具体需求。FPGA与图像处理技术的结合提高了系统设计的实践性,并随着FPGA性能的不断提高,其处理速度越来越快,内部集成的功能模块越来越多,检测方法的性能会越来越好。The purpose of the present invention is to provide a FPGA-based image step effect elimination method, based on the FPGA, to eliminate the step effect of the input image signal. The image processing algorithm is implemented on the FPGA hardware platform. While ensuring the real-time performance of the image processing algorithm, it can also make full use of the customization functions of the FPGA IP core to meet more specific needs. The combination of FPGA and image processing technology improves the practicality of system design, and with the continuous improvement of FPGA performance, its processing speed is getting faster and faster, more and more functional modules are integrated inside, and the performance of detection methods will become more and more it is good.
为了达成上述目的,本发明的解决方案是:In order to achieve the above object, the solution of the present invention is:
一种基于FPGA的图像阶梯效应消除方法,包括如下步骤:A method for eliminating image ladder effect based on FPGA, comprising the steps:
步骤A,将输入到FPGA的RGB图像进行灰度转换,得到值为0-255的灰度信号;Step A, the RGB image that is input to FPGA is carried out gray-scale conversion, obtains the gray-scale signal of value 0-255;
步骤B,将转换所得灰度图像进行均值滤波的图像预处理,减少图像的灰度值的尖锐变换;Step B, performing image preprocessing on the converted grayscale image by means of filtering to reduce the sharp transformation of the grayscale value of the image;
步骤C,将灰度图像进行小波分解,分解为一个包含原图像基本信息的低频分量ILL和包含原图像详细信息的高频分量IHH,并对ILL再次分解得到其低频分量ILL;Step C, decomposing the grayscale image into a low-frequency component I LL containing basic information of the original image and a high-frequency component I HH containing detailed information of the original image, and decomposing I LL again to obtain its low-frequency component I LL ;
步骤D,利用Canny算子对ILH1处理,并进行图像重构,最终获得消除阶梯效应的图像信息。In step D, use the Canny operator to process ILH1 and perform image reconstruction, and finally obtain image information that eliminates the staircase effect.
上述步骤A和步骤B中,从外部对FPGA进行RGB图像信号输入,并进行时钟同步信号;对RGB颜色空间图像通过变换程序,将转换后灰度图像通过时钟同步信号与图像均值滤波程序进行连接。In the above steps A and B, the RGB image signal is input to the FPGA from the outside, and the clock synchronization signal is performed; the RGB color space image is passed through the conversion program, and the converted grayscale image is connected to the image mean filter program through the clock synchronization signal .
上述步骤B的具体过程是:The concrete process of above-mentioned step B is:
步骤B1,将输入数据进行缓存,二维变换处理器从FIFO缓存中读取数据,并选定尺寸为5×5的掩模,并滑动掩模进行图像遍历以实现滤波;Step B1, the input data is cached, the two-dimensional transformation processor reads the data from the FIFO cache, and selects a mask with a size of 5×5, and slides the mask to perform image traversal to achieve filtering;
步骤B2,将5×5掩模看作一个二维数组,基于行数据的连续行,首先进行5个行数据的求和操作,将输入数据连续打4拍,加上当前数据组成5拍数据,经过3个时钟的两两相加运算,得到连续5个数据的和;Step B2, treat the 5×5 mask as a two-dimensional array, based on the continuous rows of row data, first perform the summation operation of 5 rows of data, take 4 consecutive shots of the input data, and add the current data to form 5-shot data , after 3 clocks of pairwise addition operation, the sum of 5 consecutive data is obtained;
步骤B3,在进行将5个行数据和进行列方向求和运算时,当第一个行数据和求得时,进行行数据缓存,将一维行方向的求和结果采取行缓存,等到后续4个数据到来时,5个行数据求和结果进行列方向求和,其结构与行求和结构相同;Step B3, when performing the summation operation of 5 row data sums in the column direction, when the first row data sum is obtained, the row data cache is performed, and the summation result of the one-dimensional row direction is taken into the row cache, and wait until the subsequent When 4 pieces of data arrive, the summation results of 5 rows of data are summed in the column direction, and its structure is the same as that of the row summation;
步骤B4,将除以25的操作转换为9次移位操作和7次加法操作,最终完成掩模为5×5的图像均值滤波。In step B4, the operation of dividing by 25 is converted into 9 shift operations and 7 addition operations, and finally an image mean filter with a mask of 5×5 is completed.
上述步骤C的具体过程是:The concrete process of above-mentioned step C is:
步骤C1,图像经一次行变换后分解成低频分量ILL和高频分量IHH;Step C1, the image is decomposed into low-frequency component I LL and high-frequency component I HH after a row transformation;
步骤C2,将低频分量ILL再变换一次得到2个低频分量ILL1,ILH1,将高频分量IHH再变换一次得到2个高频分量IHL1,IHH1;Step C2, transforming the low frequency component I LL again to obtain two low frequency components I LL1 , I LH1 , transforming the high frequency component I HH again to obtain two high frequency components I HL1 , I HH1 ;
步骤C3,再对低频分量ILL1重复步骤C1,完成所需小波分解列变换。In step C3, repeat step C1 for the low-frequency component I LL1 to complete the required wavelet decomposition column transformation.
上述步骤D中,利用Canny算子对ILH1处理的具体过程是:In the above-mentioned step D, the concrete process of utilizing the Canny operator to deal with I LH1 is:
步骤D11,平滑处理采用掩模为5×5和标准差为1.4的高斯核进行高斯滤波,得到平滑分量信息;Step D11, the smoothing process uses a Gaussian kernel with a mask of 5×5 and a standard deviation of 1.4 to perform Gaussian filtering to obtain smoothing component information;
步骤D12,采用Sobel算子对平滑后图像开窗,通过3×3掩模在图像水平方向和垂直方向进行滤波处理,计算出梯度的模值和方向;Step D12, using the Sobel operator to window the smoothed image, and filter the image horizontally and vertically through a 3×3 mask to calculate the modulus and direction of the gradient;
步骤D13,在前述Sobel算子计算出梯度的模值和方向的3×3掩模的基础上,找出像素点局部最大值,从而将非极大值点所对应的灰度值置为0;Step D13, on the basis of the 3×3 mask of the modulus and direction of the gradient calculated by the aforementioned Sobel operator, find out the local maximum value of the pixel, so that the gray value corresponding to the non-maximum point is set to 0 ;
步骤D14,采用双阈值法,通过滞后阈值分割来消除阶梯效应。Step D14, using a double threshold method to eliminate the ladder effect through hysteresis threshold segmentation.
上述步骤D13中,找出像素点局部最大值的方法是:将8个像素以中间像素为中心,再分成8个象限,并过中心像素点做斜线与8个梯度方向的交点进行分别插值,从而通过与比较插值判断中心像素点的最大值与否。In the above step D13, the method of finding the local maximum value of the pixel point is: divide the 8 pixels into 8 quadrants with the middle pixel as the center, and interpolate the intersection points of the oblique line and the 8 gradient directions through the center pixel point respectively , so as to determine whether the maximum value of the central pixel is determined by interpolation and comparison.
上述步骤D中,进行图像重构的具体过程是:In the above step D, the specific process of image reconstruction is:
步骤D21,将Canny算子处理后的低频分量ILH10带入到重构模块中;Step D21, bringing the low-frequency component I LH10 processed by the Canny operator into the reconstruction module;
步骤D22,在重构模块中,配置二分频时钟CLK1,其负责协调控制数据流在预测和更新模块中进行交替计算和输出;Step D22, in the reconfiguration module, configure the frequency-divided clock CLK1 by two, which is responsible for coordinating the control data flow for alternate calculation and output in the prediction and update module;
步骤D23,当前像素正在进行预测计算时,下一像素数据直接输入到更新模块计算,再下一个像素数据再输入预测模块计算;Step D23, when the current pixel is being predicted and calculated, the next pixel data is directly input to the update module for calculation, and then the next pixel data is input to the prediction module for calculation;
步骤D24,像素数据经过预测计算后输入更新模块计算输出,直接进入更新计算的数据在参与预测后才能输出。In step D24, the pixel data is input to the update module for calculation and output after being predicted and calculated, and the data that directly enters the update calculation can be output only after participating in the prediction.
采用上述方案后,本发明与现有技术相比,具有以下技术效果:After adopting the above scheme, compared with the prior art, the present invention has the following technical effects:
(1)在方法的复杂度方面,方法需要的信息量少,方法简单,只需将彩色图像进行灰度转换,在图像预处理后,利用Canny算子对小波分解的低频分量进行检测,最后进行图像重构即可;(1) In terms of the complexity of the method, the method requires less information, and the method is simple. It only needs to convert the color image to grayscale. Perform image reconstruction;
(2)在方法的时效性方面,因为本发明的着手点需要的信息量少,实施的复杂度低,从而降低了方法的处理时间;(2) In terms of timeliness of the method, because the starting point of the present invention requires little information, the complexity of implementation is low, thereby reducing the processing time of the method;
(3)基于FPGA的图像检测方法具有广泛的应用前景,可由具体需求定制不同的IP核,并且设计结果可重复利用;(3) FPGA-based image detection methods have broad application prospects, and different IP cores can be customized according to specific needs, and the design results can be reused;
(4)基于FPGA的并行性,可使算法进行高速实现,可以实现复杂的处理过程;(4) Based on the parallelism of FPGA, the algorithm can be realized at high speed, and complex processing can be realized;
(5)FPGA具有强大的拓展性,且FGPA基于硬件语言进行设计,具有优秀的可移植性。(5) FPGA has strong expansibility, and FGPA is designed based on hardware language, which has excellent portability.
附图说明Description of drawings
图1是本发明的流程图;Fig. 1 is a flow chart of the present invention;
图2是本发明中FPGA实现二维求和分解图;Fig. 2 is that FPGA among the present invention realizes two-dimensional summation decomposition diagram;
图3是本发明中FPGA实现连续数据流求和示意图;Fig. 3 is that FPGA among the present invention realizes the summation schematic diagram of continuous data flow;
图4是本发明中FPGA实现二维小波变换示意图;Fig. 4 is that FPGA among the present invention realizes two-dimensional wavelet transform schematic diagram;
图5是本发明中FPGA实现Canny算子运算示意图;Fig. 5 is that FPGA among the present invention realizes the schematic diagram of Canny operator operation;
图6是本发明中FPGA实现Sobel算子运算示意图;Fig. 6 is that FPGA among the present invention realizes Sobel operator operation schematic diagram;
图7是本发明中FPGA实现Canny算子梯度方向示意图;Fig. 7 is a schematic diagram of the gradient direction of the Canny operator implemented by FPGA in the present invention;
图8是本发明中FPGA实现小波变换逻辑图;Fig. 8 is that FPGA among the present invention realizes wavelet transform logic diagram;
图9是本发明中FPGA实现小波重构结构图;Fig. 9 is that FPGA among the present invention realizes wavelet reconstruction structural diagram;
图10是本发明中消除阶梯效应图像示意图。Fig. 10 is a schematic diagram of an image for eliminating the staircase effect in the present invention.
具体实施方式Detailed ways
以下将结合附图,对本发明的技术方案及有益效果进行详细说明。The technical solutions and beneficial effects of the present invention will be described in detail below in conjunction with the accompanying drawings.
本发明提供一种基于FPGA的图像阶梯效应消除方法,包括如下步骤:The present invention provides a kind of FPGA-based image ladder effect elimination method, comprises the steps:
步骤A,将输入到FPGA的RGB图像进行灰度转换,得到值为0-255的灰度信号,以便后续进行处理;In step A, the RGB image input to the FPGA is converted into a grayscale to obtain a grayscale signal with a value of 0-255 for subsequent processing;
所述步骤A中,RGB空间包含三个通道的色彩信号,而人眼认知图像的主要信号为亮度信号,故将RGB空间三个通道信号由经典变换公式转换为单通道灰度信号,同时易于FPGA进行加法运算、乘法运算以及移位运算。In the step A, the RGB space includes color signals of three channels, and the main signal of the human eye cognition image is a brightness signal, so the three channel signals of the RGB space are converted into a single-channel grayscale signal by a classical transformation formula, and at the same time It is easy for the FPGA to perform addition, multiplication, and shift operations.
步骤B,将转换所得灰度图像进行均值滤波的图像预处理,通过减少图像的灰度值的尖锐变换,达到减小噪声的目的;In step B, the converted grayscale image is subjected to image preprocessing of mean value filtering, and the purpose of reducing noise is achieved by reducing the sharp transformation of the grayscale value of the image;
在步骤A和步骤B中,从外部对FPGA进行RGB图像信号输入,并进行时钟同步信号;对RGB颜色空间图像通过变换程序,将转换后灰度图像通过时钟同步信号与图像均值滤波程序进行连接;In steps A and B, the RGB image signal is input to the FPGA from the outside, and a clock synchronization signal is performed; the RGB color space image is converted through a conversion program, and the converted grayscale image is connected to the image mean filter program through a clock synchronization signal ;
步骤C,将灰度图像进行小波分解,分解为一个包含原图像大多数基本信息的低频分量(ILL)和包含原图像详细信息的高频分量(IHH);Step C, decomposing the grayscale image into a low-frequency component (I LL ) containing most of the basic information of the original image and a high-frequency component (I HH ) containing detailed information of the original image;
步骤D,利用Canny算子对小波分解所得的灰度图像低频分量(ILH1)处理,并进行图像重构,最终获得消除阶梯效应的图像信息。Step D, using the Canny operator to process the low-frequency component (I LH1 ) of the grayscale image obtained by wavelet decomposition, and perform image reconstruction, and finally obtain image information that eliminates the staircase effect.
作为本发明基于FPGA的图像阶梯效应消除方法进一步的优化方案,其详细操作过程如下所示:本发明基于FPGA的图像阶梯效应消除方法的流程框图如图1所示,主要利用FPGA片内乘法器、内部存储器以及逻辑单元等资源在视频信号的行、场等同步信号控制下实现视频信号的颜色空间转换、图像预处理、Canny边缘检测、形态学腐蚀运算以及最后的轮廓简单提取几大模块,最终输出单像素精度的边缘视频信号。As the further optimization scheme of the FPGA-based image ladder effect elimination method of the present invention, its detailed operation process is as follows: the flow block diagram of the FPGA-based image ladder effect elimination method of the present invention is as shown in Figure 1, and mainly utilizes the multiplier in the FPGA chip , internal memory, logic unit and other resources realize the color space conversion of video signal, image preprocessing, Canny edge detection, morphological erosion operation and the final outline simple extraction under the control of line, field and other synchronous signals of video signal. Finally, an edge video signal with single-pixel precision is output.
考虑到FPGA主要的时钟同步信息,在像素、行、列信号等时钟同步信号到来时,由时钟控制程序充分调用FPGA内置乘法器、存储器以及重要逻辑单元等片上资源,以便输入图像数据信号完成RGB颜色空间到灰度颜色空间的转换、图像均值滤波预处理、图像小波分解、Canny算子运算以及小波重构等,最终实现消除图像阶梯效应的输出。Considering the main clock synchronization information of FPGA, when clock synchronization signals such as pixel, row, and column signals arrive, the clock control program fully invokes on-chip resources such as FPGA built-in multipliers, memory, and important logic units, so that the input image data signal completes RGB The conversion from color space to grayscale color space, image mean filter preprocessing, image wavelet decomposition, Canny operator operation and wavelet reconstruction, etc., finally realize the output of eliminating the image ladder effect.
其中,将图像数据信号由RGB颜色空间变换到灰度颜色空间,即颜色变换模块,其公式为:Wherein, the image data signal is transformed from the RGB color space to the grayscale color space, that is, the color transformation module, and its formula is:
Gray=0.30×R+0.59×G+0.11×B(1)Gray=0.30×R+0.59×G+0.11×B(1)
在FPGA的内部调用乘法器和加法器,此处分别将输入的RGB颜色空间的三路信号分别进行对应乘法运算,将缓存的结果进行求和运算,最终对求和所得结果做移位运算,此时得到图像数据像素0-255的灰度值,其公式为:The multiplier and adder are called inside the FPGA. Here, the three signals of the input RGB color space are respectively multiplied, the cached results are summed, and finally the summed results are shifted. At this time, the gray value of the image data pixel 0-255 is obtained, and the formula is:
Gray=(300×R+590×G+110×B+500)>>10 (2)Gray=(300×R+590×G+110×B+500)>>10 (2)
将转换后灰度图像通过时钟同步信号,与图像均值滤波预处理模块进行连接。图像预处理模块,主要是为了减少图像的灰度值的尖锐变换,达到减小噪声的目的。此处均值滤波的掩模为5×5,采用流水结构进行设计,图像就是一个二维数组,任何二维的计算步骤都可以化为一维的操作,转换结构图如图2所示,其行方向求和结构如图3所示,将25个像素求均值问题转化为FPGA擅长处理的加法运算,具体操作如下:The converted grayscale image is connected with the image mean filter preprocessing module through a clock synchronization signal. The image preprocessing module is mainly to reduce the sharp transformation of the gray value of the image and achieve the purpose of reducing noise. Here, the mask of the mean filter is 5×5, which is designed with a pipeline structure. The image is a two-dimensional array, and any two-dimensional calculation steps can be transformed into one-dimensional operations. The conversion structure diagram is shown in Figure 2. The row direction summation structure is shown in Figure 3. The 25-pixel averaging problem is transformed into an addition operation that FPGA is good at processing. The specific operation is as follows:
1)将输入数据进行缓存,二维变换处理器从FIFO缓存中读取数据,并选定尺寸为5×5的掩模,并滑动掩模进行图像遍历以实现滤波;1) The input data is cached, and the two-dimensional transformation processor reads the data from the FIFO cache, and selects a mask with a size of 5×5, and slides the mask for image traversal to achieve filtering;
2)5×5掩模可看作一个二维数组,基于行数据的连续行,故首先进行5个行数据的求和操作,将输入数据连续打4拍,加上当前数据组成5拍数据,经过3个时钟的两两相加运算,即可得到连续5个数据的和;2) The 5×5 mask can be regarded as a two-dimensional array, based on the continuous rows of row data, so the summation operation of 5 rows of data is performed first, and the input data is continuously recorded for 4 shots, and the current data is added to form 5-shot data , after 3 clocks of pairwise addition operation, the sum of 5 consecutive data can be obtained;
3)在进行将5个行数据和进行列方向求和运算时,当第一个行数据和求得时,需进行行数据缓存,将一维行方向的求和结果采取行缓存,需要等到后续4个数据到来时,5个行数据求和结果进行列方向求和,其结构与行求和结构相同;3) When summing 5 rows of data in the column direction, when the sum of the first row data is obtained, the row data cache is required, and the summation result of the one-dimensional row direction is taken into the row cache, and it needs to wait until When the subsequent 4 data arrives, the summation results of the 5 row data are summed in the column direction, and its structure is the same as the row summation structure;
4)为了避免FPGA进行除法运算,此处将除以25的操作转换为9次移位操作和7次加法操作,由于移位操作不会消耗时钟周期,故对于FPGA是无开销操作,最终完成掩模为5×5的图像均值滤波。4) In order to prevent the FPGA from performing division operations, the operation of dividing by 25 is converted into 9 shift operations and 7 addition operations. Since the shift operation does not consume clock cycles, it is an overhead-free operation for the FPGA and is finally completed. The mask is a 5×5 image mean filter.
将上述处理后的图像通过同步时钟控制,输入到小波变换模块,进行小波分解,对一个5×5的掩模中的像素数据做加权求和运算,涉及加法和乘法运算,此处对二维离散小波变换采用定点数运算。此处提升小波变换的冲击响应和公式为:The above-mentioned processed image is controlled by a synchronous clock, input to the wavelet transform module, and wavelet decomposition is performed, and a weighted sum operation is performed on the pixel data in a 5×5 mask, involving addition and multiplication operations, here for two-dimensional The discrete wavelet transform uses fixed-point arithmetic. Here the impulse response and formula of the lifting wavelet transform are:
其中h(t)为离散时间系统函数,灰度图像在先经一次行变换后分解成高频和低频两个子带,再经一次列变换得到4个频率子带;再对低频子带(ILL1)重复之前步骤即可完成下一级小波分解列变换的方法处理即可,二维小波变换的原理步骤如图4所示。具体操作如下:where h(t) is a discrete-time system function, the grayscale image is decomposed into two subbands of high frequency and low frequency after a row transformation, and then four frequency subbands are obtained through a column transformation; then the low frequency subband (I LL1 ) Repeat the previous steps to complete the next-level wavelet decomposition column transformation method. The principle steps of the two-dimensional wavelet transformation are shown in Figure 4. The specific operation is as follows:
1)图像经一次行变换后分解成低频分量(ILL)和高频分量(IHH);1) The image is decomposed into low-frequency components (I LL ) and high-frequency components (I HH ) after a row transformation;
2)将低频分量(ILL)再变换一次得到2个低频分量(ILL1,ILH1),将高频分量(IHH)也再变换一次得到2个高频分量(IHL1,IHH1);2) Transform the low frequency component (I LL ) again to obtain 2 low frequency components (I LL1 , I LH1 ), and transform the high frequency component (I HH ) again to obtain 2 high frequency components (I HL1 , I HH1 ) ;
3)再对低频分量(ILL1)重复之前步骤,完成所需小波分解列变换。3) Repeat the previous steps for the low frequency component (I LL1 ) to complete the required wavelet decomposition column transformation.
其中灰度图像经三级二维小波变换后,低频子带系数可能的最大值为:Among them, after the grayscale image is transformed by the three-level two-dimensional wavelet, the possible maximum value of the low-frequency sub-band coefficient is:
其中,h(t)为离散时间系统函数,L为级数。Among them, h(t) is the discrete-time system function, and L is the series.
经过上述处理后,此处调用Canny算子模块对低频分量(ILH1)进行进一步的处理。如图5所示,Canny算子运算时要进行平滑处理、梯度计算、非最大值抑制和滞后阈值分割四个步骤进行处理,详细步骤如下:After the above processing, the Canny operator module is called here to further process the low frequency component (I LH1 ). As shown in Figure 5, the Canny operator operation needs to be processed in four steps: smoothing, gradient calculation, non-maximum suppression and hysteresis threshold segmentation. The detailed steps are as follows:
1)平滑处理采用掩模为5×5和标准差为1.4的高斯核进行高斯滤波,得到平滑分量信息。其掩模的归一化取整结果如下:1) Smoothing process Gaussian filtering is performed with a Gaussian kernel with a mask of 5×5 and a standard deviation of 1.4 to obtain smoothing component information. The normalized rounding result of its mask is as follows:
2)采用Sobel算子对平滑后图像开窗,通过3×3掩模在图像水平方向和垂直方向进行滤波处理,计算步骤如图6所示。设x和y方向的滤波模版分别为GX和GY,分别如表1、表2所示:2) Use the Sobel operator to window the smoothed image, and perform filtering processing in the horizontal and vertical directions of the image through a 3×3 mask. The calculation steps are shown in Figure 6. Let the filtering templates in the x and y directions be G X and G Y respectively, as shown in Table 1 and Table 2 respectively:
表1滤波模版GX Table 1 Filter template G X
表2滤波模版GY Table 2 Filter template G Y
设gx(x,y)为x方向的滤波结果,gy(x,y)为y方向的滤波结果,则梯度模值g(x,y)有以下公式:Let g x (x, y) be the filtering result in the x direction, and g y (x, y) be the filtering result in the y direction, then the gradient modulus g(x, y) has the following formula:
梯度方向角度计算公式为:The formula for calculating the gradient direction angle is:
3)进行非最大值抑制时,在以上Sobel算子计算出梯度的模值和方向的3×3掩模的基础上,找出像素点局部最大值,从而将非极大值点所对应的灰度值置为0。如图7所示,a0~a8这8个像素以当前像素点a4为中心,将4个大象限再分成8个小象限,其中向量为当前像素点a4的梯度方向。为了确定a4是否为区域最大值,梯度方向上的交点m1和m2进行线性插值,利用a2和a5对m1插值评估,利用a3和a6对m2插值评估。设a4a5的距离为x,a5m1的距离为y,插值函数为f,则插值结果为:3) When performing non-maximum suppression, on the basis of the 3×3 mask of the modulus and direction of the gradient calculated by the above Sobel operator, find the local maximum value of the pixel point, so that the corresponding non-maximum point The gray value is set to 0. As shown in Figure 7, the 8 pixels a 0 ~ a 8 are centered on the current pixel point a 4 , and the 4 large quadrants are divided into 8 small quadrants, where the vector is the gradient direction of the current pixel point a4 . In order to determine whether a 4 is a regional maximum, the intersection points m 1 and m 2 in the gradient direction are linearly interpolated, and a 2 and a 5 are used to evaluate m 1 interpolation, and a 3 and a 6 are used to evaluate m 2 interpolation. Suppose the distance of a 4 a 5 is x, the distance of a 5 m 1 is y, and the interpolation function is f, then the interpolation result is:
设该点计算结果为Result,则有:Let the calculation result of this point be Result, then:
在将上述算法映射到FPGA时,为了消去除法运算,做以下变换:When mapping the above algorithm to FPGA, in order to eliminate the subtraction operation, do the following transformation:
x·f(m1)=y·a2+(x-y)·a5 (11)x·f(m 1 )=y·a 2 +(xy)·a 5 (11)
x·f(m2)=y·a6+(x-y)·a3 (12)x·f(m 2 )=y·a 6 +(xy)·a 3 (12)
采用相同方法,可得另外三种情况下的插值结果,如下:Using the same method, the interpolation results in the other three cases can be obtained, as follows:
y·f(m3)=x·a2+(y-x)·a1 (14)y·f(m 3 )=x·a 2 +(yx)·a 1 (14)
y·f(m4)=x·a6+(y-x)·a7 (15)y·f(m 4 )=x·a 6 +(yx)·a 7 (15)
y·f(m5)=x·a0+(y-x)·a1 (17)y·f(m 5 )=x·a 0 +(yx)·a 1 (17)
y·f(m6)=x·a8+(y-x)·a7 (18)y·f(m 6 )=x·a 8 +(yx)·a 7 (18)
x·f(m7)=y·a3+(x-y)·a0 (20)x·f(m 7 )=y·a 3 +(xy)·a 0 (20)
x·f(m8)=y·a5+(x-y)·a8 (21)x·f(m 8 )=y·a 5 +(xy)·a 8 (21)
为了消除x,y的差异性,将上述公式做以下变换:In order to eliminate the difference between x and y, the above formula is transformed as follows:
Mmax·f(mX)=Mmin·C0+(Mmax-Mmin)·C1 (23)M max f(m X ) = M min C 0 +(M max -M min ) C 1 (23)
Mmax·f(mY)=Mmin·C2+(Mmax-Mmin)·C3 (24)M max f(m Y ) = M min C 2 +(M max -M min ) C 3 (24)
上式中,Mmax表示当前x和y方向梯度值中的较大值,Mmin表示当前x和y方向度梯度值中的较小值,f(mX)和f(mY)都表示插值,C0,C1,C2,C3则分别代表4个插值元素。对于8个不同的小象限,插值元素的索引号可通过查询表3所得:In the above formula, M max represents the larger value of the current x and y direction gradient values, M min represents the smaller value of the current x and y direction gradient values, f(m X ) and f(m Y ) both represent For interpolation, C 0 , C 1 , C 2 , and C 3 respectively represent 4 interpolation elements. For 8 different small quadrants, the index number of the interpolation element can be obtained by querying Table 3:
表3table 3
通过以上所获插值结果判断中心像素点的最大值与否,并有效进行非最大值抑制。Judging whether the central pixel is the maximum value or not by the interpolation results obtained above, and effectively suppressing the non-maximum value.
4)通过滞后阈值分割来消除阶梯效应,此处采用双阈值法。通过设置两个阈值,其中基于设置的高阈值可以得到图像的边缘信息,故该图像会很少出现阶梯效应,但设置阈值较高,可能会导致图像的边缘无法闭合,此处采用设置另外低阈值来避免此情况出现,最终获得Canny算子处理结果。4) The ladder effect is eliminated by hysteresis threshold segmentation, and the double threshold method is used here. By setting two thresholds, the edge information of the image can be obtained based on the set high threshold, so the image will rarely have a staircase effect, but setting a higher threshold may cause the edge of the image to fail to close. Here, another low setting is used. threshold to avoid this situation, and finally obtain the Canny operator processing result.
最后,将Canny算子处理后的低频分量(ILH10)带入到重构模块。如图8所示,在重构模块中,配置二分频时钟CLK1,其负责协调控制数据流在预测和更新模块中进行交替计算和输出。其中,小波重构的结构图如图9所示,由图可知,其预测式为:Finally, the low-frequency component (I LH10 ) processed by the Canny operator is brought into the reconstruction module. As shown in FIG. 8 , in the reconstruction module, a frequency-divided clock CLK1 is configured, which is responsible for coordinating the control data flow for alternate calculation and output in the prediction and update modules. Among them, the structural diagram of the wavelet reconstruction is shown in Figure 9. It can be seen from the figure that the prediction formula is:
由小波的重构知识可知把分解变换过程式(26)和(27)中括号外的加减号互换即可,故该过程的反预测式为:From the knowledge of wavelet reconstruction, we can know that the addition and subtraction signs outside the brackets in the decomposition transformation process (26) and (27) can be exchanged, so the reverse prediction formula of this process is:
其中,当前像素正在进行预测计算时,下一像素数据可直接输入到更新模块计算,再下一个像素数据再输入预测模块计算;像素数据经过预测计算后输入更新模块计算即可输出,而直接进入更新计算的数据需要参与预测后才能输出,最终重构得到消除阶梯效应的图像数据,如图10所示。Among them, when the current pixel is being predicted and calculated, the next pixel data can be directly input into the update module for calculation, and then the next pixel data can be input into the prediction module for calculation; The updated and calculated data needs to participate in the prediction before it can be output, and finally reconstructed to obtain image data that eliminates the step effect, as shown in Figure 10.
本发明针对基于FPGA实现图像阶梯效应的消除问题,最大程度地抑制图像的“块状效应”和保持图像的边缘纹理等细节信息,基于小波和Canny算法相结合的模型,以小波理论作为时频分析手段,利用Canny算法进行非极大值和滞后阈值分割等处理,再将处理后的的图像子带进行小波重构复原能在去除图像噪声的同时保护图像边缘纹理等细节信息,并且基于FPGA的并行性和可编程性,可将参数满足具体需求,以便对系统进行相应的拓展,有效抑制阶梯效应,具有良好的去噪效果,最终效果非常理想。The present invention aims at eliminating the step effect of the image based on the FPGA, suppresses the "block effect" of the image to the greatest extent and maintains detailed information such as the edge texture of the image, is based on a model combining wavelet and Canny algorithm, and uses wavelet theory as the time-frequency The analysis method uses the Canny algorithm to perform non-maximum value and hysteresis threshold segmentation processing, and then performs wavelet reconstruction on the processed image sub-bands to restore image noise while protecting image edge texture and other details, and is based on FPGA The parallelism and programmability of the system can meet the specific needs of the parameters, so as to expand the system accordingly, effectively suppress the ladder effect, have a good denoising effect, and the final effect is very ideal.
以上实施例仅为说明本发明的技术思想,不能以此限定本发明的保护范围,凡是按照本发明提出的技术思想,在技术方案基础上所做的任何改动,均落入本发明保护范围之内。The above embodiments are only to illustrate the technical ideas of the present invention, and can not limit the protection scope of the present invention with this. All technical ideas proposed in accordance with the present invention, any changes made on the basis of technical solutions, all fall within the protection scope of the present invention. Inside.
Claims (7)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201810562838.8A CN108876736A (en) | 2018-06-04 | 2018-06-04 | A kind of image alias removing method based on FPGA |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201810562838.8A CN108876736A (en) | 2018-06-04 | 2018-06-04 | A kind of image alias removing method based on FPGA |
Publications (1)
Publication Number | Publication Date |
---|---|
CN108876736A true CN108876736A (en) | 2018-11-23 |
Family
ID=64335994
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201810562838.8A Pending CN108876736A (en) | 2018-06-04 | 2018-06-04 | A kind of image alias removing method based on FPGA |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN108876736A (en) |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111369615A (en) * | 2020-02-21 | 2020-07-03 | 苏州优纳医疗器械有限公司 | Cell nucleus central point detection method based on multitask convolutional neural network |
CN111489313A (en) * | 2020-04-13 | 2020-08-04 | 湖南国科微电子股份有限公司 | CFA image demosaicing method and device |
CN111504971A (en) * | 2020-05-11 | 2020-08-07 | 吉林大学 | 2, 4-dichlorphenoxyacetic acid on-site quantitative detection platform based on integration of target response type 3D printing model and smart phone |
CN116170658A (en) * | 2022-12-29 | 2023-05-26 | 深圳市光鉴科技有限公司 | An under-screen depth camera |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102044071A (en) * | 2010-12-28 | 2011-05-04 | 上海大学 | Single-pixel margin detection method based on FPGA |
CN102208104A (en) * | 2011-05-24 | 2011-10-05 | 中国科学院上海技术物理研究所 | CDB97 wavelet transformation real-time image fusion method based on field programmable gate array (FPGA) hardware |
CN103179398A (en) * | 2013-03-04 | 2013-06-26 | 中国科学院长春光学精密机械与物理研究所 | A Method of Improving Wavelet Transform FPGA Realization |
CN104616254A (en) * | 2015-01-09 | 2015-05-13 | 南京信息工程大学 | Wavelet and Canny algorithm combined image denoising method |
CN106447597A (en) * | 2016-11-02 | 2017-02-22 | 上海航天控制技术研究所 | High-resolution image accelerated processing method based on parallel pipeline mechanism |
-
2018
- 2018-06-04 CN CN201810562838.8A patent/CN108876736A/en active Pending
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102044071A (en) * | 2010-12-28 | 2011-05-04 | 上海大学 | Single-pixel margin detection method based on FPGA |
CN102208104A (en) * | 2011-05-24 | 2011-10-05 | 中国科学院上海技术物理研究所 | CDB97 wavelet transformation real-time image fusion method based on field programmable gate array (FPGA) hardware |
CN103179398A (en) * | 2013-03-04 | 2013-06-26 | 中国科学院长春光学精密机械与物理研究所 | A Method of Improving Wavelet Transform FPGA Realization |
CN104616254A (en) * | 2015-01-09 | 2015-05-13 | 南京信息工程大学 | Wavelet and Canny algorithm combined image denoising method |
CN106447597A (en) * | 2016-11-02 | 2017-02-22 | 上海航天控制技术研究所 | High-resolution image accelerated processing method based on parallel pipeline mechanism |
Non-Patent Citations (2)
Title |
---|
牟新刚 等: "《基于FPGA的数字图像处理原理及应用》", 31 January 2017 * |
陈拓: "小波图像去噪算法在FPGA中的实现", 《中国优秀硕士学位论文全文数据库》 * |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN111369615A (en) * | 2020-02-21 | 2020-07-03 | 苏州优纳医疗器械有限公司 | Cell nucleus central point detection method based on multitask convolutional neural network |
CN111489313A (en) * | 2020-04-13 | 2020-08-04 | 湖南国科微电子股份有限公司 | CFA image demosaicing method and device |
CN111489313B (en) * | 2020-04-13 | 2023-10-31 | 湖南国科微电子股份有限公司 | CFA image demosaicing method and device |
CN111504971A (en) * | 2020-05-11 | 2020-08-07 | 吉林大学 | 2, 4-dichlorphenoxyacetic acid on-site quantitative detection platform based on integration of target response type 3D printing model and smart phone |
CN116170658A (en) * | 2022-12-29 | 2023-05-26 | 深圳市光鉴科技有限公司 | An under-screen depth camera |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN108876736A (en) | A kind of image alias removing method based on FPGA | |
CN101980284A (en) | Color image denoising method based on two-scale sparse representation | |
CN107274362B (en) | Optimization system and method for realizing oriented filtering by hardware | |
CN110189260B (en) | An Image Noise Reduction Method Based on Multi-scale Parallel Gated Neural Network | |
Xu et al. | A distributed Canny edge detector and its implementation on FPGA | |
Zou et al. | Joint wavelet sub-bands guided network for single image super-resolution | |
CN103427789B (en) | A kind of library graph text information denoising filter based on fractional order accounting equation | |
CN114974282B (en) | Single-channel voice noise reduction method and device based on deep learning | |
CN112541869A (en) | A Retinex Image Dehazing Method Based on Matlab | |
CN103400359A (en) | Real-time color image filtering method based on nonlocal domain transformation | |
CN107341772A (en) | A kind of gray level image medium filtering optimization method and its system based on FPGA | |
Osta et al. | Inexact arithmetic circuits for energy efficient IoT sensors data processing | |
CN103218792B (en) | Infrared image noise time domain filtering method based on registration | |
CN104978720A (en) | Video image raindrop removal method and apparatus | |
CN103345379A (en) | Complex number multiplying unit and realizing method thereof | |
CN106204487A (en) | A kind of Ultrasonic Image Denoising method based on sparse constraint | |
CN104616304A (en) | Self-adapting support weight stereo matching method based on field programmable gate array (FPGA) | |
Yang et al. | SAR image despeckling using over-complete dictionary | |
CN113658060A (en) | Joint denoising and demosaicing method and system based on distributed learning | |
CN103840793B (en) | A kind of shape filtering method and device | |
Ma et al. | TPE: Lightweight transformer photo enhancement based on curve adjustment | |
Courroux et al. | Use of wavelet for image processing in smart cameras with low hardware resources | |
CN101815165B (en) | Real-time high-efficiency digital image fractional order integration filter | |
CN105069764A (en) | Image denoising method and system based on edge tracking | |
Hanumantharaju et al. | Design of novel algorithm and architecture for Gaussian based color image enhancement system for real time applications |
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 | ||
CB02 | Change of applicant information | ||
CB02 | Change of applicant information |
Address after: 210032 No. 219 Ning six road, Jiangbei new district, Nanjing, Jiangsu Applicant after: Nanjing University of Information Science and Technology Address before: 211500 Yuting Square, 59 Wangqiao Road, Liuhe District, Nanjing City, Jiangsu Province Applicant before: Nanjing University of Information Science and Technology |
|
RJ01 | Rejection of invention patent application after publication | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20181123 |