Skip to content

neur1n/n.cv.h

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  ▄▀▀▀▀▄▀▀▄    ▄▀▀▀▀▀▀▀▄ █▀▀▀█▀▀▀█    █▀▀▀█▀▀▀█
  █    █  █    █   ▄▄  █ █   █   █    █   █   █
  █  █ █  █    █   █████ █   █   █    █       █
  █  █    █    █   ▀▀  █  ▀▄   ▄▀     █   █   █
  ▀▄▄▀▄▄▄▄▀ ██ ▀▄▄▄▄▄▄▄▀    ▀▄▀    ██ █▄▄▄█▄▄▄█

C++11 license-mit

Some C++ utilities for computer vision.

Table of Contents
  1. Getting Started
  2. Usage
  3. Documentation
  4. 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:

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:

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 for more information.

About

Some C++ utilities for computer vision.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors