Skip to content

bermanmaxim/Daisy.jl

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Daisy.jl

Julia/C wrapper for Daisy descriptor

Original Daisy author Engin Tola on libdaisy

See libdaisy/licence.txt for info on Daisy license

Only Daisy "MODE 1" operation wrapped. Limited number of wrapped functions but the code is quite easy to extend.

The shared library is using my forked libdaisy. The only difference of that fork is the definition of desc->set_float_image(float* im, int h, int w) that allows to set a floating point image directly without dividing by 255. Modifying the wrapper to wrap around the builtin desc->set_image takes little effort.

Build steps

cd build
cmake ../
make

About

Julia/C wrapper for Daisy descriptor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published