Partition() function underlying algorithm.
Hello.
I was wondering is somebody can tell me what algorithm does the OpenCV use in the partition()
function.
http://docs.opencv.org/modules/core/d...
Any help will be appreciated.
there's a paper + a wikipedia link on that page.
Can anyone give an example of how to use this partition api. I have read the documentation, still couldn't able to find any useful link with this api.
see e.g. here
@berak : Thanks. I want to partition the image without any supervised input. I have seen the link, but when I try to give the vector of points, its showing an error "no instance of overloaded function matches the argument list". Am I doing anything wrong??