Docs.rs
opencv-wasm-4.8.1
opencv-wasm 4.8.1
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
ruvnet
Dependencies
console_error_panic_hook ^0.1
normal
optional
js-sys ^0.3
normal
opencv-core ^4.8.0
normal
wasm-bindgen ^0.2
normal
web-sys ^0.3
normal
wee_alloc ^0.4
normal
wasm-bindgen-test ^0.3
dev
Versions
25.81%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
opencv_
wasm
4.8.1
opencv_wasm
Function
canny
Copy item path
Source
pub fn canny( src: &
WasmMat
, threshold1:
f64
, threshold2:
f64
, ) ->
Result
<
WasmMat
,
JsValue
>