operator() (const std::pair< typename mlc::exact< T >::ret::point_type, typename mlc::exact< T >::ret::value_type > &l, const std::pair< typename mlc::exact< T >::ret::point_type, typename mlc::exact< T >::ret::value_type > &r) const
Detailed Description
template<class T>
struct oln::morpho::cmp_queue_elt< T >
cmp_queue_elt is a comparison function for the elements from the priority queue used in watershed_seg_or. Note that we return true when l is greater than r, because we when the queue sorted in increasing order.