Open Source Computer Vision Library https://opencv.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Vadim Pisarevsky 2fd1e2ea57 merged all the latest changes from 2.4 to trunk 13 years ago
..
jasper moved image codecs' headers to the respective subdirectories; allow the user to use system zlib. 14 years ago
CMakeLists.txt merged all the latest changes from 2.4 to trunk 13 years ago
LICENSE "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
README "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jas_cm.c "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jas_debug.c fixed several warnings from Xcode 4 LLVM compiler; fixed bug #920 14 years ago
jas_getopt.c "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jas_icc.c fixed multiple GCC warnings on Ubuntu 11.04 14 years ago
jas_iccdata.c "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jas_image.c fixed multiple GCC warnings on Ubuntu 11.04 14 years ago
jas_init.c "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jas_malloc.c "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jas_seq.c fixed multiple GCC warnings on Ubuntu 11.04 14 years ago
jas_stream.c "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jas_string.c "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jas_tmr.c "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jas_tvp.c "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jas_version.c "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jp2_cod.c fixed multiple GCC warnings on Ubuntu 11.04 14 years ago
jp2_cod.h "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jp2_dec.c "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jp2_dec.h "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jp2_enc.c "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_bs.c "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_bs.h "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_cod.h "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_cs.c fixed multiple GCC warnings on Ubuntu 11.04 14 years ago
jpc_cs.h "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_dec.c fixed multiple GCC warnings on Ubuntu 11.04 14 years ago
jpc_dec.h "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_enc.c Fixed ~20 potential errors identified by the MS complier. 13 years ago
jpc_enc.h "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_fix.h "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_flt.h "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_math.c "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_math.h "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_mct.c "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_mct.h "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_mqcod.c "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_mqcod.h "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_mqdec.c fixed several warnings from Xcode 4 LLVM compiler; fixed bug #920 14 years ago
jpc_mqdec.h "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_mqenc.c fixed multiple GCC warnings on Ubuntu 11.04 14 years ago
jpc_mqenc.h "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_qmfb.c "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_qmfb.h "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_t1cod.c "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_t1cod.h "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_t1dec.c "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_t1dec.h "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_t1enc.c "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_t1enc.h "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_t2cod.c "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_t2cod.h "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_t2dec.c fixed several warnings from Xcode 4 LLVM compiler; fixed bug #920 14 years ago
jpc_t2dec.h "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_t2enc.c "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_t2enc.h "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_tagtree.c "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_tagtree.h "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_tsfb.c "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_tsfb.h "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_util.c "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
jpc_util.h "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago

README

JasPer Readme
*************

This is the source code distribution for JasPer. 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.

The complete licensing terms for the JasPer software can be found in
the file named "LICENSE" in the top level directory of this software
distribution. Any use of this software contrary to the terms of the
license is strictly prohibited. The changes made to the software
since the last release are described in the file "NEWS". Detailed
documentation on the JasPer software can be found in the JasPer Software
Reference Manual. This manual is located in the "doc" directory, and
includes useful information such as: 1) how to build, install, and use
the software, 2) how to submit report bugs, and 3) where to find
additional information about the software.

Enjoy! :)