Software Listing of Author : "Sasikanth"
- *MEX* Modified Hausdorff Distance for 2D Point Sets
- License: Freeware
- Price: 0.00


This function computes the Modified Hausdorff Distance (MHD) which is proven to function better than the directed HD as per Dubuisson et al. in the following work: M. P. Dubuisson and A. K. Jain. A Modified Hausdorff distance for object matching. In ICPR94, pages A:566-568, Jerusalem, Israel, 1994. http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=576361 The function computed the forward and reverse distances and outputs the minimum of both. Format for calling function: MHD = ModHausdorffDist(A,B); where MHD = Modified Hausdorff Distance. A -> Point set 1 B -> Point set 2 No. of samples of each point set may be different but the dimension of the points must be the same (2)
- Platform: Matlab, Scripts
- 2D - 2D Projective Homography (3x3) Estimation
- License: Freeware
- Price: 0.00


This function estimates 2D-2D projective homography between two images using DLT, RANSAC and Lev-Mar optimisation. The format for calling upon the function is as follows: [h wim] = homography(im1, im2); where im1 -> 1st Image im2 -> 2nd Image h -> Returned homography matrix wim -> Warped version of im1 w.r.t. im2
- Platform: Matlab, Scripts
- Bi dimensional Emperical Mode Decomposition (BEMD)
- License: Freeware
- Price: 0.00


The function is called upon as follows: a = bemd(im1); im1 -> Image a(:,:,1) => IMF 1 a(:,:,2) => IMF 2 a(:,:,3) => IMF 3 a(:,:,4) => Residu
- Platform: Matlab, Scripts
