A research project, Asynchwave library is C++ code provided in a set of source C++ files.
Its purpose is to provide a comprehensive set of classes and functions
for
1.1. General purpose extendable image analysis on image segments of arbitrary shape.
The organization is similar to STL: there are algorithms, collections, functional objects, iterators and adaptors.
This architecture allows productive and flexible programming while keeping the code as fast as possible.
1.2. Gray wavefront functions to extract convex hulls, concavities, dales, ridges, rays, angles, waterfalls, and multitude of their relations.
Comprehencive test and document functions are provided.
This is a research project, attention has been made to produce clear code and investigate new functions. It is fast, but can be improved for the production.
Article: https://arxiv.org/abs/1608.08251
Downloads:
0 This Week