tesseract v5.3.3.20231005
tesseract::IdentityFunc Struct Reference

#include <functions.h>

Public Member Functions

TFloat operator() (TFloat x) const
 

Detailed Description

Definition at line 156 of file functions.h.

Member Function Documentation

◆ operator()()

TFloat tesseract::IdentityFunc::operator() ( TFloat  x) const
inline

Definition at line 157 of file functions.h.

157 {
158 return x;
159 }

The documentation for this struct was generated from the following file: