Pages

Sunday, September 27, 2009

New CCD descriptor

Fuzzy rule based scalable composite descriptor (BTDH) is a new descriptor that can be used for the indexing and retrieval of radiology medical images. This descriptor uses brightness and texture characteristics as well as the spatial distribution of these characteristics in one compact 1D vector. The most important characteristic of the proposed descriptor is that its size adapts according to the storage capabilities of the application that is using it. This characteristic renders the descriptor appropriate for use in large medical (or gray scale) image databases.
To extract the proposed descriptor, a two unit fuzzy system is used. To extract the brightness information, a fuzzy unit classifies the brightness values of the image's pixels into L_{Bright}  clusters. The cluster centers are calculated using the Gustafson Kessel Fuzzy Classifier.
The texture information embodied in the proposed descriptor comes from the Directionality histogram. This feature is part of the well known Tamura texture features. 
Fractal Scanning method through the Hilbert Curve or the Z-Grid method is used to capture the spatial distribution of brightness and texture information.

Seven approaches used in our experiments in order to evaluate the performance of this descriptor:

The approach displaying the best correlation between size and result is approach E5. Download the dll file and use the following source code to get the descriptor.

Bitmap ImageData = new Bitmap("c:/1.jpg");

double[] BTDHTable = new double[2048];

BTDH GetBTDH = new BTDH(16,8,true);

GetBTDH.extract(ImageData);

BTDHTable = GetBTDH.SFBTDD ;

1.S. A. Chatzichristofis and Y. S. Boutalis, “CONTENT BASED RADIOLOGY IMAGE RETRIEVAL USING A FUZZY RULE BASED SCALABLE COMPOSITE DESCRIPTOR”, Multimedia Tools and Applications, Special Issue on Data Semantics for Multimedia Systems, Springer, to Appear, 2009, DOI 10.1007/s11042-009-0349-x. [Download]
2.S. Α. Chatzichristofis and Y. S. Boutalis, “CONTENT BASED MEDICAL IMAGE INDEXING AND RETRIEVAL USING A FUZZY COMPACT COMPOSITE DESCRIPTOR”, «The Sixth IASTED International Conference on Signal Processing, Pattern Recognition and Applications SPPRA 2009» Proceedings: ACTA PRESS pp.1-6, February 17 to February 19, 2009, Innsbruck, Austria.[Download]
MAP results on IRMA 2005 medical image database

Read More

No comments: