COMMANDS
- open-pool
- train-detector
- compute-thresholds
- test-detector
- sequence-test-detector
- write-detector
- read-detector
- write-pool-images
+ * open-pool
+
+ Open the pool of scenes.
+
+ * train-detector
+
+ Create a new detector from the training scenes.
+
+ * compute-thresholds
+
+ Compute the thresholds of the detector classifiers to obtain the
+ required wanted-true-positive-rate
+
+ * test-detector
+
+ Run the detector on the test scenes.
+
+ * sequence-test-detector
+
+ Visit nb-wanted-true-positive-rates rates between 0 and
+ wanted-true-positive-rate, for each compute the detector
+ thresholds on the validation set, estimate the error rate on the
+ test set.
+
+ * write-detector
+
+ Write the current detector to the file detector-name
+
+ * read-detector
+
+ Read a detector from the file detector-name
+
+ * write-pool-images
+
+ Write PNG images of the scenes in the pool.
--
Francois Fleuret
- October 200
+ October 2008