# mne-cpp **Repository Path**: CPLASF000000/mne-cpp ## Basic Information - **Project Name**: mne-cpp - **Description**: fork from https://github.com/mne-tools/mne-cpp.git python mne的cpp版本,不知道好不好用,试试先 - **Primary Language**: C++ - **License**: BSD-3-Clause - **Default Branch**: hibernating - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-27 - **Last Updated**: 2025-05-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: Cpp ## README

MNE-CPP

Github Actions CodeCov Coverity Gitter

----------------- MNE-CPP is an open-source software framework which offers a variety of neuroscientific tools. It provide a cross-platform library which allows the processing of MEG/EEG data. MNE-CPP also includes standalone applications for the acquisition and processing of MEG/EEG data, both in real-time and offline. For more information and documentation please visit https://mne-cpp.github.io/. Build from source ----------------- To get and compile the latest source code please follow the [build guide](https://mne-cpp.github.io/pages/install/buildguide.html). The minimum requirements for building MNE-CPP are: * Compiler * Windows - [MSVC 2015](https://www.visualstudio.com/downloads/) or later * Linux - [GCC 5.3.1](https://gcc.gnu.org/releases.html) or later * MacOS - [Clang 3.5](https://developer.apple.com/xcode/) or later * External dependencies * [Qt 5.10](https://www.qt.io/) or later Releases -------- Release binaries for Windows, Mac and Linux are available [here](https://mne-cpp.github.io/pages/install/binaries.html). Get involved ------------ If you want to contribute to MNE-CPP you can find all necessary information [here](https://mne-cpp.github.io/pages/contribute/contribute.html). Contact ------- A list of contact persons can be found [here](https://mne-cpp.github.io/team.html). License ------- MNE-CPP is **BSD-licenced** (3 clause): Copyright (c) 2011-2020, MNE-CPP All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.