boost::gil::threshold_optimal
Synopsis
template<
typename SrcView,
typename DstView>
void
threshold_optimal(
SrcView const& src_view,
DstView const& dst_view,
threshold_optimal_value mode = threshold_optimal_value::otsu,
threshold_direction direction = threshold_direction::regular);
Created with MrDocs