opencv 0.53.2

Rust bindings for OpenCV
Documentation
Build #427288 2021-08-25T07:03:03.403956+00:00
# rustc version
rustc 1.56.0-nightly (b03ccace5 2021-08-24)
# docs.rs version
docsrs 0.6.0 (3dfea93 2021-08-21)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/opencv-0.53.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/opencv-0.53.2/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "2" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "docs-only" "--no-default-features" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j2" "--" "-Z" "unstable-options" "--emit=invocation-specific" "--resource-suffix" "-20210824-1.56.0-nightly-b03ccace5" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stdout] 58e8f050363c19b1e10ef3575b18c364b1c3e360ca614537a26dbae82dc906ee
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "58e8f050363c19b1e10ef3575b18c364b1c3e360ca614537a26dbae82dc906ee", kill_on_drop: false }`
[INFO] [stderr]  Documenting opencv v0.53.2 (/opt/rustwide/workdir)
[INFO] [stderr] warning: lint `broken_intra_doc_links` has been renamed to `rustdoc::broken_intra_doc_links`
[INFO] [stderr]  --> src/lib.rs:1:10
[INFO] [stderr]   |
[INFO] [stderr] 1 | #![allow(broken_intra_doc_links)]
[INFO] [stderr]   |          ^^^^^^^^^^^^^^^^^^^^^^ help: use the new name: `rustdoc::broken_intra_doc_links`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: could not parse code block as Rust code
[INFO] [stderr]     --> src/opencv/hub/core.rs:6671:5
[INFO] [stderr]      |
[INFO] [stderr] 6671 |   /// ```ignore
[INFO] [stderr]      |  _____^
[INFO] [stderr] 6672 | | ///    const String keys =
[INFO] [stderr] 6673 | | ///        "{help h usage ? |      | print this message   }"
[INFO] [stderr] 6674 | | ///        "{@image1        |      | image1 for compare   }"
[INFO] [stderr] ...    |
[INFO] [stderr] 6682 | | /// }
[INFO] [stderr] 6683 | | /// ```
[INFO] [stderr]      | |_______^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default
[INFO] [stderr] help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
[INFO] [stderr]     --> src/opencv/hub/core.rs:6671:5
[INFO] [stderr]      |
[INFO] [stderr] 6671 | /// ```ignore
[INFO] [stderr]      |     ^^^
[INFO] [stderr]      = note: error from rustc: unexpected closing delimiter: `}`
[INFO] [stderr] 
[INFO] [stderr] warning: could not parse code block as Rust code
[INFO] [stderr]     --> src/opencv/hub/core.rs:6923:5
[INFO] [stderr]      |
[INFO] [stderr] 6923 |   /// ```ignore
[INFO] [stderr]      |  _____^
[INFO] [stderr] 6924 | | ///    termcrit.type == (TermCriteria::MAX_ITER + TermCriteria::EPS) && termcrit.epsilon > 0 && termcrit.maxCount > 0
[INFO] [stderr] 6925 | | ///    // or
[INFO] [stderr] 6926 | | ///    termcrit.type == TermCriteria::MAX_ITER) && termcrit.maxCount > 0
[INFO] [stderr] 6927 | | /// ```
[INFO] [stderr]      | |_______^
[INFO] [stderr]      |
[INFO] [stderr] help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
[INFO] [stderr]     --> src/opencv/hub/core.rs:6923:5
[INFO] [stderr]      |
[INFO] [stderr] 6923 | /// ```ignore
[INFO] [stderr]      |     ^^^
[INFO] [stderr]      = note: error from rustc: unexpected closing delimiter: `)`
[INFO] [stderr] 
[INFO] [stderr] warning: could not parse code block as Rust code
[INFO] [stderr]     --> src/opencv/hub/core.rs:6671:5
[INFO] [stderr]      |
[INFO] [stderr] 6671 |   /// ```ignore
[INFO] [stderr]      |  _____^
[INFO] [stderr] 6672 | | ///    const String keys =
[INFO] [stderr] 6673 | | ///        "{help h usage ? |      | print this message   }"
[INFO] [stderr] 6674 | | ///        "{@image1        |      | image1 for compare   }"
[INFO] [stderr] ...    |
[INFO] [stderr] 6682 | | /// }
[INFO] [stderr] 6683 | | /// ```
[INFO] [stderr]      | |_______^
[INFO] [stderr]      |
[INFO] [stderr] help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
[INFO] [stderr]     --> src/opencv/hub/core.rs:6671:5
[INFO] [stderr]      |
[INFO] [stderr] 6671 | /// ```ignore
[INFO] [stderr]      |     ^^^
[INFO] [stderr]      = note: error from rustc: unexpected closing delimiter: `}`
[INFO] [stderr] 
[INFO] [stderr] warning: could not parse code block as Rust code
[INFO] [stderr]     --> src/opencv/hub/core.rs:6811:5
[INFO] [stderr]      |
[INFO] [stderr] 6811 |   /// ```ignore
[INFO] [stderr]      |  _____^
[INFO] [stderr] 6812 | | ///    const String keys =
[INFO] [stderr] 6813 | | ///        "{help h usage ? |      | print this message   }"
[INFO] [stderr] 6814 | | ///        "{@image1        |      | image1 for compare   }"
[INFO] [stderr] ...    |
[INFO] [stderr] 6822 | | /// }
[INFO] [stderr] 6823 | | /// ```
[INFO] [stderr]      | |_______^
[INFO] [stderr]      |
[INFO] [stderr] help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text
[INFO] [stderr]     --> src/opencv/hub/core.rs:6811:5
[INFO] [stderr]      |
[INFO] [stderr] 6811 | /// ```ignore
[INFO] [stderr]      |     ^^^
[INFO] [stderr]      = note: error from rustc: unexpected closing delimiter: `}`
[INFO] [stderr] 
[INFO] [stderr] warning: could not parse code block as Rust code
[INFO] [stderr]     --> src/opencv/hub/ximgproc.rs:2388:10
[INFO] [stderr]      |
[INFO] [stderr] 2388 |       ///       ![image](https://docs.opencv.org/4.5.3/corridor_fld.jpg)
[INFO] [stderr]      |  _____________^
[INFO] [stderr] 2389 | |     /// 
[INFO] [stderr]      | |_______^
[INFO] [stderr]      |
[INFO] [stderr]      = note: error from rustc: this file contains an unclosed delimiter
[INFO] [stderr] 
[INFO] [stderr] warning: could not parse code block as Rust code
[INFO] [stderr]     --> src/opencv/hub/videoio.rs:1614:10
[INFO] [stderr]      |
[INFO] [stderr] 1614 |       ///      * The `params` parameter allows to specify extra encoder parameters encoded as pairs (paramId_1, paramValue_1, paramId_2, pa...
[INFO] [stderr]      |  _____________^
[INFO] [stderr] 1615 | |     ///      * see cv::VideoWriterProperties
[INFO] [stderr]      | |____________________________________________^
[INFO] [stderr]      |
[INFO] [stderr]      = note: error from rustc: unknown start of token: `
[INFO] [stderr]      = note: error from rustc: unknown start of token: `
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/opencv/hub/aruco.rs:30:5
[INFO] [stderr]    |
[INFO] [stderr] 30 | //! http://www.uco.es/investiga/grupos/ava/node/26
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://www.uco.es/investiga/grupos/ava/node/26>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/bgsegm.rs:171:32
[INFO] [stderr]     |
[INFO] [stderr] 171 | /// %Algorithm by Sagi Zeevi ( https://github.com/sagi-z/BackgroundSubtractorCNT )
[INFO] [stderr]     |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/sagi-z/BackgroundSubtractorCNT>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/opencv/hub/bioinspired.rs:41:215
[INFO] [stderr]    |
[INFO] [stderr] 41 | ...ding 114 (2010), pp. 758-773, DOI: http://dx.doi.org/10.1016/j.cviu.2010.01.011
[INFO] [stderr]    |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://dx.doi.org/10.1016/j.cviu.2010.01.011>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/bioinspired.rs:166:271
[INFO] [stderr]     |
[INFO] [stderr] 166 | ...ding 114 (2010), pp. 758-773, DOI: http://dx.doi.org/10.1016/j.cviu.2010.01.011
[INFO] [stderr]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://dx.doi.org/10.1016/j.cviu.2010.01.011>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/bioinspired.rs:453:436
[INFO] [stderr]     |
[INFO] [stderr] 453 | ...ding 114 (2010), pp. 758-773, DOI: http://dx.doi.org/10.1016/j.cviu.2010.01.011
[INFO] [stderr]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://dx.doi.org/10.1016/j.cviu.2010.01.011>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]      --> src/opencv/hub/core.rs:11899:9
[INFO] [stderr]       |
[INFO] [stderr] 11899 | /// See http://en.wikipedia.org/wiki/Principal_component_analysis
[INFO] [stderr]       |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://en.wikipedia.org/wiki/Principal_component_analysis>`
[INFO] [stderr]       |
[INFO] [stderr]       = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]      --> src/opencv/hub/core.rs:12569:17
[INFO] [stderr]       |
[INFO] [stderr] 12569 | /// Inspired by http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/CODES/mt19937ar.c
[INFO] [stderr]       |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/CODES/mt19937ar.c>`
[INFO] [stderr]       |
[INFO] [stderr]       = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/opencv/hub/core.rs:1566:15
[INFO] [stderr]      |
[INFO] [stderr] 1566 |     /// removed: https://github.com/opencv/opencv/pull/17046
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/opencv/opencv/pull/17046>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/opencv/hub/core.rs:1575:15
[INFO] [stderr]      |
[INFO] [stderr] 1575 |     /// removed: https://github.com/opencv/opencv/issues/18897
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/opencv/opencv/issues/18897>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/opencv/hub/core.rs:2047:9
[INFO] [stderr]      |
[INFO] [stderr] 2047 | /// see http://en.wikipedia.org/wiki/Nearest_neighbor_search
[INFO] [stderr]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://en.wikipedia.org/wiki/Nearest_neighbor_search>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]      --> src/opencv/hub/core.rs:12111:9
[INFO] [stderr]       |
[INFO] [stderr] 12111 | /// See http://en.wikipedia.org/wiki/Principal_component_analysis
[INFO] [stderr]       |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://en.wikipedia.org/wiki/Principal_component_analysis>`
[INFO] [stderr]       |
[INFO] [stderr]       = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]      --> src/opencv/hub/core.rs:12618:17
[INFO] [stderr]       |
[INFO] [stderr] 12618 | /// Inspired by http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/CODES/mt19937ar.c
[INFO] [stderr]       |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/CODES/mt19937ar.c>`
[INFO] [stderr]       |
[INFO] [stderr]       = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/opencv/hub/dnn.rs:5811:12
[INFO] [stderr]      |
[INFO] [stderr] 5811 | /// Paper: https://arxiv.org/abs/1911.08947
[INFO] [stderr]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://arxiv.org/abs/1911.08947>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/opencv/hub/dnn.rs:5812:78
[INFO] [stderr]      |
[INFO] [stderr] 5812 | /// For more information about the hyper-parameters setting, please refer to https://github.com/MhLiao/DB
[INFO] [stderr]      |                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/MhLiao/DB>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/opencv/hub/dnn.rs:1300:15
[INFO] [stderr]      |
[INFO] [stderr] 1300 |     /// Details: https://github.com/torch/nn/blob/master/doc/containers.md#depthconcat
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/torch/nn/blob/master/doc/containers.md#depthconcat>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/opencv/hub/dnn.rs:1308:15
[INFO] [stderr]      |
[INFO] [stderr] 1308 |     /// Details: https://github.com/torch/nn/blob/master/doc/containers.md#depthconcat
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/torch/nn/blob/master/doc/containers.md#depthconcat>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/opencv/hub/dnn.rs:5343:18
[INFO] [stderr]      |
[INFO] [stderr] 5343 | /// Read more at https://arxiv.org/pdf/1707.01083.pdf
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://arxiv.org/pdf/1707.01083.pdf>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/opencv/hub/dnn.rs:2411:32
[INFO] [stderr]      |
[INFO] [stderr] 2411 | /// Bilinear resize layer from https://github.com/cdmh/deeplab-public-ver2
[INFO] [stderr]      |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/cdmh/deeplab-public-ver2>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/dnn.rs:561:47
[INFO] [stderr]     |
[INFO] [stderr] 561 | ///                  * `*.caffemodel` (Caffe, http://caffe.berkeleyvision.org/)
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://caffe.berkeleyvision.org/>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/dnn.rs:562:44
[INFO] [stderr]     |
[INFO] [stderr] 562 | ///                  * `*.pb` (TensorFlow, https://www.tensorflow.org/)
[INFO] [stderr]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.tensorflow.org/>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/dnn.rs:563:49
[INFO] [stderr]     |
[INFO] [stderr] 563 | ///                  * `*.t7` | `*.net` (Torch, http://torch.ch/)
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://torch.ch/>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/dnn.rs:564:46
[INFO] [stderr]     |
[INFO] [stderr] 564 | ///                  * `*.weights` (Darknet, https://pjreddie.com/darknet/)
[INFO] [stderr]     |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://pjreddie.com/darknet/>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/dnn.rs:565:39
[INFO] [stderr]     |
[INFO] [stderr] 565 | ///                  * `*.bin` (DLDT, https://software.intel.com/openvino-toolkit)
[INFO] [stderr]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://software.intel.com/openvino-toolkit>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/dnn.rs:566:40
[INFO] [stderr]     |
[INFO] [stderr] 566 | ///                  * `*.onnx` (ONNX, https://onnx.ai/)
[INFO] [stderr]     |                                        ^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://onnx.ai/>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/dnn.rs:569:45
[INFO] [stderr]     |
[INFO] [stderr] 569 | ///                  * `*.prototxt` (Caffe, http://caffe.berkeleyvision.org/)
[INFO] [stderr]     |                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://caffe.berkeleyvision.org/>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/dnn.rs:570:47
[INFO] [stderr]     |
[INFO] [stderr] 570 | ///                  * `*.pbtxt` (TensorFlow, https://www.tensorflow.org/)
[INFO] [stderr]     |                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.tensorflow.org/>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/dnn.rs:571:42
[INFO] [stderr]     |
[INFO] [stderr] 571 | ///                  * `*.cfg` (Darknet, https://pjreddie.com/darknet/)
[INFO] [stderr]     |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://pjreddie.com/darknet/>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/dnn.rs:572:39
[INFO] [stderr]     |
[INFO] [stderr] 572 | ///                  * `*.xml` (DLDT, https://software.intel.com/openvino-toolkit)
[INFO] [stderr]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://software.intel.com/openvino-toolkit>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/dnn.rs:689:46
[INFO] [stderr]     |
[INFO] [stderr] 689 | ///       is taken from NVidia's Caffe fork: https://github.com/NVIDIA/caffe.
[INFO] [stderr]     |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/NVIDIA/caffe.>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/opencv/hub/dnn.rs:2420:32
[INFO] [stderr]      |
[INFO] [stderr] 2420 | /// Bilinear resize layer from https://github.com/cdmh/deeplab-public-ver2
[INFO] [stderr]      |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/cdmh/deeplab-public-ver2>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/opencv/hub/dnn.rs:5365:18
[INFO] [stderr]      |
[INFO] [stderr] 5365 | /// Read more at https://arxiv.org/pdf/1707.01083.pdf
[INFO] [stderr]      |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://arxiv.org/pdf/1707.01083.pdf>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/opencv/hub/dnn.rs:5860:12
[INFO] [stderr]      |
[INFO] [stderr] 5860 | /// Paper: https://arxiv.org/abs/1911.08947
[INFO] [stderr]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://arxiv.org/abs/1911.08947>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/opencv/hub/dnn.rs:5861:78
[INFO] [stderr]      |
[INFO] [stderr] 5861 | /// For more information about the hyper-parameters setting, please refer to https://github.com/MhLiao/DB
[INFO] [stderr]      |                                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/MhLiao/DB>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/opencv/hub/face.rs:2161:49
[INFO] [stderr]      |
[INFO] [stderr] 2161 | ///    this implementation is largely based on: https://code.google.com/archive/p/pam-face-authentication (GSOC 2009)
[INFO] [stderr]      |                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://code.google.com/archive/p/pam-face-authentication>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/opencv/hub/hfs.rs:15:13
[INFO] [stderr]    |
[INFO] [stderr] 15 | //! Yun Liu(https://github.com/yun-liu/hfs).
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/yun-liu/hfs>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/opencv/hub/imgproc.rs:2525:5
[INFO] [stderr]      |
[INFO] [stderr] 2525 | /// http://www.dai.ed.ac.uk/CVonline/LOCAL_COPIES/MANDUCHI1/Bilateral_Filtering.html
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://www.dai.ed.ac.uk/CVonline/LOCAL_COPIES/MANDUCHI1/Bilateral_Filtering.html>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/opencv/hub/imgproc.rs:3136:5
[INFO] [stderr]      |
[INFO] [stderr] 3136 | /// https://www.learnopencv.com/convex-hull-using-opencv-in-python-and-c/
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.learnopencv.com/convex-hull-using-opencv-in-python-and-c/>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/opencv/hub/imgproc.rs:3329:10
[INFO] [stderr]      |
[INFO] [stderr] 3329 | /// See (http://en.wikipedia.org/wiki/Hann_function) and (http://en.wikipedia.org/wiki/Window_function)
[INFO] [stderr]      |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://en.wikipedia.org/wiki/Hann_function>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/opencv/hub/imgproc.rs:3329:59
[INFO] [stderr]      |
[INFO] [stderr] 3329 | /// See (http://en.wikipedia.org/wiki/Hann_function) and (http://en.wikipedia.org/wiki/Window_function)
[INFO] [stderr]      |                                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://en.wikipedia.org/wiki/Window_function>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/opencv/hub/intensity_transform.rs:23:7
[INFO] [stderr]    |
[INFO] [stderr] 23 | //! - http://www.cs.uregina.ca/Links/class-info/425/Lab3/ [lcs435lab](https://docs.opencv.org/4.5.3/d0/de3/citelist.html#CITEREF_lcs435lab)
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://www.cs.uregina.ca/Links/class-info/425/Lab3/>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/opencv/hub/intensity_transform.rs:24:7
[INFO] [stderr]    |
[INFO] [stderr] 24 | //! - https://theailearner.com/2019/01/30/contrast-stretching/ [theailearner](https://docs.opencv.org/4.5.3/d0/de3/citelist.html#CITEREF_...
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://theailearner.com/2019/01/30/contrast-stretching/>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/opencv/hub/mcc.rs:41:5
[INFO] [stderr]    |
[INFO] [stderr] 41 | /// https://en.wikipedia.org/wiki/Adobe_RGB_color_space , RGB color space
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/Adobe_RGB_color_space>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/opencv/hub/mcc.rs:43:5
[INFO] [stderr]    |
[INFO] [stderr] 43 | /// https://en.wikipedia.org/wiki/Adobe_RGB_color_space , linear RGB color space
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/Adobe_RGB_color_space>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/opencv/hub/mcc.rs:45:5
[INFO] [stderr]    |
[INFO] [stderr] 45 | /// https://en.wikipedia.org/wiki/RGB_color_space , RGB color space
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/RGB_color_space>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/opencv/hub/mcc.rs:47:5
[INFO] [stderr]    |
[INFO] [stderr] 47 | /// https://en.wikipedia.org/wiki/RGB_color_space , linear RGB color space
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/RGB_color_space>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/opencv/hub/mcc.rs:49:5
[INFO] [stderr]    |
[INFO] [stderr] 49 | /// https://en.wikipedia.org/wiki/DCI-P3 , RGB color space
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/DCI-P3>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/opencv/hub/mcc.rs:51:5
[INFO] [stderr]    |
[INFO] [stderr] 51 | /// https://en.wikipedia.org/wiki/DCI-P3 , linear RGB color space
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/DCI-P3>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/opencv/hub/mcc.rs:67:5
[INFO] [stderr]    |
[INFO] [stderr] 67 | /// https://en.wikipedia.org/wiki/CIELAB_color_space , non-RGB color space
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/CIELAB_color_space>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/opencv/hub/mcc.rs:77:5
[INFO] [stderr]    |
[INFO] [stderr] 77 | /// https://en.wikipedia.org/wiki/ProPhoto_RGB_color_space , RGB color space
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/ProPhoto_RGB_color_space>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/opencv/hub/mcc.rs:79:5
[INFO] [stderr]    |
[INFO] [stderr] 79 | /// https://en.wikipedia.org/wiki/ProPhoto_RGB_color_space , linear RGB color space
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/ProPhoto_RGB_color_space>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/opencv/hub/mcc.rs:81:5
[INFO] [stderr]    |
[INFO] [stderr] 81 | /// https://en.wikipedia.org/wiki/Rec._2020 , RGB color space
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/Rec.>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/opencv/hub/mcc.rs:83:5
[INFO] [stderr]    |
[INFO] [stderr] 83 | /// https://en.wikipedia.org/wiki/Rec._2020 , linear RGB color space
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/Rec.>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/opencv/hub/mcc.rs:85:5
[INFO] [stderr]    |
[INFO] [stderr] 85 | /// https://en.wikipedia.org/wiki/Rec._709 , RGB color space
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/Rec.>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/opencv/hub/mcc.rs:87:5
[INFO] [stderr]    |
[INFO] [stderr] 87 | /// https://en.wikipedia.org/wiki/Rec._709 , linear RGB color space
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/Rec.>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/opencv/hub/mcc.rs:89:5
[INFO] [stderr]    |
[INFO] [stderr] 89 | /// https://en.wikipedia.org/wiki/Wide-gamut_RGB_color_space , RGB color space
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/Wide-gamut_RGB_color_space>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/opencv/hub/mcc.rs:91:5
[INFO] [stderr]    |
[INFO] [stderr] 91 | /// https://en.wikipedia.org/wiki/Wide-gamut_RGB_color_space , linear RGB color space
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/Wide-gamut_RGB_color_space>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/mcc.rs:107:5
[INFO] [stderr]     |
[INFO] [stderr] 107 | /// https://en.wikipedia.org/wiki/CIE_1931_color_space , non-RGB color space
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/CIE_1931_color_space>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/mcc.rs:117:5
[INFO] [stderr]     |
[INFO] [stderr] 117 | /// https://en.wikipedia.org/wiki/SRGB , RGB color space
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/SRGB>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/mcc.rs:119:5
[INFO] [stderr]     |
[INFO] [stderr] 119 | /// https://en.wikipedia.org/wiki/SRGB , linear RGB color space
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/SRGB>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/mcc.rs:172:6
[INFO] [stderr]     |
[INFO] [stderr] 172 |     /// https://en.wikipedia.org/wiki/SRGB , RGB color space
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/SRGB>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/mcc.rs:174:6
[INFO] [stderr]     |
[INFO] [stderr] 174 |     /// https://en.wikipedia.org/wiki/SRGB , linear RGB color space
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/SRGB>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/mcc.rs:176:6
[INFO] [stderr]     |
[INFO] [stderr] 176 |     /// https://en.wikipedia.org/wiki/Adobe_RGB_color_space , RGB color space
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/Adobe_RGB_color_space>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/mcc.rs:178:6
[INFO] [stderr]     |
[INFO] [stderr] 178 |     /// https://en.wikipedia.org/wiki/Adobe_RGB_color_space , linear RGB color space
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/Adobe_RGB_color_space>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/mcc.rs:180:6
[INFO] [stderr]     |
[INFO] [stderr] 180 |     /// https://en.wikipedia.org/wiki/Wide-gamut_RGB_color_space , RGB color space
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/Wide-gamut_RGB_color_space>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/mcc.rs:182:6
[INFO] [stderr]     |
[INFO] [stderr] 182 |     /// https://en.wikipedia.org/wiki/Wide-gamut_RGB_color_space , linear RGB color space
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/Wide-gamut_RGB_color_space>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/mcc.rs:184:6
[INFO] [stderr]     |
[INFO] [stderr] 184 |     /// https://en.wikipedia.org/wiki/ProPhoto_RGB_color_space , RGB color space
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/ProPhoto_RGB_color_space>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/mcc.rs:186:6
[INFO] [stderr]     |
[INFO] [stderr] 186 |     /// https://en.wikipedia.org/wiki/ProPhoto_RGB_color_space , linear RGB color space
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/ProPhoto_RGB_color_space>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/mcc.rs:188:6
[INFO] [stderr]     |
[INFO] [stderr] 188 |     /// https://en.wikipedia.org/wiki/DCI-P3 , RGB color space
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/DCI-P3>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/mcc.rs:190:6
[INFO] [stderr]     |
[INFO] [stderr] 190 |     /// https://en.wikipedia.org/wiki/DCI-P3 , linear RGB color space
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/DCI-P3>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/mcc.rs:192:6
[INFO] [stderr]     |
[INFO] [stderr] 192 |     /// https://en.wikipedia.org/wiki/RGB_color_space , RGB color space
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/RGB_color_space>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/mcc.rs:194:6
[INFO] [stderr]     |
[INFO] [stderr] 194 |     /// https://en.wikipedia.org/wiki/RGB_color_space , linear RGB color space
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/RGB_color_space>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/mcc.rs:196:6
[INFO] [stderr]     |
[INFO] [stderr] 196 |     /// https://en.wikipedia.org/wiki/Rec._709 , RGB color space
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/Rec.>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/mcc.rs:198:6
[INFO] [stderr]     |
[INFO] [stderr] 198 |     /// https://en.wikipedia.org/wiki/Rec._709 , linear RGB color space
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/Rec.>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/mcc.rs:200:6
[INFO] [stderr]     |
[INFO] [stderr] 200 |     /// https://en.wikipedia.org/wiki/Rec._2020 , RGB color space
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/Rec.>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/mcc.rs:202:6
[INFO] [stderr]     |
[INFO] [stderr] 202 |     /// https://en.wikipedia.org/wiki/Rec._2020 , linear RGB color space
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/Rec.>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/mcc.rs:204:6
[INFO] [stderr]     |
[INFO] [stderr] 204 |     /// https://en.wikipedia.org/wiki/CIE_1931_color_space , non-RGB color space
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/CIE_1931_color_space>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/mcc.rs:228:6
[INFO] [stderr]     |
[INFO] [stderr] 228 |     /// https://en.wikipedia.org/wiki/CIELAB_color_space , non-RGB color space
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/CIELAB_color_space>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/mcc.rs:272:9
[INFO] [stderr]     |
[INFO] [stderr] 272 | /// See https://en.wikipedia.org/wiki/Color_difference for details
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/Color_difference>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/objdetect.rs:833:5
[INFO] [stderr]     |
[INFO] [stderr] 833 | /// https://hal.inria.fr/inria-00548512/document/
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://hal.inria.fr/inria-00548512/document/>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/objdetect.rs:835:5
[INFO] [stderr]     |
[INFO] [stderr] 835 | /// https://en.wikipedia.org/wiki/Histogram_of_oriented_gradients
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/Histogram_of_oriented_gradients>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/objdetect.rs:837:5
[INFO] [stderr]     |
[INFO] [stderr] 837 | /// https://software.intel.com/en-us/ipp-dev-reference-histogram-of-oriented-gradients-hog-descriptor
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://software.intel.com/en-us/ipp-dev-reference-histogram-of-oriented-gradients-hog-descriptor>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/objdetect.rs:839:5
[INFO] [stderr]     |
[INFO] [stderr] 839 | /// http://www.learnopencv.com/histogram-of-oriented-gradients
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://www.learnopencv.com/histogram-of-oriented-gradients>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/objdetect.rs:841:5
[INFO] [stderr]     |
[INFO] [stderr] 841 | /// http://www.learnopencv.com/handwritten-digits-classification-an-opencv-c-python-tutorial
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://www.learnopencv.com/handwritten-digits-classification-an-opencv-c-python-tutorial>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/opencv/hub/objdetect.rs:1259:5
[INFO] [stderr]      |
[INFO] [stderr] 1259 | /// https://hal.inria.fr/inria-00548512/document/
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://hal.inria.fr/inria-00548512/document/>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/opencv/hub/objdetect.rs:1261:5
[INFO] [stderr]      |
[INFO] [stderr] 1261 | /// https://en.wikipedia.org/wiki/Histogram_of_oriented_gradients
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/Histogram_of_oriented_gradients>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/opencv/hub/objdetect.rs:1263:5
[INFO] [stderr]      |
[INFO] [stderr] 1263 | /// https://software.intel.com/en-us/ipp-dev-reference-histogram-of-oriented-gradients-hog-descriptor
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://software.intel.com/en-us/ipp-dev-reference-histogram-of-oriented-gradients-hog-descriptor>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/opencv/hub/objdetect.rs:1265:5
[INFO] [stderr]      |
[INFO] [stderr] 1265 | /// http://www.learnopencv.com/histogram-of-oriented-gradients
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://www.learnopencv.com/histogram-of-oriented-gradients>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/opencv/hub/objdetect.rs:1267:5
[INFO] [stderr]      |
[INFO] [stderr] 1267 | /// http://www.learnopencv.com/handwritten-digits-classification-an-opencv-c-python-tutorial
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://www.learnopencv.com/handwritten-digits-classification-an-opencv-c-python-tutorial>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/opencv/hub/photo.rs:24:5
[INFO] [stderr]    |
[INFO] [stderr] 24 | //! http://www.cse.cuhk.edu.hk/leojia/projects/color2gray/index.html
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://www.cse.cuhk.edu.hk/leojia/projects/color2gray/index.html>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/opencv/hub/photo.rs:30:5
[INFO] [stderr]    |
[INFO] [stderr] 30 | //! https://www.learnopencv.com/seamless-cloning-using-opencv-python-cpp
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.learnopencv.com/seamless-cloning-using-opencv-python-cpp>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/opencv/hub/photo.rs:36:5
[INFO] [stderr]    |
[INFO] [stderr] 36 | //! http://www.inf.ufrgs.br/~eslgastal/DomainTransform
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://www.inf.ufrgs.br/~eslgastal/DomainTransform>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/opencv/hub/photo.rs:38:5
[INFO] [stderr]    |
[INFO] [stderr] 38 | //! https://www.learnopencv.com/non-photorealistic-rendering-using-opencv-python-c/
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.learnopencv.com/non-photorealistic-rendering-using-opencv-python-c/>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/quality.rs:252:49
[INFO] [stderr]     |
[INFO] [stderr] 252 | /// Full reference mean square error algorithm  https://en.wikipedia.org/wiki/Mean_squared_error
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/Mean_squared_error>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/quality.rs:342:65
[INFO] [stderr]     |
[INFO] [stderr] 342 | /// Full reference peak signal to noise ratio (PSNR) algorithm  https://en.wikipedia.org/wiki/Peak_signal-to-noise_ratio
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/Peak_signal-to-noise_ratio>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/quality.rs:453:53
[INFO] [stderr]     |
[INFO] [stderr] 453 | /// Full reference structural similarity algorithm  https://en.wikipedia.org/wiki/Structural_similarity
[INFO] [stderr]     |                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/Structural_similarity>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/quality.rs:161:5
[INFO] [stderr]     |
[INFO] [stderr] 161 | /// http://www4.comp.polyu.edu.hk/~cslzhang/IQA/GMSD/GMSD.htm
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://www4.comp.polyu.edu.hk/~cslzhang/IQA/GMSD/GMSD.htm>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/opencv/hub/quality.rs:17:76
[INFO] [stderr]    |
[INFO] [stderr] 17 | /// BRISQUE computes a score based on extracting Natural Scene Statistics (https://en.wikipedia.org/wiki/Scene_statistics)
[INFO] [stderr]    |                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/Scene_statistics>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/opencv/hub/quality.rs:41:76
[INFO] [stderr]    |
[INFO] [stderr] 41 | /// BRISQUE computes a score based on extracting Natural Scene Statistics (https://en.wikipedia.org/wiki/Scene_statistics)
[INFO] [stderr]    |                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/Scene_statistics>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/quality.rs:189:5
[INFO] [stderr]     |
[INFO] [stderr] 189 | /// http://www4.comp.polyu.edu.hk/~cslzhang/IQA/GMSD/GMSD.htm
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://www4.comp.polyu.edu.hk/~cslzhang/IQA/GMSD/GMSD.htm>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/quality.rs:279:49
[INFO] [stderr]     |
[INFO] [stderr] 279 | /// Full reference mean square error algorithm  https://en.wikipedia.org/wiki/Mean_squared_error
[INFO] [stderr]     |                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/Mean_squared_error>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/quality.rs:381:65
[INFO] [stderr]     |
[INFO] [stderr] 381 | /// Full reference peak signal to noise ratio (PSNR) algorithm  https://en.wikipedia.org/wiki/Peak_signal-to-noise_ratio
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/Peak_signal-to-noise_ratio>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/quality.rs:480:53
[INFO] [stderr]     |
[INFO] [stderr] 480 | /// Full reference structural similarity algorithm  https://en.wikipedia.org/wiki/Structural_similarity
[INFO] [stderr]     |                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/Structural_similarity>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/sfm.rs:239:130
[INFO] [stderr]     |
[INFO] [stderr] 239 | ...0) 9.6 pag 257 (formula 9.12) or http://ai.stanford.edu/~birch/projective/node20.html
[INFO] [stderr]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://ai.stanford.edu/~birch/projective/node20.html>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/surface_matching.rs:379:5
[INFO] [stderr]     |
[INFO] [stderr] 379 | /// http://www.mathworks.com/matlabcentral/fileexchange/47152-icp-registration-using-efficient-variants-and-multi-resolution-scheme
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://www.mathworks.com/matlabcentral/fileexchange/47152-icp-registration-using-efficient-variants-and-multi-resolution-scheme>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/surface_matching.rs:382:5
[INFO] [stderr]     |
[INFO] [stderr] 382 | /// http://www5.informatik.uni-erlangen.de/Forschung/Publikationen/2003/Zinsser03-ARI.pdf
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://www5.informatik.uni-erlangen.de/Forschung/Publikationen/2003/Zinsser03-ARI.pdf>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/surface_matching.rs:384:5
[INFO] [stderr]     |
[INFO] [stderr] 384 | /// http://docs.happycoders.org/orgadoc/graphics/imaging/fasticp_paper.pdf
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://docs.happycoders.org/orgadoc/graphics/imaging/fasticp_paper.pdf>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/surface_matching.rs:385:61
[INFO] [stderr]     |
[INFO] [stderr] 385 | /// 3. Geometrically Stable Sampling for the ICP Algorithm: https://graphics.stanford.edu/papers/stabicp/stabicp.pdf
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://graphics.stanford.edu/papers/stabicp/stabicp.pdf>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/surface_matching.rs:387:5
[INFO] [stderr]     |
[INFO] [stderr] 387 | /// http://www.cvl.iis.u-tokyo.ac.jp/~oishi/Papers/Alignment/Jost_MultiResolutionICP_3DIM03.pdf
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://www.cvl.iis.u-tokyo.ac.jp/~oishi/Papers/Alignment/Jost_MultiResolutionICP_3DIM03.pdf>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/surface_matching.rs:389:5
[INFO] [stderr]     |
[INFO] [stderr] 389 | /// https://www.comp.nus.edu.sg/~lowkl/publications/lowk_point-to-plane_icp_techrep.pdf
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.comp.nus.edu.sg/~lowkl/publications/lowk_point-to-plane_icp_techrep.pdf>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/surface_matching.rs:430:5
[INFO] [stderr]     |
[INFO] [stderr] 430 | /// http://www.mathworks.com/matlabcentral/fileexchange/47152-icp-registration-using-efficient-variants-and-multi-resolution-scheme
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://www.mathworks.com/matlabcentral/fileexchange/47152-icp-registration-using-efficient-variants-and-multi-resolution-scheme>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/surface_matching.rs:433:5
[INFO] [stderr]     |
[INFO] [stderr] 433 | /// http://www5.informatik.uni-erlangen.de/Forschung/Publikationen/2003/Zinsser03-ARI.pdf
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://www5.informatik.uni-erlangen.de/Forschung/Publikationen/2003/Zinsser03-ARI.pdf>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/surface_matching.rs:435:5
[INFO] [stderr]     |
[INFO] [stderr] 435 | /// http://docs.happycoders.org/orgadoc/graphics/imaging/fasticp_paper.pdf
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://docs.happycoders.org/orgadoc/graphics/imaging/fasticp_paper.pdf>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/surface_matching.rs:436:61
[INFO] [stderr]     |
[INFO] [stderr] 436 | /// 3. Geometrically Stable Sampling for the ICP Algorithm: https://graphics.stanford.edu/papers/stabicp/stabicp.pdf
[INFO] [stderr]     |                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://graphics.stanford.edu/papers/stabicp/stabicp.pdf>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/surface_matching.rs:438:5
[INFO] [stderr]     |
[INFO] [stderr] 438 | /// http://www.cvl.iis.u-tokyo.ac.jp/~oishi/Papers/Alignment/Jost_MultiResolutionICP_3DIM03.pdf
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://www.cvl.iis.u-tokyo.ac.jp/~oishi/Papers/Alignment/Jost_MultiResolutionICP_3DIM03.pdf>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/surface_matching.rs:440:5
[INFO] [stderr]     |
[INFO] [stderr] 440 | /// https://www.comp.nus.edu.sg/~lowkl/publications/lowk_point-to-plane_icp_techrep.pdf
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.comp.nus.edu.sg/~lowkl/publications/lowk_point-to-plane_icp_techrep.pdf>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/opencv/hub/text.rs:1390:5
[INFO] [stderr]      |
[INFO] [stderr] 1390 | /// http://arxiv.org/abs/1412.1842
[INFO] [stderr]      |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://arxiv.org/abs/1412.1842>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]     --> src/opencv/hub/text.rs:1585:66
[INFO] [stderr]      |
[INFO] [stderr] 1585 | /// The original repository with the modified SSD Caffe version: https://github.com/MhLiao/TextBoxes.
[INFO] [stderr]      |                                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/MhLiao/TextBoxes.>`
[INFO] [stderr]      |
[INFO] [stderr]      = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/opencv/hub/text.rs:77:61
[INFO] [stderr]    |
[INFO] [stderr] 77 | /// Note: This mode is not supported due NFA code removal ( https://github.com/opencv/opencv_contrib/issues/2235 )
[INFO] [stderr]    |                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/opencv/opencv_contrib/issues/2235>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/text.rs:149:62
[INFO] [stderr]     |
[INFO] [stderr] 149 |     /// Note: This mode is not supported due NFA code removal ( https://github.com/opencv/opencv_contrib/issues/2235 )
[INFO] [stderr]     |                                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/opencv/opencv_contrib/issues/2235>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/videoio.rs:242:124
[INFO] [stderr]     |
[INFO] [stderr] 242 | ...licable for FFmpeg back-end only) (https://github.com/opencv/opencv/issues/15499)
[INFO] [stderr]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/opencv/opencv/issues/15499>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/videoio.rs:688:76
[INFO] [stderr]     |
[INFO] [stderr] 688 | ...ed to enum AVHWDeviceType (https://github.com/FFmpeg/FFmpeg/blob/master/libavutil/hwcontext.h)
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/FFmpeg/FFmpeg/blob/master/libavutil/hwcontext.h>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/videoio.rs:885:125
[INFO] [stderr]     |
[INFO] [stderr] 885 | ...licable for FFmpeg back-end only) (https://github.com/opencv/opencv/issues/15499)
[INFO] [stderr]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/opencv/opencv/issues/15499>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/videostab.rs:389:9
[INFO] [stderr]     |
[INFO] [stderr] 389 | /// See http://iwi.eldoc.ub.rug.nl/FILES/root/2004/JGraphToolsTelea/2004JGraphToolsTelea.pdf
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://iwi.eldoc.ub.rug.nl/FILES/root/2004/JGraphToolsTelea/2004JGraphToolsTelea.pdf>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/videostab.rs:404:9
[INFO] [stderr]     |
[INFO] [stderr] 404 | /// See http://iwi.eldoc.ub.rug.nl/FILES/root/2004/JGraphToolsTelea/2004JGraphToolsTelea.pdf
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://iwi.eldoc.ub.rug.nl/FILES/root/2004/JGraphToolsTelea/2004JGraphToolsTelea.pdf>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/ximgproc.rs:292:60
[INFO] [stderr]     |
[INFO] [stderr] 292 | ...entation, please see http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.476.5736&rep=rep1&type=pdf
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.476.5736&rep=rep1&type=pdf>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/ximgproc.rs:307:60
[INFO] [stderr]     |
[INFO] [stderr] 307 | ...entation, please see http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.476.5736&rep=rep1&type=pdf
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.476.5736&rep=rep1&type=pdf>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/opencv/hub/aruco.rs:30:5
[INFO] [stderr]    |
[INFO] [stderr] 30 | //! http://www.uco.es/investiga/grupos/ava/node/26
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://www.uco.es/investiga/grupos/ava/node/26>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]      --> src/opencv/hub/core.rs:19449:6
[INFO] [stderr]       |
[INFO] [stderr] 19449 |     /// https://www.khronos.org/registry/OpenCL/sdk/2.0/docs/man/xhtml/cl_khr_spir.html
[INFO] [stderr]       |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.khronos.org/registry/OpenCL/sdk/2.0/docs/man/xhtml/cl_khr_spir.html>`
[INFO] [stderr]       |
[INFO] [stderr]       = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: `opencv` (lib doc) generated 135 warnings
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 13.83s
[INFO] running `Command { std: "docker" "inspect" "58e8f050363c19b1e10ef3575b18c364b1c3e360ca614537a26dbae82dc906ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "58e8f050363c19b1e10ef3575b18c364b1c3e360ca614537a26dbae82dc906ee", kill_on_drop: false }`
[INFO] [stdout] 58e8f050363c19b1e10ef3575b18c364b1c3e360ca614537a26dbae82dc906ee