NEON support in OpenCV

asked Jun 18 '14

Fran gravatar image

Hello!

Since it´s difficult to find some information in the web about this topic I´ll be asking this here. I would like to know if there is a list of openCV functions with NEON support. I´m working with a ZedBoard (Zynq-7000 SoC with Dual ARM Cortex A9) which runs Linux Ubuntu. If there is still almost no support for NEON (as I think it is the case) maybe there are some people out there interested in contributing in writing some code for this?

Greetings, Fran

Preview: (hide)

Comments

NEON support for OpenCV is under development. But it is hard to say which functions are supported. If you have a grep tool, searching for "NEON" will return you some information. check those sources for which are all functions are supported. It is started with macro #if CV_NEON

Abid Rahman K gravatar imageAbid Rahman K (Jun 18 '14)edit