Anyone knows where I could get a CascadeClassifier xml file to identify a cow? I have to detect a cattle in a picture taken from the air. [closed]
I'm working with opencv 3.0 in C# .net Thanks
maybe like this
Thank you, but this is not the xml file format I need. I'm looking for a xml file compatible with CascadeClassifier in Opencv for C# .
an arbitrary picture from the air won't be pose/rotation invariant, thus using the CascadeClassifier is a bad idea.
opencv does not support any c# interface, so we can't help you with any specific code.
Yes, is not exactly Opencv, is Emgu.CV...my mistake. Thank you for answering.