gpu::compare support for scalars (Feature #1754)


Added by Joe Clapis almost 13 years ago. Updated almost 13 years ago.


Status:Done Start date:2012-04-04
Priority:Low Due date:
Assignee:Vladislav Vinogradov % Done:

0%

Category:gpu (cuda)
Target version:3.0
Difficulty: Pull request:

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

Revision 9df6e51a
Added by Vladislav Vinogradov almost 13 years ago

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

Also available in: Atom PDF