/pdollar_edges_octave

Structured Edge Detection Toolbox

Primary LanguageMATLABOtherNOASSERTION

Modified pdollar/edges to run under Octave

This modification is tested under debian 9.0, with Octave 5.1(Lower version of octave might segfault)

This repo will contain .mex files needed for linux distribution so you can skip the .mex generation process and go on install

(Optional) Compile cpp to mex

cd private
for item in edgesDetectMex.cpp edgesNmsMex.cpp spDetectMex.cpp edgeBoxesMex.cpp;
    do mkoctfile --mex -DMATLAB_MEX_FILE $item;
done
cd ..

(Optional) Copy / Create correspondPixels.mex

Then put it under private/ folder

Install (Add path to octave)

Run following commands in octave

addpath(pwd)
addpath(strcat(pwd, "/private"))
savepath