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:
parent
cba90579bd
commit
f6eff0e206
@ -128,7 +128,7 @@ class Settings
|
|||||||
PARAMETER(General, autoUpdateObjects, bool, true);
|
PARAMETER(General, autoUpdateObjects, bool, true);
|
||||||
PARAMETER(General, nextObjID, uint, 1);
|
PARAMETER(General, nextObjID, uint, 1);
|
||||||
PARAMETER(General, imageFormats, QString, "*.png *.jpg *.bmp *.tiff")
|
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, homographyComputed, bool, true);
|
||||||
PARAMETER(Homography, ransacReprojThr, double, 1.0);
|
PARAMETER(Homography, ransacReprojThr, double, 1.0);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user