slaypni / fastdtw

A Python implementation of FastDTW
MIT License
774 stars 122 forks source link

Accessing fastdtw from C language #55

Open sriharsha-sammeta opened 2 years ago

sriharsha-sammeta commented 2 years ago

Hi, I see that the main library is implemented in C. Can you please point out steps to load and call the fastdtw function from C language instead of python?