Partition() function underlying algorithm.

asked 2015-07-08 05:15:48 -0600

warmspringwinds gravatar image

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.

edit retag flag offensive close merge delete

Comments

there's a paper + a wikipedia link on that page.

berak gravatar imageberak ( 2015-07-08 09:33:04 -0600 )edit

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.

Karthikeyan gravatar imageKarthikeyan ( 2015-08-17 08:02:26 -0600 )edit

see e.g. here

berak gravatar imageberak ( 2015-08-17 08:06:14 -0600 )edit

@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??

Karthikeyan gravatar imageKarthikeyan ( 2015-08-17 08:16:32 -0600 )edit