Quantcast
Channel: Satya Mallick | LearnOpenCV
Viewing all articles
Browse latest Browse all 92

Parallel Pixel Access in OpenCV using forEach

$
0
0
In this tutorial, we will compare the performance of the forEach method of the Mat class to other ways of accessing and transforming pixel values in OpenCV. We will show how forEach is much faster than naively using the at method or even efficiently using pointer arithmetic. There are hidden gems inside OpenCV that are […]

Viewing all articles
Browse latest Browse all 92

Trending Articles