kaori
A C++ library for barcode extraction and matching
Loading...
Searching...
No Matches
Classes | Namespaces
BarcodeSearch.hpp File Reference

Search for barcode sequences. More...

Go to the source code of this file.

Classes

class  kaori::SimpleBarcodeSearch
 Search for known barcode sequences. 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 for 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.
 

Detailed Description

Search for barcode sequences.