Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.27 KB

image_manip_tiling.rst

File metadata and controls

41 lines (26 loc) · 1.27 KB

ImageManip Tiling

Frame tiling could be useful for eg. feeding large frame into a NeuralNetwork whose input size isn't as large. In such case, you can tile the large frame into multiple smaller ones and feed smaller frames to the NeuralNetwork.

In this example we use 2 ImageManip for splitting the original 1000x500 preview frame into two 500x500 frames.

Demo

Tiling preview into 2 frames/tiles

Setup

Source code

Python

Also available on GitHub

../../../../examples/ImageManip/image_manip_tiling.py

C++

Also available on GitHub

../../../../depthai-core/examples/ImageManip/image_manip_tiling.cpp