Skip to content

C Extension for squared euclidean distance in PostgreSQL

Notifications You must be signed in to change notification settings

ntma/PGSEDistance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Squared Euclidean Distance in PostgreSQL

This a simple C library to compute the squared euclidean distance between SIFT descriptors in a database.

Dependencies

  • PostgreSQL

How to build

make
make install

Make sure you have permissions to install the library in the PostgreSQL library directory. Careful with multiple installations of PostgreSQL since this makefile relies on pg_config.

About

C Extension for squared euclidean distance in PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published