docs.rs failed to build graph-based-image-segmentation-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
graph-based-image-segmentation-0.2.1
Efficient Graph-Based Image Segmentation
This repository contains a Rust implementation of the graph-based image segmentation algorithms described in [1] (available here) focussing on generating oversegmentations, also referred to as superpixels.
[1] P. F. Felzenswalb and D. P. Huttenlocher.
Efficient Graph-Based Image Segmentation.
International Journal of Computer Vision, volume 59, number 2, 2004.
The implementation is based on this work by David Stutz, which in turn was used in [2] for evaluation.
[2] D. Stutz, A. Hermans, B. Leibe.
Superpixels: An Evaluation of the State-of-the-Art.
Computer Vision and Image Understanding, 2018.
Example use