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 ppt
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Digital Image Processing

[attachment=29585]

Thresholding

Thresholding is usually the first step in any segmentation approach
We have talked about simple single value thresholding already
Single value thresholding can be given mathematically as follows.

Basic Global Thresholding

Based on the histogram of an image
Partition the image histogram using a single global threshold
The success of this technique very strongly depends on how well the histogram can be partitioned.

Basic Global Thresholding Algorithm

The basic global threshold, T, is calculated
as follows:
Select an initial estimate for T (typically the average grey level in the image)
Segment the image using T to produce two groups of pixels: G1 consisting of pixels with grey levels >T and G2 consisting pixels with grey levels ≤ T
Compute the average grey levels of pixels in G1 to give μ1 and G2 to give μ2

Basic Adaptive Thresholding

An approach to handling situations in which single value thresholding will not work is to divide an image into sub images and threshold these individually
Since the threshold for each pixel depends on its location within an image this technique is said to adaptive

Summary

In this lecture we have begun looking at segmentation, and in particular thresholding
We saw the basic global thresholding algorithm and its shortcomings
We also saw a simple way to overcome some of these limitations using adaptive thresholding

Digital Image Processing

[attachment=36880]

What actually is the image?

It has different definitions depend upon the field they are used.
Physics: An optically formed duplicate, counterpart, or other representative reproduction of an object, especially an optical reproduction formed by a lens or mirror.
Mathematics: A set of values of a function corresponding to a particular subset of a domain.
An image can be defined as a two-dimensional signal (analog or digital), that contains intensity (grayscale), or color information arranged along an x and y spatial axis.
Computer Science. An exact replica of the contents of a storage device, such as a hard disk, stored on a second storage device, such as a network server
Visual counterpart or likeness of an object, a person, or a scene produced by an optical device such as a mirror or a camera.
Image, in optics, likeness or counterpart of an object produced when rays of light coming from that object are reflected from a mirror or are refracted by a lens

What is mean by Digital Image Processing?...

It is the use of Computer algorithms to perform some process on Digital Images.
Here Computer Algorithm denotes the finite mathematical calculation instructions.
Histogram, Co-Variance, Mean, Standard Deviation these are all the some basic calculation process in Digital Image Processing.
Classification, Resizing, Extraction, Recognition these are all the some basic Process.

Compression

The Process to remove the Redundancy (Duplication) in Image
The Process to remove the Irrelevancy data information from Digital Image.
Irrelevancy – The data which is not able to see by Human Eye

Types of Compression

Lossless Compression
Data can be completely recovered after decompression
Recovered data is identical to original
Exploits redundancy in data
Lossy Compression
Data cannot be completely recovered after decompression
Some information is lost for ever
Gives more compression than lossless
Discards “insignificant” data components

Steganography

Hiding a Secret data in Digital Images without affecting the quality of Medium.
This image is called as StegoImage.
Steganography, Cryptography &Watermarking all are same concept only but some small different should be there.

Steganography Vs Watermarking

We are using Steganography method for Secure Transmission.
In watermarking we embed the 2D text or Image in an Cover image.
Watermarking concept only for Copyright Protection.
In watermarking we give the ownership for particular Image or any Medium.
In Steganography Cover Medium is not important what we embed that data is Important.