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
µ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