Added "*.mp4" video type to default supported

git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@108 620bd6b2-0a58-f614-fd9a-1bd335dccda9
This commit is contained in:
matlabbe 2012-06-08 15:49:30 +00:00
parent cba90579bd
commit f6eff0e206

View File

@ -128,7 +128,7 @@ class Settings
PARAMETER(General, autoUpdateObjects, bool, true);
PARAMETER(General, nextObjID, uint, 1);
PARAMETER(General, imageFormats, QString, "*.png *.jpg *.bmp *.tiff")
PARAMETER(General, videoFormats, QString, "*.avi *.m4v")
PARAMETER(General, videoFormats, QString, "*.avi *.m4v *.mp4")
PARAMETER(Homography, homographyComputed, bool, true);
PARAMETER(Homography, ransacReprojThr, double, 1.0);