Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/biomimetics/imageproc-lib
Shared library for ImageProc projects
https://github.com/biomimetics/imageproc-lib
Last synced: 18 days ago
JSON representation
Shared library for ImageProc projects
- Host: GitHub
- URL: https://github.com/biomimetics/imageproc-lib
- Owner: biomimetics
- Created: 2011-10-01T02:48:43.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-11-19T18:34:41.000Z (almost 9 years ago)
- Last Synced: 2024-07-31T22:56:18.385Z (3 months ago)
- Language: C
- Homepage:
- Size: 774 KB
- Stars: 17
- Watchers: 5
- Forks: 44
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
All code licensed under the 3-clause modified-BSD license, unless
otherwise noted.Shared library for ImageProc projects
=====================================Description
-----------
A set of common modules developed for the ImageProc family of boards,
which use Microchip's dsPIC architecture.These modules work with ImageProc 2.5 boards. Support for older boards up to
version 2.4 can be found in the [ip24-maint](../../tree/ip24-maint) branch.Download code
-------------
https://github.com/biomimetics/imageproc-libUsage
-----
Place this library under the embedded source directory where your
ImageProc project resides (e.g. embedded/imageproc-lib/ if your project
is in embedded/project/), then modify your project so that it knows
where to find the library, and finally compile.Citing the library
------------------
If you would like to reference this code in a publication, please cite
these conference papers:- Fernando L. Garcia Bermudez and Ronald S. Fearing (2009)
[Optical Flow on a Flapping Wing Robot]
(http://dx.doi.org/10.1109/IROS.2009.5354337)
In IROS 2009. St. Louis, MO, USA.- Stanley S. Baek, Fernando L. Garcia Bermudez, and Ronald S. Fearing (2011)
[Flight Control for Target Seeking by 13 gram Ornithopter]
(http://dx.doi.org/10.1109/IROS.2011.6094581)
In IROS 2011. San Francisco, CA, USA.This material is based upon work supported by the National Science
Foundation under Grant No. IIS-0705429 and IIS-0931463. Any opinions,
findings, and conclusions or recommendations expressed in this material
are those of the author(s) and do not necessarily reflect the views of
the National Science Foundation.