opencv 0.82.0

Rust bindings for OpenCV
Documentation
[[example]]
name = "discrete_fourier_transform"

[[example]]
name = "hough_lines"

[[example]]
name = "opencl"

[[example]]
name = "video_capture"

[[example]]
name = "video_facedetect"

[[example]]
name = "video_features"

[[example]]
name = "video_to_gray"

[[example]]
name = "warp_perspective_demo"

[[example]]
name = "window"
[badges.maintenance]
status = "actively-developed"
[build-dependencies.cc]
features = ["parallel"]
version = "1"

[build-dependencies.dunce]
version = "1"

[build-dependencies.jobserver]
version = "0.1.25"

[build-dependencies.once_cell]
version = "1"

[build-dependencies.opencv-binding-generator]
version = "0.65.0"

[build-dependencies.pkg-config]
version = "0.3"

[build-dependencies.semver]
version = "1"

[build-dependencies.shlex]
version = "1"

[build-dependencies.vcpkg]
version = "0.2.9"
[dependencies.libc]
version = "0.2"

[dependencies.num-traits]
version = "0.2"

[dependencies.once_cell]
version = "1"

[dependencies.rgb]
features = ["argb"]
optional = true
version = "0.8.20"
[dev-dependencies.matches]
version = "0.1"

[features]
alphamat = []
aruco = []
aruco_detector = ["aruco"]
barcode = []
bgsegm = ["video"]
bioinspired = []
calib3d = ["features2d"]
ccalib = ["features2d"]
clang-runtime = ["opencv-binding-generator/clang-runtime"]
cudaarithm = []
cudabgsegm = ["video"]
cudacodec = []
cudafeatures2d = ["features2d"]
cudafilters = []
cudaimgproc = ["imgproc"]
cudaobjdetect = ["objdetect"]
cudaoptflow = []
cudastereo = ["calib3d"]
cudawarping = []
cvv = []
default = ["alphamat", "aruco", "aruco_detector", "barcode", "bgsegm", "bioinspired", "calib3d", "ccalib", "cudaarithm", "cudabgsegm", "cudacodec", "cudafeatures2d", "cudafilters", "cudaimgproc", "cudaobjdetect", "cudaoptflow", "cudastereo", "cudawarping", "cvv", "dnn", "dnn_superres", "dpm", "face", "features2d", "flann", "freetype", "fuzzy", "gapi", "hdf", "hfs", "highgui", "img_hash", "imgcodecs", "imgproc", "intensity_transform", "line_descriptor", "mcc", "ml", "objdetect", "optflow", "ovis", "phase_unwrapping", "photo", "plot", "quality", "rapid", "rgbd", "saliency", "sfm", "shape", "stereo", "stitching", "structured_light", "superres", "surface_matching", "text", "tracking", "video", "videoio", "videostab", "viz", "wechat_qrcode", "xfeatures2d", "ximgproc", "xobjdetect", "xphoto"]
dnn = []
dnn_superres = []
dpm = []
face = ["objdetect"]
features2d = ["flann"]
flann = []
freetype = []
fuzzy = []
gapi = []
hdf = []
hfs = []
highgui = []
img_hash = []
imgcodecs = []
imgproc = []
intensity_transform = []
line_descriptor = []
mcc = ["dnn"]
ml = []
objdetect = []
optflow = ["video"]
ovis = []
phase_unwrapping = []
photo = []
plot = []
quality = ["ml"]
rapid = []
rgbd = []
saliency = []
sfm = []
shape = []
stereo = []
stitching = ["features2d", "imgproc"]
structured_light = []
superres = []
surface_matching = []
text = []
tracking = ["video"]
video = []
videoio = []
videostab = ["features2d"]
viz = []
wechat_qrcode = []
xfeatures2d = ["features2d"]
ximgproc = ["calib3d"]
xobjdetect = []
xphoto = ["photo"]

[lib]
doctest = false

[package]
authors = ["Pro <twisted.fall@gmail.com>", "Mathieu Poumeyrol <kali@zoy.org>"]
autoexamples = false
description = "Rust bindings for OpenCV"
documentation = "https://docs.rs/opencv"
edition = "2021"
exclude = ["/.github", "/ci", "/tools", "release.toml", "rustfmt.toml"]
keywords = ["opencv", "vision"]
license = "MIT"
name = "opencv"
readme = "README.md"
repository = "https://github.com/twistedfall/opencv-rust"
rust-version = "1.59"
version = "0.82.0"
[package.metadata.docs.rs]
no-default-features = true