PyWavelets / pywt

PyWavelets - Wavelet Transforms in Python
http://pywavelets.readthedocs.org
MIT License
1.97k stars 460 forks source link

Any C/C++ API/interface? #662

Closed JLiu-1 closed 1 year ago

JLiu-1 commented 1 year ago

Hi, I'm interested in embedding several of your implemented wavelet transforms into a C++ code project, so I'd like to know if there's any C/C++ API/interface available for using the transforms provided in this package? Thanks.

rgommers commented 1 year ago

@Meso272 there isn't a C/C++ API unfortunately. Even if that could be exposed, the implementations are in Cython which means you'd pull in CPython - probably not what you want for a C or C++ project.

JLiu-1 commented 1 year ago

Thanks!

cl886699 commented 1 year ago

Hi, have find any useseful c/c++ api