# random_walker **Repository Path**: wang_yu_wei/random_walker ## Basic Information - **Project Name**: random_walker - **Description**: A collection of image segmentation algorithms based on diffusion methods - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-26 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Random walker algorithm ======================= from *Random walks for image segmentation*, Leo Grady, IEEE Trans Pattern Anal Mach Intell. 2006 Nov;28(11):1768-83. Dependencies ------------ * numpy >= 1.4, scipy * optional: pyamg, numexpr Installing pyamg and using the 'cg_mg' mode of random_walker improves significantly the performance. Installing numexpr makes only a slight improvement. Installing ---------- sudo python setup.py install Testing ------- nosetests test_random_walker.py