Algorithm to find peaks in a std::vector<float>
-
Updated
Aug 12, 2021 - C++
Algorithm to find peaks in a std::vector<float>
Edge detection includes a variety of mathematical methods that aim at identifying edges, curves in a digital image at which the image brightness changes sharply or, more formally, has discontinuities. This program explores various methods to approach edge detection
A simple algorithm to detect local maxima of data.
In this repository, there are algorithms to solve the 8-queens problem.
Add a description, image, and links to the local-maxima topic page so that developers can more easily learn about it.
To associate your repository with the local-maxima topic, visit your repo's landing page and select "manage topics."