Porting scipy.ndimage.filters correlate1d from Python to C++ or C# -



Porting scipy.ndimage.filters correlate1d from Python to C++ or C# -

i need port code python (a prototype haven't written), c# , c++. original python code makes utilize of scipy.ndimage.filters correlate1d mode = "wrap". far understood, wrap manner of normalizing output of correlation.

do know of c++ (or c#/.net) available function/library perform such algorithm (it should provides similar output), or know of algorithm in wrap mode corresponds ? code algorithm solution, have no thought formula behind wrap mode.

@joekington had commented question giving link github branch of scipy, the c code function correlate1d..

c# c++ python scipy

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -