dorian3d / DBoW2

Enhanced hierarchical bag-of-word library for C++
Other
851 stars 367 forks source link

Bugfix: Uninitialized entry count #11

Closed felixendres closed 8 years ago

felixendres commented 8 years ago

Stumbled upon this when trying to use database.size() == 0 to prevent querying an empty database.

felixendres commented 8 years ago

You have fixed this in the initializer list, so I'm closing this.