Skip to content

AndreiCostinescu/Comm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5a7d862 · Feb 12, 2022
Feb 12, 2022
Jun 28, 2021
Apr 23, 2021
Jan 17, 2022
Jun 17, 2021
Jan 17, 2022
Jan 17, 2022
May 22, 2021
Jan 17, 2022
Jun 12, 2021

Repository files navigation

Comm

Dependencies

  • opencv (optional: enable with -DWITH_OPENCV=On when cmake-ing): not a specific version necessary (tested with >3.2 and >4.3), no opencv_contrib modules needed
  • gcc: toolchain (for Linux and Windows (mingw))
    Note: possibly working with the Visual Studio compiler as is... Build opencv (or use prebuild distributed files) for the OS and compiler you are using.

Building

cd <your_development_directory>
git clone https://github.com/AndreiCostinescu/Comm.git
cd Comm
mkdir build-release
cd build-release
# if on windows and you're using the gcc (mingw) toolchain add `-G "MinGW Makefiles"` to the command below
cmake .. -DCMAKE_BUILD_TYPE=Release -DWITH_OPENCV=On
make

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published