CN114821293A - Prototype spectral set generation method based on super-pixels - Google Patents
Prototype spectral set generation method based on super-pixels Download PDFInfo
- Publication number
- CN114821293A CN114821293A CN202210220828.2A CN202210220828A CN114821293A CN 114821293 A CN114821293 A CN 114821293A CN 202210220828 A CN202210220828 A CN 202210220828A CN 114821293 A CN114821293 A CN 114821293A
- Authority
- CN
- China
- Prior art keywords
- image
- wave bands
- images
- superpixel
- prototype
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
- 238000000034 method Methods 0.000 title claims abstract description 22
- 230000003595 spectral effect Effects 0.000 title claims abstract description 16
- 238000001228 spectrum Methods 0.000 claims abstract description 40
- 230000011218 segmentation Effects 0.000 claims abstract description 14
- 238000003064 k means clustering Methods 0.000 claims abstract description 9
- 230000001172 regenerating effect Effects 0.000 claims 1
- 238000004364 calculation method Methods 0.000 abstract description 5
- 238000012935 Averaging Methods 0.000 abstract 1
- 238000010586 diagram Methods 0.000 description 2
- 238000002474 experimental method Methods 0.000 description 2
- 230000000694 effects Effects 0.000 description 1
- 230000007613 environmental effect Effects 0.000 description 1
- 238000003384 imaging method Methods 0.000 description 1
- 238000009877 rendering Methods 0.000 description 1
- 238000012216 screening Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/23—Clustering techniques
- G06F18/232—Non-hierarchical techniques
- G06F18/2321—Non-hierarchical techniques using statistics or function optimisation, e.g. modelling of probability density functions
- G06F18/23213—Non-hierarchical techniques using statistics or function optimisation, e.g. modelling of probability density functions with fixed number of clusters, e.g. K-means clustering
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y02—TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
- Y02A—TECHNOLOGIES FOR ADAPTATION TO CLIMATE CHANGE
- Y02A40/00—Adaptation technologies in agriculture, forestry, livestock or agroalimentary production
- Y02A40/10—Adaptation technologies in agriculture, forestry, livestock or agroalimentary production in agriculture
Landscapes
- Image Processing (AREA)
Abstract
Description
技术领域technical field
本发明属于高光谱图象处理领域,具体涉及一种基于超像素的原型光谱集生成方法。The invention belongs to the field of hyperspectral image processing, in particular to a method for generating prototype spectrum sets based on superpixels.
背景技术Background technique
近年来随着高光谱传感器的广泛应用,高光谱图象处理技术也随之发展,在军事、农林业、环境保护以及工业领域发挥了越来越大的作用。In recent years, with the wide application of hyperspectral sensors, hyperspectral image processing technology has also developed, and has played an increasingly important role in military, agricultural and forestry, environmental protection and industrial fields.
在高光谱遥感技术中,地物标准光谱是高光谱遥感技术的重要基础,光谱曲线又是波段选择和目标分类的主要依据。但是,由于高光谱受光照条件影响大、带标签的高光谱图像较少以及不同环境下地物标准光谱略有差异等多种因素,使得地物标准光谱难以有效的提取。In hyperspectral remote sensing technology, the standard spectrum of ground objects is an important basis for hyperspectral remote sensing technology, and the spectral curve is the main basis for band selection and target classification. However, due to various factors such as hyperspectral being greatly affected by light conditions, less labeled hyperspectral images, and slight differences in the standard spectrum of ground objects in different environments, it is difficult to extract the standard spectrum of ground objects effectively.
超像素是指位置相邻且颜色和亮度等特征相近的像素点组成的区域,这些区域一般不会破坏图像中物体的边界信息。而在高光谱图像中,超像素小块主要是指高光谱图像中光谱信息较为接近的同质性区域。将超像素分割算法引入原型光谱集的构件中,一方面能有效的按照像素点的同质性,将整幅图像分割为只包含相似像元的近乎纯净的超像素小块;另一方面,通过超像素小块代替原有像元进行后续计算,能够大幅度降低后续聚类算法的计算复杂度。Superpixels refer to areas composed of adjacent pixels with similar characteristics such as color and brightness. These areas generally do not destroy the boundary information of objects in the image. In hyperspectral images, superpixel patches mainly refer to the homogenous regions in which spectral information is relatively close in hyperspectral images. Introducing the superpixel segmentation algorithm into the components of the prototype spectrum set, on the one hand, it can effectively divide the entire image into nearly pure superpixel blocks containing only similar pixels according to the homogeneity of the pixels; on the other hand, Subsequent calculations are performed by replacing the original pixels with small superpixel blocks, which can greatly reduce the computational complexity of the subsequent clustering algorithm.
Shijin Li和Jianbian Qiu在2013年提出了一种原型光谱的生成办法,通过对高光谱图像进行聚类生成对应的原型光谱集;这种方法一方面计算量较大,另一方面聚类的结果不稳定,容易陷入局部最优的情况,无法得出有效的原型光谱集。Shijin Li and Jianbian Qiu proposed a method for generating prototype spectra in 2013, by clustering hyperspectral images to generate a corresponding prototype spectrum set; on the one hand, this method requires a large amount of calculation, and on the other hand, the results of clustering It is unstable, and it is easy to fall into a local optimum, and it is impossible to obtain an effective prototype spectrum set.
常见的可以构建超像素的区域分割算法主要是k-means聚类方法,直接对高光谱图像进行k-means聚类,将聚类得到的稳定的聚类中心作为高光谱图像的原型光谱集;但是这样做,会导致计算时间复杂度较高;k-means聚类生成的聚类中心不稳定,且每次实验结果不一致,鲁棒性较差;聚类中心个数没有明确的准则确定,需要多次实验得出最佳结果。The common area segmentation algorithm that can build superpixels is mainly the k-means clustering method, which directly performs k-means clustering on the hyperspectral image, and uses the stable cluster center obtained by the clustering as the prototype spectral set of the hyperspectral image; However, doing so will lead to high computational time complexity; the cluster centers generated by k-means clustering are unstable, and the results of each experiment are inconsistent, resulting in poor robustness; there is no clear criterion for the number of cluster centers. Multiple experiments are required to get the best results.
发明内容SUMMARY OF THE INVENTION
为了解决缺少地物标准光谱或者地物标准光谱难以提取的问题,本发明提出了一种基于超像素的原型光谱集生成方法,采用固定间隔的超像素块的平均光谱作为聚类中心的措施,使得聚类结果保持稳定,避免了陷入局部最优的状况。In order to solve the problem of the lack of standard spectrum of ground objects or the difficulty of extracting standard spectra of ground objects, the present invention proposes a method for generating prototype spectrum sets based on superpixels. It keeps the clustering results stable and avoids falling into the local optimum.
所述的基于超像素的原型光谱集生成方法,具体步骤如下:The described superpixel-based prototype spectral set generation method, the specific steps are as follows:
步骤一、利用高光谱仪器对某个区域进行波段采集,将各个波段分别单独作为一个图像,组成波段图像集X;Step 1. Use a hyperspectral instrument to collect bands in a certain area, and use each band as an image separately to form a band image set X;
X={x1,x2,...,xn,...,xN};N为波段的总数;X={x 1 , x 2 ,...,x n ,...,x N }; N is the total number of bands;
步骤二、随机选取40%的波段,将各波段对应的图像中的像素点求和,并除以波段数量,得到的平均值像素数组成图像Y;Step 2: Randomly select 40% of the bands, sum the pixels in the image corresponding to each band, and divide by the number of bands, and the average number of pixels obtained forms the image Y;
步骤三、逐个选择图像集X中的图像,与图像Y分别计算SSIM结构指数,作为各图像对应的得分;Step 3, select the images in the image set X one by one, and calculate the SSIM structure index with the image Y respectively, as the corresponding score of each image;
针对图像xn,SSIM结构指数的计算公式如下:For the image x n , the formula for calculating the SSIM structure index is as follows:
其中μX是当前图像xn中像素点的均值,μY是图像Y中像素点的均值,σX是图像xn中像素点的标准差,σY是图像Y中像素点的标准差,C1,C2,C3代表维持稳定性的常数。where μ X is the mean of the pixels in the current image x n , μ Y is the mean of the pixels in the image Y, σ X is the standard deviation of the pixels in the image x n , σ Y is the standard deviation of the pixels in the image Y, C 1 , C 2 , and C 3 represent constants that maintain stability.
步骤四、按图像得分降序排列,选取得分对应的前40%波段,利用所有像素点均值重新生成图像Y,返回步骤三重复计算图像集X中各图像的得分,直至当前次选择的波段与上次的波段相同。Step 4: Arrange in descending order of image scores, select the top 40% bands corresponding to the scores, regenerate image Y using the mean value of all pixel points, and return to step 3 to repeatedly calculate the scores of each image in the image set X until the currently selected band is the same as Same band as last time.
步骤五、从当前稳定的波段中选择SSIM结构指数得分最高的前三个波段,输入超像素分割算法,从分割结果中提取固定间隔的超像素小块;Step 5. Select the first three bands with the highest SSIM structure index score from the current stable bands, input the superpixel segmentation algorithm, and extract the fixed-spaced superpixel small blocks from the segmentation result;
固定间隔的计算是:超像素小块的总数除以采集图像的区域中地物的实际个数;The calculation of the fixed interval is: the total number of superpixel patches divided by the actual number of objects in the area where the image was collected;
步骤六、将固定间隔的超像素小块各自的平均光谱作为k-means聚类算法的初始聚类中心,对该区域所有波段分割的超像素小块进行聚类,得到该区域的原型光谱集。Step 6: Use the average spectrum of each superpixel patch at a fixed interval as the initial clustering center of the k-means clustering algorithm, and cluster the superpixel patches divided by all bands in the region to obtain the prototype spectrum set of the region. .
本发明的优点在于:The advantages of the present invention are:
1)、一种基于超像素的原型光谱集生成方法,在无监督的情况下,用高光谱的原型光谱集来代替地物标准光谱,解决了由于高光谱受光照条件影响大、不同环境下地物标准光谱略有差异等多种因素造成的地物标准光谱和实际光谱信息不匹配的问题。1) A method for generating prototype spectrum sets based on superpixels, in the case of unsupervised, using hyperspectral prototype spectrum sets to replace the standard spectrum of ground objects, which solves the problem that the hyperspectral spectrum is greatly affected by lighting conditions and the ground objects in different environments. The problem of mismatch between the standard spectrum of the ground object and the actual spectral information caused by various factors such as the slight difference in the standard spectrum of the object.
2)、一种基于超像素的原型光谱集生成方法,用超像素小块的平均光谱来代替上万个单独像素点的原始光谱,降低了聚类过程的计算量。2) A method for generating prototype spectrum sets based on superpixels, which replaces the original spectra of tens of thousands of individual pixels with the average spectrum of small superpixels, which reduces the computational complexity of the clustering process.
3)、一种基于超像素的原型光谱集生成方法,传统的kmeans算法很不稳定,极易陷入局部最优解;本发明将聚类中心均匀的分布在整个图像上,聚类结果稳定了,而且基本上都趋于最优解。3), a prototype spectrum set generation method based on superpixels, the traditional kmeans algorithm is very unstable, and it is easy to fall into the local optimal solution; the present invention evenly distributes the clustering centers on the entire image, and the clustering results are stable. , and basically tend to the optimal solution.
附图说明Description of drawings
图1为本发明一种基于超像素的原型光谱集生成方法的流程图;1 is a flowchart of a method for generating a superpixel-based prototype spectrum set of the present invention;
图2是对两种不同地物下本发明计算的原型光谱曲线与现有高光谱数据集Indian_pines的对比示意图;2 is a schematic diagram of the comparison between the prototype spectral curve calculated by the present invention under two different ground objects and the existing hyperspectral data set Indian_pines;
图3是本发明超像素小块分割的结果示意图。FIG. 3 is a schematic diagram of the result of superpixel small block segmentation according to the present invention.
具体实施方式Detailed ways
下面是对本发明做进一步详细的解释说明。The following is a further detailed explanation of the present invention.
本发明提出了一种基于超像素的原型光谱集生成方法的流程图,由于超像素分割算法的输入需要和可见图像的格式保持一致,即只需要三个波段的图像,而高光谱图像有上百个波段,因此本发明提出了使用SSIM结构指数来提取出三个结构最好的波段来改善超像素分割算法的效果;针对k-means聚类生成的聚类中心不稳定的问题,本发明结合SLIC超像素块的标签格式,提出来采用固定间隔的超像素块的平均光谱作为聚类中心的措施,使得聚类结果保持稳定,避免了陷入局部最优的状况。The present invention proposes a flow chart of a method for generating a prototype spectrum set based on superpixels. Since the input of the superpixel segmentation algorithm needs to be consistent with the format of the visible image, that is, only images of three bands are required, while the hyperspectral image has the upper There are hundreds of bands, so the present invention proposes to use the SSIM structure index to extract three bands with the best structure to improve the effect of the superpixel segmentation algorithm; for the problem of unstable cluster centers generated by k-means clustering, the present invention Combined with the label format of SLIC superpixel blocks, it is proposed to use the average spectrum of superpixel blocks with a fixed interval as the measure of the cluster center, so that the clustering results remain stable and avoid falling into the local optimum situation.
所述的基于超像素的原型光谱集生成方法,如图1所示,具体步骤如下:The described superpixel-based prototype spectral set generation method is shown in Figure 1, and the specific steps are as follows:
步骤一、利用高光谱仪器对某个区域进行波段采集,将各个波段分别单独作为一个图像,组成波段图像集X;Step 1. Use a hyperspectral instrument to collect bands in a certain area, and use each band as an image separately to form a band image set X;
X={x1,x2,...,xn,...,xN};N为波段的总数;X={x 1 , x 2 ,...,x n ,...,x N }; N is the total number of bands;
步骤二、随机选取40%的波段,将各波段对应的图像中的像素点求和,并除以波段数量,得到的平均值像素数组成图像Y;Step 2: Randomly select 40% of the bands, sum the pixels in the image corresponding to each band, and divide by the number of bands, and the average number of pixels obtained forms the image Y;
步骤三、逐个选择图像集X中的图像,与图像Y分别计算SSIM结构指数,作为各图像对应的得分;Step 3, select the images in the image set X one by one, and calculate the SSIM structure index with the image Y respectively, as the corresponding score of each image;
由于高光谱图像的特殊成像原理,即不同波段实际上是对同一区域在不同窄带上所生成的图像,因此能够通过SSIM结构指数来确定波段的质量。Due to the special imaging principle of hyperspectral images, that is, different bands are actually images generated from the same region in different narrow bands, the quality of the bands can be determined by the SSIM structure index.
针对图像xn,SSIM结构指数的计算公式如下:For the image x n , the formula for calculating the SSIM structure index is as follows:
其中μX是当前图像xn中像素点的均值,μY是图像Y中像素点的均值,σX是图像xn中像素点的标准差,σY是图像Y中像素点的标准差,C1,C2,C3代表常数,是为了避免分母为0,维持公式的稳定性。通常取C1=(K1×L)2,C2=(K2×L)2,C3=C2/2维持稳定性的常数。where μ X is the mean of the pixels in the current image x n , μ Y is the mean of the pixels in the image Y, σ X is the standard deviation of the pixels in the image x n , σ Y is the standard deviation of the pixels in the image Y, C 1 , C 2 , and C 3 represent constants to avoid the denominator being 0 and maintain the stability of the formula. Usually, C 1 =(K 1 ×L) 2 , C 2 =(K 2 ×L) 2 , and C 3 =C 2 /2 are constants to maintain stability.
K1=0.01,K2=0.03;L为图像xn的像素范围。K 1 =0.01, K 2 =0.03; L is the pixel range of the image xn.
步骤四、按图像得分降序排列,选取得分对应的前40%波段,利用所有像素点均值重新生成图像Y,返回步骤三重复计算图像集X中各图像的得分,直至当前次选择的波段与上次的波段相同。Step 4: Arrange in descending order of image scores, select the top 40% bands corresponding to the scores, regenerate image Y using the mean value of all pixel points, and return to step 3 to repeatedly calculate the scores of each image in the image set X until the currently selected band is the same as Same band as last time.
这一步主要是为了提出噪声波段,减少噪声波段对筛选结果的影响。This step is mainly to propose the noise band and reduce the influence of the noise band on the screening results.
步骤五、从当前稳定的波段中选择SSIM结构指数得分最高的前三个波段,输入超像素分割SLIC算法,得到对应的超像素分割结果后,从分割结果中提取固定间隔的超像素小块;Step 5. Select the first three bands with the highest SSIM structure index score from the current stable bands, input the superpixel segmentation SLIC algorithm, and after obtaining the corresponding superpixel segmentation result, extract the fixed-spaced superpixel small blocks from the segmentation result;
固定间隔的计算是:超像素小块的总数除以采集图像的区域中地物的实际个数;The calculation of the fixed interval is: the total number of superpixel patches divided by the actual number of objects in the area where the image was collected;
步骤六、将固定间隔的超像素小块各自的平均光谱作为k-means聚类算法的初始聚类中心,对该区域所有波段分割的超像素小块进行聚类,得到该区域的原型光谱集。Step 6: Use the average spectrum of each superpixel patch at a fixed interval as the initial clustering center of the k-means clustering algorithm, and cluster the superpixel patches divided by all bands in the region to obtain the prototype spectrum set of the region. .
针对k-means聚类生成的聚类中心不稳定的问题;由于地物分布的一般规律,以及SLIC算法生成的超像素小块是较为规则的,且标号顺序是固定的。因此,本申请采用固定间隔的超像素小块的平均光谱来作为k-means算法的初始聚类中心,通过固定聚类中心的个数,有效的解决聚类结果不稳定的问题。Aiming at the problem that the cluster centers generated by k-means clustering are unstable; due to the general law of the distribution of ground objects, and the small superpixel blocks generated by the SLIC algorithm are relatively regular, and the order of labels is fixed. Therefore, the present application adopts the average spectrum of small superpixels at fixed intervals as the initial clustering center of the k-means algorithm, and by fixing the number of clustering centers, the problem of unstable clustering results can be effectively solved.
将本申请计算的原型光谱集中的原型光谱曲线,与公开的高光谱数据集Indian_pines进行对比,如图2所示,图a为Indian_pines数据集中地物类别为7的地物的平均光谱以及与它最接近的原型光谱曲线,右图b为Indian_pines数据集中地物类别为13的地物的平均光谱以及与它最接近的原型光谱曲线图,实线是数据中提供的按照真实地物标签得到的真实地物光谱曲线,虚线是本申请的原型光谱曲线;其中图a是差距最大的,图b是差距最小的。可以明显看出,本申请能够在不借助真实地物标签的情况下,得到一个较好的、极为接近真实地物光谱的原型光谱集。(真实地物标签这个是很难标注的,或者说标注起来即为的耗时,费力。实际采集过程中也不会自动生成真实地物标签。)The prototype spectral curve in the prototype spectral set calculated in this application is compared with the public hyperspectral data set Indian_pines, as shown in Figure 2, Figure a is the average spectrum of the ground object with the ground object category of 7 in the Indian_pines data set and its The closest prototype spectral curve, the right picture b is the average spectrum of the ground object with the object category 13 in the Indian_pines dataset and the prototype spectral curve that is closest to it. The solid line is provided in the data according to the real object label. The spectrum curve of the real object, the dotted line is the prototype spectrum curve of the present application; where Figure a shows the largest gap, and Figure b shows the smallest gap. It can be clearly seen that the present application can obtain a better prototype spectrum set that is very close to the spectrum of the real object without using the real object label. (The real object label is difficult to label, or it is time-consuming and laborious to label. The actual object label will not be automatically generated during the actual collection process.)
超像素小块分割的结果如图3所示,(去除掉没有标注的地物的部分之后的效果图),可以看出来,通过本申请能够有效的得到排列规则,紧密,且能够很好描述地物边界的超像素小块。The result of the superpixel small block segmentation is shown in Figure 3 (the rendering after removing the part of the unmarked features). It can be seen that the application can effectively obtain the arrangement rules, which are compact and can be well described. The superpixel patch of the feature boundary.
Claims (3)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210220828.2A CN114821293B (en) | 2022-03-08 | 2022-03-08 | Prototype spectrum set generation method based on superpixel |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202210220828.2A CN114821293B (en) | 2022-03-08 | 2022-03-08 | Prototype spectrum set generation method based on superpixel |
Publications (2)
Publication Number | Publication Date |
---|---|
CN114821293A true CN114821293A (en) | 2022-07-29 |
CN114821293B CN114821293B (en) | 2024-12-17 |
Family
ID=82529678
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202210220828.2A Active CN114821293B (en) | 2022-03-08 | 2022-03-08 | Prototype spectrum set generation method based on superpixel |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN114821293B (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN117746079A (en) * | 2023-11-15 | 2024-03-22 | 中国地质大学(武汉) | Clustering prediction method, system, storage medium and equipment for hyperspectral image |
CN118655098A (en) * | 2024-08-19 | 2024-09-17 | 陕西省环境监测中心站 | A water quality parameter classification inversion method and system based on spectral reflectance |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105184314A (en) * | 2015-08-25 | 2015-12-23 | 西安电子科技大学 | wrapper-type hyperspectral waveband selection method based on pixel clustering |
CN108573276A (en) * | 2018-03-12 | 2018-09-25 | 浙江大学 | A Change Detection Method Based on High Resolution Remote Sensing Image |
CN112818831A (en) * | 2021-01-29 | 2021-05-18 | 河南大学 | Hyperspectral image classification algorithm based on band clustering and improved domain transformation recursive filtering |
CN113075129A (en) * | 2021-02-07 | 2021-07-06 | 浙江师范大学 | Hyperspectral image band selection method and system based on neighbor subspace division |
CN113486876A (en) * | 2021-09-08 | 2021-10-08 | 中国地质大学(武汉) | Hyperspectral image band selection method, device and system |
CN113628111A (en) * | 2021-07-28 | 2021-11-09 | 西安理工大学 | Hyperspectral image super-resolution method based on gradient information constraint |
-
2022
- 2022-03-08 CN CN202210220828.2A patent/CN114821293B/en active Active
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN105184314A (en) * | 2015-08-25 | 2015-12-23 | 西安电子科技大学 | wrapper-type hyperspectral waveband selection method based on pixel clustering |
CN108573276A (en) * | 2018-03-12 | 2018-09-25 | 浙江大学 | A Change Detection Method Based on High Resolution Remote Sensing Image |
CN112818831A (en) * | 2021-01-29 | 2021-05-18 | 河南大学 | Hyperspectral image classification algorithm based on band clustering and improved domain transformation recursive filtering |
CN113075129A (en) * | 2021-02-07 | 2021-07-06 | 浙江师范大学 | Hyperspectral image band selection method and system based on neighbor subspace division |
CN113628111A (en) * | 2021-07-28 | 2021-11-09 | 西安理工大学 | Hyperspectral image super-resolution method based on gradient information constraint |
CN113486876A (en) * | 2021-09-08 | 2021-10-08 | 中国地质大学(武汉) | Hyperspectral image band selection method, device and system |
Non-Patent Citations (1)
Title |
---|
李岩: "《基于高光谱遥感影像的空谱联合目标分类算法研究》", 《北京邮电大学硕士学位论文》, 31 January 2024 (2024-01-31) * |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN117746079A (en) * | 2023-11-15 | 2024-03-22 | 中国地质大学(武汉) | Clustering prediction method, system, storage medium and equipment for hyperspectral image |
CN117746079B (en) * | 2023-11-15 | 2024-05-14 | 中国地质大学(武汉) | Clustering prediction method, system, storage medium and equipment for hyperspectral image |
CN118655098A (en) * | 2024-08-19 | 2024-09-17 | 陕西省环境监测中心站 | A water quality parameter classification inversion method and system based on spectral reflectance |
Also Published As
Publication number | Publication date |
---|---|
CN114821293B (en) | 2024-12-17 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Stergiou et al. | Refining activation downsampling with SoftPool | |
CN110399909B (en) | A Hyperspectral Image Classification Method Based on Label-constrained Elastic Net Graph Model | |
CN104268583B (en) | Pedestrian re-recognition method and system based on color area features | |
CN100573523C (en) | A kind of image inquiry method based on marking area | |
CN114821293B (en) | Prototype spectrum set generation method based on superpixel | |
Rothe et al. | Automated extraction of digital images features of three kinds of cotton leaf diseases | |
CN104102928B (en) | A kind of Classifying Method in Remote Sensing Image based on texture primitive | |
CN102254326A (en) | Image segmentation method by using nucleus transmission | |
CN110569859B (en) | Color feature extraction method for clothing image | |
CN103955952A (en) | Extraction and description method for garment image color features | |
Nawaz et al. | Saliency detection via multiple-morphological and superpixel based fast fuzzy C-mean clustering network | |
CN110991317B (en) | Crowd counting method based on multi-scale perspective sensing network | |
Guo et al. | Dual graph U-Nets for hyperspectral image classification | |
CN116842210B (en) | Textile printing texture intelligent retrieval method based on texture features | |
CN118230166A (en) | Corn canopy organ identification method and canopy phenotype detection method based on improved Mask2YOLO network | |
CN103150722A (en) | Method for extracting peripheral blood leucocyte edges with application of quaternion division and graph theory optimization | |
CN109840914B (en) | Texture segmentation method based on user interaction | |
Yadav et al. | Improved color-based K-mean algorithm for clustering of satellite image | |
CN113902013A (en) | Hyperspectral classification method based on three-dimensional convolutional neural network and superpixel segmentation | |
CN117746079B (en) | Clustering prediction method, system, storage medium and equipment for hyperspectral image | |
Liu et al. | Rethinking pan-sharpening via spectral-band modulation | |
Li et al. | An encoder–decoder convolution network with fine-grained spatial information for hyperspectral images classification | |
CN111401485A (en) | Practical texture classification method | |
CN117522735A (en) | Multi-scale-based dense-flow sensing rain-removing image enhancement method | |
Roberto e Souza et al. | A Hybrid Approach Using the k‐means and Genetic Algorithms for Image Color Quantization |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |