# matrix-peaks-finder **Repository Path**: mirrors_mljs/matrix-peaks-finder ## Basic Information - **Project Name**: matrix-peaks-finder - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # matrix-peaks-finder [![NPM version][npm-image]][npm-url] [![npm download][download-image]][download-url] [![test coverage][codecov-image]][codecov-url] [![license][license-image]][license-url] The peak picking routines for 2D arrays. This library looks for the local maxima of the given input matrix. The input matrix has to be specified as a single vector. ## Installation ```console npm i ml-matrix-peaks-finder ``` ## License [MIT](./LICENSE) [npm-image]: https://img.shields.io/npm/v/ml-matrix-peaks-finder.svg [npm-url]: https://npmjs.org/package/ml-matrix-peaks-finder [codecov-image]: https://img.shields.io/codecov/c/github/mljs/matrix-peaks-finder.svg [codecov-url]: https://codecov.io/gh/mljs/matrix-peaks-finder [download-image]: https://img.shields.io/npm/dm/ml-matrix-peaks-finder.svg [download-url]: https://npmjs.org/package/ml-matrix-peaks-finder [license-image]: https://img.shields.io/npm/l/ml-matrix-peaks-finder.svg [license-url]: https://github.com/image-js/ml-matrix-peaks-finder/blob/main/LICENSE