Rank: 1525 based on 40 downloads (last 30 days) and 1 file submitted
photo

Arash Jalalian

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Arash
Updated   File Tags Downloads
(last 30 days)
Comments Rating
01 Aug 2007 Fast Motion Detection(bugs fixed) this script used a new fast block matching algorithm with dynamic search patterns to obtain motion v Author: Arash Jalalian block matching, motion detection, mpeg, motion vector, image analysis, bma 40 1
  • 5.0
5.0 | 2 ratings
Comments and Ratings by Arash View all
Updated File Comments Rating
13 May 2010 mmwrite write AVI/ASF/WMV/WMA file from movies read by mmread Author: Micah Richert

Thanks, Monte Owens

13 May 2010 mmwrite write AVI/ASF/WMV/WMA file from movies read by mmread Author: Micah Richert

Does anyone know how I can recreate the mex files for winXP 64bit? Because the provided file doesn't work for me!

Comments and Ratings on Arash's Files View all
Updated File Comment by Comments Rating
08 Sep 2010 Fast Motion Detection(bugs fixed) this script used a new fast block matching algorithm with dynamic search patterns to obtain motion v Author: Arash Jalalian roc, Abel

Analaozing this file, I found that the calculations of the differences between the reference Macro Block and his neihgborhoods, sometimes the difference between pixels are zero but the pixels are not the same. I explain it better in an example.

on line 77

 diff.diam1{1, k} = abs(slice1{i, j}- im2(s_h_r + pat.diam1(1, k):...
                    i *w + pat.diam1(1, k),...
                    s_h_c + pat.diam1(2, k):...
                    j * w + pat.diam1(2, k)));

if for exemple slice{1,j} = [255 128]
and im2 of the seleced pixels is im2(...)=[255 255]
Then the difference in the fastMV.m file is
diff.diam1{1,k} = [0 0]
and if I'm not wrong this would be
diff.diam1{1,k} = [0 127]

I think that this happens because uint8 doesn't admit negative numbers and the difference (before the abs function) is negative and it aproximates it to 0.

I don't know if it is known and is correct for the algoritm or there is a mistake.

Thanks.

17 Jun 2010 Fast Motion Detection(bugs fixed) this script used a new fast block matching algorithm with dynamic search patterns to obtain motion v Author: Arash Jalalian w, w
Top Tags Applied by Arash
block matching, image analysis, bma, motion detection, motion vector
Files Tagged by Arash View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
16 Dec 2011 Block Matching Algorithms for Motion Estimation Review of various block matching algorithms used for motion estimation in MPEG coding. Author: Aroh Barjatya block based motion es..., block matching, motion estimation, example, adaptive rood pattern..., mpeg 217 80
  • 4.25862
4.3 | 61 ratings
01 Aug 2007 Fast Motion Detection(bugs fixed) this script used a new fast block matching algorithm with dynamic search patterns to obtain motion v Author: Arash Jalalian block matching, motion detection, mpeg, motion vector, image analysis, bma 40 1
  • 5.0
5.0 | 2 ratings
24 Jul 2007 Fast Motion Detection calculate motion vector and representative motion vector for two sequence of images Author: Arash Jalalian image analysis, motion detction, motion vector, mpeg, motion verctor tracki... 19 3
  • 2.0
2.0 | 2 ratings

Contact us at files@mathworks.com