acfTest

PURPOSE ^

Test aggregate channel features object detector given ground truth.

SYNOPSIS ^

function [miss,roc,gt,dt] = acfTest( varargin )

DESCRIPTION ^

 Test aggregate channel features object detector given ground truth.

 USAGE
  [miss,roc,gt,dt] = acfTest( pTest )

 INPUTS
  pTest    - parameters (struct or name/value pairs)
   .name     - ['REQ'] detector name
   .imgDir   - ['REQ'] dir containing test images
   .gtDir    - ['REQ'] dir containing test ground truth
   .pLoad    - [] params for bbGt>bbLoad for test data (see bbGt>bbLoad)
   .pModify  - [] params for acfModify for modifying detector
   .thr      - [.5] threshold on overlap area for comparing two bbs
   .mul      - [0] if true allow multiple matches to each gt
   .reapply  - [0] if true re-apply detector even if bbs already computed
   .ref      - [10.^(-2:.25:0)] reference points (see bbGt>compRoc)
   .lims     - [3.1e-3 1e1 .05 1] plot axis limits
   .show     - [0] optional figure number for display

 OUTPUTS
  miss     - log-average miss rate computed at reference points
  roc      - [nx3] n data points along roc of form [score fp tp]
  gt       - [mx5] ground truth results [x y w h match] (see bbGt>evalRes)
  dt       - [nx6] detect results [x y w h score match] (see bbGt>evalRes)

 EXAMPLE

 See also acfTrain, acfDetect, acfModify, acfDemoInria, bbGt

 Piotr's Computer Vision Matlab Toolbox      Version 3.40
 Copyright 2014 Piotr Dollar.  [pdollar-at-gmail.com]
 Licensed under the Simplified BSD License [see external/bsd.txt]

Generated by m2html © 2003