Saturday, August 17, 2013

Image Histogram

 Histogram

Color is one of the features that can be used in image retrieval system. Color can be represented in the form of a histogram. Color histogram represents the distribution of the number of pixels for each intensity colors in the image. To define the histogram, each color quantize into some discrete level. For each level the number of pixels is calculated according to the value  as shown in Figure below

Horizontal axis represent color levels of the pixels in image and vertical axis express pixel numbers in each appropriate color level.   

 Histogram Distance

Color composition similarity of images  can be determined by its color histogram. Level of similarity between two images measured with its histogram distance.  If G =  {g1, g2, . . . , gN } and H =  {h1, h2, . . . , hN } are the color histogram from two images, where gi and hi is the number of pixels at level i  and N is the number of levels for each histogram, then distance (d) between two histogram can be expressed in Manhattan metric as in equation :


Image with smaller distance value is considered has more similar color compared with image that has greater distance value.
                                                                                                                                   

Monday, June 18, 2012

Mobile Communications

At first wireless communication technologies can be developed with the goal of a mobile phone (mobile) Just have a voice-only services.
Mobile devices communicate via Base Transmission Station (BTS) will then be connected to the phone number designated.

a) 1G  (first generation)
    Analog
    AMPS (Advanced Mobile Phone System)
    Voice services
b) 2G (second generation)
    Digital
    GSM (Global Systems for Mobile Communications)
    CDMA (Code Division Multiple Access)
    SMS ,EMS, MMS


 c) 2G+ (2.5 G)
     GPRS(General Packet Radio Service)
     Internet services
 d) 3G (third generation)
      Compatible with 2G,2G+

      Data Transfer rate 2Mbps
Local communication between devices
- Bluetooth
- IrDA (Infra red Data Association)



Mobile Communication System Components

 




Image Histogram

  Histogram Color is one of the features that can be used in image retrieval system. Color can be represented in the form of a histogram....