# Using opencv on Intel graphics

**URL:** https://forum.opencv.org/t/using-opencv-on-intel-graphics/7170
**Category:** Uncategorized
**Tags:** gpu
**Created:** [January 17, 2022, 1:23pm UTC](https://forum.opencv.org/t/using-opencv-on-intel-graphics/7170 "2022-01-17T13:23:44Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![ELSH](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.opencv.org/elsh/32/4259_2.png) [@ELSH](https://forum.opencv.org/u/ELSH)
#### Post date: [January 17, 2022, 1:23pm UTC](https://forum.opencv.org/t/using-opencv-on-intel-graphics/7170/1 "2022-01-17T13:23:44Z")

</div>

Hello,  
i’ve been using the Nvidia Jetson for a while now, and i will have access to program on a NUC soon, but the NUC does not have Nvidia GPU, but rather Intel iGPU and i was wondering if it is possible using and running Opencv on that, my main program does not use cuda but uses many cv2. commands.  
Would appreciate any insight on the matter

---

<div class="post-metadata">

### Author: ![crackwitz](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.opencv.org/crackwitz/32/14_2.png) [@crackwitz](https://forum.opencv.org/u/crackwitz)
#### Post date: [January 17, 2022, 1:33pm UTC](https://forum.opencv.org/t/using-opencv-on-intel-graphics/7170/2 "2022-01-17T13:33:44Z")

</div>

yes, that’s fine. OpenCV uses OpenCL for a lot of things.

you only need to make sure to wrap arrays/Mats in `UMat` objects.

> **[OpenCV Transparent API | LearnOpenCV #](https://learnopencv.com/opencv-transparent-api/)**
>
> How to use Transparent API ( T-API or TAPI ) in OpenCV 3 to significantly speed up existing code. TAPI uses OpenCL under the hood.
