tesseract 4.1.1
Loading...
Searching...
No Matches
tesseract::ClipGPrime Struct Reference

#include <functions.h>

Public Member Functions

double operator() (double y) const
 

Detailed Description

Definition at line 106 of file functions.h.

Member Function Documentation

◆ operator()()

double tesseract::ClipGPrime::operator() ( double  y) const
inline

Definition at line 107 of file functions.h.

107 {
108 return -1.0 < y && y < 1.0 ? 1.0 : 0.0;
109 }

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