|
kaori
A C++ library for barcode extraction and matching
|
Search for barcode sequences. More...
Go to the source code of this file.
Classes | |
| class | kaori::SimpleBarcodeSearch |
| Search against known barcodes. More... | |
| struct | kaori::SimpleBarcodeSearch::Options |
Optional parameters for SimpleBarcodeSearch. More... | |
| struct | kaori::SimpleBarcodeSearch::State |
| State of the search. More... | |
| class | kaori::SegmentedBarcodeSearch< num_segments_ > |
| Search against known barcode sequences with segmented mismatches. More... | |
| struct | kaori::SegmentedBarcodeSearch< num_segments_ >::Options |
Optional parameters for a SegmentedBarcodeSearch. More... | |
| struct | kaori::SegmentedBarcodeSearch< num_segments_ >::State |
| State of the search. More... | |
Namespaces | |
| namespace | kaori |
| Namespace for the kaori barcode-matching library. | |
Search for barcode sequences.