diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2012-03-05 12:48:37 -0800 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2012-03-05 12:48:37 -0800 |
| commit | 898bd8d0cc84064c9e56c48bd73941d965c6480a (patch) | |
| tree | d39fe0e3adfa0f31c5fe8848e912187802401d12 /data/combined/scriptSkeletonFixedSplit.m | |
| parent | 27b82b9eaf26474a346638a03f7edfd2f79740b4 (diff) | |
| download | kinect-898bd8d0cc84064c9e56c48bd73941d965c6480a.tar.gz | |
Some changes in face vs skeleton recognition plots
Diffstat (limited to 'data/combined/scriptSkeletonFixedSplit.m')
| -rw-r--r-- | data/combined/scriptSkeletonFixedSplit.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/combined/scriptSkeletonFixedSplit.m b/data/combined/scriptSkeletonFixedSplit.m index 9430dc8..7b7d530 100644 --- a/data/combined/scriptSkeletonFixedSplit.m +++ b/data/combined/scriptSkeletonFixedSplit.m @@ -1,5 +1,5 @@ -mostFreqClasses = 100;
+mostFreqClasses = str2double(argv(){4});
numEx = 1;
scenario = 'off';
solver = argv(){3};
|
