edgeBoxes-Cpp-version icon indicating copy to clipboard operation
edgeBoxes-Cpp-version copied to clipboard

A c++ implementation of pdollar's Structured Edge Detection Toolbox. Written by opencv c++.

Results 2 edgeBoxes-Cpp-version issues
Sort by recently updated
recently updated
newest added

For some images, if its height or width less than 32*4 pixels, this line https://github.com/AlexMa011/edgeBoxes-Cpp-version/blob/288c4a6b92d5b104f3202b387029992bcb6c11fd/src/edgesDetect.cpp#L54 will be negative, and [this line](https://github.com/AlexMa011/edgeBoxes-Cpp-version/blob/288c4a6b92d5b104f3202b387029992bcb6c11fd/src/edgesDetect.cpp#L69) will break down. My computer will not respond if...

Hi, Did you compare performance of your implementation vs original Matlab (or any other implementation)? How about accuracy, does it return the same or are there any differences (if so,...