scirs2-ndimage 0.4.2

N-dimensional image processing module for SciRS2 (scirs2-ndimage)
Documentation
1
2
3
4
5
6
7
8
//! Conditional Random Field (CRF) post-processing module
//!
//! Provides a fully-connected dense CRF for label refinement after semantic
//! segmentation, following Krähenbühl & Koltun (2011).

pub mod dense_crf;

pub use dense_crf::{apply_to_segmentation_2d, CrfConfig, DenseCrf};