- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- Bhaumik Vaidya
- 58字
- 2021-08-13 15:48:24
Stencil
When threads or tasks read input from a fixed set of a neighborhood in an array, then this is called a stencil communication pattern. It is very useful in image-processing examples where we work on 3x3 or 5x5 neighborhood windows. It is a special form of a gather operation, so code syntax is similar to it.
推薦閱讀
- Learning PostgreSQL
- 造個小程序:與微信一起干件正經(jīng)事兒
- WSO2 Developer’s Guide
- Python爬蟲開發(fā)與項(xiàng)目實(shí)戰(zhàn)
- Python編程完全入門教程
- Mastering Google App Engine
- 精通Linux(第2版)
- Windows Phone 7.5:Building Location-aware Applications
- Mastering Akka
- Spring Boot+MVC實(shí)戰(zhàn)指南
- 跟戴銘學(xué)iOS編程:理順核心知識點(diǎn)
- Elasticsearch Blueprints
- 關(guān)系數(shù)據(jù)庫與SQL Server 2012(第3版)
- Pandas 1.x Cookbook
- Koa與Node.js開發(fā)實(shí)戰(zhàn)