4,725 research outputs found

    Performance characterization of clustering algorithms for colour image segmentation

    Get PDF
    This paper details the implementation of three traditional clustering techniques (K-Means clustering, Fuzzy C-Means clustering and Adaptive K-Means clustering) that are applied to extract the colour information that is used in the image segmentation process. The aim of this paper is to evaluate the performance of the analysed colour clustering techniques for the extraction of optimal features from colour spaces and investigate which method returns the most consistent results when applied on a large suite of mosaic images

    Lesion boundary segmentation using level set methods

    Get PDF
    This paper addresses the issue of accurate lesion segmentation in retinal imagery, using level set methods and a novel stopping mechanism - an elementary features scheme. Specifically, the curve propagation is guided by a gradient map built using a combination of histogram equalization and robust statistics. The stopping mechanism uses elementary features gathered as the curve deforms over time, and then using a lesionness measure, defined herein, ’looks back in time’ to find the point at which the curve best fits the real object. We implement the level set using a fast upwind scheme and compare the proposed method against five other segmentation algorithms performed on 50 randomly selected images of exudates with a database of clinician marked-up boundaries as ground truth

    Colour map image segmentation based on supervised and unsupervised learning techniques

    Get PDF
    Image segmentation is a very important stage in any image analysis or computer vision system. Map images are considered to be among the most complex of images. The segmentation of colour map images is a difficult problem. In this thesis, four segmentation techniques are presented to extract characters and lines from colour geographic map images. There are: conventional adaptive thresholding, the supervised-learning neural network, the unsupervised fuzzy c—means clustering and nearest-prototype rule, and the combined supervised and unsupervised techniques. In the conventional adaptive thresholding technique, images are divided into subimages. For each bimodal histogram subimage, a threshold is located at the valley of the histogram using an automated histogram analysis technique. A threshold value is obtained for each pixel of the image by interpolation of the thresholds. The image is then segmented by the different thresholds at each pixel. In the supervised-learning neural network based technique, a neural network is first trained with feature values using known character and line pixels and background pixels, and is then used for classification. The image segmentation problem is treated as a pattern classification process and the neural network classifier is used to generate non—linear decision regions to separate the foreground and background of an image that containing a number of nonuniform regions with different colours. In the unsupervised fuzzy clustering and nearest-prototype rule based technique, segmentation is also considered as a process of pixel classification. A set of prototypes is generated using the fuzzy c—means clustering algorithm on the training areas selected from different colour map images, and each pixel of the image is classified into character and line class or background class according to the nearest—prototype rule. In the combined supervised and unsupervised technique, training samples are generated by the unsupervised fuzzy clustering technique applied to subimages and by randomly choosing pixels in the low contrast areas. A supervised learning based multi-layer neural network is trained for classifying character and line pixels and background pixels. These four techniques are applied to many colour geographic map images containing English, Japanese and Chinese characters with different printing styles. The conventional adaptive threshold technique does not work well. The proposed supervised and unsupervised techniques have achieved satisfactory segmentation results although some very low contrast areas require improvement in the unsupervised technique. The combined technique is a way of enchancing the performance of the supervised technique, and it has yielded good segmentation results

    Gray Image extraction using Fuzzy Logic

    Full text link
    Fuzzy systems concern fundamental methodology to represent and process uncertainty and imprecision in the linguistic information. The fuzzy systems that use fuzzy rules to represent the domain knowledge of the problem are known as Fuzzy Rule Base Systems (FRBS). On the other hand image segmentation and subsequent extraction from a noise-affected background, with the help of various soft computing methods, are relatively new and quite popular due to various reasons. These methods include various Artificial Neural Network (ANN) models (primarily supervised in nature), Genetic Algorithm (GA) based techniques, intensity histogram based methods etc. providing an extraction solution working in unsupervised mode happens to be even more interesting problem. Literature suggests that effort in this respect appears to be quite rudimentary. In the present article, we propose a fuzzy rule guided novel technique that is functional devoid of any external intervention during execution. Experimental results suggest that this approach is an efficient one in comparison to different other techniques extensively addressed in literature. In order to justify the supremacy of performance of our proposed technique in respect of its competitors, we take recourse to effective metrics like Mean Squared Error (MSE), Mean Absolute Error (MAE), Peak Signal to Noise Ratio (PSNR).Comment: 8 pages, 5 figures, Fuzzy Rule Base, Image Extraction, Fuzzy Inference System (FIS), Membership Functions, Membership values,Image coding and Processing, Soft Computing, Computer Vision Accepted and published in IEEE. arXiv admin note: text overlap with arXiv:1206.363

    The Optimisation of Elementary and Integrative Content-Based Image Retrieval Techniques

    Get PDF
    Image retrieval plays a major role in many image processing applications. However, a number of factors (e.g. rotation, non-uniform illumination, noise and lack of spatial information) can disrupt the outputs of image retrieval systems such that they cannot produce the desired results. In recent years, many researchers have introduced different approaches to overcome this problem. Colour-based CBIR (content-based image retrieval) and shape-based CBIR were the most commonly used techniques for obtaining image signatures. Although the colour histogram and shape descriptor have produced satisfactory results for certain applications, they still suffer many theoretical and practical problems. A prominent one among them is the well-known “curse of dimensionality “. In this research, a new Fuzzy Fusion-based Colour and Shape Signature (FFCSS) approach for integrating colour-only and shape-only features has been investigated to produce an effective image feature vector for database retrieval. The proposed technique is based on an optimised fuzzy colour scheme and robust shape descriptors. Experimental tests were carried out to check the behaviour of the FFCSS-based system, including sensitivity and robustness of the proposed signature of the sampled images, especially under varied conditions of, rotation, scaling, noise and light intensity. To further improve retrieval efficiency of the devised signature model, the target image repositories were clustered into several groups using the k-means clustering algorithm at system runtime, where the search begins at the centres of each cluster. The FFCSS-based approach has proven superior to other benchmarked classic CBIR methods, hence this research makes a substantial contribution towards corresponding theoretical and practical fronts

    Colour Image Segmentation using Fast Fuzzy C-Means Algorithm

    Get PDF
    This paper proposes modified FCM (Fuzzy C-Means) approach to colour image segmentation using JND (Just Noticeable Difference) histogram. Histogram of the given colour image is computed using JND colour model. This samples the colour space so that just enough number of histogram bins are obtained without compromising the visual image content. The number of histogram bins are further reduced using agglomeration. This agglomerated histogram yields the estimation of number of clusters, cluster seeds and the initial fuzzy partition for FCM algorithm. This is a novell approach to estimate the input parameters for FCM algorithm. The proposed fast FCM(FFCM) algorithm works on histogram bins as data elements instead of individual pixels. This significantly reduces the time complexity of FCM algorithm. To verify the effectiveness of the proposed image segmentation approach, its performance is evaluated on Berkeley Segmentation Database(BSD). Two significant criteria namely PSNR(Peak Signal to Noise Ratio) and PRI (Probabilistic Rand Index) are used to evaluate the performance. Although results show that the proposed algorithm applied to the JND histogram bins converges much faster and also gives better results than conventional FCM algorithm, in terms of PSNR and PR

    Fast Color Quantization Using Weighted Sort-Means Clustering

    Full text link
    Color quantization is an important operation with numerous applications in graphics and image processing. Most quantization methods are essentially based on data clustering algorithms. However, despite its popularity as a general purpose clustering algorithm, k-means has not received much respect in the color quantization literature because of its high computational requirements and sensitivity to initialization. In this paper, a fast color quantization method based on k-means is presented. The method involves several modifications to the conventional (batch) k-means algorithm including data reduction, sample weighting, and the use of triangle inequality to speed up the nearest neighbor search. Experiments on a diverse set of images demonstrate that, with the proposed modifications, k-means becomes very competitive with state-of-the-art color quantization methods in terms of both effectiveness and efficiency.Comment: 30 pages, 2 figures, 4 table
    corecore