Disclaimer: I am a newbie to openMV, taking baby steps but not afraid to make bigger strides.
My Objective is to detect ObjectX using the openMV Cam.
I am trying to understand the process of detecting random objects that has already been trained/available in OpenCV. I went thorough the docs & other forums but they did not provide much insights, so any help will be greatly appreciated. Imagine, there is a haar cascade written for ObjectX in github.
The docs mentioned : class image.HaarCascade(path[, stages=Auto])
Correct me if I am wrong, the path is the filepath to the SD card containing the ObjectX.xml. So all I need to do is copy and paste the xml file into the SD card and write its filepath into the argument and I am good to go. Is there anything else I need?
Looking forward to your help. Thanks a ton in advance.