libcrn
3.9.5
A document image processing library
|
Functor to select results in a container. More...
#include <CRNClassifResult.h>
Public Member Functions | |
SelectId ()=default | |
SelectId (int id) noexcept | |
Initialization of the functor. More... | |
bool | operator() (const ClassifResult &cr) const noexcept |
Functor operator. More... | |
Functor to select results in a container.
Functor to select results in a container
Definition at line 85 of file CRNClassifResult.h.
|
default |
|
inlinenoexcept |
Initialization of the functor.
Initialization of the functor
[in] | id | the class index to select |
Definition at line 94 of file CRNClassifResult.h.
|
inlinenoexcept |
Functor operator.
Functor operator
[in] | cr | a result |
Definition at line 102 of file CRNClassifResult.h.