Skip to content

Error in example_detection #1

Open
@embeh

Description

Running example_detection in Matlab 2015b, I get this error message:

Training the 1-th weak regressor ...
Undefined function or variable 'extractHOGFeatures'.

Error in obtain_features (line 28)
hogf = extractHOGFeatures(tmp);

Error in train_sdm (line 42)
feature_matrix(:,flag) = obtain_features(train_img(i).data, current_shape(:,flag),
cr_model);

Error in example_detection (line 95)
cr_model.model = train_sdm(train_img, train_init_shape, train_gt_shape, cr_model);

Looks like this code requires the Computer Vision System Toolbox?

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions