opencv 0.68.0

Rust bindings for OpenCV
Documentation
Build #631160 2022-09-17T11:51:41.500663+00:00
# rustc version
rustc 1.65.0-nightly (95a992a68 2022-09-16)
# docs.rs version
docsrs 0.6.0 (c4f9e90 2022-09-04)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/opencv-0.68.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/opencv-0.68.0/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" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "docs-only" "--no-default-features" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20220916-1.65.0-nightly-95a992a68\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 2a5d4456077b15971086b2f7995dfe09a8ae5076c98d3b578f8af7e27a029b49
[INFO] running `Command { std: "docker" "start" "-a" "2a5d4456077b15971086b2f7995dfe09a8ae5076c98d3b578f8af7e27a029b49", kill_on_drop: false }`
[INFO] [stderr]  Documenting opencv v0.68.0 (/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:8710:5
[INFO] [stderr]      |
[INFO] [stderr] 8710 |   /// ```ignore
[INFO] [stderr]      |  _____^
[INFO] [stderr] 8711 | | ///    const String keys =
[INFO] [stderr] 8712 | | ///        "{help h usage ? |      | print this message   }"
[INFO] [stderr] 8713 | | ///        "{@image1        |      | image1 for compare   }"
[INFO] [stderr] ...    |
[INFO] [stderr] 8721 | | /// }
[INFO] [stderr] 8722 | | /// ```
[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:8710:5
[INFO] [stderr]      |
[INFO] [stderr] 8710 | /// ```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:8885:5
[INFO] [stderr]      |
[INFO] [stderr] 8885 |   /// ```ignore
[INFO] [stderr]      |  _____^
[INFO] [stderr] 8886 | | ///    const String keys =
[INFO] [stderr] 8887 | | ///        "{help h usage ? |      | print this message   }"
[INFO] [stderr] 8888 | | ///        "{@image1        |      | image1 for compare   }"
[INFO] [stderr] ...    |
[INFO] [stderr] 8896 | | /// }
[INFO] [stderr] 8897 | | /// ```
[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:8885:5
[INFO] [stderr]      |
[INFO] [stderr] 8885 | /// ```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:9007:5
[INFO] [stderr]      |
[INFO] [stderr] 9007 |   /// ```ignore
[INFO] [stderr]      |  _____^
[INFO] [stderr] 9008 | | ///    termcrit.type == (TermCriteria::MAX_ITER + TermCriteria::EPS) && termcrit.epsilon > 0 && termcrit.maxCount > 0
[INFO] [stderr] 9009 | | ///    // or
[INFO] [stderr] 9010 | | ///    termcrit.type == TermCriteria::MAX_ITER) && termcrit.maxCount > 0
[INFO] [stderr] 9011 | | /// ```
[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:9007:5
[INFO] [stderr]      |
[INFO] [stderr] 9007 | /// ```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/videoio.rs:1913:10
[INFO] [stderr]      |
[INFO] [stderr] 1913 |       ///      * The `params` parameter allows to specify extra encoder parameters encoded as pairs (paramId_1, paramValue_1, paramId_2, pa...
[INFO] [stderr]      |  _____________^
[INFO] [stderr] 1914 | |     ///      * 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: could not parse code block as Rust code
[INFO] [stderr]     --> src/opencv/hub/ximgproc.rs:3365:10
[INFO] [stderr]      |
[INFO] [stderr] 3365 |       ///       ![image](https://docs.opencv.org/4.6.0/corridor_fld.jpg)
[INFO] [stderr]      |  _____________^
[INFO] [stderr] 3366 | |     /// 
[INFO] [stderr]      | |_______^
[INFO] [stderr]      |
[INFO] [stderr]      = note: error from rustc: this file contains an unclosed delimiter
[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/aruco.rs:1359:24
[INFO] [stderr]      |
[INFO] [stderr] 1359 | ///   Link to article: https://www.researchgate.net/publication/325787310_Speeded_Up_Detection_of_Squared_Fiducial_Markers
[INFO] [stderr]      |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.researchgate.net/publication/325787310_Speeded_Up_Detection_of_Squared_Fiducial_Markers>`
[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:1840:24
[INFO] [stderr]      |
[INFO] [stderr] 1840 | ///   Link to article: https://www.researchgate.net/publication/325787310_Speeded_Up_Detection_of_Squared_Fiducial_Markers
[INFO] [stderr]      |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.researchgate.net/publication/325787310_Speeded_Up_Detection_of_Squared_Fiducial_Markers>`
[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/bgsegm.rs:207:32
[INFO] [stderr]     |
[INFO] [stderr] 207 | /// %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:247:271
[INFO] [stderr]     |
[INFO] [stderr] 247 | ...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:588:436
[INFO] [stderr]     |
[INFO] [stderr] 588 | ...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:1574:15
[INFO] [stderr]      |
[INFO] [stderr] 1574 |     /// 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:1583:15
[INFO] [stderr]      |
[INFO] [stderr] 1583 |     /// 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:2157:9
[INFO] [stderr]      |
[INFO] [stderr] 2157 | /// 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:15764:9
[INFO] [stderr]       |
[INFO] [stderr] 15764 | /// 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:16027:9
[INFO] [stderr]       |
[INFO] [stderr] 16027 | /// 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:16609:17
[INFO] [stderr]       |
[INFO] [stderr] 16609 | /// 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:16707:17
[INFO] [stderr]       |
[INFO] [stderr] 16707 | /// 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:27754:6
[INFO] [stderr]       |
[INFO] [stderr] 27754 |     /// 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: this URL is not a hyperlink
[INFO] [stderr]    --> src/opencv/hub/dnn.rs:759:47
[INFO] [stderr]     |
[INFO] [stderr] 759 | ///                  * `*.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:760:44
[INFO] [stderr]     |
[INFO] [stderr] 760 | ///                  * `*.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:761:49
[INFO] [stderr]     |
[INFO] [stderr] 761 | ///                  * `*.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:762:46
[INFO] [stderr]     |
[INFO] [stderr] 762 | ///                  * `*.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:763:39
[INFO] [stderr]     |
[INFO] [stderr] 763 | ///                  * `*.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:764:40
[INFO] [stderr]     |
[INFO] [stderr] 764 | ///                  * `*.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:767:45
[INFO] [stderr]     |
[INFO] [stderr] 767 | ///                  * `*.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:768:47
[INFO] [stderr]     |
[INFO] [stderr] 768 | ///                  * `*.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:769:42
[INFO] [stderr]     |
[INFO] [stderr] 769 | ///                  * `*.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:770:39
[INFO] [stderr]     |
[INFO] [stderr] 770 | ///                  * `*.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:959:46
[INFO] [stderr]     |
[INFO] [stderr] 959 | ///       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:1016:16
[INFO] [stderr]      |
[INFO] [stderr] 1016 | /// Reference: https://arxiv.org/abs/1704.04503
[INFO] [stderr]      |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://arxiv.org/abs/1704.04503>`
[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:3206:15
[INFO] [stderr]      |
[INFO] [stderr] 3206 |     /// 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:3233:15
[INFO] [stderr]      |
[INFO] [stderr] 3233 |     /// 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:5969:32
[INFO] [stderr]      |
[INFO] [stderr] 5969 | /// 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:5982:32
[INFO] [stderr]      |
[INFO] [stderr] 5982 | /// 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:11616:18
[INFO] [stderr]       |
[INFO] [stderr] 11616 | /// 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:11646:18
[INFO] [stderr]       |
[INFO] [stderr] 11646 | /// 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:13050:12
[INFO] [stderr]       |
[INFO] [stderr] 13050 | /// 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:13051:78
[INFO] [stderr]       |
[INFO] [stderr] 13051 | /// 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:13147:12
[INFO] [stderr]       |
[INFO] [stderr] 13147 | /// 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:13148:78
[INFO] [stderr]       |
[INFO] [stderr] 13148 | /// 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:2955:49
[INFO] [stderr]      |
[INFO] [stderr] 2955 | ///    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:2710:5
[INFO] [stderr]      |
[INFO] [stderr] 2710 | /// 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:3430:5
[INFO] [stderr]      |
[INFO] [stderr] 3430 | /// 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:3671:10
[INFO] [stderr]      |
[INFO] [stderr] 3671 | /// 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:3671:59
[INFO] [stderr]      |
[INFO] [stderr] 3671 | /// 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.6.0/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.6.0/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:1205:26
[INFO] [stderr]      |
[INFO] [stderr] 1205 | /// model download link: https://github.com/opencv/opencv_zoo/tree/master/models/face_detection_yunet
[INFO] [stderr]      |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/opencv/opencv_zoo/tree/master/models/face_detection_yunet>`
[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:1354:26
[INFO] [stderr]      |
[INFO] [stderr] 1354 | /// model download link: https://github.com/opencv/opencv_zoo/tree/master/models/face_recognition_sface
[INFO] [stderr]      |                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/opencv/opencv_zoo/tree/master/models/face_recognition_sface>`
[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:1446:5
[INFO] [stderr]      |
[INFO] [stderr] 1446 | /// 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:1448:5
[INFO] [stderr]      |
[INFO] [stderr] 1448 | /// 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:1450:5
[INFO] [stderr]      |
[INFO] [stderr] 1450 | /// 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:1452:5
[INFO] [stderr]      |
[INFO] [stderr] 1452 | /// 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:1454:5
[INFO] [stderr]      |
[INFO] [stderr] 1454 | /// 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:2040:5
[INFO] [stderr]      |
[INFO] [stderr] 2040 | /// 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:2042:5
[INFO] [stderr]      |
[INFO] [stderr] 2042 | /// 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:2044:5
[INFO] [stderr]      |
[INFO] [stderr] 2044 | /// 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:2046:5
[INFO] [stderr]      |
[INFO] [stderr] 2046 | /// 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:2048:5
[INFO] [stderr]      |
[INFO] [stderr] 2048 | /// 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: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:50:76
[INFO] [stderr]    |
[INFO] [stderr] 50 | /// 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:220:5
[INFO] [stderr]     |
[INFO] [stderr] 220 | /// 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:267:5
[INFO] [stderr]     |
[INFO] [stderr] 267 | /// 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:345:49
[INFO] [stderr]     |
[INFO] [stderr] 345 | /// 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:391:49
[INFO] [stderr]     |
[INFO] [stderr] 391 | /// 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:469:65
[INFO] [stderr]     |
[INFO] [stderr] 469 | /// 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:537:65
[INFO] [stderr]     |
[INFO] [stderr] 537 | /// 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:624:53
[INFO] [stderr]     |
[INFO] [stderr] 624 | /// 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:670:53
[INFO] [stderr]     |
[INFO] [stderr] 670 | /// 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:284:130
[INFO] [stderr]     |
[INFO] [stderr] 284 | ...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:444:5
[INFO] [stderr]     |
[INFO] [stderr] 444 | /// 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:447:5
[INFO] [stderr]     |
[INFO] [stderr] 447 | /// 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:449:5
[INFO] [stderr]     |
[INFO] [stderr] 449 | /// 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:450:61
[INFO] [stderr]     |
[INFO] [stderr] 450 | /// 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:452:5
[INFO] [stderr]     |
[INFO] [stderr] 452 | /// 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:454:5
[INFO] [stderr]     |
[INFO] [stderr] 454 | /// 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: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/text.rs:1757:5
[INFO] [stderr]      |
[INFO] [stderr] 1757 | /// 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:2014:66
[INFO] [stderr]      |
[INFO] [stderr] 2014 | /// 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/videoio.rs:266:124
[INFO] [stderr]     |
[INFO] [stderr] 266 | ...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:719:76
[INFO] [stderr]     |
[INFO] [stderr] 719 | ...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:916:125
[INFO] [stderr]     |
[INFO] [stderr] 916 | ...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:556:9
[INFO] [stderr]     |
[INFO] [stderr] 556 | /// 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:581:9
[INFO] [stderr]     |
[INFO] [stderr] 581 | /// 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:302:60
[INFO] [stderr]     |
[INFO] [stderr] 302 | ...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:322:60
[INFO] [stderr]     |
[INFO] [stderr] 322 | ...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:458:9
[INFO] [stderr]     |
[INFO] [stderr] 458 | /// See https://engineering.purdue.edu/~malcolm/pct/CTI_Ch03.pdf for detail.
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://engineering.purdue.edu/~malcolm/pct/CTI_Ch03.pdf>`
[INFO] [stderr]     |
[INFO] [stderr]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: `opencv` (lib doc) generated 139 warnings
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 24.96s
[INFO] running `Command { std: "docker" "inspect" "2a5d4456077b15971086b2f7995dfe09a8ae5076c98d3b578f8af7e27a029b49", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a5d4456077b15971086b2f7995dfe09a8ae5076c98d3b578f8af7e27a029b49", kill_on_drop: false }`
[INFO] [stdout] 2a5d4456077b15971086b2f7995dfe09a8ae5076c98d3b578f8af7e27a029b49