box counting to boundary
    3 views (last 30 days)
  
       Show older comments
    
hi, i have a problem. i wanted to use box counting method to boundary. Boundary is done from bwboundaries function . how can i get or use box counting to boundary ..? plz help me in this regard
waiting for ur reply..!
0 Comments
Answers (3)
  Brett Shoelson
    
 on 10 Feb 2011
        Damodara,
There are no MathWorks-supported functions (Toolbox or otherwise) that I'm aware of for box counting. There are, however, several on the MATLAB Central File Exchange (including one called "BoxCount") that might be useful to you.
Cheers,
Brett
  CHE
 on 8 Mar 2011
        can i used this method on video?because i want to create the boundingbox on the people that i want to track.can i?
3 Comments
  CHE
 on 8 Mar 2011
				the function really working on image but not on the video.should i must consider the frames of the video sir?
  Brett Shoelson
    
 on 8 Mar 2011
				This is really a different question, CHE, than the one asked by the OP--better posed on a distinct page. What tools are you using? The Video and Image Processing Blockset has a BoundingBox port on the Blob Analysis block. There's an in-product demo (VIPTRACKPEOPLE) that shows how to use Simulink to track people using bounding boxes. With MATLAB, you'd do that using REGIONPROPS. In both cases, you'd calculate bounding boxes frame-by-frame (though the approaches differ in each case).
See Also
Categories
				Find more on Convert Image Type in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

