Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed freescal_cup_k22f
Diff: source/Camera.cpp
- Revision:
- 16:88433b5650df
- Parent:
- 15:b77dc649e4f3
- Child:
- 18:278f49df6df3
--- a/source/Camera.cpp Wed Jan 14 18:41:06 2015 +0000 +++ b/source/Camera.cpp Wed Jan 14 18:53:40 2015 +0000 @@ -63,7 +63,7 @@ // Actualisation de l'image filtrée for (i=0;i<128;i++) { - pixel[i]=(tamponpixel[i]+tamponpixel[255-i])/2; + pixel[i]=(tamponpixel[i]+tamponpixel[127+i])/2; } }