imageproc
0.23.0
In imageproc::
math
imageproc
::
math
Function
cast
Copy item path
Source
pub fn cast<T, U>(x: T) -> U
where T:
ValueInto
<U>,
Expand description
Helper for a conversion that we know can’t fail.