ethz-asl / ethzasl_brisk

Brisk. The feature.
20 stars 11 forks source link

compile problem: BruteForceMatcher invalid new-expression of abstract #110

Open AlexWan1027 opened 4 years ago

AlexWan1027 commented 4 years ago

A problems occur in compile the brisk: internal/ethzaslbrisk/brisk/src/brute-force-matcher.cc:51:63: error: invalid new-expression of abstract class type ‘brisk::BruteForceMatcher’ BruteForceMatcher* matcher = new BruteForceMatcher(distance); How to solve it?