Skip to content
/ argon Public

Basic Image processing primitives, optimized for ARM NEON.

License

Notifications You must be signed in to change notification settings

petecoup/argon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I wanted to try and learn ARM NEON.  After a lot of looking, I decided to try
and implement a few basic image processing algorithms, optimized for neon.
The nicest image processing library that I could find to work with was Python's
PIL.  A good share of that library is written in platform independent C.
The plan for argon is to implement some of the ImageOps, ImageStats, and
ImageFilters found in PIL, optimized for NEON.

A couple of nice NEON resources/reads:
http://gcc.gnu.org/onlinedocs/gcc/ARM-NEON-Intrinsics.html
(gcc page on NEON intrinsics).
http://blogs.arm.com/software-enablement/161-coding-for-neon-part-1-load-and-stores/
http://blogs.arm.com/software-enablement/196-coding-for-neon-part-2-dealing-with-leftovers/ 
http://blogs.arm.com/software-enablement/241-coding-for-neon-part-3-matrix-multiplication/
(Series of tutorials on programming for NEON).

About

Basic Image processing primitives, optimized for ARM NEON.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published