How to find direction (directional vectors) of a moving object in a video?
    6 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Harsha Vardhan Rao  Avunoori
      
 am 14 Feb. 2011
  
    
    
    
    
    Beantwortet: parvathy H
 am 14 Jul. 2017
            Will the motion estimation algorithm work? Is there any other way to determine the directional vectors?
0 Kommentare
Akzeptierte Antwort
  Sean de Wolski
      
      
 am 14 Feb. 2011
        What motion estimation algorithm are you referring to? There are many.
Personally I would recommend block by block phase correlation.
5 Kommentare
  Sean de Wolski
      
      
 am 29 Mär. 2011
				Yes! Break your reference and target images into blocks. Perform the phase correlation on each block (probably padded with zeros to a bigger block in the target image), recover the u,v, components of motion, store them in their own matrices.
Weitere Antworten (2)
  Brett Shoelson
    
 am 14 Feb. 2011
        The Video and Image Processing Blockset provides optical flow functionality...written just for this purpose!
Cheers,
Brett
2 Kommentare
  Brett Shoelson
    
 am 5 Mär. 2011
				Our student versions are fully functional. You can take full advantage of whichever of our products to which you have access.
  parvathy H
 am 14 Jul. 2017
        to find the direction of my moving object,I have divided the video frame into blocks. how do i know in which block is my object present now.
0 Kommentare
Siehe auch
Kategorien
				Mehr zu Computer Vision with Simulink finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



