Docs.rs
patch-tracker-0.3.1
patch-tracker 0.3.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
powei-lin
Dependencies
image ^0.25
normal
log ^0.4.22
normal
nalgebra ^0.34
normal
optional
nalgebra ^0.33
normal
optional
rayon ^1.10.0
normal
wide ^1.2.0
normal
clap ^4.6
dev
diol ^0.13.1
dev
env_logger ^0.11
dev
fastrand ^2.3.0
dev
glob ^0.3.1
dev
rerun ^0.30.2
dev
Versions
0%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
compute_gradients
patch_
tracker
0.3.1
In patch_
tracker::
image_
utilities
patch_tracker
::
image_utilities
Function
compute_
gradients
Copy item path
Source
pub fn compute_gradients(img: &
GrayImage
) -> (
Vec
<
f32
>,
Vec
<
Vec3f
>)