count()

This function returns the total number of objects detected in the camera feed or the stage.

analysestage()

This function is used to analyze the image received as input from the stage, for objects.

analysecamera()

This function is used to analyze the image received as input from the camera, for objects.

setthreshold()

This function is used to set the threshold for the confidence (accuracy) of object detection, 0 being low confidence and 1 being high confidence.

disablebox()

The function disables the automatic display of the box on object detection on the stage.

enablebox()

The function enables the automatic display of the box on object detection on the stage.

video()

The function is used to control the state of the camera.

analyse()

The function analyses the specified test and provides the class name under which it has been classified by the NLP model.

reset()

The function resets and clears the NLP model.

train()

The function trains the NLP model with the data added with pushdata() function.

Get in Touch!