Rank: 8773 based on 0 downloads (last 30 days) and 0 files submitted
photo

Anon

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Comments and Ratings by Anon View all
Updated File Comments Rating
30 Oct 2011 image effect lets you take a picture or browse for it and put some effects on it Author: 123456

This is quite cumbersome:

r=img(:,:,1);
g=img(:,:,2);
b=img(:,:,3);

invr=255-r;
invg=255-g;
invb=255-b;

img(:,:,1)=invr;
img(:,:,2)=invg;
img(:,:,3)=invb;

You could just write
img = 255-img;

14 Sep 2011 Dent Detection in a vehicle after collision This program will find the dent in a vehicle after collision has occurred. Author: Ashu

So and how do I get my vehicle in exactly the same position and the same lighting after crashing it?

13 Sep 2011 Dent Detection in a vehicle after collision This program will find the dent in a vehicle after collision has occurred. Author: Ashu
18 Apr 2011 Crop Image with Selected Area This code displays a given image and allows user to crop the image using selected area. Author: Chiranjit Bordoloi

Beware, this is a script, that clears your workspace! code it as function, otherwise it is useless.

10 Mar 2011 Montecarlo method of pi calculation Montecarlo method of pi calculation. No loops!!! Author: Konstantin Ninidze

Please provide a proper title for your function. "Dr., professor" is a joke!

Contact us at files@mathworks.com