Scale co-occurrence matrix: Difference between revisions

Content deleted Content added
Citation bot (talk | contribs)
Alter: title, template type. Add: s2cid, isbn, pages, year, chapter, author pars. 1-3. Formatted dashes. | You can use this bot yourself. Report bugs here. | Suggested by AManWithNoPlan | All pages linked from cached copy of User:AManWithNoPlan/sandbox3 | via #UCB_webform_linked 1237/2623
Successfully de-orphaned!♦ Wikiproject Orphanage: You can help!♦; add link at Feature engineering article
 
(2 intermediate revisions by 2 users not shown)
Line 1:
{{Orphan|date=December 2014}}
 
'''Scale co-occurrence matrix (SCM)''' is a method for image [[feature extraction]] within [[scale space]] after [[wavelet transform]]ation, proposed by Wu Jun and Zhao Zhongming (Institute of Remote Sensing Application, [[China]]). In practice, we first do discrete wavelet transformation for one gray image and get sub images with different scales. Then we construct a series of scale based concurrent matrices, every matrix describing the gray level variation between two adjacent scales. Last we use selected functions (such as Harris statistical approach) to calculate measurements with SCM and do feature extraction and classification.
One basis of the method is the fact: way texture information changes from one scale to another can represent that texture in some extent thus it can be used as a criterion for feature extraction. The matrix captures the relation of features between different scales rather than the features within a single scale space, which can represent the scale property of texture better. Also, there are several experiments showing that it can get more accurate results for texture classification than the traditional texture classification.<ref>{{cite journal|last1=Wu|first1=Jun|last2=Zhao|first2=Zhongming|title=Scale Co-occurrence Matrix for Texture Analysis using Wavelet Transformation|url=http://caod.oriprobe.com/articles/3275502/Scale_Co_occurrence_Matrix_for_Texture_Analysis_Using_Wavelet_Transfor.htm|journal=Journal of Remote Sensing|date=Mar 2001|volume=5|issue=2|page=100}}</ref>
 
== Background ==
Texture can be regarded as a similarity grouping in an image. Traditional texture analysis can be divided into four major issues: feature extraction, texture discrimination, texture classification and shape from texture(to reconstruct 3D surface geometry from texture information). For tradition feature extraction, approaches are usually categorized into structural, statistical, model based and transform.<ref>{{cite book|last1=Duda|first1=R.O.|title=Pattern Classification and Scene Analysis|isbn=978-0471223610|date=1973-02-09|publisher=Wiley |url-access=registration|url=https://archive.org/details/patternclassific00rich}}</ref>
Wavelet transformation is a popular method in numerical analysis and functional analysis, which captures both frequency and ___location information. Gray level co-occurrence matrix provides an important basis for SCM construction.
SCM based on discrete wavelet frame transformation make use of both correlations and feature information so that it combines structural and statistical benefits.
Line 36 ⟶ 34:
 
== External links ==
*{{cite book|publisher=ieeexplore.ieee.org[[IEEE]]|doi=10.1109/MMSP.1998.738911|chapter=Discrete wavelet frame representations of color texture features for image query|title=1998 IEEE Second Workshop on Multimedia Signal Processing (Cat. No.98EX175)|year=1998|last1=Tao Chen|last2=Kai-Kuang Ma|last3=Li-Hui Chen|pages=45–50|isbn=0-7803-4919-9|s2cid=1833240}}
*[http://www.mathworks.com/matlabcentral/fileexchange/11727-cooccurrence-matrix co-occurrence-matrix MATLAB tutorial]
*[http://www.mathworks.com/matlabcentral/fileexchange/11727-cooccurrence-matrix Co-occurrence Matrix]