Corners Generator
interface CornersGenerator
Eye Gaze Liveness Corners Generator.
To create an instance of this class, use CornersGeneratorFactory.
Example usage:
val cornersGenerator = CornersGeneratorFactory.create()
val corners = cornersGenerator.generate(count = 8)
Content copied to clipboard