How We Hire Writers

custom writing

All applicants go through a series of tests that check their level of English and knowledge of formatting styles. The applicant is also required to present a sample of writing to the Evaluation Department. If you wish to find out more about the procedure, check out the whole process.

How We Ensure Quality

Our Quality Control Department checks every single order for formatting, style, word usage, and authenticity. This lets us deliver certified assignment assistance that has no Internet rivals.

Digital imge procssing

TASK 1 Write Matlab functions to do the followings:

1. Accept user input image. Allow user to select the image.

2. Perform filtering functions on the input image.
Example:
Select an image: Lena.png
Convert to grayscale
Add noise:
Noise 1: Gaussian noise
Noise 2: Salt & Pepper
Perform filtering on image with each noise:
a) Weighted Average filter
b) Median filter
c) Laplacian filter
d) Ideal lowpass filter
e) Butterworth highpass filter

3. Display: Input image, image with noise, filtered image

TASK 2 Write a Matlab function to perform image segmentation using:
a) Global thresholding
b) Iterative thresholding

Load the image into memory. Convert to grey image. Then perform image segmentation.

Example:
Select an image: Lena.png (use your own image)
Perform segmentation:
Display: Input image, Binary images (output images)
NOTES: Filtering in frequency domain:
i. The command fft2, fftshift, ifft2, ifftshift A = imread(Lenna.tiff);
B = rgb2gray(A); C = fftshift(fft2(B)); figure, imshow(log(abs(C)), colormap(jet(64))),
colorbar

You can leave a response, or trackback from your own site.

Leave a Reply

Powered by WordPress | Designed by: Premium WordPress Themes | Thanks to Themes Gallery, Bromoney and Wordpress Themes