dcv.core.algorithm

Module implements various algorithms used often in computer vision.

Module contains:
norm normalized scaled ranged

Members

Functions

ranged
auto ranged(Tensor tensor, Scalar minValue, Scalar maxValue)

In-place tensor scaling to fit given value range.

scaled
auto scaled(Tensor tensor, Scalar alpha, Scalar beta)

Scale tensor values.

tensor1
auto tensor1()
Undocumented in source. Be warned that the author may not have intended to support it.
tensor2
auto tensor2()
Undocumented in source. Be warned that the author may not have intended to support it.
tensor3
auto tensor3()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

Authors

Relja Ljubobratovic

License

$(LINK3 http://www.boost.org/LICENSE_1_0.txt, Boost Software License - Version 1.0).