All Projects → claydergc → find-peaks

claydergc / find-peaks

Licence: MIT License
Algorithm to find peaks in a std::vector<float>

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to find-peaks

Blendpeaks
A free and open source addon for Blender. It creates mountain peaks.
Stars: ✭ 78 (+77.27%)
Mutual labels:  peaks
MotionExplorer
Visualizing the structure of planning problems using local-minima trees
Stars: ✭ 18 (-59.09%)
Mutual labels:  local-minima
awesome-nn-optimization
Awesome list for Neural Network Optimization methods.
Stars: ✭ 39 (-11.36%)
Mutual labels:  local-minima

find-peaks

This peak finder is a C++ version of the original code written by Nathanael Yoder shared in Matlab File Exchange.

It finds local maxima in a noisy std:vector.

The original code was written for Matlab and can be found in the following LINK

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].