[Convert] Apply x-raw/RGB format data structure.
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Thu, 29 Mar 2018 02:33:30 +0000 (11:33 +0900)
committer함명주/동작제어Lab(SR)/Principal Engineer/삼성전자 <myungjoo.ham@samsung.com>
Mon, 2 Apr 2018 03:46:02 +0000 (12:46 +0900)
commit65b37db3bb98b8e951a04eb5f645b7913ceeb4cc
tree8593596666b13e05a3e2d5d07c66bb5623135009
parentc9230c0fdd71cf1366049e4e4c18bfbf7b3e46c3
[Convert] Apply x-raw/RGB format data structure.

Data of x-raw/RGB is:

[height][width][RGB] and width has padding with stride = 4.

Thus, tensor output of convert2tensor generates width = 4 x N with zero-padding.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
convert2tensor/README.md
convert2tensor/convert2tensor.c
convert2tensor/convert2tensor.h