Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 673 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 673 Bytes

Experimenting with image processing

Segmentation

input: k
todo: threshold for small segments

original:
alt text
segmented(k=500, no smoothing):
alt text
segmented(k=500, sigma=0.8):
alt text

algorithm:
Efficient Graph-Based Image Segmentation
P. Felzenszwalb, D. Huttenlocher
International Journal of Computer Vision, Vol. 59, No. 2, September 2004

Selective Search

not done