kNOw SIGN
|
#include <opencv2/opencv.hpp>
#include <opencv2/dnn/dnn.hpp>
#include <iostream>
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... | |