Image Retrieval based on Macro Regions

Table of contents

1. I. Introduction

th the development in the computer technologies and the advent of the internet, there has been bang in the amount and the difficulty of digital data being produced, stored, conveyed, analyzed, and accessed. The lots of this information are multimedia in behavior, comprising digital images, audio, video, graphics, and text information. In order to construct use of this enormous amount of data, proficient and valuable techniques to retrieve multimedia information based on its content need to be developed. In all the features of multimedia, image is the prime factor. Image retrieval techniques are splitted into two categories text and content-based categories. The textbased algorithm comprises some special words like keywords. Keywords and annotations should be dispenses to each image, when the images are stored in a database. The annotation operation is time consuming and tedious. Furthermore, the annotations are sometimes incomplete and it is possible that some image features may not be mentioned in annotations [1]. In a CBIR system, images are automatically indexed by their visual contents through extracted low-level features, such as shape, texture, color, size and so on [1,2].

However, extracting all visual features of an image is a difficult task and there is a problem namely semantic gap. In the semantic gap, presenting high-level visual concepts using low-level visual concept is very hard. In order to alleviate these limitations, some researchers use both techniques together using different features. This combination improves the performance compared to each technique separately [3,4]. A typical CBIR system automatically extract visual attributes (color, shape, texture and spatial information) of each image in the database based on its pixel values and stores them in to a different database within the system called feature database [5,6]. The feature data for each of the visual attributes of each image is very much smaller in size compared to the image data. The feature database contains an abstraction of the images in the image database; each image is represented by a compact representation of its contents like color, texture, shape and spatial information in the form of a fixed length realvalued multi-component feature vectors or signature. The users usually prepare query image and present to the system.

2. II. Related Work

There are various method has been proposed to extract the features of images from very large database. Jisha. K. P, Thusnavis Bella Mary. I, Dr. A. Vasuki [7] proposed the semantic based image retrieval system using gray level co-occurrence matrix (GLCM) for texture attribute extraction. On the basis of texture features, semantic explanation is given to the extracted textures. The images are regained according to user contentment and thereby lessen the semantic gap between low level features and high level features. Swati garwal, A. K. Verma, Preetvanti Singh [8] proposed algorithm enlightened for image retrieval based on shape and texture features not only on the basis of color information. This algorithm [8] is skilled and examined for large image database. Xiang-Yang Wang, Hong-Ying Yang, Dong-Ming Li [9] proposed a new content-based image retrieval technique using color and texture information, which achieves higher retrieval effectiveness. The experimental results of this color image retrieval algorithm [9] is more accurate and efficient in retrieving the user-interested images. Heng Chen and Zhicheng Zhao [10] described relevance feedback method for image retrieval. Relevance feedback (RF) is an efficient method for content-based image retrieval (CBIR), and it is also a realistic step to shorten the semantic gap between low-level visual feature and high-level perception. SVM-based RF algorithm is proposed to advances the performance of image retrieval [10]. Monika Daga, Kamlesh Lakhwani [11] proposed a new CBIR classification using the negative selection algorithm (NSA) of ais. Matrix laboratory functionalities are being used to extend a fresh CBIR system which has reduced complexity and an effectiveness of retrieval is increasing in percentage depending upon the image type.S. Nandagopalan, Dr. B. S. Adiga, and N. Deepak [12] they proposed a novel technique for generalized image retrieval based on semantic contents. The algorithm [12] groupthree feature extraction methods specifically color, texture, and edge histogram descriptor. G. Pass [13]proposed a novel method to describe spatial features in a more precise way. Moreover, this model [13] is invariant to scaling, rotation and shifting. In the proposed method segmentations are objects of the images and all images are segmented into several pieces and ROI (Region of Interest) technique is applied to extract the ROI region to enhance the user interaction. Yamamoto [14] proposed a content-based image retrieval system which takes account of the spatial information of colors by using multiple histograms. The proposed system roughly captures spatial information of colors by dividing an image into two rectangular sub-images recursively.

Texture plays an important role in image processing applications. Texture and its features plays a major role in various image and video processing applications [15][16][17][18][19][20][21][22][23][24][25][26][27][28][29]. The local descriptors such as local binary pattern (LBP) have shown very promising discriminative ability in several applications [30]. The LBP is widely adopted in the Computer Vision research community for its simplicity as well as effectively [31]. Various variants of LBP are available through the published literature which is inspired by the great success of LBP. Some typical examples are Local Ternary Pattern (LTP) [32], Local Derivative Pattern (LDP) [33], Interleaved Intensity Order Based Local Descriptor (IOLD) [34], and Local Tetra Pattern (LTrP) [35]. These descriptors are mainly computed over the raw intensity values. In order to utilize the richer local information, many researchers performed some kind of preprocessing before the feature extraction. Some typical examples are Sobel Local Binary Pattern (SOBEL-LBP) [36], Local Edge Binary Pattern (LEBP) [37], Semi Structure Local Binary Pattern (SLBP) [38] and Spherical Symmetric 3D Local Ternary Pattern (SS-3D-LTP) [39]. James has compared the preprocessed images directly which is obtained by multiple filtering [40] for face recognition.

The rest of the paper organized as follows: Section III gives the proposed algorithm, section IV describes about results and discussions and finally section V conclude the paper.

3. III. Methodology

The present paper intends to reduce the dimensionality and complexity issues of LBP coded image while preserving the significant local texture features precisely and accurately. To address these issues, the proposing strategy divide the image into multi regions and on each region of the image, employed LBP quantization for CBIR. This strategy consist of seven steps

Step One: Compute HSV color histograms of the images using HSV quantization.

Step Two: Convert the color image into HSV color space as given below.

In color image processing, there are various color models in use today. In order to extract grey level features from color information, the proposed method utilized the HSV color space. In the RGB model, images are represented by three components, one for each primary color -red, green and blue. Hue is a color attribute and represents a dominant color. Saturation is an expression of the relative purity or the degree to which a pure color is diluted by white light. HSV color space is a non-linear transform from RGB color space that can describe perceptual color relationship more accurately than RGB color space. Based on the above the present paper used HSV color space model conversion.

HSV color space is formed by hue (H), saturation (S) and value (V). Hue denotes the property of color such as blue, green, red. Saturation denotes the perceived intensity of a specific color. Value denotes brightness perception of a specific color. However, HSV color space separates the color into hue, saturation, and value which means observation of color variation can be individually discriminated. In order to transform RGB color space to HSV color space, the transformation is described as follows:

The transformation equations for RGB to HSV color model conversion is given below i.e from equations 1 to 5.

?? = max(??, ??, ??)(1)S = V?min (R,G,B) V(2)H = G?B 6S ???? V = R(3)H = 1 3 + B?R 6S ???? V = G(4)H = 1 3 + R?G 6S ???? V = B (5)

Step Three: convert the grey level image into a multiregion-LBP image [MR-LBP] as given below. The 'Local Binary Pattern' (LBP) operator, first introduced by Ojala et al. [11], is a robust but theoretically and computationally simple approach for texture analysis. It brings together the separate statistical and structural approaches to texture analysis of both stochastic micro textures and deterministic macro textures simultaneously.

LBP is a simple operator. It is calculated by computing the binary differences between the grey value of a given pixel x and the grey values of its p neighboring pixels on a circle or radius R around x. the LBP operator is rotation invariant when the smallest value of p-1 bitwise shift operations on the binary pattern is selected. Local Binary Pattern (LBP) is based on the concept of texture primitives. This approach is a theoretically, computationally simple and efficient methodology for texture analysis. To represent the formations of a textured image, the LBP approach, models 3×3 neighborhood as illustrated in Figure 1. A 3×3 circular neighborhood consists of a set of nine elements, P = {pc, p0, p1, ?, p7}, where pc represents the grey level value of the central pixel and pi (0 ?i?7) represent the grey level values of the peripheral pixels. Each 3×3 circular neighborhood then can be characterized by a set of binary values bi (0?i?7) as given in equation 6.

? ? ? < ? ? ? = 0 0 1 0 i i i p p b (6)

where ?pi= pi-pc.

For each 3×3 neighborhood, a unique LBP code is derived from the equation 7. The LBP P,R operator produces 2 P different output values, corresponding to the 2 P different binary patterns that can be formed by the P pixels in the neighbor set. Achieving rotation invariance, when the image is rotated, the grey values gp will correspondingly move along the perimeter of the circle, so different LBP P,R may be computed. To achieve rotational invariance a unique identifier to each LBP is assigned in the present paper as specified in equation 8.

LBP P,R ri (x, y) = min?ROR?LBP P,R , i?| i = 0,1,2, ? , P ? 1?(8)

where the superscript 'ri' stands for "rotation invariant". The basic LBP operators with any (P, R) (where P corresponds to the number of neighboring pixels on a circle of radius of R) only capable of extracting features on small spatial neighborhood i.e. micro level features and thus they fail in capturing larger scale structures or macro structures which are also dominant and essential features on faces. Further the grey level comparison between center pixel and the neighboring pixel may also prone to noise effect, especially when the neighboring pixels grey level values are equal or less than one to centre pixel value [41]. To overcome this Multi Region Local Binary Pattern (MB-LBP) features are introduced in the literature [42,43]. The Multi Region Local Binary Pattern (MR-LBP) approach maintains the size of the region as V *W where V and W are multiples of three. The region of size V * W is subdivided into nine multi regions LBP's of size N*M where N=V/3 and M=W/3. This gives the uniformity in the formation of MR-LBP. The mechanism of encoding a large neighborhood or square region into LBP is the basis for MR-LBP. The region size VxW denotes the scale of MR-LBP for R=3 and S=3, it particularly derives the basic LBP and in this case N=1 and M=1.

The average value of each of the nine sub regions represents the grey level value of pixels of basic LBP. Based on this LBP code is generated and this represents the MR-LBP code. The scalar values i.e. average pixel grey level values of each sub region of Year 2016 ( ) F

size N*M can be computed very efficiently from integral image. Therefore MR-LBP features extraction process is very fast. However it only incurs a little more cost when compared to basic LBP operator (8,1). Even as 'P' increases the basic LBP feature extraction becomes costlier. The basic parameters V and W of the MR-LBP influence the overall structure of the features. If V and W are small then MR-LBP captures only the local features and when V and W are large (especially V and W>=9) the MR-LBP captures both micro and macro structure features. The average grey level values of sub regions N*M over comes the noise effect, makes MR-LBP as robust, and provides large scale information in addition to micro level information. The MR-LBP mechanism on a region size9*9 is shown in Figure 2, the block sizes are 3*3.

(a) 50 24 20 15

The MR-LBP code is evaluated in the same way as represented in equation 6 and 7. This way the MR-LBP code represents some advantages: Step Four: To overcome the high dimensionality problem the present paper quantized the MR-LBP coded image in to 10 levels ranging from 0 to 9. This reduced the dimension of the GLCM into 10 x 10. The quantization process is done using the following equation 9.

? It is robust ? MR-LBP

4. ??(??, ??)

= ? ? ? ? ? ? ? 0 ?????? (??,?? )?0 ???????? (??,?? )<26

1 ??(??,?? )?26 ???????? (??,?? )<50 2 ??(??,?? )?50 ???????? (??,?? )<75 3 ??(??,?? )?75 ???????? (??,?? )<100 4 ??(??,?? )?100 ???????? (??,?? )<125 5 ??(??,?? )?125 ???????? (??,?? )<150 6 ??(??,?? )?150 ???????? (??,?? )<175 7 ??(??,?? )?175 ???????? (??,?? )<200 8 ??(??,?? )?200 ???????? (??,?? )<225 9 ??(?? , ?? )?225 ???????? (?? , ?? )?255 (9) Step Five: Derive GLCM on quantized MR-LBP coded image. The GLCM is constructed with varying distances d =1, 2, 3 and 4. And on each d four GLCM's are constructed with 0°, 45°, 90° and 135°. Thus the present paper derived sixteen GLCM's and four GLCM's on each di = {1, 2, 3, 4} .

The grey level co-occurrence matrix (GLCM) was introduced by Haralick et al. [44]. It is a second order statistical method which is reported to be able to characterize textures as an overall or average spatial relationship between grey tones in an image [45]. Its development was inspired by the conjectured from Julesz [46] that second order probabilities were sufficient for human discrimination of texture. The GLCM approach has been used in a number of applications, e.g. [47][48][49][50][51]. In general, GLCM could be computed as follows. First, an original texture image D is re-quantized into an image G with reduced number of grey level, Ng. A typical value of Ng is 16 or 32. Then, GLCM is computed from G by scanning the intensity of each pixel and its neighbor, defined by displacement d and angle ø. A displacement, d could take a value of 1,2,3,?n whereas an angle, ø is limited 0°, 45°, 90° and 135°.

Step Six: Derive GLCM features with 0°, 45°, 90° and 135° on each di ={1,2,3,4} . The average values of 0°, 45°, 90° and 135°are considered by the present paper as feature vectors for image retrieval. From the literature survey, the present paper found the 'grey level co-occurrence matrix' (GLCM) is a benchmark method for extracting Haralick features such as [44] (angular second moment, contrast, correlation, variance, inverse difference moment, sum average, sum variance, sum entropy, entropy, difference variance, difference entropy, information measures of correlation and maximal correlation coefficient), or Conners' features [48] (inertia, cluster shade, cluster prominence, local homogeneity, energy and entropy). These features have been widely used in the analysis, classification and interpretation of remotely sensed data. Its aim is to characterize the stochastic properties of the spatial distribution of grey levels in an image. The GLCM features are defined below. 3?,(G-1). µ ?? , µ ?? , ?? ?? and ?? ?? are the means and standard deviations of Px, Py. Px( i ) is ith entry in the marginalprobability matrix obtained by summing the rows of P(i, j).

?? ?? (??) = ? ??(??, ??) ???1 ?? =0 ?? ?? (??) = ? ??(??, ??) ???1 ??=0 µ ?? = ? ?? ? ??(??, ??) ???1 ?? =0 ???1 ??=0 = ? ???? ?? (??) ???1 ??=0 µ ?? = ? ? ????(??, ??) ???1 ?? =0 ???1 ??=0 = ? ???? ?? (??) ???1 ?? =0 ?? 2 ?? = ? ??? ? µ ?? ? 2 ? ??(??, ??) ???1 ?? =0 ???1 ??=0 = ? ??? ?? (??) ? µ ?? (??)? 2 ???1 ??=0 ?? 2 ?? = ? ??? ? µ ?? ? 2 ? ??(??, ??) ???1 ??=0 ???1 ?? =0 = ? ??? ?? (??) ? µ ?? (??)? 2 ???1 ?? =0 and ?? ??+?? (??) = ? ? ??(??, ??) ???1 ?? =0 ???1 ??=0 ?? + ?? = ?? for k=0, 1, 2, 3?,2(G-1). ?? ????? (??) = ? ? ??(??, ??) ???1 ?? =0 ???1 ??=0 |?? ? ??| = ?? for k=0, 1, 2,

? Homogeniety, Angular Second Moment (ASM):

ASM= ? ? {??(??, ??)} 2 ???1 ?? =0 ???1 ??=0(10)

ASM is a measure of homogeneity of an image. A homogeneous scene will contain only a few grey levels, giving a GLCM with only a few but relatively high values of P (i, j ). Thus, the sum of squares will be high.

? Energy Energy :

( ) 2 , , ? j i j i P (11) IDM= ? ? 1 1+(????? ) 2 ???1 ?? =0 ???1 ??=0 P(i,j)(12)

IDM is also influenced by the homogeneity of the image. Because of the weighting factor (1+(i ?j )2)?1 IDM will get small contributions from inhomogeneous areas (i != j ). The result is a low IDM value for inhomogeneous images, and a relatively higher value for homogeneous images.

? Contrast : Contrast = ? ?? 2 ???1 ??=0 ?? ? ??(??, ??) ?? ?? =1 ?? ??=1 ?, |?? ? ??| = ?? (13)

This measure of contrast or local intensity variation will favor contributions from P (i, j ) away from the diagonal, i.e. i ! = j.

? Correlation :

Correlation = ? ? {?????? }????(??,?? )? ?µ ?? ??µ ?? ? ?? ?? ?????? ???1 ?? =0 ???1 ??=0 (14)

Correlation is a measure of grey level linear dependence between the pixels at the specified positions relative to each other.

5. ? Entropy :

Inhomogeneous scenes have low first order entropy, while a homogeneous scene has high entropy.

? Sum of Squares, Variance:

VARIANCE= ? ? (?? ? µ) 2 ??(??, ??) ???1 ?? =0 ???1 ??=0(16)

This feature puts relatively high weights on the elements that differ from the average value of P(i, j).

? Sum of Average : AVERAGE= ? ???? ??+?? 2???1 ??=0 (??)(17)

? Sum Entropy(SENT) :

SENT= ? ? ?? ??+?? 2???2 ??=0 (??)?????? ??? ??+?? (??)?(18)

? Difference Entropy(DENT):

DENT= ? ? ?? ??+?? ???1 ??=0 (??)?????? ??? ??+?? (??)?(19)

? Inertia :

INERTIA=? ? {?? ? ??} 2 ????(??, ??) ???1 ?? =0 ???1 ??=0 (20) ? Cluster Shade : SHADE= ? ? ??? + ?? ? µ ?? ? µ ?? ? 3 ????(??, ??) ???1 ?? =0 ???1 ??=0 (21) ? Cluster Prominence: PROM= ? ? ??? + ?? ? µ ?? ? µ ?? ? 4 ????(??, ??) ???1 ?? =0 ???1 ??=0 (22)

Step Seven:

Use similarity distance measure for comparing the query image feature vector and feature vectors of the database images. where G is the number of grey levels used. µ is the mean value of P.

6. ? Local Homogeneity, Inverse Difference Moment (IDM)

The present model extracts all 16 GLCM features on the MR-LBP and also HSV color space histograms on the database images and query image. The present retrieval model selects 16 top images from the database images that are matching with query image. And also experimented with more number of top images and retrieval performance is measured. The image retrieval is accomplished by measuring the distance between the query image and database images. The present paper used Euclidean distance as the distance measure and as given below

???????? ?? (?? ?? , ?? ?? ) = ?? ??? ?? (?? ?? ) ? ?? ?? (?? ?? )? 2 ??,?? =1 ? 1/2 (23)

Where Tn query image, In image in database;

7. IV. Results and Discussions

The present paper carried out image retrieval on Corel database [52]. This database consists of a large number of images of various contents ranging from animals to outdoor sports to natural images. These images have been pre classified into different categories each of size 100 by domain professionals. Researchers are of the opinion that the Corel database meets all the requirements to evaluate an image retrieval system, due to its large size and heterogeneous content. For our experiment, we have collected 1000 images form database compromising 10 classes. That is each class consists of 100 images. The classes of image are displayed in Figure 3 i.e. African, Sea shore, Tombs, Bus, Dinosaur, Elephants, Fancy Flowers, Horses, Valleys and Evening Skies. Each category has images with resolution of either 256x384 or 384X256. The performance of the present model is evaluated in terms of average precision (APR), average recall rate (ARR) and accuracy. Precision is the ratio of number of retrieved images Vs. the number of relevant images retrieved. The recall is the ratio of number of relevant image retrieval Vs. total number of relevant images in the database.

Where ?????????????????? (?? ??, ) is precision value of image I i , Nc is number of images in each category. The present paper compute GLCM features on MR-QLBP using various distance values: D = 1, 2, 3, 4 and color histograms. The query matching is performed using Euclidean distance. The present retrieval model selects 16 top images from the database images that are matching with query image. And also experimented with more number of top images and retrieval performance is measured. Figure 4 2 and plotted graphs as shown in Figure 8, Figure 9 and Figure 10. From these graphs, it is clearly seen that the proposed MR-QLBP outperforms the HCA, CBIR-C, and FCMC over the considered database using both ARP, ARR and average accuracy evaluation metrics. The present paper has proposed and successfully implemented the quantized approach for image retrieval i.e. MR-QLBP on Corel databases. The proposed MR-QLBP captured image features efficiently. The GLCM features are evaluated and retrieval performance is noted using average precision, average recall and accuracy parameters. The proposed method showing evocative performance compare with other existing methods. The proposed method also compared with the existing methods and the precision and recall graphs indicates the high performance of the proposed method when compared with existing methods HCA, CBIR-C and FCMC.

8. Global Journal of Computer Science and Technology

Volume XVI Issue III Version I

Figure 1. Image
Retrieval based on Macro Regions where the range of color component Hue (H) is [0,255], the component saturation (S) range is [0,1] and the Value (V) range is [0,255]. In this, the color component Hue (H) is considered as color information for the classification of facial images.Global Journal of Computer Science and TechnologyVolume XVI Issue III Version I
Figure 2.
pixel in an image generates an LBP code. A single LBP code represents local micro texture information around a pixel by a single integer code LBP ?? [0, 255].
Figure 3. Figure 1 :
1Figure 1: Representation of LBP
Figure 4. ImageFigure 2 :
2Figure 2: Multi Region-Local Binary Pattern Code generation (a) Division of Region of size 9*9 into '9' sub regions of 3*3 (b) Representation of average values of '9' sub region of 3*3 (c) MR-LBP Representation (d) MR-LBP Code.
Figure 5. Image
Retrieval based on Macro RegionsEntropy= ? ? ? ??(??, ??)?? log (??(??, ??))
Figure 6.
(a)-4(e) shows five examples of retrieval images, i.e. one image from each class, by the proposed method with D=4 for 16 top matched images and top left most image is the query image.
Figure 7. Figure 3 :
3Figure 3: Considered 10 classes of Corel database from top left to bottom right African, Sea shore, Tombs, Bus, Dinosaur, Elephants, Fancy Flowers, Horses, Valleys and Evening Skies.
Figure 8. Figure 4 (Figure 4
44Figure 4(a): Retrieved African images by the proposed method
Figure 9. Figure 5 :
5Figure 5: Average precision graph for proposed method (MR-QLBP) for different d values
Figure 10. Figure 6 :
6Figure 6: Average recall graph for proposed method (MR-QLBP) for different d values
Figure 11. Figure 7 :
7Figure 7: Accuracy graph for proposed method (MR-QLBP) for different d values The average precision rate of proposed method MR-QLBP and existing methods i.e. hierarchical clustering algorithms (HCA), Content Based Image Retrieval Using Clustering (CBIR-C), Fuzzy C-Means clustering scheme (FCMC) is given in Table2and plotted graphs as shown in Figure8, Figure9and Figure10. From these graphs, it is clearly seen that the proposed MR-QLBP outperforms the HCA, CBIR-C, and FCMC over the considered database using both ARP, ARR and average accuracy evaluation metrics.
Figure 12. Figure 8 :
8Figure 8: Average Performance curve (precision) using HCA, CBIR-C, FCMC and proposed MR-QLBP method
Figure 13.
computational complexity and low sensitivity to changes
in illumination LBP has the following advantages.
1. The local texture character can be described
efficiently.
2. It is easy to use.
3. The whole image character description can be
easily extended.
Though LBP is widely used in various image
classification and recognition approaches, but it suffers
with following disadvantages.
1. In the course of analysis, its window size is fixed.
2. It neglects the effect of the central pixel in local
region.
3. It can't avoid the variety of local greyscale caused
by the illumination.
4. Sensitive to image rotation.
5. Loss of global texture information.
6. Sensitive to noise.
Step Three (a): Formation of Multi Region Local Binary
Pattern (MR-LBP)
Figure 14. Table 1 :
1
Proposed method
Note: ( )
Figure 15. Table 2 :
2
Year 2016
32
Methods Africans monuments Sand Buses Dinosaurs Average
HCA [53] 0.39 0.42 0.44 0.48 0.5 0.45
CBIR_C[54] 0.4 0.43 0.46 0.49 0.52 0.46
FCMC[55] 0.61 0.6 0.66 0.67 0.7 0.64
MR-QLBP 0.69 0.71 0.73 0.74 0.72 0.72
1

Appendix A

Appendix A.1

17. V Vijaya Kumar, U S N Raju, K Chandra Sekaran, V V Krishna, Employing long linear patterns for texture classification relying on wavelets, ICGST-Graphics, vision and image processing (ICGST-GVIP), Vol.8, No.5, pp. 13

Appendix B

  1. An Image Retrieve Al Technique Based On Texture Features Using Semantic Properties. . K P Jisha , Bella Mary I Thusnavis , . A Dr , Vasuki . International Conference on Signal Processing, Image Processing and Pattern Recognition, 2013.
  2. Content Based Image Retrieval using Discrete Wavelet Transform and Edge Histogram Descriptor. A K Swati Agarwal , Preetvanti Verma , Singh . International Conference on Information Systems and Computer Networks, (proceeding of IEEE xplore-2013)
  3. Facial image retrieval based on local and regional features. A Obulesu , Jskiran , Kumar . IEEE-2015 International Conference on Applied and Theoretical Computing and Communication Technology (iCATccT), Oct. 2015. p. .
  4. One-sample face recognition with local similarity decisions. A P James . International Journal of Applied Pattern Recognition 2013. 1 (1) p. .
  5. Local derivative pattern versus local binary pattern: face recognition with high-order local pattern descriptor. B Zhang , Y Gao , S Zhao , J Liu . IEEE Transactions on Image Processing 2010. 19 (2) p. .
  6. Content Based Image Retrieval Using Clustering. International Journal of Application or Innovation in Engineering & Management (IJAIEM) Ms. Urvashi Chavan1, Prof. N. M. Shahane2 (ed.) October 2014. 3 (10) .
  7. Computer vision using local binary patterns, G Hadid , Zhao . 2011. Springer. 40.
  8. an effective relevance feedback algorithm for image retrieval, Heng Chen , Zhao . 978-1-4244- 6853-9/10/ 2010 IEEE.
  9. Image retrieval using the combination of text-based and content-based algorithms. H Mohamadi , A Shahbahrami , J Akbari . Journal of AI and Data Mining February-2013. (Published online: 20)
  10. Content-Based Similarity Retrieval of Images Based on Spatial Color Distributions. H Yamamoto , H Iwasa , N Yokoya , H Takemura . ICIAP '99 Proceedings of the 10th International Conference on Image Analysis and Processing,
  11. New local edge binary patterns for image retrieval. J Sun , G Fan , X Wu . Proceedings of the 20th IEEE International Conference on Image Processing, (the 20th IEEE International Conference on Image Processing) 2013. p. .
  12. Relevance feedback based on parameter estimation of target distribution. K C Sia , Irwin King . IEEE International Joint Conference on Neural Networks, 2002. p. .
  13. Automatic contentbased image retrieval using hierarchical clustering algorithms. K Jarrah , S Krishnan , L Guan . Proc. International Joint Conference on Neural Networks (IJCNN '06), (International Joint Conference on Neural Networks (IJCNN '06)Vancouver, BC
    ) Oct. 2006. p. .
  14. Semi-Local Structure Patterns for Robust Face Detection. K Jeong , J Choi , G Jang . IEEE Signal Processing Letters 2015. 22 (9) p. .
  15. Dual Transition Uniform LBP Matrix for Efficient Image Retrieval. Krishna . I.J. Image, Graphics and Signal Processing 2015. 8 p. .
  16. Texture Measures for Carpet Wear Asessment. L H Siew , R H Hodgson , E J Wood . IEEE Trans. on Pattern Analysis and Machine Intell 1988. (10) p. .
  17. An effective method of image retrieval based on modified Fuzzy C-Means clustering scheme. L Pengyu , J Kebin , Z Peizhen . Proceeding ICSP2006, (eeding ICSP2006)
  18. Quantitative evaluation of similar images with quasi-gray levels. M Iizulca . Computer Vision, Graphics, and Image Processing, 1987. 38 p. .
  19. Object Detection based on Gray Level Coocurrence. M M Trivedi , R M Haralick , R W Conners , S Goh . Computer Vision, Graphics, and Image Processing, 1984. 28 p. .
  20. A Novel Content Based Image Retrieval Implemented By NSA Of AIS. Monika Daga , Kamlesh Lakhwani . International Journal Of Scientific & Technology Research 2277- 8616. July 2013. 2 (7) .
  21. IHBM: Integrated histogram bin matching for similarity measures of color image retrieval, International journal of signal processing, image processing and pattern recog nition, N Vijaya Kumar , A L Rao , And V Rao , Venkata Krishna4 . Sep-2009. 2 p. .
  22. CLaC at Image CLEFphoto, O Demerdash , L Kosseim , S Bergler . 2008. 2008. ImageCLEF Working Notes.
  23. Adaptive Multi-scale Texture Analysis with Application to Automated Cytology. R F Walker . IRE Transactions on Information Theory IT 1997. 1962. 8 (2) p. . The University of Queensland (Ph.D. Thesis) (Visual Pattern Discrimination)
  24. ROI Image Retrieval Based on the Spatial Structure of Objects, Weiwen ZOU1 , Guocan FENG2, 12 Mathematics and Computational School, (Guangzhou, China
    ) p. 5170290. Sun Yatsen University
  25. A theoretical comparison of texture algorithms. R W Conners , C A Harlow . IEEE Trans. on Pattern Analysis and Machine Intell 1980. 2 p. .
  26. Segmentation of a High Resolution Urban Scene using Texture Operators. R W Conners , M Trivedi , C A Harlow . Computer Vision, Graphics, and Image Processing, 1984. 25 p. .
  27. Support vector machine active learning for image retrieval. Simon Tong , Edward Chang . MULTIMEDIA "in Proceedings of the ninth ACM international conference on Multimedia, 2001. p. .
  28. Learning multi scale block local binary patterns for face recognition. S Liao , X Zhu , Z Lei , L Zhang . Advances in Biometrics 2007. Springer. p. .
  29. Local tetra patterns: a new feature descriptor for content-based image retrieval. S Murala , R P Maheshwari , R Bala Subramanian . IEEE Transactions on Image Processing, 2012. 21 p. .
  30. Spherical symmetric 3D local ternary patterns for natural, texture and biomedical image indexing and retrieval. S Murala , Qm J Wu . Neurocomputing 2015. 149 p. .
  31. A Universal Model for Content-Based Image Retrieval. S Nandagopalan , Dr B S Adiga , N Deepak . World Academy of Science, Engineering and Technology 2 p. .
  32. A Novel Approach For Content-Based Image Global and Region Indexing and Retrieval System Using Features. S Pabboju , R . International Journal of Computer Science and Network Security 2009. 9 (2) p. .
  33. Rotation and Illumination Invariant Interleaved Intensity Order Based Local Descriptor. S R Dubey , S K Singh , R K Singh . IEEE Transactions on Image Processing 2014. 23 (12) p. .
  34. SOBEL-LBP. S Zhao , Y Gao , B Zhang . Proceedings of the 15th IEEE International Conference on Image Processing, (the 15th IEEE International Conference on Image Processing) 2008. p. .
  35. Multiresolution gray-scale and rotation invariant texture classification with local binary patterns. T Ojala , M Pietikainen , T Maenpaa . IEEE Transactions on Pattern Analysis and Machine Intelligence 2002. 24 (7) p. .
  36. , V Kumar , A Srinivasa Rao , Y K Sundara .
  37. An innovative technique of texture classification and comparison based on long linear patterns. V Kumar , B Eswar Reddy , U S N Raju , K Chandra Sekharan . Journal of computer science 1552-6607. Aug-2007. 3 (8) p. . (Science publications)
  38. Face Recognition Using Multi Region Prominent Lbp Representation. V Vijaya Kumar , K Srinivasa Reddy ; Haralick , R M Shanmugan , K Dinstein , I . International Journal of Electrical And Computer Engineering (IJECE) 2016. 1973. 3 (6) p. . (IEEE Trans. Sysr., Man., Cybern.)
  39. A new content-based image retrieval technique using color and texture information. Xiang-Yang Wang , Hong-Ying Yang , Dong-Ming Li . Computers & Electrical Engineering April 2013. 39 (3) p. .
  40. Modelling Image Data for Effective Indexing and Retrieval In Large General Image Database. X Li , L Shou , G Chen , T Hu , J Dong . IEEE Transaction on Knowledge and Data Engineering 2008. 20 (11) p. .
  41. Enhanced local texture feature sets for face recognition under difficult lighting conditions. X Tan , B Triggs . IEEE Transactions on Image Processing 2010. 19 (6) p. .
  42. Enhanced local texture feature set for face recognition under difficult lightening conditions, Image Processing. X Tan , B Trigs . IEEE Transaction 2010. 19 (6) p. .
  43. Image classification based on center symmetric fuzzy texture unit matrix. Y Venkateswarlu , Vijaya Sujatha , Kumar . International journal of scientific & engineering research 2229-5518. Oct-2012. 13 (11) p. .
Notes
1
© 2016 Global Journals Inc. (US)
Date: 2016-01-15