Friday 18 December 2015

How to convert original image into complement image using MATLAB?

How to convert original  image into complement image using MATLAB?...

Ans=> To convert original image into complement image we have to use the syntax “imcomplement”...An example is given below for reference...

a=imread('cameraman.tif');         %reading an image
b=imcomplement(a);                  %taking complement
figure,                                         %opening figure window
subplot(1,2,1),subimage(a);title('original image');              %display colour image
subplot(1,2,2),subimage(b);title('complement image');      %display gray image



 FOR MORE DETAILS
                                      click here

1 comment:

  1. Matlab Projects In Chennai provide Digital image processing is the use of computer algorithms to perform image processing on digital images.DLK Career Development Centre is part of DLK Technologies PVT Ltd is one of the leading that 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.

    ReplyDelete