Rank: 580 based on 142 downloads (last 30 days) and 4 files submitted
photo

Fahd Ahmad Abbasi

E-mail
Company/University
University of Engineering and Technology, Taxila, PAKISTAN.

Personal Profile:

Electrical Engineering Final Year Student, U.E.T, Taxila.

Professional Interests:

 

Watch this Author's files

 

Files Posted by Fahd Ahmad View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
13 Jul 2004 Undersampling Function A very small code for image undersampling. Author: Fahd Ahmad Abbasi geometric transformat..., image registration, image undersampling, function, undersample, image processing 7 0
13 Jul 2004 Centroid Calculation Function Calculates centroid of an object present in an image. Author: Fahd Ahmad Abbasi centroid, center of mass, image p, picture, x, object 77 11
  • 3.61538
3.6 | 13 ratings
13 Jul 2004 Picture Matching Function Matches two pictures given as arguments. Author: Fahd Ahmad Abbasi picture, function, image analysis, matching, image processing, two pictures for imag... 29 16
  • 3.35714
3.4 | 14 ratings
13 Jul 2004 Image Negative Function Generates a negative of the input image. Author: Fahd Ahmad Abbasi image negative, argument, function, original, image processin, utility 29 11
  • 4.18182
4.2 | 11 ratings
Comments and Ratings on Fahd Ahmad's Files View all
Updated File Comment by Comments Rating
23 Nov 2012 Image Negative Function Generates a negative of the input image. Author: Fahd Ahmad Abbasi Jurgen

12 Nov 2012 Picture Matching Function Matches two pictures given as arguments. Author: Fahd Ahmad Abbasi kant, piyush

What so ever about the size.
It gives a brief idea about matching algorithm.
good work.

03 Jun 2012 Centroid Calculation Function Calculates centroid of an object present in an image. Author: Fahd Ahmad Abbasi Bagheri, Mohammad Ali

the following code is easier and faster:
X_hist=sum(image,1);
Y_hist=sum(image,2);
X=1:N; Y=1:M;
centX=sum(X.*X_hist)/sum(X_hist);
centY=sum(Y'.*Y_hist)/sum(Y_hist);

Besides, you may use "meshgrid" command instead of defining x variable in your code (i.e. x=meshgrid(1:columns,1:rows);)

16 Apr 2012 Image Negative Function Generates a negative of the input image. Author: Fahd Ahmad Abbasi israa

excellent code
gazaak allah kol kher

18 Feb 2012 Picture Matching Function Matches two pictures given as arguments. Author: Fahd Ahmad Abbasi Dread, Josué

Sorry, I'm new at matching images and using Matlab, can you helpme telling me how to show the matched image??

Top Tags Applied by Fahd Ahmad
function, image processing, picture, argument, center of mass
Files Tagged by Fahd Ahmad View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
13 Jul 2004 Undersampling Function A very small code for image undersampling. Author: Fahd Ahmad Abbasi geometric transformat..., image registration, image undersampling, function, undersample, image processing 7 0
13 Jul 2004 Centroid Calculation Function Calculates centroid of an object present in an image. Author: Fahd Ahmad Abbasi centroid, center of mass, image p, picture, x, object 77 11
  • 3.61538
3.6 | 13 ratings
13 Jul 2004 Picture Matching Function Matches two pictures given as arguments. Author: Fahd Ahmad Abbasi picture, function, image analysis, matching, image processing, two pictures for imag... 29 16
  • 3.35714
3.4 | 14 ratings
13 Jul 2004 Image Negative Function Generates a negative of the input image. Author: Fahd Ahmad Abbasi image negative, argument, function, original, image processin, utility 29 11
  • 4.18182
4.2 | 11 ratings

Contact us