Matlab find() (Patch #2205)


Added by Hilton Bristow 10 months ago. Updated 5 months ago.


Status:Done Start date:2012-07-27
Priority:Low Due date:
Assignee:Vadim Pisarevsky % Done:

0%

Category:core
Target version:2.4.3
Affected version: Pull request:

Description

A simple method to replicate the functionality of the Matlab function of the same name. Given a mask, the method returns a vector of points which represent non-zero indices of the mask. I am not sure if this goes against the OpenCV philosophy of passing masks into functions rather than a list of indices, but I have found it useful in certain applications nonetheless.


find.hpp (1.2 kB) Hilton Bristow, 2012-07-27 02:46 am


Associated revisions

Revision 8441cf70
Added by Vadim Pisarevsky 7 months ago

added function cv::findNonZero (patch #2205)

History

Updated by Marina Kolpakova 10 months ago

  • Tracker changed from Feature to Patch

Updated by Vadim Pisarevsky 7 months ago

  • Target version deleted (2.4.3)
  • Assignee deleted (Vadim Pisarevsky)

Updated by Vadim Pisarevsky 7 months ago

added cv::findNonZero() in commit:8441cf700

  • Status changed from Open to Done
  • Assignee set to Vadim Pisarevsky

Updated by Andrey Kamaev 5 months ago

  • Target version set to 2.4.3

Also available in: Atom PDF