free_functions
Types
Type | Definition | Notes |
---|---|---|
std::unique_ptr<boost::asio::io_service::work> |
Used by ThreadPool to keep track of jobs. |
Classes
This structure is a generator for use with std::generate(). This is used for intializing lists with indexes. |
|
The base interface API for creating a correspondence Plugin. |
|
Implementation of a ThreadPool using Boost. |
|
Implementation of a ThreadPool in boost without ASIO. |
|
Main structure used to pass around information the user has configured for the project. |
|
This class handles the processing of the images using user defined thresholds and then triangulates and correlates the found points in each image. This class is the main driver of the functionality of the common source library. |