dcv.imgproc.threshold

Image thresholding module.

Members

Functions

threshold
Slice!(Contiguous, packs, OutputType*) threshold(Slice!(kind, packs, InputType*) input, InputType lowThresh, InputType highThresh, Slice!(Contiguous, packs, OutputType*) prealloc = emptySlice!(packs, OutputType))

Clip slice values by a given threshold value.

threshold
Slice!(Contiguous, packs, OutputType*) threshold(Slice!(kind, packs, InputType*) input, InputType thresh, Slice!(Contiguous, packs, OutputType*) prealloc = emptySlice!(packs, OutputType))

Convenience function for thresholding, where lower and upper bound values are the same.

Meta

Authors

Relja Ljubobratovic

License

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