gpu::compare support for scalars (Feature #1754)
Description
The only option for gpu::compare right now is to compare two matrices. cv::compare lets you compare two matrices, or one matrix versus a scalar value.
It would be nice to have a gpu::compare that compares a matrix and a scalar value as well. The workaround right now is to create a new matrix, fill every element with the scalar, and run the matrix-to-matrix comparison.
Associated revisions
added gpu::compare with scalars (Feature #1754)
History
Updated by Anatoly Baksheev almost 13 years ago
- Priority changed from Normal to Low
- Assignee changed from Anatoly Baksheev to Vladislav Vinogradov
Updated by Vladislav Vinogradov almost 13 years ago
- Status changed from Open to Done
Updated by Andrey Kamaev almost 13 years ago
- Target version set to 3.0