Commit ffd3401b authored by Davis King's avatar Davis King

setup_hashed_features() wasn't copying the configuration of the

feature extractor into the scanner.  Fixed this problem.
parent f0e099b3
......@@ -60,6 +60,7 @@ namespace dlib
hashed_feature_image<feature_extractor, projection_hash> hfe;
hfe.set_hash(phash);
hfe.copy_configuration(fe);
scanner.copy_configuration(hfe);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment