Mseddikoo / video-tracker

Automatically exported from code.google.com/p/video-tracker
0 stars 0 forks source link

segmentation fault #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi all,

I checkout the read-only code and successfully compiles it on linux (ubuntu
8.10). However, when I try to run ./video-tracker xx.avi,
it returns segmentation fault.

Any suggestions?
Thanks in advance.

Best Regards,
Min Sun

Original issue reported on code.google.com by aliensun...@gmail.com on 17 Dec 2008 at 6:38

GoogleCodeExporter commented 9 years ago
mhh strange.
Do you have the data.txt file in the path where you launch it?

Original comment by iacopo.m...@gmail.com on 18 Dec 2008 at 11:08

GoogleCodeExporter commented 9 years ago
Hi

I have the same problem. Segmentation fault

Original comment by denis.re...@gmail.com on 19 Feb 2009 at 9:28

GoogleCodeExporter commented 9 years ago
Where did you find the video-tracker? I am desperately trying to find sample 
code and
its not included in cvblobslib folder.

Original comment by refik....@gmail.com on 20 Jan 2010 at 2:03

GoogleCodeExporter commented 9 years ago
in file extractBlob.cpp, change in drawInitialBlobs function...

blobs.GetBlob(i).maxX(0 to blobs.GetBlob(i)->maxX()  
it should works fine

Original comment by yahoofou...@gmail.com on 30 Aug 2010 at 10:55