Monday, May 27, 2013

Change detection using Mean ratio operator

Unknown | 8:45 PM | Be the first to comment!

    change detection is nothing but process of detecting difference between two different images . this can also be performed  by using Mean Ratio operator  give below 
image
µ1, µ2 is local mean values of images A and B.
the underlying idea of the optimal difference image is that unchanged pixels exhibit small values,whereas changed areas exhibit larger values. it show  changed region  but it doesn't enhance it.result is better then that of log ratio operator

procedure is giveb below

STEP1 : clear previous project variable, clear history , and close all the window
STEP2 : Read the two source images as A and B

Change detection using log ratio operator

Unknown | 7:51 PM | Be the first to comment!

    change detection is nothing but process of detecting difference between two different images . this can be performed  by using Log Ratio operator
image

The logarithmic operator is characterized by enhancing the low-intensity pixels while weakening the pixels in the areas of high intensity;therefore,the information of changed regions that is obtained by the log-ratio image may not be able to reflect the real changed trends in the maximum extent because of the weakening in the
areas of high-intensity pixels.

procedure is giveb below

STEP1 : clear previous project variable, clear history , and close all the window
STEP2 : Read the two source images as A and B

Neighbourhood operation in image processing

Unknown | 7:01 PM | Be the first to comment!

        Generally neighborhood operations is performed by the following command

Syntax

B = nlfilter(A, [m n], fun)
B = nlfilter(A, 'indexed',...)


Description

B = nlfilter(A, [m n], fun) applies the function fun to each m-by-n sliding block of the grayscale image A. fun is a function that accepts an m-by-n matrix as input and returns a scalar result.

Wednesday, May 22, 2013

IMAGE REGISTRATION

Unknown | 1:11 PM | Be the first to comment!
 

What is Image Registration ?

           In many situations one has two or more images of the same object where the differences between the images have to do with acquisition times, dissimilar acquisition hardware or changes in the shape of the object between exposures. To facilitate comparison between such images it is necessary to register them, i.e., to adjust them so that they match each other.

Friday, May 17, 2013

ARITHMETIC OPERATIONS ON IMAGE

Unknown | 6:11 PM | 1 Comment so far

 

Arithmetic operations addition,subtraction, division,and multiplication which is performed pixel by pixel between two images or among many images

Addition operation

which is also called pixel addition. addition operator add two images in pixel by pixel fashion .matlab coding is given below
coding :

Twitter Delicious Facebook Digg Stumbleupon Favorites More

Search

Infolinks In Text Ads

Total Pageviews

Subscribe here

Enter your email address:

Delivered by FeedBurner