Adding cv::Mat::rbegin() and cv::Mat::rend() (Bug #3333)
Description
I needed to iterate over a histogram in reverse order and wanted to do it with stl algorithms.
But to my surprise, cv::Mat does not have an rbegin() and rend() methods.
Associated revisions
Merge pull request #3333 from micha137:patch-1
History
Updated by Adi Shavit over 11 years ago
- Status changed from New to Cancelled