[IPUv3] Library Geometric Operations

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

[IPUv3] Library Geometric Operations

983 次查看
a_alquézar
Contributor I

Hi everybody,

I'm searching a library that works with v4l2, and also IPUv3, and have implemented the geometric operations like:

Scale - change image content size

Rotate - change image content orientation

Reflect - flip over image contents

Translate - change image content position

Affine Transformation - general image content linear geometric transformation

Does anyone know any?

What is the best way to use correctly the ioctl to create this kind of library?

Thank you so much!

Boadrius

标签 (1)
标记 (2)
0 项奖励
回复
3 回复数

876 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Boadrius

one can look at examples below

https://community.freescale.com/docs/DOC-94961

https://github.com/rogeriorps/v4l2-examples

i.MX51 IPU V3 Library User's Guide (REV 0)

http://cache.freescale.com/files/32bit/doc/ref_manual/imx51_IPU_LIB_UG.pdf?fpsp=1&WT_TYPE=Reference%...

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复

876 次查看
a_alquézar
Contributor I

Thank you Igor, but I'm searching a library that contains and implementation of the geometric operations, described in the previous post, for the IPUv3 using ioctl, or any example with this operations implemented.

Does anyone know any?

Best rgrds,

Boadrius

0 项奖励
回复

876 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Boadrius

these examples has rotation and resizing and use ioctls,

as these are linux examples.

Best regards

igor

0 项奖励
回复