Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

edgeboxes algorithm, api advice?

Hi all,

I'd like to implement the edge-boxes algorithm for objectness (http://research.microsoft.com/pubs/220569/ZitnickDollarECCV14edgeBoxes.pdf), and I'm looking for some input on the api. I have a re-written version running on matlab (based on the paper and having looked at the author's matlab code).

1) Is anyone already working on this? 2) Where in OpenCV do you think this should go?

My thoughts are that this should be included into cv::saliency::Objectness. The algorithm first performs edge detection, then performs a search for windows in the image where contours are self-contained. Any input is very much welcomed!