Skip to content

Releases: menpo/cyvlfeat

Python 2.7 no longer supported, added Quickshift, Flatmap, Phow and Vlad

10 Jun 09:26
Compare
Choose a tag to compare
  • Python 2.7 no longer supported as it is end of life and already conflicts with upgrades such as changing to miniver over versioneer (used for managing the auto-releases)
  • Thanks to @hubutui, @simmimourya, @AlexisMignon and @YohaiDevir for their contributions - particularly @simmimourya for all the contributions in improving feature parity with the Matlab vlfeat
  • Also note a major bug fix in the HoG code for color images (#31) and a change in behavior for the Fisher model in expectations for the data matrix shape (#20)

Add HOG and Python 3.5 builds

15 Mar 13:48
Compare
Choose a tag to compare

Expose the HOG method and enable Python 3.5 builds.

Add Fisher

15 Mar 11:32
Compare
Choose a tag to compare

Thanks to @williamkreamer, cyvlfeat now supports the vl_fisher_encode method.

Added Dense Sift Code

16 Jul 08:35
Compare
Choose a tag to compare

Also, change the order in which data is processed to try and speed everything up.