├── .gitattributes ├── .gitignore ├── README.md ├── bof.cpp ├── bof.h └── main.cpp /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstarLight/Bag-of-Features-Framework/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstarLight/Bag-of-Features-Framework/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstarLight/Bag-of-Features-Framework/HEAD/README.md -------------------------------------------------------------------------------- /bof.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstarLight/Bag-of-Features-Framework/HEAD/bof.cpp -------------------------------------------------------------------------------- /bof.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstarLight/Bag-of-Features-Framework/HEAD/bof.h -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AstarLight/Bag-of-Features-Framework/HEAD/main.cpp --------------------------------------------------------------------------------