image thumbnail

updated 4 years ago

Scalable MPEG compression based on DCT coefficients by Zahid Ali

This application makes 2 layers base Layer and enhancement layer from quantized coefficients (layers, image processin, dct)

BmotionEstARPS(imgP, imgI, mbSize, p)

BmotionEstARPS(imgP, imgI, mbSize, p)

BmotionEstARPS(imgP, imgI, mbSize, p)

image thumbnail

updated 5 years ago

Neural Network for pattern recognition- Tutorial by Alaa Eleyan

simple 3 class recognition using back propagation neural networks (3 class, application, example)

NN_tutorial.m

image thumbnail

updated 7 years ago

bwcontour by Saeed Mozaffari

This function returns the contour of an bw image. (image contour, black and white image, matrix)

Kontur=bwcontour(I)

image thumbnail

updated 8 years ago

Intensity Adjust by Nassim Khaled

Extending the intensity limits of an image. (application, intensity adjust, intensity limits)

Image_out=Intensity_adjust(Image_in);

image thumbnail

updated almost 9 years ago

Image Negative Function by Fahd Ahmad Abbasi

Generates a negative of the input image. (image negative, argument, function)

ait_imgneg(pic)

image thumbnail

updated 9 years ago

Simulating Photoshop's magic wand tool by Son Lam Phung

This function simulates the functionality of Photoshop's magic wand tool. (gui, display, annotation)

magicwand(im, ylist, xlist, tolerance)

Contact us