Matlab find() (Patch #2205)
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.
Associated revisions
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