//! Neural 3D reconstruction and depth estimation
//!
//! This module provides:
//! - **NeRF** (Neural Radiance Fields): volume rendering, positional encoding,
//! hierarchical sampling, and ray generation from camera parameters.
//! - **Depth estimation**: simplified MiDaS-style relative depth, depth completion,
//! depth-from-disparity, depth-to-point-cloud, depth colorization, and depth edge detection.
pub use ;
pub use ;