Home
last modified time | relevance | path

Searched refs:convolved_it (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/gil/image_processing/
Dthreshold.hpp379 typename SrcView::x_iterator convolved_it = convolved_view.row_begin(y); in adaptive_impl() local
384 static_transform(src_it[x], convolved_it[x], dst_it[x], threshold_op); in adaptive_impl()