├── .vs └── Edge_detection │ └── v14 │ └── .suo ├── Edge_detection.VC.db ├── Edge_detection.sln ├── Edge_detection ├── Edge.jpg ├── Edge_detection.py ├── Edge_detection.pyproj ├── Edge_final.jpg ├── I.mat ├── I.txt ├── Input │ └── 6845669-scenery (1).jpg ├── M1.txt ├── S.txt ├── chnsReg.mat ├── chnsSim.mat ├── modelBsds.mat └── test.jpg ├── README.md └── edge-detection-algorithms.pdf /.vs/Edge_detection/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TArong/Fast-edge-detection-using-structured-forests/HEAD/.vs/Edge_detection/v14/.suo -------------------------------------------------------------------------------- /Edge_detection.VC.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TArong/Fast-edge-detection-using-structured-forests/HEAD/Edge_detection.VC.db -------------------------------------------------------------------------------- /Edge_detection.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TArong/Fast-edge-detection-using-structured-forests/HEAD/Edge_detection.sln -------------------------------------------------------------------------------- /Edge_detection/Edge.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TArong/Fast-edge-detection-using-structured-forests/HEAD/Edge_detection/Edge.jpg -------------------------------------------------------------------------------- /Edge_detection/Edge_detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TArong/Fast-edge-detection-using-structured-forests/HEAD/Edge_detection/Edge_detection.py -------------------------------------------------------------------------------- /Edge_detection/Edge_detection.pyproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TArong/Fast-edge-detection-using-structured-forests/HEAD/Edge_detection/Edge_detection.pyproj -------------------------------------------------------------------------------- /Edge_detection/Edge_final.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TArong/Fast-edge-detection-using-structured-forests/HEAD/Edge_detection/Edge_final.jpg -------------------------------------------------------------------------------- /Edge_detection/I.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TArong/Fast-edge-detection-using-structured-forests/HEAD/Edge_detection/I.mat -------------------------------------------------------------------------------- /Edge_detection/I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TArong/Fast-edge-detection-using-structured-forests/HEAD/Edge_detection/I.txt -------------------------------------------------------------------------------- /Edge_detection/Input/6845669-scenery (1).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TArong/Fast-edge-detection-using-structured-forests/HEAD/Edge_detection/Input/6845669-scenery (1).jpg -------------------------------------------------------------------------------- /Edge_detection/M1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TArong/Fast-edge-detection-using-structured-forests/HEAD/Edge_detection/M1.txt -------------------------------------------------------------------------------- /Edge_detection/S.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TArong/Fast-edge-detection-using-structured-forests/HEAD/Edge_detection/S.txt -------------------------------------------------------------------------------- /Edge_detection/chnsReg.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TArong/Fast-edge-detection-using-structured-forests/HEAD/Edge_detection/chnsReg.mat -------------------------------------------------------------------------------- /Edge_detection/chnsSim.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TArong/Fast-edge-detection-using-structured-forests/HEAD/Edge_detection/chnsSim.mat -------------------------------------------------------------------------------- /Edge_detection/modelBsds.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TArong/Fast-edge-detection-using-structured-forests/HEAD/Edge_detection/modelBsds.mat -------------------------------------------------------------------------------- /Edge_detection/test.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TArong/Fast-edge-detection-using-structured-forests/HEAD/Edge_detection/test.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TArong/Fast-edge-detection-using-structured-forests/HEAD/README.md -------------------------------------------------------------------------------- /edge-detection-algorithms.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TArong/Fast-edge-detection-using-structured-forests/HEAD/edge-detection-algorithms.pdf --------------------------------------------------------------------------------