Seminar Topics & Project Ideas On Computer Science Electronics Electrical Mechanical Engineering Civil MBA Medicine Nursing Science Physics Mathematics Chemistry ppt pdf doc presentation downloads and Abstract

Full Version: DIGITAL IMAGE PROCESSING FULL REPORT
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
DIGITAL IMAGE PROCESSING



[attachment=31015]
INTRODUCTION

Digital image processing is the use of computer algorithms to perform image processing on digital images. As a subcategory or field of digital signal processing, digital image processing has many advantages over analog image processing. It allows a much wider range of algorithms to be applied to the input data and can avoid problems such as the build-up of noise and signal distortion during processing. Since images are defined over two dimensions (perhaps more) digital image processing may be modeled in the form of Multidimensional Systems.
Many of the techniques of digital image processing, or digital picture processing as it often was called, were developed in the 1960s at the Jet Propulsion Laboratory, Massachusetts Institute of Technology, Bell Laboratories, University of Maryland, and a few other research facilities, with application to satellite imagery, wire-photo standards conversion, medical imaging, videophone, character recognition, and photograph enhancement. The cost of processing was fairly high, however, with the computing equipment of that era. That changed in the 1970s, when digital image processing proliferated as cheaper computers and dedicated hardware became available. Images then could be processed in real time, for some dedicated problems such as television standards conversion. As general-purpose computers became faster, they started to take over the role of dedicated hardware for all but the most specialized and computer-intensive operations.
With the fast computers and signal processors available in the 2000s, digital image processing has become the most common form of image processing and generally, is used because it is not only the most versatile method, but also the cheapest.
Digital image processing technology for medical applications was inducted into the Space Foundation Space Technology Hall of Fame in 1994.
Digital image processing allows the use of much more complex algorithms for image processing, and hence, can offer both more sophisticated performance at simple tasks, and the implementation of methods which would be impossible by analog means.


Digital image processing focuses on two major tasks
– Improvement of pictorial information for human interpretation
– Processing of image data for storage, transmission and representation for autonomous machine perception


FUNDAMENTAL OF IMAGE
IMAGES


An image is a 2D function f(x, y) where (x, y) are spatial co-ordinates and amplitude of a function at any point (x, y) is called intensity or gray level of the image at that point .A digital image is a representation of a 2D image as a finite set of digit values, called picture elements or pixels.Pixel value typically represents gray level, colors, etc.Digitization implies that a digital image is an approximation of a real scene.

An image processing task
We will look in some detail at a particular real-world task, and see how the above classes may beused to describe the various stages in performing this task. The job is to obtain, by an automaticprocess, the postcodes from envelopes. Here is how this may be accomplished:

Acquiring the image.
First we need to produce a digital image from a paper envelope. This anbe done using either a CCD camera, or a scanner.

Preprocessing.
This is the step taken before the _major_ image processing task. The problem hereis to perform some basic tasks in order to render the resulting image more suitable for the job
to follow. In this case it may involve enhancing the contrast, removing noise, or identifying
regions likely to contain the postcode.

S[b]egmentation.
Here is where we actually _get_ the postcode; in other words we extract from the
image that part of it which contains just the postcode.

Representation and description.
These terms refer to extracting the particular features which allow us to di_erentiate between objects. Here we will be looking for curves, holes and corners which allow us to distinguish the di_erent digits which constitute a postcode.


This means assigning labels to objects based on their descriptors from the previous step), and assigning meanings to those labels. So we identify particular digits,and we interpret a string of four digits at the end of the address as the postcode.

to get information about the topic "digital signal processing or computer network based on c language" full report ppt and related topic refer the link bellow

https://seminarproject.net/Thread-digita...#pid103389

https://seminarproject.net/Thread-scope-...ull-report
IMAGE PROCESSING

[attachment=35112]

IMAGE FILE FORMATS

Image file formats are standardized means of organizing and storing digital images. Image files are composed of either pixels, vector (geometric) data, or a combination of the two. Whatever the format, the files are rasterized to pixels when displayed on most graphic displays. The pixels that constitute an image are ordered as a grid (columns and rows); each pixel consists of numbers representing magnitudes of brightness and color. Image file size--expressed as the number of bytes--increases with the number of pixels composing an image, and the colour depth of the pixels. The greater the number of rows and columns, the greater the image resolution, and the larger the file. Also, each pixel of an image increases in size when its colour depth increases--an 8-bit pixel (1 byte) stores 256 colors, a 24-bit pixel (3 bytes) stores 16 million colours, the latter known as truecolor. Image compression uses algorithms to decrease the size of a file. High resolution cameras produce large image files, ranging from hundreds of kilobytes to megabytes, per the camera's resolution and the image-storage format capacity. High resolution digital cameras record 12 megapixel (1MP = 1,000,000 pixels / 1 million) images, or more, in truecolor. For example, an image recorded by a 12 MP camera; since each pixel uses 3 bytes to record truecolor, the uncompressed image would occupy 36,000,000 bytes of memory--a great amount of digital storage for one image, given that cameras must record and store many images to be practical. Faced with large file sizes, both within the camera and a storage disc, image file formats were developed to store such large images. An overview of the major graphic file formats follows below.

JPEG/JPEG (Joint Photographic Experts Group) File Type

The jpg file type emerged into popular use in the early 90's. and is the most popular among the image formats used on the web. JPEG files are very ‘lossy’, meaning so much information is lost from the original image when you save it in JPEG file. This is because JPEG discards most of the information to keep the image file size small; which means some degree of quality is also lost. Almost every digital camera can shoot and save in the JPEG format. JPEG is very web friendly because the file is smaller, which means it takes

GIF (Graphics Interchange Format) File Type

The GIF file format is the oldest file types, originally introduced by CompuServe in the late '80s, GIF is limited to the 8 bit palette with only 256 colors. GIF is still a popular image format on the internet because image size is relatively small compared to other image compression types. GIF compresses images in two ways: first, by reducing the number of colors in rich color images, thus reducing the number of bits per pixel. Second, GIF replaces multiple occurring patterns (large patterns) into one. So instead of storing five kinds of blue, it stores only one blue. GIF is most suitable for graphics, diagrams, cartoons and logos with relatively few colors. GIF is still the chosen format for animation.
Compared to JPEG, it is lossless and thus more effective with compressing images with a single color, but pales in detailed or dithered pictures. In other words, GIF is lossless for images with 256 colors and below. So for a full color image, it may lose up to 99.998% of its colors. One edge of the GIF image format is the interlacing feature, giving the illusion of fast loading graphics. When it loads in a browser, the GIF first appears to be blurry and fuzzy, but as soon as more data is downloaded, the image becomes more defined until all the date has been downloaded.

BMP ( windows Bitmap) file type

The Windows Bitmap or BMP files are image files within the Microsoft Windows operating system. In fact, it was at one point one of the few image formats. These files are large and uncompressed, but the images are rich in color, high in quality, simple and compatible in all Windows OS and programs. BMP files are also called raster or paint images. BMP files are made of millions and millions of dots called ‘pixels’, with different colors and arrangements to come up with an image or pattern. It might an 8-bit, 16-bit or 24-bit image. Thus when you make a BMP image larger or smaller, you are making the individual pixels larger, and thus making the shapes look fuzzy and jagged.