Struct cv::GFluidParallelFor#

This structure allows to customize the way how Fluid executes parallel regions. View details

Collaboration diagram for cv::GFluidParallelFor:

Detailed Description#

struct GFluidParallelFor

This structure allows to customize the way how Fluid executes parallel regions.

For example, user can utilize his own threading runtime via this parameter. The parallel_for member functor is called by the Fluid runtime with the following arguments:

This feature may be deprecated in the future releases.

Param size:

Size of the parallel range to process

Param f:

A function which should be called for every integer index in this range by the specified parallel_for implementation.

Member Data Documentation#

parallel_for#

std::function< void(std::size_t size, std::function< void(std::size_t index)>)> cv::GFluidParallelFor::parallel_for

Source file#

The documentation for this struct was generated from the following file: