# n.cv.h
**Repository Path**: neur1n/n.cv.h
## Basic Information
- **Project Name**: n.cv.h
- **Description**: Some C++ utilities for computer vision.
- **Primary Language**: C++
- **License**: MulanPSL-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-04-24
- **Last Updated**: 2024-05-31
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
▄▀▀▀▀▄▀▀▄ ▄▀▀▀▀▀▀▀▄ █▀▀▀█▀▀▀█ █▀▀▀█▀▀▀█
█ █ █ █ ▄▄ █ █ █ █ █ █ █
█ █ █ █ █ █████ █ █ █ █ █
█ █ █ █ ▀▀ █ ▀▄ ▄▀ █ █ █
▀▄▄▀▄▄▄▄▀ ██ ▀▄▄▄▄▄▄▄▀ ▀▄▀ ██ █▄▄▄█▄▄▄█
Some C++ utilities for computer vision.
Table of Contents
-
Getting Started
- Usage
- Documentation
- License
## Getting Started
### Prerequisites
These are tested prerequisites, they might be not mandatory:
- C++ compiler: >= C++11
- Eigen (optional): >= 3.3.7
### Installation
For end users, it is recommended to grab the file ('n.cv.h' for C++,
'n_cv.py' for Python) and drop it into your project. For contributors,
you may want to clone the entire repository for testing purpose:
```bash
git clone https://github.com/Neur1n/n.cv.h.git
```
## Usage
For CMake users, download and put `n.cv.h` into your project and add a line
to to `INCLUDE_DIRECTORIES()` in your project's main `CMakeLists.txt`:
```cmake
INCLUDE_DIRECTORIES(
path/to/directory/containing/n.cv.h
)
```
Additionally, add some dependency configurations required by `n.cv.h` to
`CMakeLists.txt` (you may refer to the `test/CMakeLists.txt` in this repository).
## Documentation
TODO
## License
Distributed under the MIT license. See [LICENSE](LICENSE) for more information.