Skip to content

Project-10/hCell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexagon Cells C++ library

Version License

hCell is a C++ library, which allows representing raster images via hexagonical picture elements instead of classical quadratic ones. This leads to hexagonical neighbourhood system, where each picture element has 6 equidistant neighbours. Such neighbourhood system finds its application in computer vision and pattern recognition problems. Also, the library is well suited for creating artistic photo manipulation effects.

Check out the project site for all the details like

Please join the nCell-user Q&A forum to ask questions and talk about methods and models. Framework development discussions and thorough bug reports are collected on Issues.

License and Citation

hCell is released under the BSD 3-Clause license. The Project-X reference models are released for unrestricted use.

Please cite hCell in your publications if it helps your research:

@MISC{DGM,
	author = {Kosov, Sergey},
	title = {Hexagon Cells C++ library},
	year = {2016},
	howpublished={http://research.project-10.de/hcell/}
}