[][src]Function opencv::core::unregister_page_locked

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

Unmaps the memory of matrix and makes it pageable again.

Parameters

  • m: Input matrix.