CN107256571A - A kind of Fractal Dimension Estimation based on deep learning Yu adaptive differential box - Google Patents
A kind of Fractal Dimension Estimation based on deep learning Yu adaptive differential box Download PDFInfo
- Publication number
- CN107256571A CN107256571A CN201710339345.3A CN201710339345A CN107256571A CN 107256571 A CN107256571 A CN 107256571A CN 201710339345 A CN201710339345 A CN 201710339345A CN 107256571 A CN107256571 A CN 107256571A
- Authority
- CN
- China
- Prior art keywords
- image
- fractal dimension
- box
- grid
- resolution
- 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.)
- Withdrawn
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T11/00—2D [Two Dimensional] image generation
- G06T11/20—Drawing from basic elements, e.g. lines or circles
- G06T11/206—Drawing of charts or graphs
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/04—Architecture, e.g. interconnection topology
- G06N3/045—Combinations of networks
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06N—COMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
- G06N3/00—Computing arrangements based on biological models
- G06N3/02—Neural networks
- G06N3/08—Learning methods
- G06N3/084—Backpropagation, e.g. using gradient descent
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2210/00—Indexing scheme for image generation or computer graphics
- G06T2210/36—Level of detail
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Biophysics (AREA)
- Evolutionary Computation (AREA)
- Artificial Intelligence (AREA)
- Biomedical Technology (AREA)
- Health & Medical Sciences (AREA)
- Computational Linguistics (AREA)
- Data Mining & Analysis (AREA)
- Life Sciences & Earth Sciences (AREA)
- General Health & Medical Sciences (AREA)
- Molecular Biology (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- Mathematical Physics (AREA)
- Software Systems (AREA)
- Image Processing (AREA)
Abstract
Description
技术领域technical field
本发明属于分形图像处理技术领域,具体涉及一种基于深度学习与自适应差分盒的分形维数估计方法。The invention belongs to the technical field of fractal image processing, and in particular relates to a fractal dimension estimation method based on deep learning and an adaptive difference box.
背景技术Background technique
分形理论作为近年来发展的一门新兴理论,被广泛应用于数字图像处理领域。分形维数作为分形理论应用于图像处理领域的主要工具,不仅可以度量图像表面的不规则程度,而且具有随分辨率变化保持不变的特性。因此,分形维数成为了描述图像表面纹理特征的一个有效途径,被广泛应用在图像分析、图像仿真、模式识别、纹理分割等图像处理领域中。目前,已经有大量的图像分形维数计算方法被提出并应用在分形图像处理领域。但是,这些方法或多或少都存在一定的缺陷。以差分盒计数法为例,存在的主要问题有下几点:As a new theory developed in recent years, fractal theory is widely used in the field of digital image processing. As the main tool of fractal theory applied in the field of image processing, fractal dimension can not only measure the degree of irregularity of image surface, but also has the characteristic of keeping invariant with the change of resolution. Therefore, fractal dimension has become an effective way to describe image surface texture features, and is widely used in image processing fields such as image analysis, image simulation, pattern recognition, and texture segmentation. At present, a large number of image fractal dimension calculation methods have been proposed and applied in the field of fractal image processing. However, these methods more or less have certain defects. Taking the difference box counting method as an example, the main problems are as follows:
1)盒子数目统计不准确。在差分盒计数法中,采用固定大小的立方体盒子对灰度曲面进行覆盖,而且盒子的位置也被固定,这导致了在某些网格内会出现过计数问题,最终不能保证使用最小数目的盒子完成对整个图像灰度曲面的覆盖。1) The statistics of the number of boxes are inaccurate. In the differential box counting method, a fixed-size cubic box is used to cover the grayscale surface, and the position of the box is also fixed, which leads to overcounting problems in some grids, and ultimately cannot guarantee the use of the minimum number of The box completes the coverage of the entire grayscale surface of the image.
2)小尺寸图像的分形维数无法准确估计。在利用分形维数进行纹理识别、图像分割等图像处理过程中,往往需要将整个灰度图像映射成分形维数特征图。为了能够尽可能地反映出图像局部范围内的纹理细节信息,通常要求每个像素点对应的邻域窗口尽可能的小,例如采用尺寸为3×3或5×5的邻域窗口来估计中心像素点的分形维数。但是,分形维数的计算方法大多通过多尺度统计的方式实现,因此需要足够多的统计数据。然而在小尺寸窗口下无法获取足够的多尺度统计数据,以至于图像分形维数通常在小邻域窗口下无法估计或者估计结果不准确。2) The fractal dimension of small-sized images cannot be accurately estimated. In image processing such as texture recognition and image segmentation using fractal dimension, it is often necessary to map the entire grayscale image to a fractal dimension feature map. In order to reflect the texture details in the local area of the image as much as possible, the neighborhood window corresponding to each pixel is usually required to be as small as possible, for example, a neighborhood window with a size of 3×3 or 5×5 is used to estimate the center The fractal dimension of the pixel. However, most of the calculation methods of fractal dimension are realized by means of multi-scale statistics, so enough statistical data are needed. However, sufficient multi-scale statistical data cannot be obtained under a small window size, so that the image fractal dimension cannot be estimated or the estimation result is inaccurate under a small neighborhood window.
发明内容Contents of the invention
本发明的目的是提供一种基于深度学习与自适应差分盒的分形维数估计方法,可以克服小尺寸图像的分形维数难以估计以及盒子数目统计不准确的问题。The purpose of the present invention is to provide a fractal dimension estimation method based on deep learning and adaptive difference boxes, which can overcome the problems of difficulty in estimating the fractal dimension of small-sized images and inaccurate statistics of the number of boxes.
一种图像分形维数估计方法,包括如下步骤:An image fractal dimension estimation method, comprising the steps of:
步骤1、对初始小尺寸图像进行预处理,得到放大图像;Step 1. Preprocessing the initial small-size image to obtain an enlarged image;
步骤2、采用超分辨率卷积神经网络对预处理后的放大图像进行重建,得到较初始小尺寸图像更大尺寸以及更高分辨率的图像;设图像大小表示为M×M;Step 2. Using a super-resolution convolutional neural network to reconstruct the preprocessed enlarged image to obtain an image with a larger size and higher resolution than the initial small-size image; let the image size be expressed as M×M;
步骤3、采用自适应差分盒计数法对步骤3得到的图像的分形维数进行估计,具体为:Step 3, using the adaptive difference box counting method to estimate the fractal dimension of the image obtained in step 3, specifically:
S31、将步骤2得到的图像看作三维空间里的灰度曲面,灰度曲面上各点坐标为(x,y,z),其中,x、y表示图像原来的像素平面坐标,z轴表示图像灰度值;S31, regard the image obtained in step 2 as a gray-scale surface in three-dimensional space, and the coordinates of each point on the gray-scale surface are (x, y, z), where x, y represent the original pixel plane coordinates of the image, and the z axis represents Image gray value;
S32、将像素平面划分成网格,其中,网格尺寸用s×s表示;基于每一个网格,从网格边界开始沿z轴向上建立长方体,确定长方体与灰度曲面的最下端交点的灰度值Imin以及长方体与灰度曲面的最上端交点的灰度值Imax,则根据得到覆盖该网格区域对应的灰度曲面的盒子数量:Ni s表示第i个网格的盒子数量,i=1,2,…,n,n表示图像上网格数量;如此计算当前网格尺寸下所有网格区域的盒子数量的和值,得到在该网格尺寸下覆盖整个图像需要的最小盒子数量Ns;S32. Divide the pixel plane into grids, wherein the grid size is represented by s×s; based on each grid, a cuboid is established from the grid boundary along the z-axis, and the lowest intersection point between the cuboid and the gray surface is determined. The gray value I min of and the gray value I max of the uppermost intersection point between the cuboid and the gray surface, according to the number of boxes covering the gray surface corresponding to the grid area: N i s represents the number of boxes in the i-th grid, i=1,2,...,n,n represents the number of grids on the image; calculate the sum of the number of boxes in all grid areas under the current grid size, and get The minimum number of boxes N s required to cover the entire image under the grid size;
S33、不断的改变网格尺寸,按照S32的方法,得到不同划分尺度下的盒子数量;其中,网格的划分尺度为r=s/M;针对每一个划分尺度下的网格,计算各个盒子数量的对数值logNs以及1/r的对数值log(1/r);在二维坐标系中以logNs为纵坐标,log(1/r)为横坐标,绘出各个划分尺度下的坐标点(log(1/r),logNs),对所有点进行最小二乘线性拟合,得到的直线的斜率即为图像的分形维数D。S33. Constantly change the grid size, and obtain the number of boxes under different division scales according to the method of S32; wherein, the division scale of the grid is r=s/M; for each grid under each division scale, calculate each box The logarithmic value logN s of the quantity and the logarithmic value log(1/r) of 1/r; in the two-dimensional coordinate system, take logN s as the ordinate and log(1/r) as the abscissa, and draw the Coordinate points (log(1/r), logN s ), perform least square linear fitting on all points, and the slope of the obtained line is the fractal dimension D of the image.
较佳的,采用双立方插值法对初始图像进行放大预处理。Preferably, the initial image is enlarged and preprocessed by adopting a bi-cubic interpolation method.
较佳的,所述步骤2中,采用超分辨率卷积神经网络对预处理后的放大图像进行重建的过程为:Preferably, in the step 2, the process of reconstructing the preprocessed enlarged image using a super-resolution convolutional neural network is as follows:
首先采用一系列不同的滤波器对预处理后的图像进行卷积运算,获得相应的低分辨率特征图;First, a series of different filters are used to perform convolution operations on the preprocessed image to obtain the corresponding low-resolution feature map;
然后将低分辨率特征图通过卷积运算非线性映射为高分辨率特征图;Then the low-resolution feature map is nonlinearly mapped to a high-resolution feature map through a convolution operation;
最后对高分辨率特征图进行平均化处理,重建得到大尺寸高分辨率图像。Finally, the high-resolution feature map is averaged to reconstruct a large-scale high-resolution image.
与现有技术相比,本发明具有如下优点:Compared with the prior art, the present invention has the following advantages:
1)本发明采用深度学习重建算法对初始小尺寸图像窗口进行放大处理,保证了分形维数在计算过程中可以获得足够的统计数据,解决了传统盒计数法在小尺寸图像窗口下无法准确估计分形维数的难题,而且与其它图像插值放大方法相比,本方法可以很好地保持图像分形维数的缩放不变性。1) The present invention uses a deep learning reconstruction algorithm to enlarge the initial small-size image window, which ensures that the fractal dimension can obtain sufficient statistical data during the calculation process, and solves the problem that the traditional box counting method cannot be accurately estimated under a small-size image window The difficulty of fractal dimension, and compared with other image interpolation and enlargement methods, this method can well maintain the scaling invariance of image fractal dimension.
2)自适应差分盒的采用,使得盒子对图像灰度曲面的覆盖更加紧密,更加接近盒维数定义的实质,从而使得盒子数目的统计更加准确,大大提高了盒维数的计算精度。2) The adoption of the adaptive difference box makes the box cover the gray surface of the image more closely, which is closer to the essence of the definition of the box dimension, thus making the statistics of the box number more accurate and greatly improving the calculation accuracy of the box dimension.
附图说明Description of drawings
图1是本发明实施例的流程图;Fig. 1 is the flowchart of the embodiment of the present invention;
图2是本发明所述卷积神经网络的结构图;Fig. 2 is the structural diagram of convolutional neural network described in the present invention;
图3是不同放大倍数下重建的图像,其中,图3(a)为原始图像;图3(b)放大倍数n=2;图3(c)放大倍数n=4;Fig. 3 is the image reconstructed under different magnifications, wherein, Fig. 3 (a) is original image; Fig. 3 (b) magnification n=2; Fig. 3 (c) magnification n=4;
图4是实施例采用的四幅测试图像,图4(a)是分形维数理论值为2的全黑色图像;图4(b)是分形维数理论值为3的棋盘格图像;图4(c)与图4(d)是Brodatz纹理库中的两幅图像D26和D47。Fig. 4 is four pieces of test images that embodiment adopts, and Fig. 4 (a) is the whole black image that fractal dimension theoretical value is 2; Fig. 4 (b) is the checkerboard image that fractal dimension theoretical value is 3; Fig. 4 ( c) and Figure 4(d) are two images D26 and D47 in the Brodatz texture library.
图5是差分盒计数法的原理示意图,其中图5(a)是传统差分盒计数法的原理示意图;图5(b)是本发明所述自适应差分盒计数法的原理示意图。Fig. 5 is a schematic diagram of the principle of the differential box counting method, wherein Fig. 5 (a) is a schematic diagram of the principle of the traditional differential box counting method; Fig. 5 (b) is a schematic diagram of the principle of the adaptive differential box counting method of the present invention.
具体实施方式detailed description
下面结合附图和具体实施例对本发明进行详细说明。The present invention will be described in detail below in conjunction with the accompanying drawings and specific embodiments.
如图1所示,本发明提供了一种基于深度学习与自适应差分盒的分形维数估计方法,该方法的具体实现过程包括以下步骤:As shown in Figure 1, the present invention provides a method for estimating fractal dimension based on deep learning and adaptive difference box, the specific implementation process of the method includes the following steps:
1)初始图像预处理。采用双立方插值法对输入的初始小尺寸图像进行放大处理,输出对应的大尺寸低分辨率图像。放大倍数根据图像分形维数估计的实际需要来确定。1) Initial image preprocessing. The bicubic interpolation method is used to enlarge the input initial small-size image, and output the corresponding large-size low-resolution image. The magnification factor is determined according to the actual needs of image fractal dimension estimation.
2)深度学习重建。本步骤主要将预处理得到的大尺寸低分辨率图像输入到预训练好的超分辨率卷积神经网络中,重建出大尺寸的高分辨率图像。所采用的神经网络主要包括特征提取、非线性映射和聚合重建三个卷积层,网络结构图如图2所示。其中,特征提取主要采用一系列不同的滤波器对预处理后的图像进行卷积运算,获得相应的低分辨率特征图;非线性映射是将低分辨率特征图通过卷积运算非线性映射为高分辨率特征图;聚合重建主要通过对高分辨率特征图进行平均化处理来实现。该神经网络以均方差为代价函数结合标准的反向传播和随机梯度下降法进行训练优化。如图3所示,图3(a)为初始小尺寸图像;图3(b)和图3(c)分别是放大倍数n=2和n=4时的重建图像。2) Deep learning reconstruction. This step mainly inputs the pre-processed large-size low-resolution image into the pre-trained super-resolution convolutional neural network to reconstruct a large-size high-resolution image. The neural network used mainly includes three convolutional layers of feature extraction, nonlinear mapping and aggregation reconstruction. The network structure diagram is shown in Figure 2. Among them, feature extraction mainly uses a series of different filters to perform convolution operations on preprocessed images to obtain corresponding low-resolution feature maps; nonlinear mapping is to nonlinearly map low-resolution feature maps through convolution operations into High-resolution feature maps; aggregation reconstruction is mainly achieved by averaging the high-resolution feature maps. The neural network uses the mean square error as the cost function combined with the standard backpropagation and stochastic gradient descent method for training optimization. As shown in Figure 3, Figure 3(a) is the initial small-scale image; Figure 3(b) and Figure 3(c) are the reconstructed images at magnifications n=2 and n=4, respectively.
3)分形维数估计,具体为:3) Fractal dimension estimation, specifically:
S31、将步骤2得到的M×M大小的图像看作三维空间里的灰度曲面,灰度曲面上各点坐标为(x,y,z),其中,x、y表示图像原来的像素平面坐标,z轴表示图像灰度值;S31, regard the image of M×M size obtained in step 2 as a gray-scale curved surface in three-dimensional space, and the coordinates of each point on the gray-scale curved surface are (x, y, z), wherein x, y represent the original pixel plane of the image Coordinates, the z-axis represents the gray value of the image;
S32、将像素平面划分成互不重叠的尺寸为s×s的网格,基于每一个网格,从网格边界开始沿z轴向上建立长方体,确定长方体与灰度曲面的最下端交点的灰度值Imin以及长方体与灰度曲面的最上端交点的灰度值Imax,即可得到覆盖该网格区域对应的灰度曲面的盒子数量:Ni s表示第i个网格的盒子数量,i=1,2,…,n,n表示图像上网格数量;如此计算每个划分尺度下所有网格区域的盒子数量的和值得到在该网格尺寸下覆盖整个图像需要的最小盒子数量Ns;S32. Divide the pixel plane into non-overlapping grids with a size of s×s. Based on each grid, build a cuboid starting from the grid boundary along the z-axis, and determine the intersection point of the cuboid and the gray surface at the bottom. The grayscale value I min and the grayscale value Imax of the uppermost intersection point between the cuboid and the grayscale surface can be used to obtain the number of boxes covering the grayscale surface corresponding to the grid area: N i s represents the number of boxes in the i-th grid, i=1,2,...,n,n represents the number of grids on the image; thus calculate the sum of the number of boxes in all grid areas under each division scale Obtain the minimum number of boxes N s required to cover the entire image under the grid size;
S33、不断的改变网格尺寸,按照S32的方法,得到不同划分尺度下的盒子数量;其中,网格的划分尺度为r=s/M,不同划分尺度对应不同的网格尺寸;针对每一个划分尺度下的网格,计算各个盒子数量的对数值logNs以及1/r的对数值log(1/r);在二维坐标系中以logNs为纵坐标,log(1/r)为横坐标,绘出各个划分尺度下的坐标点(log(1/r),logNs),对所有点进行最小二乘线性拟合,得到的直线的斜率即为图像的分形维数D:S33. Constantly change the grid size, according to the method of S32, to obtain the number of boxes under different division scales; wherein, the division scale of the grid is r=s/M, and different division scales correspond to different grid sizes; for each Divide the grid under the scale, and calculate the logarithmic value logN s of the number of boxes and the logarithmic value log(1/r) of 1/r; in the two-dimensional coordinate system, logN s is the vertical coordinate, and log(1/r) is The abscissa draws the coordinate points (log(1/r), logN s ) under each division scale, and performs least square linear fitting on all points, and the slope of the obtained straight line is the fractal dimension D of the image:
需要说明的是,传统差分盒计数法采用大小固定的立方体盒子对灰度曲面进行覆盖,并且盒子的位置也被固定在对应的网格上,如图5(a)所示,每个网格内灰度曲面的灰度最大值与最小值分别落在相应的盒子里,通过盒子计数公式:It should be noted that the traditional differential box counting method uses a fixed-sized cubic box to cover the grayscale surface, and the position of the box is also fixed on the corresponding grid, as shown in Figure 5(a), each grid The gray maximum and minimum values of the inner gray surface fall in the corresponding boxes respectively, through the box counting formula:
即可得到覆盖该网格内灰度曲面所需要的盒子数目。The number of boxes needed to cover the grayscale surface in the grid can be obtained.
其中,ceil(…)为上取整函数,n为盒子数目。从图中可以看出,覆盖该网格内的灰度曲面需要4个立方体盒子,但是,其中部分盒子包含有灰度曲面以外的大量元素,直观上表现为盒子对灰度曲面覆盖不紧凑,进而对分形维数的估计精度造成影响。Among them, ceil(…) is the upper integer function, and n is the number of boxes. It can be seen from the figure that four cubic boxes are required to cover the gray-scale surface in the grid. However, some of the boxes contain a large number of elements other than the gray-scale surface, which intuitively shows that the coverage of the gray-scale surface by the box is not compact. Then it affects the estimation accuracy of fractal dimension.
本发明采用自适应的长方体盒子对灰度曲面进行覆盖,如图5(b)所示。每一个网格内灰度曲面的灰度最大值与最小值之间的灰度级Imax-Imin+1即为能够覆盖网格内灰度曲面的整个长方体的高度h。对应的盒子计数公式如下:The present invention uses an adaptive cuboid box to cover the grayscale surface, as shown in Figure 5(b). The gray level I max -I min +1 between the gray maximum value and the minimum value of the gray surface in each grid is the height h of the entire cuboid that can cover the gray surface in the grid. The corresponding box count formula is as follows:
自适应差分盒计数法中,长方体盒子的高度能够随着灰度曲面的起伏波动而变化,这样可以使盒子对图像灰度曲面的覆盖更加紧凑,同时也符合盒维数的基本原理,该方法对盒子数目的统计不在局限于整数计数,而是扩大到了分数计数,从而使得盒子数目的统计更加准确,大大提高了盒维数的计算精度。In the adaptive difference box counting method, the height of the cuboid box can change with the fluctuation of the gray surface, which can make the box cover the gray surface of the image more compact, and also conform to the basic principle of the box dimension. The statistics of the number of boxes is not limited to integer counting, but expanded to fractional counting, which makes the statistics of the number of boxes more accurate and greatly improves the calculation accuracy of the box dimension.
为了验证本方法的效果,选取了四幅测试图像(记为A、B、C、D),如图4(a)-(d)所示。本实施例一共进行了两组对比实验:1)以图像A、B为测试图像,分别利用本方法与传统差分盒计数法(DBC)估计图像的分形维数,结果如表1所示;2)以图像B、C、D为测试图像,分别利用传统图像插值法(以双立方插值为例)和深度学习重建算法对图像进行2、3、4倍放大,再结合自适应差分盒计数法估计图像的分形维数,结果如表2所示。In order to verify the effect of this method, four test images (denoted as A, B, C, D) are selected, as shown in Fig. 4(a)-(d). The present embodiment has carried out two groups of comparison experiments altogether: 1) with image A, B as test image, utilize this method and traditional difference box counting method (DBC) to estimate the fractal dimension of image respectively, the result is as shown in table 1; 2 )Taking images B, C, and D as test images, use traditional image interpolation method (taking bicubic interpolation as an example) and deep learning reconstruction algorithm to enlarge the image by 2, 3, and 4 times respectively, and then combine the adaptive difference box counting method The fractal dimension of the image is estimated, and the results are shown in Table 2.
表1 两种方法计算的图像分形维数Table 1 Image fractal dimensions calculated by two methods
表2 两种方法在不同放大倍数下图像的分形维数Table 2 The fractal dimensions of the image under different magnifications by the two methods
如表1所示,两种方法对图像A的计算结果都与理论值相符,本发明所述方法对图像B的计算结果也与理论值相符,而传统差分盒计数法(DBC)对图像B的计算结果与理论值有偏差,这也验证了本方法所估计的分形维数更加准确;如表2所示,两种方法所得到的分形维数都随着图像放大倍数的增大而有所减小,其中,基于双立方插值的方法得到的分形维数随放大倍数增大所减小的幅度明显高于基于深度学习重建算法的方法,而且后者减小的幅度基本可以忽略不计,这也从侧面验证了图像分形维数的缩放不变性。As shown in table 1, two kinds of methods all agree with theoretical value to the calculation result of image A, and the calculation result of image B of the method of the present invention also agrees with theoretical value, and traditional differential box counting method (DBC) is to image B The calculated results deviate from the theoretical value, which also verifies that the fractal dimension estimated by this method is more accurate; as shown in Table 2, the fractal dimension obtained by the two methods increases with the increase of the image magnification. Among them, the fractal dimension obtained by the method based on bi-cubic interpolation decreases significantly with the increase of the magnification factor than the method based on the deep learning reconstruction algorithm, and the reduction rate of the latter is basically negligible. This also verifies the scaling invariance of the image fractal dimension from the side.
综上所述,以上仅为本发明的较佳实施例而已,并非用于限定本发明的保护范围。凡在本发明的精神和原则之内,所作的任何修改、等同替换、改进等,均应包含在本发明的保护范围之内。To sum up, the above are only preferred embodiments of the present invention, and are not intended to limit the protection scope of the present invention. Any modifications, equivalent replacements, improvements, etc. made within the spirit and principles of the present invention shall be included within the protection scope of the present invention.
Claims (3)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710339345.3A CN107256571A (en) | 2017-05-15 | 2017-05-15 | A kind of Fractal Dimension Estimation based on deep learning Yu adaptive differential box |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201710339345.3A CN107256571A (en) | 2017-05-15 | 2017-05-15 | A kind of Fractal Dimension Estimation based on deep learning Yu adaptive differential box |
Publications (1)
Publication Number | Publication Date |
---|---|
CN107256571A true CN107256571A (en) | 2017-10-17 |
Family
ID=60027991
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201710339345.3A Withdrawn CN107256571A (en) | 2017-05-15 | 2017-05-15 | A kind of Fractal Dimension Estimation based on deep learning Yu adaptive differential box |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN107256571A (en) |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108564609A (en) * | 2018-04-23 | 2018-09-21 | 大连理工大学 | A Method of Calculating Fractal Dimension Based on Box Dimension Method |
CN108804848A (en) * | 2018-06-22 | 2018-11-13 | 西南石油大学 | A kind of computational methods of log box counting dimension |
CN110135464A (en) * | 2019-04-18 | 2019-08-16 | 深兰科技(上海)有限公司 | Image processing method, device, electronic device and storage medium |
CN110751657A (en) * | 2019-09-26 | 2020-02-04 | 湖北工业大学 | Image three-dimensional fractal dimension calculation method based on triangular coverage |
CN112560933A (en) * | 2020-12-10 | 2021-03-26 | 中邮信息科技(北京)有限公司 | Model training method and device, electronic equipment and medium |
CN116912178A (en) * | 2023-06-26 | 2023-10-20 | 成都理工大学 | Method for identifying trace on surface of wire |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1776744A (en) * | 2005-11-24 | 2006-05-24 | 上海交通大学 | Texture Classification Method Based on Rectangle and Fractal |
CN101655913A (en) * | 2009-09-17 | 2010-02-24 | 上海交通大学 | Computer generated image passive detection method based on fractal dimension |
CN102621154A (en) * | 2012-04-10 | 2012-08-01 | 河海大学常州校区 | Method and device for automatically detecting cloth defects on line based on improved differential box multi-fractal algorithm |
CN104574400A (en) * | 2015-01-12 | 2015-04-29 | 北京联合大学 | Remote sensing image segmenting method based on local difference box dimension algorithm |
US20160163035A1 (en) * | 2014-12-03 | 2016-06-09 | Kla-Tencor Corporation | Automatic Defect Classification Without Sampling and Feature Selection |
CN106447609A (en) * | 2016-08-30 | 2017-02-22 | 上海交通大学 | Image super-resolution method based on depth convolutional neural network |
-
2017
- 2017-05-15 CN CN201710339345.3A patent/CN107256571A/en not_active Withdrawn
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1776744A (en) * | 2005-11-24 | 2006-05-24 | 上海交通大学 | Texture Classification Method Based on Rectangle and Fractal |
CN101655913A (en) * | 2009-09-17 | 2010-02-24 | 上海交通大学 | Computer generated image passive detection method based on fractal dimension |
CN102621154A (en) * | 2012-04-10 | 2012-08-01 | 河海大学常州校区 | Method and device for automatically detecting cloth defects on line based on improved differential box multi-fractal algorithm |
US20160163035A1 (en) * | 2014-12-03 | 2016-06-09 | Kla-Tencor Corporation | Automatic Defect Classification Without Sampling and Feature Selection |
CN104574400A (en) * | 2015-01-12 | 2015-04-29 | 北京联合大学 | Remote sensing image segmenting method based on local difference box dimension algorithm |
CN106447609A (en) * | 2016-08-30 | 2017-02-22 | 上海交通大学 | Image super-resolution method based on depth convolutional neural network |
Cited By (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108564609A (en) * | 2018-04-23 | 2018-09-21 | 大连理工大学 | A Method of Calculating Fractal Dimension Based on Box Dimension Method |
CN108804848A (en) * | 2018-06-22 | 2018-11-13 | 西南石油大学 | A kind of computational methods of log box counting dimension |
CN108804848B (en) * | 2018-06-22 | 2021-08-10 | 西南石油大学 | Method for calculating box dimension of logging curve |
CN110135464A (en) * | 2019-04-18 | 2019-08-16 | 深兰科技(上海)有限公司 | Image processing method, device, electronic device and storage medium |
CN110751657A (en) * | 2019-09-26 | 2020-02-04 | 湖北工业大学 | Image three-dimensional fractal dimension calculation method based on triangular coverage |
CN110751657B (en) * | 2019-09-26 | 2023-05-02 | 湖北工业大学 | Image three-dimensional fractal dimension calculation method based on triangle coverage |
CN112560933A (en) * | 2020-12-10 | 2021-03-26 | 中邮信息科技(北京)有限公司 | Model training method and device, electronic equipment and medium |
CN116912178A (en) * | 2023-06-26 | 2023-10-20 | 成都理工大学 | Method for identifying trace on surface of wire |
CN116912178B (en) * | 2023-06-26 | 2024-05-24 | 成都理工大学 | Method for identifying traces on conductor surface |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN107256571A (en) | A kind of Fractal Dimension Estimation based on deep learning Yu adaptive differential box | |
CN106600553B (en) | A DEM super-resolution method based on convolutional neural network | |
CN104778755B (en) | A kind of texture image three-dimensional reconstruction method based on region division | |
CN102682441B (en) | Hyperspectral image super-resolution reconstruction method based on subpixel mapping | |
CN110570440A (en) | Image automatic segmentation method and device based on deep learning edge detection | |
CN109242985B (en) | A method to determine key parameters of pore structure from 3D images | |
CN109360144B (en) | Image real-time correction improvement method based on mobile phone platform | |
CN113744136A (en) | Image super-resolution reconstruction method and system based on channel constraint multi-feature fusion | |
CN114463503B (en) | Method and device for integrating three-dimensional model and geographic information system | |
CN112801904A (en) | Hybrid degraded image enhancement method based on convolutional neural network | |
CN117115359B (en) | Multi-view power grid three-dimensional space data reconstruction method based on depth map fusion | |
Song et al. | OPE-SR: Orthogonal position encoding for designing a parameter-free upsampling module in arbitrary-scale image super-resolution | |
CN114419430A (en) | A method and device for extracting cultivated land blocks based on SE-U-Net++ model | |
CN111524232A (en) | Three-dimensional modeling method and device and server | |
CN109741358B (en) | A Superpixel Segmentation Method Based on Adaptive Hypergraph Learning | |
CN109635714A (en) | The antidote and device of file scanned image | |
CN113177592A (en) | Image segmentation method and device, computer equipment and storage medium | |
CN117197686A (en) | Satellite image-based high-standard farmland plot boundary automatic identification method | |
CN108230452A (en) | A kind of model filling-up hole method based on textures synthesis | |
Lee et al. | SAF-Nets: Shape-adaptive filter networks for 3D point cloud processing | |
CN104200518A (en) | Triangular grid re-gridding method based on geometrical image | |
CN108564609A (en) | A Method of Calculating Fractal Dimension Based on Box Dimension Method | |
CN116091823A (en) | A single-feature anchor-free object detection method based on fast grouping residual module | |
CN118608438B (en) | Image quality improving method, device, equipment and medium | |
CN115619678A (en) | Image deformation correction method and device, computer equipment and storage medium |
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 | ||
WW01 | Invention patent application withdrawn after publication |
Application publication date: 20171017 |
|
WW01 | Invention patent application withdrawn after publication |