kNOw SIGN
Classes
RecogModel.h File Reference
#include <opencv2/opencv.hpp>
#include <opencv2/dnn/dnn.hpp>
#include <iostream>
Include dependency graph for RecogModel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LetterRecog
 Class for sign language recognition. An ONNX model is loaded to be used for inference to recognize sign language alphabet and then the incoming frame is normalized. Next, the frame is forwarded to the model to extract features and output the inference result. More...