Open Source Computer Vision Library
Go to file
Bernd Kuhls c7045184ce types_c.h: Fix compiling VFP assembler code
Replace asm by __asm__ according to
https://gcc.gnu.org/onlinedocs/gcc/Alternate-Keywords.html#Alternate-Keywords
as suggested by Arnout Vandecappelle:
http://lists.busybox.net/pipermail/buildroot/2016-September/171491.html

to fix build errors in ffmpeg with opencv2 support detected by
buildroot autobuilders:
http://autobuild.buildroot.net/results/c32/c32a21240a9933796ee850349a62ff3c2314f25c/build-end.log

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
2016-09-06 12:25:09 +02:00
3rdparty libpng: fix NEON 2016-06-30 16:44:53 +03:00
apps add visualisation tool for 2.4 branch 2016-04-14 11:33:37 +02:00
cmake migration: github.com/opencv/opencv 2016-07-12 12:54:33 +03:00
data Test data necessary for python samples added to test package. 2016-03-17 11:38:40 +03:00
doc add reqiured includes to the "Load, Modify, and Save an Image" tutorial 2016-08-18 15:57:20 +03:00
include include available modules only 2016-01-20 13:14:20 +03:00
modules types_c.h: Fix compiling VFP assembler code 2016-09-06 12:25:09 +02:00
platforms Remove "INSTALL_NAME_DIR lib" target property 2016-01-21 16:07:56 -05:00
samples migration: github.com/opencv/opencv 2016-07-12 12:54:33 +03:00
.gitattributes Added more text/binary/whitespace attributes for files we have. 2013-08-21 18:59:24 +04:00
.gitignore updated .gitignore 2014-01-10 18:59:06 +04:00
.tgitconfig Add tgit.icon project config 2014-02-26 17:46:52 +08:00
CMakeLists.txt Merge pull request #6279 from terfendail:vt/pythontest_data 2016-03-17 12:27:12 +00:00
CONTRIBUTING.md migration: github.com/opencv/opencv 2016-07-12 12:54:33 +03:00
index.rst android -> plarforms/android 2013-05-27 11:10:38 +04:00
LICENSE Initial Linux packages build rools for CPack. 2014-01-21 20:34:36 +04:00
README.md Removed gittip link 2016-02-08 11:07:58 +03:00

OpenCV: Open Source Computer Vision Library

Resources

Contributing

Please read before starting work on a pull request: http://code.opencv.org/projects/opencv/wiki/How_to_contribute

Summary of guidelines:

  • One pull request per issue;
  • Choose the right base branch;
  • Include tests and documentation;
  • Clean up "oops" commits before submitting;
  • Follow the coding style guide.