## Expected Enhancement Improve performance of contrast_and_brightness_filter ## Current Behavior The filter execute on only one thread ## Possible Solution Use parallel_for_ from OpenCV to accelerate the execution
Expected Enhancement
Improve performance of contrast_and_brightness_filter
Current Behavior
The filter execute on only one thread
Possible Solution
Use parallel_for_ from OpenCV to accelerate the execution