CN104951785A - Method for evaluating feature description processes - Google Patents
Method for evaluating feature description processes Download PDFInfo
- Publication number
- CN104951785A CN104951785A CN201510305080.6A CN201510305080A CN104951785A CN 104951785 A CN104951785 A CN 104951785A CN 201510305080 A CN201510305080 A CN 201510305080A CN 104951785 A CN104951785 A CN 104951785A
- Authority
- CN
- China
- Prior art keywords
- positive
- feature description
- feature
- sampling
- negative
- 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
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/40—Extraction of image or video features
- G06V10/48—Extraction of image or video features by mapping characteristic values of the pattern into a parameter space, e.g. Hough transformation
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/23—Clustering techniques
Landscapes
- Engineering & Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Artificial Intelligence (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Evolutionary Biology (AREA)
- Evolutionary Computation (AREA)
- Bioinformatics & Computational Biology (AREA)
- General Engineering & Computer Science (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Life Sciences & Earth Sciences (AREA)
- Multimedia (AREA)
- Image Analysis (AREA)
Abstract
Description
技术领域technical field
本发明涉及图像识别领域中的物体探测和识别领域,尤其是涉及一种对特征描述方法进行衡量的方法。The invention relates to the field of object detection and recognition in the field of image recognition, in particular to a method for measuring a feature description method.
背景技术Background technique
在物体图像探测及识别领域,当前的研究热点是类属物体(Generic ObjectCategory)探测及识别。类属物体指一类物体,同类物体中的个体之间存在着共性,也存在着个性,比如飞机、苹果和人。类属物体是针对特定物体而言的。特定物体是指某个特殊的个体,或者具有完全相同外表的一个群体,比如艾菲尔铁塔、我的自行车、崭新的iphone6。相比特定物体探测。In the field of object image detection and recognition, the current research hotspot is generic object (Generic ObjectCategory) detection and recognition. Generic objects refer to a class of objects, and there are commonality and individuality between individuals in the same object, such as airplanes, apples, and people. Generic objects are for specific objects. A specific object refers to a particular individual, or a group of people with exactly the same appearance, such as the Eiffel Tower, my bicycle, and a brand new iphone6. compared to specific object detection.
类属物体探测和识别的难度比特定物体明显增大。首先,一类物体包含的个体数量可能是无穷的,不可能用所有的样本来训练探测器,只能选取部分有代表性的个体。第二,同类物体具有共同的相似性,但是这些相似性可能很抽象,比如光滑、圆鼓鼓、金属质感等。最后,同类物体中的不同个体,往往会在外观上呈现差异性,如何界定一类物体可以包含的差异变化范围,以及如何根据这些差异进一步进行子类划分,也是一个难点。The difficulty of detecting and identifying generic objects is significantly greater than that of specific objects. First of all, the number of individuals contained in a class of objects may be infinite, and it is impossible to use all samples to train the detector, only some representative individuals can be selected. Second, similar objects have common similarities, but these similarities may be abstract, such as smooth, bulging, metallic texture, etc. Finally, different individuals of the same kind of objects often show differences in appearance. How to define the range of differences that a class of objects can contain, and how to further divide them into subcategories based on these differences is also a difficult point.
类属物体探测器的设计基本都是从特征描述方法的设计或者选择开始。一般在探测器训练阶段,首先将在训练图像中采样的窗口使用特征描述方法转换为特征向量,之后再采用多种机器学习方法训练高上层识别模型及参数。在探测与识别阶段,首先将探测窗口使用特征描述方法转换为特征向量,再筛选组合与被探测物体相似度高的特征向量,实现物体探测与识别。由此可见,特征描述方法是物体探测器设计的基础,选择合适的特征描述方法对探测器的整体性能影响很大。The design of generic object detectors basically starts with the design or selection of feature description methods. Generally, in the detector training phase, the window sampled in the training image is first converted into a feature vector using a feature description method, and then a variety of machine learning methods are used to train the high-level recognition model and parameters. In the detection and recognition stage, the detection window is first converted into a feature vector using the feature description method, and then the feature vector with a high similarity to the detected object is screened and combined to realize object detection and recognition. It can be seen that the feature description method is the basis of object detector design, and the selection of an appropriate feature description method has a great influence on the overall performance of the detector.
设计探测器需要对合适的特征描述方法做出选择,但是此前的特征描述评估方法都有不同的局限性。特定物体探测常使用的特征描述评估方法使用两张含有同一特定物体的图像,计算对特征点/区域通过特征向量匹配结果的正确率。但是类属物体不是完全相同的,无法确立精确匹配的特征点/特征向量。在类属物体探测上,常使用多种特征描述方法与多种上层识别模型结合的衡量体制。但是这样的衡量方法会受到上层识别模型的影响,其计算结果是有偏差的。Designing detectors requires a choice of an appropriate characterization method, but previous characterization evaluation methods all have different limitations. The feature description evaluation method commonly used in specific object detection uses two images containing the same specific object to calculate the correct rate of feature point/region matching results through feature vectors. However, the generic objects are not exactly the same, and the exact matching feature points/feature vectors cannot be established. In the detection of generic objects, a measurement system that combines multiple feature description methods with multiple upper-level recognition models is often used. However, such a measurement method will be affected by the upper-level recognition model, and its calculation results are biased.
发明内容Contents of the invention
本发明所要解决的技术问题是:针对上述存在的问题,提供一种对特征描述方法进行衡量的方法,本方法既能表现同类物体中特征的相似性(可重复性),也能表现不同类物体中特征的差异性(可区分性),对多种特征描述方法进行定量比较,从而选择最佳的特征描述方法。The technical problem to be solved by the present invention is to provide a method for measuring the feature description method in view of the above-mentioned problems. The difference (distinguishability) of features in objects, quantitative comparison of multiple feature description methods, so as to select the best feature description method.
本发明采用的技术方案如下:The technical scheme that the present invention adopts is as follows:
一种对特征描述方法进行衡量的方法包括:One measure of characterization methods includes:
步骤1:对正样本的图像全部标识区域通过采样窗口进行均匀分布的采样;对负样本的图像通过采样窗口进行均匀分布的采样;Step 1: Sampling is uniformly distributed through the sampling window for all marked areas of the positive sample image; uniformly distributed sampling is performed for the image of the negative sample through the sampling window;
步骤2:使用被衡量的特征描述方法,将正样本图像全部标识区域的全部采样窗口和负样本图像的全部采样窗口分别对应转换为正特征向量FP={α1,α2...αA}和负特征向量FN={β1,β2...βB},其个数分别记为A和B;Step 2: Using the feature description method to be measured, convert all sampling windows of all marked areas of the positive sample image and all sampling windows of the negative sample image into positive feature vectors F P ={α 1 ,α 2 ...α A } and negative eigenvectors F N ={β 1 ,β 2 ...β B }, the numbers of which are denoted as A and B respectively;
步骤3:使用一种聚类分析方法,依据正特征向量的空间分布距离,将正特征向量划分成K个聚类{w1,w2...wK},每个聚类中wk称其为普通描述词,1≤k≤K,每个普通描述词wk是n个正特征向量αi的集合,wk是FP的子集,n≤A,10≤K≤1000;若某普通描述词包含的特征向量个数n≤X,则删除该普通描述词;否则保留该普通描述词;其中X为正样本数量的1%到50%;Step 3: Use a cluster analysis method to divide the positive feature vectors into K clusters {w 1 ,w 2 ...w K } according to the spatial distribution distance of the positive feature vectors, and w k in each cluster Call it a common descriptor, 1≤k≤K, each common descriptor w k is a set of n positive feature vectors α i , w k is a subset of F P , n≤A, 10≤K≤1000; If the number of feature vectors n≤X contained in a common descriptor, delete the common descriptor; otherwise, keep the common descriptor; where X is 1% to 50% of the number of positive samples;
步骤4:对普通描述词汇wk,使用一种概率分布模型计算概率分布密度公式参数P(f|wk),然后使用所有的正特征向量αi∈FP,i=1...A计算对该普通描述词汇的正可区分值用所有的负特征向量βj∈FN,j=1...B计算对该普通描述词的负可区分值
步骤5:计算该普通描述词汇的可区分值为V(wk)=VP(wk)+VN(wk);Step 5: Calculate the distinguishable value of the general description vocabulary V(w k )=V P (w k )+V N (w k );
步骤6:在所有普通描述词汇wk中选择可区分值最高的M个区分值作为关键描述词T={t1,t2...tM},这M个关键描述词的区分度的总和为该特征描述方法的类属物体探测性能衡量指标,越大说明被衡量的特征描述方法更适合被测试物体的特征描述,其中m=1...M。Step 6: Select M discriminative values with the highest distinguishable values in all common descriptors w k as key descriptors T={t 1 ,t 2 ...t M }, the discriminative degree of these M key descriptors is sum is the generic object detection performance index of this feature description method, A larger value indicates that the measured feature description method is more suitable for the feature description of the tested object, where m=1...M.
进一步的,所述步骤1中采样窗口即样本图像中的一个矩形区域。Further, the sampling window in step 1 is a rectangular area in the sample image.
一种对特征描述方法进行衡量的方法还包括对正样本图像全部标识区域及负样本图象进行多尺度缩放,所述多尺度缩放的最小缩放级别中,采样窗口为被评估特征描述方法所需最小区域;在多缩放尺度的最大缩放级别中,正样本的采样窗口是包含整个图像标识区域的最小区域,负样本的采样窗口是不超出图像边界的最大区域;多缩放尺度的采样窗口从最小缩放级别到最大缩放级别以等比例递增,比例选择为1.1倍至2倍之间;在同一缩放尺度下,采样窗口均匀分布,相邻采样窗口间有5%到95%重叠面积。A method for measuring the feature description method also includes performing multi-scale scaling on all the identified regions of the positive sample image and the negative sample image, and in the minimum zoom level of the multi-scale scaling, the sampling window is required by the feature description method to be evaluated Minimum area; at the maximum zoom level of multiple zoom scales, the sampling window of positive samples is the smallest area that includes the entire image identification area, and the sampling window of negative samples is the largest area that does not exceed the image boundary; the sampling window of multiple zoom scales starts from the smallest area The zoom level to the maximum zoom level increases in equal proportions, and the ratio is selected between 1.1 and 2 times; under the same zoom scale, the sampling windows are evenly distributed, and there is a 5% to 95% overlapping area between adjacent sampling windows.
进一步的,所述步骤3中一种聚类分析方法包含划分法、层次法、图论法、网格法、K-Means或Mean Shift。Further, a cluster analysis method in the step 3 includes division method, hierarchical method, graph theory method, grid method, K-Means or Mean Shift.
进一步的,所述步骤4中一种概率分布模型包含高斯分布、伯努力分布、二项分布或泊松分布。Further, a probability distribution model in step 4 includes Gaussian distribution, Bernoulli distribution, binomial distribution or Poisson distribution.
综上所述,由于采用了上述技术方案,本发明的有益效果是:In summary, owing to adopting above-mentioned technical scheme, the beneficial effect of the present invention is:
1、本发明提出了一个开放性的平台,特征向量式的特征描述描述方法均可以通过本方法进行公平地比较;本发明适用于物体探测/识别器设计阶段,对特征描述方法进行甄选。1. The present invention proposes an open platform, and all eigenvector-based feature description methods can be compared fairly by this method; the present invention is applicable to the object detection/recognizer design stage to select feature description methods.
2、本发明提出了一种独立的不依靠上层识别模型的衡量方法,针对可重复性和可区分性两方面评估特征描述方法的方法;2. The present invention proposes an independent measurement method that does not rely on the upper-level recognition model, and a method for evaluating the feature description method in terms of repeatability and distinguishability;
3、本发明对被探测物体有针对性,充分反应了不同应用背景下,同种描述方法性能的变化,可以根据应用背景有针对地作出选择;3. The present invention is targeted to the object to be detected, fully reflects the performance changes of the same description method under different application backgrounds, and can make a targeted selection according to the application background;
4、使用多缩放尺度的样本采样窗口,充分保证了特征向量的探测性能不受缩放尺度的影响。4. The use of multi-scale sample sampling windows fully ensures that the detection performance of the feature vector is not affected by the scale.
具体实施方式Detailed ways
本说明书中公开的所有特征,或公开的所有方法或过程中的步骤,除了互相排斥的特征和/或步骤以外,均可以以任何方式组合。All features disclosed in this specification, or steps in all methods or processes disclosed, may be combined in any manner, except for mutually exclusive features and/or steps.
本说明书(包括任何附加权利要求、摘要)中公开的任一特征,除非特别叙述,均可被其他等效或具有类似目的的替代特征加以替换。即,除非特别叙述,每个特征只是一系列等效或类似特征中的一个例子而已。Any feature disclosed in this specification (including any appended claims, abstract), unless otherwise stated, may be replaced by alternative features which are equivalent or serve a similar purpose. That is, unless expressly stated otherwise, each feature is one example only of a series of equivalent or similar features.
本发明相关说明:Relevant description of the present invention:
本发明方法的使用,需要有一个足够大且人工标记过的训练样本库。样本库中应由不少于30张含有被探测或识别物体的图像做正样本,和不少于正样本5倍正样本数量且不含有被探测或识别物体的图像做负样本。理想的正样本数量在1000张以上,负样本的数量在正样本的10倍以上。正样本中被探测或识别物体所在的区域被标记。正样本包含一种或更多的被探测或识别物体,负样本不包含被探测或识别物体,从而计算被衡量方法对一种或多种被探测或识别物体的总体识别性能。The use of the method of the present invention requires a sufficiently large and manually marked training sample library. In the sample library, no less than 30 images containing detected or recognized objects should be used as positive samples, and no less than 5 times the number of positive samples of positive samples and images that do not contain detected or recognized objects should be used as negative samples. The ideal number of positive samples is more than 1000, and the number of negative samples is more than 10 times that of positive samples. The region where the detected or recognized object is located in the positive sample is marked. The positive samples contain one or more detected or recognized objects, and the negative samples do not contain detected or recognized objects, so as to calculate the overall recognition performance of the measured method for one or more detected or recognized objects.
原理:本发明通过对待识别物体正负样本采样,并使用待衡量的特征描述方法(不同的特征描述方法使得正样本的图像全部标识区域以及负样本的图像分别对应产生不同的特征向量)转换正负采样为正负特征描述向量,然后通过聚类分析方法对正-正特征描述向量的可重复性,以及正-负特征向量的可区分性进行量化计算,从而定量评估待衡量特征描述方法对待识别物体进行探测和识别的性能。Principle: The present invention samples the positive and negative samples of the object to be recognized, and uses the feature description method to be measured (different feature description methods make the images of the positive samples all identify areas and the images of the negative samples correspond to generate different feature vectors) to convert the positive and negative samples. Negative sampling is positive and negative feature description vectors, and then quantitatively calculates the repeatability of positive-positive feature description vectors and the distinguishability of positive-negative feature vectors through cluster analysis methods, so as to quantitatively evaluate the treatment of feature description methods to be measured The ability to recognize objects for detection and recognition.
在计算机视觉和机器学习中,图像的特征向量指一个数字化的向量。该向量由整个图像或局部区域计算得到,能够表征对应区域的特性,且在数据量上远小于对应区域。将图像区域转化成特征向量的方法称为特征描述方法,也叫特征变换方法。比如,SIFT特征描述方法能将64X64或128×128像素的图像区域转化为64×1的特征向量。sobel特征描述方法能将3X3或9×9像素的图像区域转化为2×1的特征向量。In computer vision and machine learning, the feature vector of an image refers to a digitized vector. The vector is calculated from the entire image or a local area, which can characterize the characteristics of the corresponding area, and the amount of data is much smaller than that of the corresponding area. The method of converting an image region into a feature vector is called a feature description method, also called a feature transformation method. For example, the SIFT feature description method can convert a 64×64 or 128×128 pixel image area into a 64×1 feature vector. The sobel feature description method can convert a 3X3 or 9X9 pixel image area into a 2X1 feature vector.
实施例一:Embodiment one:
步骤1:对正样本的图像全部标识区域通过采样窗口进行均匀分布的采样;对负样本的图像通过采样窗口进行均匀分布的采样;Step 1: Sampling is uniformly distributed through the sampling window for all marked areas of the positive sample image; uniformly distributed sampling is performed for the image of the negative sample through the sampling window;
步骤2:使用被衡量的特征描述方法,将正样本图像全部标识区域的全部采样窗口和负样本图像的全部采样窗口分别对应转换为正特征向量FP={α1,α2...αA}和负特征向量FN={β1,β2...βB},其个数分别记为A和B;Step 2: Using the feature description method to be measured, convert all sampling windows of all marked areas of the positive sample image and all sampling windows of the negative sample image into positive feature vectors F P ={α 1 ,α 2 ...α A } and negative eigenvectors F N ={β 1 ,β 2 ...β B }, the numbers of which are denoted as A and B respectively;
步骤3:使用一种聚类分析方法,依据正特征向量的空间分布距离,将正特征向量划分成K个聚类{w1,w2...wK},每个聚类中wk称其为普通描述词,1≤k≤K,每个普通描述词wk是n个正特征向量αi的集合,wk是FP的子集,n≤A,10≤K≤1000;若某普通描述词包含的特征向量个数n≤X,则删除该普通描述词;否则保留该普通描述词;其中X为正样本数量的1%到50%;Step 3: Use a cluster analysis method to divide the positive feature vectors into K clusters {w 1 ,w 2 ...w K } according to the spatial distribution distance of the positive feature vectors, and w k in each cluster Call it a common descriptor, 1≤k≤K, each common descriptor w k is a set of n positive feature vectors α i , w k is a subset of F P , n≤A, 10≤K≤1000; If the number of feature vectors n≤X contained in a common descriptor, delete the common descriptor; otherwise, keep the common descriptor; where X is 1% to 50% of the number of positive samples;
步骤4:对普通描述词汇wk,使用一种概率分布模型计算概率分布密度公式参数P(f|wk),然后使用所有的正特征向量αi∈FP,i=1...A计算对该普通描述词汇的正可区分值用所有的负特征向量βj∈FN,j=1...B计算对该普通描述词的负可区分值
步骤5:计算该普通描述词汇的可区分值为V(wk)=VP(wk)+VN(wk);Step 5: Calculate the distinguishable value of the general description vocabulary V(w k )=V P (w k )+V N (w k );
步骤6:在所有普通描述词汇wk中选择可区分值最高的M个区分值作为关键描述词T={t1,t2...tM},这M个关键描述词的区分度的总和为该特征描述方法的类属物体探测性能衡量指标,越大说明被衡量的特征描述方法更适合被测试物体的特征描述,其中m=1...M。Step 6: Select M discriminative values with the highest distinguishable values in all common descriptors w k as key descriptors T={t 1 ,t 2 ...t M }, the discriminative degree of these M key descriptors is sum is the generic object detection performance index of this feature description method, A larger value indicates that the measured feature description method is more suitable for the feature description of the tested object, where m=1...M.
其中,对普通描述词汇wk使用多维高斯分布的概率分布密度公式为:Among them, the formula of probability distribution density using multi-dimensional Gaussian distribution for general description vocabulary w k is:
其中分布参数μ为样本均值,Σ为样本协方差矩阵,是通过对该普通描述词中所有特征向量wk={f1,f2...fn}统计计算得到的,D是特征向量的维数,符号’为转置操作;则该普通描述词汇wk的正可区分值为Among them, the distribution parameter μ is the sample mean value, Σ is the sample covariance matrix, which is obtained through statistical calculation of all feature vectors w k ={f 1 ,f 2 ... f n } in the common descriptor, and D is the feature vector The dimension of , the symbol ' is a transposition operation; then the positive distinguishable value of the general description vocabulary w k is
负可区分值为:Negative distinguishable values are:
进一步的,对正样本进行采样,各缩放级别矩形窗口区域的大小依次为11×11像素、23×23像素、47×47像素、95×95像素、191×191像素;对负样本进行采样,各缩放级别矩形窗口区域的大小依次为11×11像素、23×23像素、47×47像素、95×95像素、191×191、383×383像素。其中11×11像素为特征描述方法需要的最小窗口区域,191×191像素能包含图像标识区域的最小窗口区域,383×383像素为不超过图像边界的最大窗口区域,缩放递增比例为2。Further, the positive samples are sampled, and the sizes of the rectangular window areas of each zoom level are 11×11 pixels, 23×23 pixels, 47×47 pixels, 95×95 pixels, and 191×191 pixels; the negative samples are sampled, The size of the rectangular window area at each zoom level is 11×11 pixels, 23×23 pixels, 47×47 pixels, 95×95 pixels, 191×191 pixels, and 383×383 pixels in sequence. Among them, 11 × 11 pixels are the minimum window area required by the feature description method, 191 × 191 pixels are the minimum window area that can contain the image identification area, 383 × 383 pixels are the largest window area that does not exceed the image boundary, and the zoom increment ratio is 2.
本发明并不局限于前述的具体实施方式。本发明扩展到任何在本说明书中披露的新特征或任何新的组合,以及披露的任一新的方法或过程的步骤或任何新的组合。The present invention is not limited to the foregoing specific embodiments. The present invention extends to any new feature or any new combination disclosed in this specification, and any new method or process step or any new combination disclosed.
Claims (5)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510305080.6A CN104951785B (en) | 2015-06-05 | 2015-06-05 | A kind of method weighed to character description method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510305080.6A CN104951785B (en) | 2015-06-05 | 2015-06-05 | A kind of method weighed to character description method |
Publications (2)
Publication Number | Publication Date |
---|---|
CN104951785A true CN104951785A (en) | 2015-09-30 |
CN104951785B CN104951785B (en) | 2017-12-08 |
Family
ID=54166426
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201510305080.6A Active CN104951785B (en) | 2015-06-05 | 2015-06-05 | A kind of method weighed to character description method |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN104951785B (en) |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8010534B2 (en) * | 2006-08-31 | 2011-08-30 | Orcatec Llc | Identifying related objects using quantum clustering |
CN103345747A (en) * | 2013-06-26 | 2013-10-09 | 公安部第三研究所 | Optimized picture shape feature extraction and structuring description device and method based on horizontal coordinate |
-
2015
- 2015-06-05 CN CN201510305080.6A patent/CN104951785B/en active Active
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8010534B2 (en) * | 2006-08-31 | 2011-08-30 | Orcatec Llc | Identifying related objects using quantum clustering |
CN103345747A (en) * | 2013-06-26 | 2013-10-09 | 公安部第三研究所 | Optimized picture shape feature extraction and structuring description device and method based on horizontal coordinate |
Non-Patent Citations (2)
Title |
---|
VIGNESH R. RAMACHANDRAN ET AL.: ""Spectral comparison using k-means clustering"", 《2014 IEEE AEROSPACE CONFERENCE》 * |
蒋盛益 等: ""基于聚类的特征选择"", 《电子学报》 * |
Also Published As
Publication number | Publication date |
---|---|
CN104951785B (en) | 2017-12-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP3478728B1 (en) | Method and system for cell annotation with adaptive incremental learning | |
CN102663391B (en) | Image multifeature extraction and fusion method and system | |
CN107992891B (en) | Multispectral remote sensing image change detection method based on spectral vector analysis | |
US9076197B2 (en) | Probability density function estimation | |
Belsare et al. | Classification of breast cancer histopathology images using texture feature analysis | |
CN106295124B (en) | The method of a variety of image detecting technique comprehensive analysis gene subgraph likelihood probability amounts | |
CN104239902B (en) | Hyperspectral image classification method based on non local similitude and sparse coding | |
CN104680541B (en) | Remote Sensing Image Quality evaluation method based on phase equalization | |
CN107368807A (en) | A kind of monitor video vehicle type classification method of view-based access control model bag of words | |
CN103984966A (en) | SAR image target recognition method based on sparse representation | |
CN104268556A (en) | Hyperspectral image classification method based on nuclear low-rank representing graph and spatial constraint | |
CN106600602A (en) | Clustered adaptive window based hyperspectral image abnormality detection method | |
CN104820841B (en) | Hyperspectral classification method based on low order mutual information and spectrum context waveband selection | |
CN106295709A (en) | Functional magnetic resonance imaging data classification method based on multiple dimensioned brain network characterization | |
CN105718866A (en) | Visual target detection and identification method | |
Li et al. | Human sperm health diagnosis with principal component analysis and K-nearest neighbor algorithm | |
CN104504391B (en) | A kind of hyperspectral image classification method based on sparse features and markov random file | |
CN105678734A (en) | Different-source test image calibration method of image matching system | |
Davis et al. | Automated bone age assessment using feature extraction | |
Gan et al. | Dissimilarity-weighted sparse representation for hyperspectral image classification | |
CN107578063B (en) | Image Spectral Clustering based on fast selecting landmark point | |
CN112733775A (en) | Hyperspectral image classification method based on deep learning | |
CN103903258B (en) | Method for detecting change of remote sensing image based on order statistic spectral clustering | |
CN106951924B (en) | Automatic fault identification method and system of seismic coherent volume image based on AdaBoost algorithm | |
CN106056592B (en) | A kind of vision significance detection method based on rarefaction representation |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |