Software Listing of Author : "Ibraheem"
- Add Uniform Noise
- License: Shareware
- Price:


addnoise(A,sz) A: image matrix sz: noise ratio (0 to 100) of the image This function take an image and noise ratio then output a grayscaled image with uniform noise. The uniform noise ranged from 0 to 255.
- Platform: Matlab, Scripts
- Conway Game of Life
- License: Shareware
- Price:


You may input an image or use random initialized values and see the results. You can change the rules with new rules. You can control the time. Do you ave any related question, any suggestions to speed up the code, you are more than welcome. ^_^ Best regards, Ibraheem
- Platform: Matlab, Scripts
- Frequency Counter
- License: Shareware
- Price:


A simple function that take an array [1,n] and return another array contains the element and the frequency of element for each element in the array [2,n]. Useful for data mining .
- Platform: Matlab, Scripts
- MRI 3D interactive viwer
- License: Freeware
- Price: 0.00


You can read 3D ANALYZE MRI image and view it interactively in the three planes. It is simple and helpful for students and researchers in medical image processing. It is not perfect code and you can enhance it and add many things, it is just a good thing to start with.
- Platform: Matlab, Scripts
- Neural Network Hebb Learning Rule
- License: Shareware
- Price:


Simple Matlab Code for Neural Network Hebb Learning Rule. It is good for NN beginners students. It can be applied for simple tasks e.g. Logic "and", "or", "not" and simple images classification.
- Platform: Matlab, Scripts
- rectangle drawing
- License: Shareware
- Price:


Simple function for drawing a rectangle in a gray image. Good for beginners.
- Platform: Matlab, Scripts
- Rosenblatt's Perceptron
- License: Freeware
- Price: 0.00


It is a single lyer single neuron for linear sparable data classification.It implement the first neural networks algorithm by Rosenblatt's. It is a single lyer single neuron for linear sparable data classification.It implement the first neural networks algorithm by Rosenblatt's. It contains three files: PerecptronTrn.m : The Perceptron learning algorithm (Training phase) PerecptronTst.m : The Perceptron Classification algorithm (Testing phase) MyPerecptronExample.m : A simple example that generate data and apply the above functions on the data and draw the results Related questions are welcomed.
- Platform: Matlab, Scripts