Skip to content

Releases: vcg-uvic/TILDE

Opencv Mapping Fix

06 Jan 11:54
Compare
Choose a tag to compare

For keypoints using OpenCV, the mapping now uses half of the size in the OpenCV keypoint class. This is due to the fact that OpenCV stores the diameter, not the radius.

Also, the pre-compiled binaries for OpenCV keypoint detectors are removed to ensure that correct version would be used.

Initialization bug fixed

19 Jun 16:54
Compare
Choose a tag to compare

The previous version may have had issues on Linux machines due to initialization issues.
This version fixes the bug and makes sure that the temporary storage is properly initialized.

Faster Version for the C++ implementation of TILDE

16 Jun 15:47
Compare
Choose a tag to compare

Slight improvement in the codes for faster computation of TILDE keypoints.
Does not affect much when running on PC, but makes quite a big difference for mobile devices.

Version 1.0, Hotfix 1

05 Jun 22:21
Compare
Choose a tag to compare

Removed a temporary results which was included to git by mistake

Initial Release of TILDE

05 Jun 22:15
Compare
Choose a tag to compare
Pre-release

Initial Release of TILDE and the Benchmark