SimpleCV
SimpleCV copied to clipboard
Modify listHaarFeatures()
The listHaarFeatures() in the Image class prints out the available haar features and does not return them.
So, return the list with the function so that it could be more useful rather than just printing out the list.
Is this something that should be done? I'd like to give it a try :)
After printing the list, can you return the list?