Skip to content
/ Hexnet Public
forked from TSchlosser13/Hexnet

Hexnet - The Hexagonal Image Processing Framework

License

Notifications You must be signed in to change notification settings

TzuRen/Hexnet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexnet - The Hexagonal Image Processing Framework

doc/logo/Hexnet_logo_large.png


This is the base system of this project for hexagonal transformation and visualization.

For The Hexagonal Machine Learning Module of this project see _ML/.


Installation

Linux

sudo apt-get install libepoxy-dev libgtk-3-dev libxml2-utils

Install ImageMagick

sudo apt-get install libjpeg-dev libpng-dev libtiff-dev
# https://imagemagick.org/script/install-source.php
wget https://imagemagick.org/download/ImageMagick.tar.gz
mkdir ImageMagick
tar xvzf ImageMagick.tar.gz --directory ImageMagick --strip-components 1
cd ImageMagick
./configure
make
sudo make install
sudo ldconfig /usr/local/lib
cd ..

Windows

Install MSYS2: https://www.msys2.org/

pacman -S base-devel git mingw-w64-x86_64-gtk3 mingw-w64-x86_64-libepoxy mingw-w64-x86_64-toolchain

Install ImageMagick

# https://imagemagick.org/script/install-source.php
wget https://imagemagick.org/download/ImageMagick.tar.gz
mkdir ImageMagick
tar xvzf ImageMagick.tar.gz --directory ImageMagick --strip-components 1
cd ImageMagick
./configure
make
make install
cd ..

Hexnet

Standalone

make Hexnet

Shared object for The Hexagonal Machine Learning Module of this project

make Hexnet.so

Usage

./Hexnet --help

Test

make test

License

MIT License

About

Hexnet - The Hexagonal Image Processing Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.9%
  • C 25.2%
  • TeX 3.8%
  • C++ 3.1%
  • Other 1.0%