mirror of https://github.com/davisking/dlib.git
changed code to avoid a compiler warning
This commit is contained in:
parent
a44ae8747b
commit
f62235db7c
|
@ -88,7 +88,8 @@ namespace dlib
|
|||
<< "\n\t images.size(): " << images.size()
|
||||
);
|
||||
|
||||
setup_hashed_features(scanner, images, feature_extractor(), bits, num_samples);
|
||||
feature_extractor fe;
|
||||
setup_hashed_features(scanner, images, fe, bits, num_samples);
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue