mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 19:50:38 +08:00
e845184843
* #1538 from StevenPuttemans:bugfix_3283 * #1545 from alalek:ocl_test_fix_rng * #1551 from alalek:cmake_install_win * #1570 from ilya-lavrenov:ipp_warn_fix * #1573 from alalek:perf_simple_strategy * #1574 from alalek:svm_workaround * #1576 from alalek:ocl_fix_cl_double * #1577 from ilya-lavrenov:ocl_setto_opencl12 * #1578 from asmorkalov:android_fd_cp_fix * #1579 from ilya-lavrenov:ocl_norm * #1582 from sperrholz:ocl-arithm-additions * #1586 from ilya-lavrenov:ocl_setto_win_fix * #1589 from ilya-lavrenov:pr1582_fix * #1591 from alalek:ocl_remove_cl_hpp_h * #1592 from alalek:ocl_program_cache_update * #1593 from ilya-lavrenov:ocl_war_on_double * #1594 from ilya-lavrenov:ocl_perf * #1595 from alalek:cl_code_cleanup * #1596 from alalek:test_fix_run_py * #1597 from alalek:ocl_fix_cleanup * #1598 from alalek:ocl_fix_build_mac * #1599 from ilya-lavrenov:ocl_mac_kernel_warnings * #1601 from ilya-lavrenov:ocl_fix_tvl1_and_sparse * #1602 from alalek:ocl_test_dump_info * #1603 from ilya-lavrenov:ocl_disable_svm_noblas * #1605 from alalek:ocl_fixes * #1606 from ilya-lavrenov:ocl_imgproc * #1607 from ilya-lavrenov:ocl_fft_cleanup * #1608 from alalek:fix_warn_upd_haar * #1609 from ilya-lavrenov:ocl_some_optimization * #1610 from alalek:ocl_fix_perf_kalman * #1612 from alalek:ocl_fix_string_info * #1614 from ilya-lavrenov:ocl_svm_misprint * #1616 from ilya-lavrenov:ocl_cvtColor * #1617 from ilya-lavrenov:ocl_info * #1622 from a0byte:2.4 * #1625 from ilya-lavrenov:to_string Conflicts: cmake/OpenCVConfig.cmake cmake/OpenCVDetectPython.cmake cmake/OpenCVGenConfig.cmake modules/core/CMakeLists.txt modules/nonfree/src/surf.ocl.cpp modules/ocl/include/opencv2/ocl/ocl.hpp modules/ocl/include/opencv2/ocl/private/util.hpp modules/ocl/perf/main.cpp modules/ocl/src/arithm.cpp modules/ocl/src/cl_operations.cpp modules/ocl/src/cl_programcache.cpp modules/ocl/src/color.cpp modules/ocl/src/fft.cpp modules/ocl/src/filtering.cpp modules/ocl/src/gemm.cpp modules/ocl/src/haar.cpp modules/ocl/src/imgproc.cpp modules/ocl/src/matrix_operations.cpp modules/ocl/src/pyrlk.cpp modules/ocl/src/split_merge.cpp modules/ocl/src/svm.cpp modules/ocl/test/main.cpp modules/ocl/test/test_fft.cpp modules/ocl/test/test_moments.cpp modules/ocl/test/test_objdetect.cpp modules/ocl/test/test_optflow.cpp modules/ocl/test/utility.hpp modules/python/CMakeLists.txt modules/ts/include/opencv2/ts.hpp modules/ts/src/ts_perf.cpp samples/android/face-detection/jni/DetectionBasedTracker_jni.cpp |
||
---|---|---|
.. | ||
jasper | ||
changelog | ||
CMakeLists.txt | ||
copyright | ||
jas_cm.c | ||
jas_debug.c | ||
jas_getopt.c | ||
jas_icc.c | ||
jas_iccdata.c | ||
jas_image.c | ||
jas_init.c | ||
jas_malloc.c | ||
jas_seq.c | ||
jas_stream.c | ||
jas_string.c | ||
jas_tmr.c | ||
jas_tvp.c | ||
jas_version.c | ||
jp2_cod.c | ||
jp2_cod.h | ||
jp2_dec.c | ||
jp2_dec.h | ||
jp2_enc.c | ||
jpc_bs.c | ||
jpc_bs.h | ||
jpc_cod.h | ||
jpc_cs.c | ||
jpc_cs.h | ||
jpc_dec.c | ||
jpc_dec.h | ||
jpc_enc.c | ||
jpc_enc.h | ||
jpc_fix.h | ||
jpc_flt.h | ||
jpc_math.c | ||
jpc_math.h | ||
jpc_mct.c | ||
jpc_mct.h | ||
jpc_mqcod.c | ||
jpc_mqcod.h | ||
jpc_mqdec.c | ||
jpc_mqdec.h | ||
jpc_mqenc.c | ||
jpc_mqenc.h | ||
jpc_qmfb.c | ||
jpc_qmfb.h | ||
jpc_t1cod.c | ||
jpc_t1cod.h | ||
jpc_t1dec.c | ||
jpc_t1dec.h | ||
jpc_t1enc.c | ||
jpc_t1enc.h | ||
jpc_t2cod.c | ||
jpc_t2cod.h | ||
jpc_t2dec.c | ||
jpc_t2dec.h | ||
jpc_t2enc.c | ||
jpc_t2enc.h | ||
jpc_tagtree.c | ||
jpc_tagtree.h | ||
jpc_tsfb.c | ||
jpc_tsfb.h | ||
jpc_util.c | ||
jpc_util.h | ||
LICENSE | ||
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! :)