mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
modified readme.txt (#1609)
This commit is contained in:
parent
5c10bd5b79
commit
27ecc999cb
118
3rdparty/readme.txt
vendored
118
3rdparty/readme.txt
vendored
@ -1,80 +1,80 @@
|
||||
This folder contains libraries and headers of a few
|
||||
very popular still image codecs used by highgui.
|
||||
The libraries and headers are only to build Win32 and Win64 versions of OpenCV.
|
||||
This folder contains libraries and headers of a few very popular still image codecs
|
||||
used by highgui module.
|
||||
The libraries and headers are preferably to build Win32 and Win64 versions of OpenCV.
|
||||
On UNIX systems all the libraries are automatically detected by configure script.
|
||||
In order to use these versions of libraries instead of system ones on UNIX systems you
|
||||
should use BUILD_<library_name> CMake flags (for example, BUILD_PNG for the libpng library).
|
||||
|
||||
------------------------------------------------------------------------------------
|
||||
libjpeg 6b (6.2) - The Independent JPEG Group's JPEG software.
|
||||
Copyright (C) 1994-1997, Thomas G. Lane.
|
||||
See IGJ home page http://www.ijg.org
|
||||
for details and links to the source code
|
||||
libjpeg 6b (6.2) - The Independent JPEG Group's JPEG software.
|
||||
Copyright (C) 1994-1997, Thomas G. Lane.
|
||||
See IGJ home page http://www.ijg.org
|
||||
for details and links to the source code
|
||||
|
||||
HAVE_JPEG preprocessor flag must be set to make highgui use libjpeg.
|
||||
On UNIX systems configure script takes care of it.
|
||||
HAVE_JPEG preprocessor flag must be set to make highgui use libjpeg.
|
||||
On UNIX systems configure script takes care of it.
|
||||
------------------------------------------------------------------------------------
|
||||
libpng 1.4.3 - Portable Network Graphics library.
|
||||
Copyright (C) 1998-2010, Glenn Randers-Pehrson.
|
||||
See libpng home page http://www.libpng.org
|
||||
for details and links to the source code
|
||||
libpng 1.5.9 - Portable Network Graphics library.
|
||||
Copyright (C) 2004, 2006-2011 Glenn Randers-Pehrson.
|
||||
See libpng home page http://www.libpng.org
|
||||
for details and links to the source code
|
||||
|
||||
HAVE_PNG preprocessor flag must be set to make highgui use libpng.
|
||||
On UNIX systems configure script takes care of it.
|
||||
HAVE_PNG preprocessor flag must be set to make highgui use libpng.
|
||||
On UNIX systems configure script takes care of it.
|
||||
------------------------------------------------------------------------------------
|
||||
libtiff 3.9.5 - Tag Image File Format (TIFF) Software
|
||||
Copyright (c) 1988-1997 Sam Leffler
|
||||
Copyright (c) 1991-1997 Silicon Graphics, Inc.
|
||||
See libtiff home page http://www.libtiff.org
|
||||
for details and links to the source code
|
||||
libtiff 4.0.1 - Tag Image File Format (TIFF) Software
|
||||
Copyright (c) 1988-1997 Sam Leffler
|
||||
Copyright (c) 1991-1997 Silicon Graphics, Inc.
|
||||
See libtiff home page http://www.libtiff.org
|
||||
for details and links to the source code
|
||||
|
||||
HAVE_TIFF preprocessor flag must be set to make highgui use libtiff.
|
||||
On UNIX systems configure script takes care of it.
|
||||
|
||||
In this build support for ZIP (LZ77 compression), JPEG and LZW
|
||||
are included.
|
||||
HAVE_TIFF preprocessor flag must be set to make highgui use libtiff.
|
||||
On UNIX systems configure script takes care of it.
|
||||
In this build support for ZIP (LZ77 compression) is turned on.
|
||||
------------------------------------------------------------------------------------
|
||||
zlib 1.2.5 - General purpose LZ77 compression library
|
||||
Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler.
|
||||
See zlib home page http://www.gzip.org/zlib
|
||||
for details and links to the source code
|
||||
zlib 1.2.6 - General purpose LZ77 compression library
|
||||
Copyright (C) 1995-2012 Jean-loup Gailly and Mark Adler.
|
||||
See zlib home page http://www.zlib.net
|
||||
for details and links to the source code
|
||||
|
||||
No preprocessor definition is needed to make highgui use this library -
|
||||
it is included automatically if either libpng or libtiff are used.
|
||||
No preprocessor definition is needed to make highgui use this library -
|
||||
it is included automatically if either libpng or libtiff are used.
|
||||
------------------------------------------------------------------------------------
|
||||
jasper-1.900.1 - JasPer is a collection of software
|
||||
(i.e., a library and application programs) for the coding
|
||||
and manipulation of images. This software can handle image data in a
|
||||
variety of formats. One such format supported by JasPer is the JPEG-2000
|
||||
format defined in ISO/IEC 15444-1.
|
||||
jasper-1.900.1 - JasPer is a collection of software
|
||||
(i.e., a library and application programs) for the coding
|
||||
and manipulation of images. This software can handle image data in a
|
||||
variety of formats. One such format supported by JasPer is the JPEG-2000
|
||||
format defined in ISO/IEC 15444-1.
|
||||
|
||||
Copyright (c) 1999-2000 Image Power, Inc.
|
||||
Copyright (c) 1999-2000 The University of British Columbia
|
||||
Copyright (c) 2001-2003 Michael David Adams
|
||||
Copyright (c) 1999-2000 Image Power, Inc.
|
||||
Copyright (c) 1999-2000 The University of British Columbia
|
||||
Copyright (c) 2001-2003 Michael David Adams
|
||||
|
||||
The JasPer license can be found in src/libjasper.
|
||||
The JasPer license can be found in src/libjasper.
|
||||
|
||||
OpenCV on Windows uses pre-built libjasper library
|
||||
(lib/libjasper*). To get the latest source code,
|
||||
please, visit the project homepage:
|
||||
http://www.ece.uvic.ca/~mdadams/jasper/
|
||||
OpenCV on Windows uses pre-built libjasper library
|
||||
(lib/libjasper*). To get the latest source code,
|
||||
please, visit the project homepage:
|
||||
http://www.ece.uvic.ca/~mdadams/jasper/
|
||||
------------------------------------------------------------------------------------
|
||||
openexr-1.4.0 - OpenEXR is a high dynamic-range (HDR) image file format developed
|
||||
by Industrial Light & Magic for use in computer imaging applications.
|
||||
openexr-1.4.0 - OpenEXR is a high dynamic-range (HDR) image file format developed
|
||||
by Industrial Light & Magic for use in computer imaging applications.
|
||||
|
||||
Copyright (c) 2004, Industrial Light & Magic, a division of Lucasfilm
|
||||
Entertainment Company Ltd. Portions contributed and copyright held by
|
||||
others as indicated. All rights reserved.
|
||||
Copyright (c) 2004, Industrial Light & Magic, a division of Lucasfilm
|
||||
Entertainment Company Ltd. Portions contributed and copyright held by
|
||||
others as indicated. All rights reserved.
|
||||
|
||||
The project homepage: http://www.openexr.com/
|
||||
The project homepage: http://www.openexr.com/
|
||||
|
||||
OpenCV does not include openexr codec.
|
||||
To add it, you will need install OpenEXR, reconfigure OpenCV
|
||||
using CMake (make sure OpenEXR library is found) and the rebuild OpenCV.
|
||||
OpenCV does not include openexr codec.
|
||||
To add it, you will need install OpenEXR, reconfigure OpenCV
|
||||
using CMake (make sure OpenEXR library is found) and the rebuild OpenCV.
|
||||
------------------------------------------------------------------------------------
|
||||
ffmpeg-0.8.0 - FFmpeg is a complete, cross-platform solution to record,
|
||||
convert and stream audio and video. It includes libavcodec -
|
||||
the leading audio/video codec library, and also libavformat, libavutils and
|
||||
other helper libraries that are used by OpenCV (in highgui module) to
|
||||
read and write video files.
|
||||
ffmpeg-0.8.0 - FFmpeg is a complete, cross-platform solution to record,
|
||||
convert and stream audio and video. It includes libavcodec -
|
||||
the leading audio/video codec library, and also libavformat, libavutils and
|
||||
other helper libraries that are used by OpenCV (in highgui module) to
|
||||
read and write video files.
|
||||
|
||||
The project homepage: http://ffmpeg.org/
|
||||
The project homepage: http://ffmpeg.org/
|
||||
------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user