Machine Learning for Advanced Computer Vision
The visual elements of oculavis SHARE are just perfect to perform machine learning operations on. We automatically extract knowledge from videos and screenshots and protect workers' data privacy by deploying face anonymization.
Face Detection for Advanced Data Privacy
Coworkers don't always like to be seen in a live video call when a remote support session is taking place. To technically address this challenge oculavis SHARE contains advanced machine learning algorithms
OCR for easy text extraction
Seamlessly capture text elements like type plates or human machine interfaces of machines with our integrated OCR reader. No more manual typing of what is seen in a video call.
Knowledge extraction in data
Re-detecting the context of past machine errors by analyzing data is currently a beta feature with huge potential for machine builders and operators.
Own AI Algorithms
With our own AI stack we don't need to rely on third party SDKs or APIs and thereby provide a powerful way to enable AI features right inside oculavis SHARE.
Mat img = Mat::zeros(w, w, CV_8UC1);
for( int i = 0; i < 6; i++ ) {
int dx = (i%2)*250 - 30;
int dy = (i/2)*150;
const Scalar white = Scalar(255);
const Scalar black = Scalar(0);
if( i == 0 )
{
for( int j = 0; j <= 10; j++ )
{
double angle = (j+5)*CV_PI/21;
line(img, Point(cvRound(dx+100+j*10-80*cos(angle)),
cvRound(dy+100-90*sin(angle))),
Point(cvRound(dx+100+j*10-30*cos(angle)),
cvRound(dy+100-30*sin(angle))), white, 1, 8, 0);
}
}
Unleash the potential of AI in remote support
Let's arrange a live demo and give you in-depth insights of what our algorithms cover.