tesseract v5.3.3.20231005
tesseract::ClipFPrime Struct Reference

#include <functions.h>

Public Member Functions

TFloat operator() (TFloat y) const
 

Detailed Description

Definition at line 96 of file functions.h.

Member Function Documentation

◆ operator()()

TFloat tesseract::ClipFPrime::operator() ( TFloat  y) const
inline

Definition at line 97 of file functions.h.

97 {
98 return 0 < y && y < 1 ? 1 : 0;
99 }
const double y

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