[][src]Function opencv::core::register_page_locked

pub fn register_page_locked(m: &mut Mat) -> Result<()>

Page-locks the memory of matrix and maps it for the device(s).

Parameters

  • m: Input matrix.