SEAANIMALS Dissimilarity datasets based on weighted edit distances
D = SEAANIMALS(NORM,COST) This loads one or more of the seaanimals dissimilarity matrices as made available by Bunke et.al. Every entry is a weighted edit distance between two strings representing the contours of 2D blobs. Contours are approximated by vectors of length NORM. Angles between vectors are used as replacement costs. The costs for insertion and deletion are given by COST. Possible values for NORM: [10 15 20 25 30] Possible values for COST: [50 60 70] Defaults are: load all. D is an unlabeled 1100*1100 dissimilarity dataset. REFERENCEs H. Bunke, H., U. Buhler, Applications of approximate string matching to 2D shape recognition, Pattern recognition 26 (1993) 1797-1812. B. Spillmann, Description of the Distance Matrices, Internal report, Computer Vision and Artificial Intelligence (FKI), Institute of Computer Science and Applied Mathematics, University of Bern, 2004. See alsoprtools, datasets, distools, prdisdata, chickenpieces, toolset,
|