Update to 2.0.0 tree from current Fremantle build master
authorOliver Hookins <ohookins@gmail.com>
Wed, 3 Aug 2011 22:32:53 +0000 (00:32 +0200)
committerOliver Hookins <ohookins@gmail.com>
Wed, 3 Aug 2011 22:32:53 +0000 (00:32 +0200)
commite4c14cdbdf2fe805e79cd96ded236f57e7b89060
tree63bc8b4f0edb082458363872d92eb9ce9c0ce60b
parent454138ff8a20f6edb9b65a910101403d8b520643
Update to 2.0.0 tree from current Fremantle build
3935 files changed:
3rdparty/CMakeLists.txt [new file with mode: 0644]
3rdparty/Makefile.am [new file with mode: 0644]
3rdparty/Makefile.in [new file with mode: 0644]
3rdparty/flann/CMakeLists.txt [new file with mode: 0644]
3rdparty/flann/algorithms/autotuned_index.h [new file with mode: 0644]
3rdparty/flann/algorithms/composite_index.h [new file with mode: 0644]
3rdparty/flann/algorithms/dist.cpp [new file with mode: 0644]
3rdparty/flann/algorithms/dist.h [new file with mode: 0644]
3rdparty/flann/algorithms/kdtree_index.h [new file with mode: 0644]
3rdparty/flann/algorithms/kmeans_index.h [new file with mode: 0644]
3rdparty/flann/algorithms/linear_index.h [new file with mode: 0644]
3rdparty/flann/algorithms/nn_index.h [new file with mode: 0644]
3rdparty/flann/constants.h [new file with mode: 0644]
3rdparty/flann/flann.cpp [new file with mode: 0644]
3rdparty/flann/flann.h [new file with mode: 0644]
3rdparty/flann/flann.hpp [new file with mode: 0644]
3rdparty/flann/nn/ground_truth.h [new file with mode: 0644]
3rdparty/flann/nn/index_testing.cpp [new file with mode: 0644]
3rdparty/flann/nn/index_testing.h [new file with mode: 0644]
3rdparty/flann/nn/simplex_downhill.h [new file with mode: 0644]
3rdparty/flann/util/allocator.h [new file with mode: 0644]
3rdparty/flann/util/common.h [new file with mode: 0644]
3rdparty/flann/util/heap.h [new file with mode: 0644]
3rdparty/flann/util/logger.cpp [new file with mode: 0644]
3rdparty/flann/util/logger.h [new file with mode: 0644]
3rdparty/flann/util/matrix.h [new file with mode: 0644]
3rdparty/flann/util/object_factory.h [new file with mode: 0644]
3rdparty/flann/util/random.cpp [new file with mode: 0644]
3rdparty/flann/util/random.h [new file with mode: 0644]
3rdparty/flann/util/result_set.h [new file with mode: 0644]
3rdparty/flann/util/saving.cpp [new file with mode: 0644]
3rdparty/flann/util/saving.h [new file with mode: 0644]
3rdparty/flann/util/timer.h [new file with mode: 0644]
3rdparty/ilmimf/LICENSE [new file with mode: 0644]
3rdparty/ilmimf/README [new file with mode: 0644]
3rdparty/include/OpenEXR/Iex.h [new file with mode: 0644]
3rdparty/include/OpenEXR/IexBaseExc.h [new file with mode: 0644]
3rdparty/include/OpenEXR/IexErrnoExc.h [new file with mode: 0644]
3rdparty/include/OpenEXR/IexMacros.h [new file with mode: 0644]
3rdparty/include/OpenEXR/IexMathExc.h [new file with mode: 0644]
3rdparty/include/OpenEXR/IexThrowErrnoExc.h [new file with mode: 0644]
3rdparty/include/OpenEXR/IlmThread.h [new file with mode: 0644]
3rdparty/include/OpenEXR/IlmThreadMutex.h [new file with mode: 0644]
3rdparty/include/OpenEXR/IlmThreadPool.h [new file with mode: 0644]
3rdparty/include/OpenEXR/IlmThreadSemaphore.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImathBox.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImathBoxAlgo.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImathColor.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImathColorAlgo.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImathEuler.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImathExc.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImathFrame.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImathFrustum.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImathFun.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImathGL.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImathGLU.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImathHalfLimits.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImathInterval.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImathLimits.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImathLine.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImathLineAlgo.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImathMath.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImathMatrix.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImathMatrixAlgo.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImathPlane.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImathPlatform.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImathQuat.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImathRandom.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImathRoots.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImathShear.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImathSphere.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImathVec.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImathVecAlgo.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfArray.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfAttribute.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfBoxAttribute.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfCRgbaFile.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfChannelList.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfChannelListAttribute.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfChromaticities.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfChromaticitiesAttribute.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfCompression.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfCompressionAttribute.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfConvert.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfDoubleAttribute.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfEnvmap.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfEnvmapAttribute.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfFloatAttribute.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfFrameBuffer.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfHeader.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfHuf.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfIO.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfInputFile.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfInt64.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfIntAttribute.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfKeyCode.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfKeyCodeAttribute.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfLineOrder.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfLineOrderAttribute.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfLut.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfMatrixAttribute.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfName.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfOpaqueAttribute.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfOutputFile.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfPixelType.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfPreviewImage.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfPreviewImageAttribute.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfRgba.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfRgbaFile.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfRgbaYca.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfStandardAttributes.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfStdIO.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfStringAttribute.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfTestFile.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfThreading.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfTileDescription.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfTileDescriptionAttribute.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfTiledInputFile.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfTiledOutputFile.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfTiledRgbaFile.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfTimeCode.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfTimeCodeAttribute.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfVecAttribute.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfVersion.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfWav.h [new file with mode: 0644]
3rdparty/include/OpenEXR/ImfXdr.h [new file with mode: 0644]
3rdparty/include/OpenEXR/OpenEXRConfig.h [new file with mode: 0644]
3rdparty/include/OpenEXR/half.h [new file with mode: 0644]
3rdparty/include/OpenEXR/halfFunction.h [new file with mode: 0644]
3rdparty/include/OpenEXR/halfLimits.h [new file with mode: 0644]
3rdparty/include/cblas.h [new file with mode: 0644]
3rdparty/include/clapack.h [new file with mode: 0644]
3rdparty/include/f2c.h [new file with mode: 0644]
3rdparty/include/ffmpeg_/adler32.h [new file with mode: 0644]
3rdparty/include/ffmpeg_/avcodec.h [new file with mode: 0644]
3rdparty/include/ffmpeg_/avdevice.h [new file with mode: 0644]
3rdparty/include/ffmpeg_/avformat.h [new file with mode: 0644]
3rdparty/include/ffmpeg_/avio.h [new file with mode: 0644]
3rdparty/include/ffmpeg_/avstring.h [new file with mode: 0644]
3rdparty/include/ffmpeg_/avutil.h [new file with mode: 0644]
3rdparty/include/ffmpeg_/base64.h [new file with mode: 0644]
3rdparty/include/ffmpeg_/common.h [new file with mode: 0644]
3rdparty/include/ffmpeg_/crc.h [new file with mode: 0644]
3rdparty/include/ffmpeg_/fifo.h [new file with mode: 0644]
3rdparty/include/ffmpeg_/imgconvert.h [new file with mode: 0644]
3rdparty/include/ffmpeg_/integer.h [new file with mode: 0644]
3rdparty/include/ffmpeg_/intfloat_readwrite.h [new file with mode: 0644]
3rdparty/include/ffmpeg_/log.h [new file with mode: 0644]
3rdparty/include/ffmpeg_/lzo.h [new file with mode: 0644]
3rdparty/include/ffmpeg_/mathematics.h [new file with mode: 0644]
3rdparty/include/ffmpeg_/md5.h [new file with mode: 0644]
3rdparty/include/ffmpeg_/mem.h [new file with mode: 0644]
3rdparty/include/ffmpeg_/opt.h [new file with mode: 0644]
3rdparty/include/ffmpeg_/pixfmt.h [new file with mode: 0644]
3rdparty/include/ffmpeg_/random.h [new file with mode: 0644]
3rdparty/include/ffmpeg_/rational.h [new file with mode: 0644]
3rdparty/include/ffmpeg_/rgb2rgb.h [new file with mode: 0644]
3rdparty/include/ffmpeg_/rtp.h [new file with mode: 0644]
3rdparty/include/ffmpeg_/rtsp.h [new file with mode: 0644]
3rdparty/include/ffmpeg_/rtspcodes.h [new file with mode: 0644]
3rdparty/include/ffmpeg_/sha1.h [new file with mode: 0644]
3rdparty/include/ffmpeg_/vdpau.h [new file with mode: 0644]
3rdparty/include/ffmpeg_/xvmc.h [new file with mode: 0644]
3rdparty/include/flann/common.h [new file with mode: 0644]
3rdparty/include/flann/constants.h [new file with mode: 0644]
3rdparty/include/flann/flann.h [new file with mode: 0644]
3rdparty/include/flann/flann.hpp [new file with mode: 0644]
3rdparty/include/flann/matrix.h [new file with mode: 0644]
3rdparty/include/flann/random.h [new file with mode: 0644]
3rdparty/include/jasper/jas_cm.h [new file with mode: 0644]
3rdparty/include/jasper/jas_config.h [new file with mode: 0644]
3rdparty/include/jasper/jas_config.h.in [new file with mode: 0644]
3rdparty/include/jasper/jas_config2.h [new file with mode: 0644]
3rdparty/include/jasper/jas_debug.h [new file with mode: 0644]
3rdparty/include/jasper/jas_fix.h [new file with mode: 0644]
3rdparty/include/jasper/jas_getopt.h [new file with mode: 0644]
3rdparty/include/jasper/jas_icc.h [new file with mode: 0644]
3rdparty/include/jasper/jas_image.h [new file with mode: 0644]
3rdparty/include/jasper/jas_init.h [new file with mode: 0644]
3rdparty/include/jasper/jas_malloc.h [new file with mode: 0644]
3rdparty/include/jasper/jas_math.h [new file with mode: 0644]
3rdparty/include/jasper/jas_seq.h [new file with mode: 0644]
3rdparty/include/jasper/jas_stream.h [new file with mode: 0644]
3rdparty/include/jasper/jas_string.h [new file with mode: 0644]
3rdparty/include/jasper/jas_tmr.h [new file with mode: 0644]
3rdparty/include/jasper/jas_tvp.h [new file with mode: 0644]
3rdparty/include/jasper/jas_types.h [new file with mode: 0644]
3rdparty/include/jasper/jas_version.h [new file with mode: 0644]
3rdparty/include/jasper/jasper.h [new file with mode: 0644]
3rdparty/include/jconfig.h [new file with mode: 0644]
3rdparty/include/jmorecfg.h [new file with mode: 0644]
3rdparty/include/jpeglib.h [new file with mode: 0644]
3rdparty/include/msc_inttypes.h [new file with mode: 0644]
3rdparty/include/msc_stdint.h [new file with mode: 0644]
3rdparty/include/png.h [new file with mode: 0644]
3rdparty/include/pngconf.h [new file with mode: 0644]
3rdparty/include/tiff.h [new file with mode: 0644]
3rdparty/include/tiffio.h [new file with mode: 0644]
3rdparty/include/tiffvers.h [new file with mode: 0644]
3rdparty/include/videoInput.h [new file with mode: 0644]
3rdparty/include/zconf.h [new file with mode: 0644]
3rdparty/include/zlib.h [new file with mode: 0644]
3rdparty/lapack/CMakeLists.txt [new file with mode: 0644]
3rdparty/lapack/COPYING [new file with mode: 0644]
3rdparty/lapack/dasum.c [new file with mode: 0644]
3rdparty/lapack/daxpy.c [new file with mode: 0644]
3rdparty/lapack/dbdsdc.c [new file with mode: 0644]
3rdparty/lapack/dbdsqr.c [new file with mode: 0644]
3rdparty/lapack/dcopy.c [new file with mode: 0644]
3rdparty/lapack/ddot.c [new file with mode: 0644]
3rdparty/lapack/dgebd2.c [new file with mode: 0644]
3rdparty/lapack/dgebrd.c [new file with mode: 0644]
3rdparty/lapack/dgelq2.c [new file with mode: 0644]
3rdparty/lapack/dgelqf.c [new file with mode: 0644]
3rdparty/lapack/dgels.c [new file with mode: 0644]
3rdparty/lapack/dgelsd.c [new file with mode: 0644]
3rdparty/lapack/dgemm.c [new file with mode: 0644]
3rdparty/lapack/dgemv.c [new file with mode: 0644]
3rdparty/lapack/dgeqr2.c [new file with mode: 0644]
3rdparty/lapack/dgeqrf.c [new file with mode: 0644]
3rdparty/lapack/dger.c [new file with mode: 0644]
3rdparty/lapack/dgesdd.c [new file with mode: 0644]
3rdparty/lapack/dgesv.c [new file with mode: 0644]
3rdparty/lapack/dgetf2.c [new file with mode: 0644]
3rdparty/lapack/dgetrf.c [new file with mode: 0644]
3rdparty/lapack/dgetri.c [new file with mode: 0644]
3rdparty/lapack/dgetrs.c [new file with mode: 0644]
3rdparty/lapack/dlabad.c [new file with mode: 0644]
3rdparty/lapack/dlabrd.c [new file with mode: 0644]
3rdparty/lapack/dlacpy.c [new file with mode: 0644]
3rdparty/lapack/dlae2.c [new file with mode: 0644]
3rdparty/lapack/dlaebz.c [new file with mode: 0644]
3rdparty/lapack/dlaed0.c [new file with mode: 0644]
3rdparty/lapack/dlaed1.c [new file with mode: 0644]
3rdparty/lapack/dlaed2.c [new file with mode: 0644]
3rdparty/lapack/dlaed3.c [new file with mode: 0644]
3rdparty/lapack/dlaed4.c [new file with mode: 0644]
3rdparty/lapack/dlaed5.c [new file with mode: 0644]
3rdparty/lapack/dlaed6.c [new file with mode: 0644]
3rdparty/lapack/dlaed7.c [new file with mode: 0644]
3rdparty/lapack/dlaed8.c [new file with mode: 0644]
3rdparty/lapack/dlaed9.c [new file with mode: 0644]
3rdparty/lapack/dlaeda.c [new file with mode: 0644]
3rdparty/lapack/dlaev2.c [new file with mode: 0644]
3rdparty/lapack/dlagtf.c [new file with mode: 0644]
3rdparty/lapack/dlagts.c [new file with mode: 0644]
3rdparty/lapack/dlaisnan.c [new file with mode: 0644]
3rdparty/lapack/dlals0.c [new file with mode: 0644]
3rdparty/lapack/dlalsa.c [new file with mode: 0644]
3rdparty/lapack/dlalsd.c [new file with mode: 0644]
3rdparty/lapack/dlamch.c [new file with mode: 0644]
3rdparty/lapack/dlamrg.c [new file with mode: 0644]
3rdparty/lapack/dlaneg.c [new file with mode: 0644]
3rdparty/lapack/dlange.c [new file with mode: 0644]
3rdparty/lapack/dlanst.c [new file with mode: 0644]
3rdparty/lapack/dlansy.c [new file with mode: 0644]
3rdparty/lapack/dlapy2.c [new file with mode: 0644]
3rdparty/lapack/dlar1v.c [new file with mode: 0644]
3rdparty/lapack/dlarf.c [new file with mode: 0644]
3rdparty/lapack/dlarfb.c [new file with mode: 0644]
3rdparty/lapack/dlarfg.c [new file with mode: 0644]
3rdparty/lapack/dlarft.c [new file with mode: 0644]
3rdparty/lapack/dlarnv.c [new file with mode: 0644]
3rdparty/lapack/dlarra.c [new file with mode: 0644]
3rdparty/lapack/dlarrb.c [new file with mode: 0644]
3rdparty/lapack/dlarrc.c [new file with mode: 0644]
3rdparty/lapack/dlarrd.c [new file with mode: 0644]
3rdparty/lapack/dlarre.c [new file with mode: 0644]
3rdparty/lapack/dlarrf.c [new file with mode: 0644]
3rdparty/lapack/dlarrj.c [new file with mode: 0644]
3rdparty/lapack/dlarrk.c [new file with mode: 0644]
3rdparty/lapack/dlarrr.c [new file with mode: 0644]
3rdparty/lapack/dlarrv.c [new file with mode: 0644]
3rdparty/lapack/dlartg.c [new file with mode: 0644]
3rdparty/lapack/dlaruv.c [new file with mode: 0644]
3rdparty/lapack/dlas2.c [new file with mode: 0644]
3rdparty/lapack/dlascl.c [new file with mode: 0644]
3rdparty/lapack/dlasd0.c [new file with mode: 0644]
3rdparty/lapack/dlasd1.c [new file with mode: 0644]
3rdparty/lapack/dlasd2.c [new file with mode: 0644]
3rdparty/lapack/dlasd3.c [new file with mode: 0644]
3rdparty/lapack/dlasd4.c [new file with mode: 0644]
3rdparty/lapack/dlasd5.c [new file with mode: 0644]
3rdparty/lapack/dlasd6.c [new file with mode: 0644]
3rdparty/lapack/dlasd7.c [new file with mode: 0644]
3rdparty/lapack/dlasd8.c [new file with mode: 0644]
3rdparty/lapack/dlasda.c [new file with mode: 0644]
3rdparty/lapack/dlasdq.c [new file with mode: 0644]
3rdparty/lapack/dlasdt.c [new file with mode: 0644]
3rdparty/lapack/dlaset.c [new file with mode: 0644]
3rdparty/lapack/dlasq1.c [new file with mode: 0644]
3rdparty/lapack/dlasq2.c [new file with mode: 0644]
3rdparty/lapack/dlasq3.c [new file with mode: 0644]
3rdparty/lapack/dlasq4.c [new file with mode: 0644]
3rdparty/lapack/dlasq5.c [new file with mode: 0644]
3rdparty/lapack/dlasq6.c [new file with mode: 0644]
3rdparty/lapack/dlasr.c [new file with mode: 0644]
3rdparty/lapack/dlasrt.c [new file with mode: 0644]
3rdparty/lapack/dlassq.c [new file with mode: 0644]
3rdparty/lapack/dlasv2.c [new file with mode: 0644]
3rdparty/lapack/dlaswp.c [new file with mode: 0644]
3rdparty/lapack/dlasyf.c [new file with mode: 0644]
3rdparty/lapack/dlatrd.c [new file with mode: 0644]
3rdparty/lapack/dlauu2.c [new file with mode: 0644]
3rdparty/lapack/dlauum.c [new file with mode: 0644]
3rdparty/lapack/dlazq3.c [new file with mode: 0644]
3rdparty/lapack/dlazq4.c [new file with mode: 0644]
3rdparty/lapack/dnrm2.c [new file with mode: 0644]
3rdparty/lapack/dorg2r.c [new file with mode: 0644]
3rdparty/lapack/dorgbr.c [new file with mode: 0644]
3rdparty/lapack/dorgl2.c [new file with mode: 0644]
3rdparty/lapack/dorglq.c [new file with mode: 0644]
3rdparty/lapack/dorgqr.c [new file with mode: 0644]
3rdparty/lapack/dorm2l.c [new file with mode: 0644]
3rdparty/lapack/dorm2r.c [new file with mode: 0644]
3rdparty/lapack/dormbr.c [new file with mode: 0644]
3rdparty/lapack/dorml2.c [new file with mode: 0644]
3rdparty/lapack/dormlq.c [new file with mode: 0644]
3rdparty/lapack/dormql.c [new file with mode: 0644]
3rdparty/lapack/dormqr.c [new file with mode: 0644]
3rdparty/lapack/dormtr.c [new file with mode: 0644]
3rdparty/lapack/dpotf2.c [new file with mode: 0644]
3rdparty/lapack/dpotrf.c [new file with mode: 0644]
3rdparty/lapack/dpotri.c [new file with mode: 0644]
3rdparty/lapack/dpotrs.c [new file with mode: 0644]
3rdparty/lapack/drot.c [new file with mode: 0644]
3rdparty/lapack/dscal.c [new file with mode: 0644]
3rdparty/lapack/dstebz.c [new file with mode: 0644]
3rdparty/lapack/dstein.c [new file with mode: 0644]
3rdparty/lapack/dstemr.c [new file with mode: 0644]
3rdparty/lapack/dsteqr.c [new file with mode: 0644]
3rdparty/lapack/dsterf.c [new file with mode: 0644]
3rdparty/lapack/dswap.c [new file with mode: 0644]
3rdparty/lapack/dsyevr.c [new file with mode: 0644]
3rdparty/lapack/dsymv.c [new file with mode: 0644]
3rdparty/lapack/dsyr.c [new file with mode: 0644]
3rdparty/lapack/dsyr2.c [new file with mode: 0644]
3rdparty/lapack/dsyr2k.c [new file with mode: 0644]
3rdparty/lapack/dsyrk.c [new file with mode: 0644]
3rdparty/lapack/dsytd2.c [new file with mode: 0644]
3rdparty/lapack/dsytf2.c [new file with mode: 0644]
3rdparty/lapack/dsytrd.c [new file with mode: 0644]
3rdparty/lapack/dsytrf.c [new file with mode: 0644]
3rdparty/lapack/dsytri.c [new file with mode: 0644]
3rdparty/lapack/dsytrs.c [new file with mode: 0644]
3rdparty/lapack/dtrmm.c [new file with mode: 0644]
3rdparty/lapack/dtrmv.c [new file with mode: 0644]
3rdparty/lapack/dtrsm.c [new file with mode: 0644]
3rdparty/lapack/dtrti2.c [new file with mode: 0644]
3rdparty/lapack/dtrtri.c [new file with mode: 0644]
3rdparty/lapack/dtrtrs.c [new file with mode: 0644]
3rdparty/lapack/f77_aloc.c [new file with mode: 0644]
3rdparty/lapack/idamax.c [new file with mode: 0644]
3rdparty/lapack/ieeeck.c [new file with mode: 0644]
3rdparty/lapack/ilaenv.c [new file with mode: 0644]
3rdparty/lapack/iparmq.c [new file with mode: 0644]
3rdparty/lapack/isamax.c [new file with mode: 0644]
3rdparty/lapack/pow_di.c [new file with mode: 0644]
3rdparty/lapack/pow_ii.c [new file with mode: 0644]
3rdparty/lapack/pow_ri.c [new file with mode: 0644]
3rdparty/lapack/precomp.c [new file with mode: 0644]
3rdparty/lapack/s_cat.c [new file with mode: 0644]
3rdparty/lapack/s_cmp.c [new file with mode: 0644]
3rdparty/lapack/s_copy.c [new file with mode: 0644]
3rdparty/lapack/sasum.c [new file with mode: 0644]
3rdparty/lapack/saxpy.c [new file with mode: 0644]
3rdparty/lapack/sbdsdc.c [new file with mode: 0644]
3rdparty/lapack/sbdsqr.c [new file with mode: 0644]
3rdparty/lapack/scopy.c [new file with mode: 0644]
3rdparty/lapack/sdot.c [new file with mode: 0644]
3rdparty/lapack/sgebd2.c [new file with mode: 0644]
3rdparty/lapack/sgebrd.c [new file with mode: 0644]
3rdparty/lapack/sgelq2.c [new file with mode: 0644]
3rdparty/lapack/sgelqf.c [new file with mode: 0644]
3rdparty/lapack/sgels.c [new file with mode: 0644]
3rdparty/lapack/sgelsd.c [new file with mode: 0644]
3rdparty/lapack/sgemm.c [new file with mode: 0644]
3rdparty/lapack/sgemv.c [new file with mode: 0644]
3rdparty/lapack/sgeqr2.c [new file with mode: 0644]
3rdparty/lapack/sgeqrf.c [new file with mode: 0644]
3rdparty/lapack/sger.c [new file with mode: 0644]
3rdparty/lapack/sgesdd.c [new file with mode: 0644]
3rdparty/lapack/sgesv.c [new file with mode: 0644]
3rdparty/lapack/sgetf2.c [new file with mode: 0644]
3rdparty/lapack/sgetrf.c [new file with mode: 0644]
3rdparty/lapack/sgetri.c [new file with mode: 0644]
3rdparty/lapack/sgetrs.c [new file with mode: 0644]
3rdparty/lapack/slabad.c [new file with mode: 0644]
3rdparty/lapack/slabrd.c [new file with mode: 0644]
3rdparty/lapack/slacpy.c [new file with mode: 0644]
3rdparty/lapack/slae2.c [new file with mode: 0644]
3rdparty/lapack/slaebz.c [new file with mode: 0644]
3rdparty/lapack/slaed0.c [new file with mode: 0644]
3rdparty/lapack/slaed1.c [new file with mode: 0644]
3rdparty/lapack/slaed2.c [new file with mode: 0644]
3rdparty/lapack/slaed3.c [new file with mode: 0644]
3rdparty/lapack/slaed4.c [new file with mode: 0644]
3rdparty/lapack/slaed5.c [new file with mode: 0644]
3rdparty/lapack/slaed6.c [new file with mode: 0644]
3rdparty/lapack/slaed7.c [new file with mode: 0644]
3rdparty/lapack/slaed8.c [new file with mode: 0644]
3rdparty/lapack/slaed9.c [new file with mode: 0644]
3rdparty/lapack/slaeda.c [new file with mode: 0644]
3rdparty/lapack/slaev2.c [new file with mode: 0644]
3rdparty/lapack/slagtf.c [new file with mode: 0644]
3rdparty/lapack/slagts.c [new file with mode: 0644]
3rdparty/lapack/slaisnan.c [new file with mode: 0644]
3rdparty/lapack/slals0.c [new file with mode: 0644]
3rdparty/lapack/slalsa.c [new file with mode: 0644]
3rdparty/lapack/slalsd.c [new file with mode: 0644]
3rdparty/lapack/slamch.c [new file with mode: 0644]
3rdparty/lapack/slamrg.c [new file with mode: 0644]
3rdparty/lapack/slaneg.c [new file with mode: 0644]
3rdparty/lapack/slange.c [new file with mode: 0644]
3rdparty/lapack/slanst.c [new file with mode: 0644]
3rdparty/lapack/slansy.c [new file with mode: 0644]
3rdparty/lapack/slapy2.c [new file with mode: 0644]
3rdparty/lapack/slar1v.c [new file with mode: 0644]
3rdparty/lapack/slarf.c [new file with mode: 0644]
3rdparty/lapack/slarfb.c [new file with mode: 0644]
3rdparty/lapack/slarfg.c [new file with mode: 0644]
3rdparty/lapack/slarft.c [new file with mode: 0644]
3rdparty/lapack/slarnv.c [new file with mode: 0644]
3rdparty/lapack/slarra.c [new file with mode: 0644]
3rdparty/lapack/slarrb.c [new file with mode: 0644]
3rdparty/lapack/slarrc.c [new file with mode: 0644]
3rdparty/lapack/slarrd.c [new file with mode: 0644]
3rdparty/lapack/slarre.c [new file with mode: 0644]
3rdparty/lapack/slarrf.c [new file with mode: 0644]
3rdparty/lapack/slarrj.c [new file with mode: 0644]
3rdparty/lapack/slarrk.c [new file with mode: 0644]
3rdparty/lapack/slarrr.c [new file with mode: 0644]
3rdparty/lapack/slarrv.c [new file with mode: 0644]
3rdparty/lapack/slartg.c [new file with mode: 0644]
3rdparty/lapack/slaruv.c [new file with mode: 0644]
3rdparty/lapack/slas2.c [new file with mode: 0644]
3rdparty/lapack/slascl.c [new file with mode: 0644]
3rdparty/lapack/slasd0.c [new file with mode: 0644]
3rdparty/lapack/slasd1.c [new file with mode: 0644]
3rdparty/lapack/slasd2.c [new file with mode: 0644]
3rdparty/lapack/slasd3.c [new file with mode: 0644]
3rdparty/lapack/slasd4.c [new file with mode: 0644]
3rdparty/lapack/slasd5.c [new file with mode: 0644]
3rdparty/lapack/slasd6.c [new file with mode: 0644]
3rdparty/lapack/slasd7.c [new file with mode: 0644]
3rdparty/lapack/slasd8.c [new file with mode: 0644]
3rdparty/lapack/slasda.c [new file with mode: 0644]
3rdparty/lapack/slasdq.c [new file with mode: 0644]
3rdparty/lapack/slasdt.c [new file with mode: 0644]
3rdparty/lapack/slaset.c [new file with mode: 0644]
3rdparty/lapack/slasq1.c [new file with mode: 0644]
3rdparty/lapack/slasq2.c [new file with mode: 0644]
3rdparty/lapack/slasq3.c [new file with mode: 0644]
3rdparty/lapack/slasq4.c [new file with mode: 0644]
3rdparty/lapack/slasq5.c [new file with mode: 0644]
3rdparty/lapack/slasq6.c [new file with mode: 0644]
3rdparty/lapack/slasr.c [new file with mode: 0644]
3rdparty/lapack/slasrt.c [new file with mode: 0644]
3rdparty/lapack/slassq.c [new file with mode: 0644]
3rdparty/lapack/slasv2.c [new file with mode: 0644]
3rdparty/lapack/slaswp.c [new file with mode: 0644]
3rdparty/lapack/slatrd.c [new file with mode: 0644]
3rdparty/lapack/slauu2.c [new file with mode: 0644]
3rdparty/lapack/slauum.c [new file with mode: 0644]
3rdparty/lapack/slazq3.c [new file with mode: 0644]
3rdparty/lapack/slazq4.c [new file with mode: 0644]
3rdparty/lapack/snrm2.c [new file with mode: 0644]
3rdparty/lapack/sorg2r.c [new file with mode: 0644]
3rdparty/lapack/sorgbr.c [new file with mode: 0644]
3rdparty/lapack/sorgl2.c [new file with mode: 0644]
3rdparty/lapack/sorglq.c [new file with mode: 0644]
3rdparty/lapack/sorgqr.c [new file with mode: 0644]
3rdparty/lapack/sorm2l.c [new file with mode: 0644]
3rdparty/lapack/sorm2r.c [new file with mode: 0644]
3rdparty/lapack/sormbr.c [new file with mode: 0644]
3rdparty/lapack/sorml2.c [new file with mode: 0644]
3rdparty/lapack/sormlq.c [new file with mode: 0644]
3rdparty/lapack/sormql.c [new file with mode: 0644]
3rdparty/lapack/sormqr.c [new file with mode: 0644]
3rdparty/lapack/sormtr.c [new file with mode: 0644]
3rdparty/lapack/spotf2.c [new file with mode: 0644]
3rdparty/lapack/spotrf.c [new file with mode: 0644]
3rdparty/lapack/spotri.c [new file with mode: 0644]
3rdparty/lapack/spotrs.c [new file with mode: 0644]
3rdparty/lapack/srot.c [new file with mode: 0644]
3rdparty/lapack/sscal.c [new file with mode: 0644]
3rdparty/lapack/sstebz.c [new file with mode: 0644]
3rdparty/lapack/sstein.c [new file with mode: 0644]
3rdparty/lapack/sstemr.c [new file with mode: 0644]
3rdparty/lapack/ssteqr.c [new file with mode: 0644]
3rdparty/lapack/ssterf.c [new file with mode: 0644]
3rdparty/lapack/sswap.c [new file with mode: 0644]
3rdparty/lapack/ssyevr.c [new file with mode: 0644]
3rdparty/lapack/ssymv.c [new file with mode: 0644]
3rdparty/lapack/ssyr2.c [new file with mode: 0644]
3rdparty/lapack/ssyr2k.c [new file with mode: 0644]
3rdparty/lapack/ssyrk.c [new file with mode: 0644]
3rdparty/lapack/ssytd2.c [new file with mode: 0644]
3rdparty/lapack/ssytrd.c [new file with mode: 0644]
3rdparty/lapack/strmm.c [new file with mode: 0644]
3rdparty/lapack/strmv.c [new file with mode: 0644]
3rdparty/lapack/strsm.c [new file with mode: 0644]
3rdparty/lapack/strti2.c [new file with mode: 0644]
3rdparty/lapack/strtri.c [new file with mode: 0644]
3rdparty/lapack/strtrs.c [new file with mode: 0644]
3rdparty/lapack/xerbla.c [new file with mode: 0644]
3rdparty/libjasper/CMakeLists.txt [new file with mode: 0644]
3rdparty/libjasper/LICENSE [new file with mode: 0644]
3rdparty/libjasper/README [new file with mode: 0644]
3rdparty/libjasper/jas_cm.c [new file with mode: 0644]
3rdparty/libjasper/jas_debug.c [new file with mode: 0644]
3rdparty/libjasper/jas_getopt.c [new file with mode: 0644]
3rdparty/libjasper/jas_icc.c [new file with mode: 0644]
3rdparty/libjasper/jas_iccdata.c [new file with mode: 0644]
3rdparty/libjasper/jas_image.c [new file with mode: 0644]
3rdparty/libjasper/jas_init.c [new file with mode: 0644]
3rdparty/libjasper/jas_malloc.c [new file with mode: 0644]
3rdparty/libjasper/jas_seq.c [new file with mode: 0644]
3rdparty/libjasper/jas_stream.c [new file with mode: 0644]
3rdparty/libjasper/jas_string.c [new file with mode: 0644]
3rdparty/libjasper/jas_tmr.c [new file with mode: 0644]
3rdparty/libjasper/jas_tvp.c [new file with mode: 0644]
3rdparty/libjasper/jas_version.c [new file with mode: 0644]
3rdparty/libjasper/jp2_cod.c [new file with mode: 0644]
3rdparty/libjasper/jp2_cod.h [new file with mode: 0644]
3rdparty/libjasper/jp2_dec.c [new file with mode: 0644]
3rdparty/libjasper/jp2_dec.h [new file with mode: 0644]
3rdparty/libjasper/jp2_enc.c [new file with mode: 0644]
3rdparty/libjasper/jpc_bs.c [new file with mode: 0644]
3rdparty/libjasper/jpc_bs.h [new file with mode: 0644]
3rdparty/libjasper/jpc_cod.h [new file with mode: 0644]
3rdparty/libjasper/jpc_cs.c [new file with mode: 0644]
3rdparty/libjasper/jpc_cs.h [new file with mode: 0644]
3rdparty/libjasper/jpc_dec.c [new file with mode: 0644]
3rdparty/libjasper/jpc_dec.h [new file with mode: 0644]
3rdparty/libjasper/jpc_enc.c [new file with mode: 0644]
3rdparty/libjasper/jpc_enc.h [new file with mode: 0644]
3rdparty/libjasper/jpc_fix.h [new file with mode: 0644]
3rdparty/libjasper/jpc_flt.h [new file with mode: 0644]
3rdparty/libjasper/jpc_math.c [new file with mode: 0644]
3rdparty/libjasper/jpc_math.h [new file with mode: 0644]
3rdparty/libjasper/jpc_mct.c [new file with mode: 0644]
3rdparty/libjasper/jpc_mct.h [new file with mode: 0644]
3rdparty/libjasper/jpc_mqcod.c [new file with mode: 0644]
3rdparty/libjasper/jpc_mqcod.h [new file with mode: 0644]
3rdparty/libjasper/jpc_mqdec.c [new file with mode: 0644]
3rdparty/libjasper/jpc_mqdec.h [new file with mode: 0644]
3rdparty/libjasper/jpc_mqenc.c [new file with mode: 0644]
3rdparty/libjasper/jpc_mqenc.h [new file with mode: 0644]
3rdparty/libjasper/jpc_qmfb.c [new file with mode: 0644]
3rdparty/libjasper/jpc_qmfb.h [new file with mode: 0644]
3rdparty/libjasper/jpc_t1cod.c [new file with mode: 0644]
3rdparty/libjasper/jpc_t1cod.h [new file with mode: 0644]
3rdparty/libjasper/jpc_t1dec.c [new file with mode: 0644]
3rdparty/libjasper/jpc_t1dec.h [new file with mode: 0644]
3rdparty/libjasper/jpc_t1enc.c [new file with mode: 0644]
3rdparty/libjasper/jpc_t1enc.h [new file with mode: 0644]
3rdparty/libjasper/jpc_t2cod.c [new file with mode: 0644]
3rdparty/libjasper/jpc_t2cod.h [new file with mode: 0644]
3rdparty/libjasper/jpc_t2dec.c [new file with mode: 0644]
3rdparty/libjasper/jpc_t2dec.h [new file with mode: 0644]
3rdparty/libjasper/jpc_t2enc.c [new file with mode: 0644]
3rdparty/libjasper/jpc_t2enc.h [new file with mode: 0644]
3rdparty/libjasper/jpc_tagtree.c [new file with mode: 0644]
3rdparty/libjasper/jpc_tagtree.h [new file with mode: 0644]
3rdparty/libjasper/jpc_tsfb.c [new file with mode: 0644]
3rdparty/libjasper/jpc_tsfb.h [new file with mode: 0644]
3rdparty/libjasper/jpc_util.c [new file with mode: 0644]
3rdparty/libjasper/jpc_util.h [new file with mode: 0644]
3rdparty/libjpeg/CMakeLists.txt [new file with mode: 0644]
3rdparty/libjpeg/README [new file with mode: 0644]
3rdparty/libjpeg/jcapimin.c [new file with mode: 0644]
3rdparty/libjpeg/jcapistd.c [new file with mode: 0644]
3rdparty/libjpeg/jccoefct.c [new file with mode: 0644]
3rdparty/libjpeg/jccolor.c [new file with mode: 0644]
3rdparty/libjpeg/jcdctmgr.c [new file with mode: 0644]
3rdparty/libjpeg/jchuff.c [new file with mode: 0644]
3rdparty/libjpeg/jchuff.h [new file with mode: 0644]
3rdparty/libjpeg/jcinit.c [new file with mode: 0644]
3rdparty/libjpeg/jcmainct.c [new file with mode: 0644]
3rdparty/libjpeg/jcmarker.c [new file with mode: 0644]
3rdparty/libjpeg/jcmaster.c [new file with mode: 0644]
3rdparty/libjpeg/jcomapi.c [new file with mode: 0644]
3rdparty/libjpeg/jcparam.c [new file with mode: 0644]
3rdparty/libjpeg/jcphuff.c [new file with mode: 0644]
3rdparty/libjpeg/jcprepct.c [new file with mode: 0644]
3rdparty/libjpeg/jcsample.c [new file with mode: 0644]
3rdparty/libjpeg/jctrans.c [new file with mode: 0644]
3rdparty/libjpeg/jdapimin.c [new file with mode: 0644]
3rdparty/libjpeg/jdapistd.c [new file with mode: 0644]
3rdparty/libjpeg/jdatadst.c [new file with mode: 0644]
3rdparty/libjpeg/jdatasrc.c [new file with mode: 0644]
3rdparty/libjpeg/jdcoefct.c [new file with mode: 0644]
3rdparty/libjpeg/jdcolor.c [new file with mode: 0644]
3rdparty/libjpeg/jdct.h [new file with mode: 0644]
3rdparty/libjpeg/jddctmgr.c [new file with mode: 0644]
3rdparty/libjpeg/jdhuff.c [new file with mode: 0644]
3rdparty/libjpeg/jdhuff.h [new file with mode: 0644]
3rdparty/libjpeg/jdinput.c [new file with mode: 0644]
3rdparty/libjpeg/jdmainct.c [new file with mode: 0644]
3rdparty/libjpeg/jdmarker.c [new file with mode: 0644]
3rdparty/libjpeg/jdmaster.c [new file with mode: 0644]
3rdparty/libjpeg/jdmerge.c [new file with mode: 0644]
3rdparty/libjpeg/jdphuff.c [new file with mode: 0644]
3rdparty/libjpeg/jdpostct.c [new file with mode: 0644]
3rdparty/libjpeg/jdsample.c [new file with mode: 0644]
3rdparty/libjpeg/jdtrans.c [new file with mode: 0644]
3rdparty/libjpeg/jerror.c [new file with mode: 0644]
3rdparty/libjpeg/jerror.h [new file with mode: 0644]
3rdparty/libjpeg/jfdctflt.c [new file with mode: 0644]
3rdparty/libjpeg/jfdctfst.c [new file with mode: 0644]
3rdparty/libjpeg/jfdctint.c [new file with mode: 0644]
3rdparty/libjpeg/jidctflt.c [new file with mode: 0644]
3rdparty/libjpeg/jidctfst.c [new file with mode: 0644]
3rdparty/libjpeg/jidctint.c [new file with mode: 0644]
3rdparty/libjpeg/jidctred.c [new file with mode: 0644]
3rdparty/libjpeg/jinclude.h [new file with mode: 0644]
3rdparty/libjpeg/jmemansi.c [new file with mode: 0644]
3rdparty/libjpeg/jmemmgr.c [new file with mode: 0644]
3rdparty/libjpeg/jmemsys.h [new file with mode: 0644]
3rdparty/libjpeg/jpegint.h [new file with mode: 0644]
3rdparty/libjpeg/jquant1.c [new file with mode: 0644]
3rdparty/libjpeg/jquant2.c [new file with mode: 0644]
3rdparty/libjpeg/jutils.c [new file with mode: 0644]
3rdparty/libjpeg/jversion.h [new file with mode: 0644]
3rdparty/libjpeg/transupp.c [new file with mode: 0644]
3rdparty/libjpeg/transupp.h [new file with mode: 0644]
3rdparty/libpng/CMakeLists.txt [new file with mode: 0644]
3rdparty/libpng/README [new file with mode: 0644]
3rdparty/libpng/png.c [new file with mode: 0644]
3rdparty/libpng/pngerror.c [new file with mode: 0644]
3rdparty/libpng/pnggccrd.c [new file with mode: 0644]
3rdparty/libpng/pngget.c [new file with mode: 0644]
3rdparty/libpng/pngmem.c [new file with mode: 0644]
3rdparty/libpng/pngpread.c [new file with mode: 0644]
3rdparty/libpng/pngread.c [new file with mode: 0644]
3rdparty/libpng/pngrio.c [new file with mode: 0644]
3rdparty/libpng/pngrtran.c [new file with mode: 0644]
3rdparty/libpng/pngrutil.c [new file with mode: 0644]
3rdparty/libpng/pngset.c [new file with mode: 0644]
3rdparty/libpng/pngtest.c [new file with mode: 0644]
3rdparty/libpng/pngtrans.c [new file with mode: 0644]
3rdparty/libpng/pngvcrd.c [new file with mode: 0644]
3rdparty/libpng/pngwio.c [new file with mode: 0644]
3rdparty/libpng/pngwrite.c [new file with mode: 0644]
3rdparty/libpng/pngwtran.c [new file with mode: 0644]
3rdparty/libpng/pngwutil.c [new file with mode: 0644]
3rdparty/libtiff/CMakeLists.txt [new file with mode: 0644]
3rdparty/libtiff/Makefile.vc [new file with mode: 0644]
3rdparty/libtiff/libtiff.def [new file with mode: 0644]
3rdparty/libtiff/t4.h [new file with mode: 0644]
3rdparty/libtiff/tif_apple.c [new file with mode: 0644]
3rdparty/libtiff/tif_aux.c [new file with mode: 0644]
3rdparty/libtiff/tif_close.c [new file with mode: 0644]
3rdparty/libtiff/tif_codec.c [new file with mode: 0644]
3rdparty/libtiff/tif_color.c [new file with mode: 0644]
3rdparty/libtiff/tif_compress.c [new file with mode: 0644]
3rdparty/libtiff/tif_config.h [new file with mode: 0644]
3rdparty/libtiff/tif_dir.c [new file with mode: 0644]
3rdparty/libtiff/tif_dir.h [new file with mode: 0644]
3rdparty/libtiff/tif_dirinfo.c [new file with mode: 0644]
3rdparty/libtiff/tif_dirread.c [new file with mode: 0644]
3rdparty/libtiff/tif_dirwrite.c [new file with mode: 0644]
3rdparty/libtiff/tif_dumpmode.c [new file with mode: 0644]
3rdparty/libtiff/tif_error.c [new file with mode: 0644]
3rdparty/libtiff/tif_extension.c [new file with mode: 0644]
3rdparty/libtiff/tif_fax3.c [new file with mode: 0644]
3rdparty/libtiff/tif_fax3.h [new file with mode: 0644]
3rdparty/libtiff/tif_fax3sm.c [new file with mode: 0644]
3rdparty/libtiff/tif_flush.c [new file with mode: 0644]
3rdparty/libtiff/tif_getimage.c [new file with mode: 0644]
3rdparty/libtiff/tif_jpeg.c [new file with mode: 0644]
3rdparty/libtiff/tif_luv.c [new file with mode: 0644]
3rdparty/libtiff/tif_lzw.c [new file with mode: 0644]
3rdparty/libtiff/tif_next.c [new file with mode: 0644]
3rdparty/libtiff/tif_ojpeg.c [new file with mode: 0644]
3rdparty/libtiff/tif_open.c [new file with mode: 0644]
3rdparty/libtiff/tif_packbits.c [new file with mode: 0644]
3rdparty/libtiff/tif_pixarlog.c [new file with mode: 0644]
3rdparty/libtiff/tif_predict.c [new file with mode: 0644]
3rdparty/libtiff/tif_predict.h [new file with mode: 0644]
3rdparty/libtiff/tif_print.c [new file with mode: 0644]
3rdparty/libtiff/tif_read.c [new file with mode: 0644]
3rdparty/libtiff/tif_stream.cxx [new file with mode: 0644]
3rdparty/libtiff/tif_strip.c [new file with mode: 0644]
3rdparty/libtiff/tif_swab.c [new file with mode: 0644]
3rdparty/libtiff/tif_thunder.c [new file with mode: 0644]
3rdparty/libtiff/tif_tile.c [new file with mode: 0644]
3rdparty/libtiff/tif_unix.c [new file with mode: 0644]
3rdparty/libtiff/tif_version.c [new file with mode: 0644]
3rdparty/libtiff/tif_warning.c [new file with mode: 0644]
3rdparty/libtiff/tif_win32.c [new file with mode: 0644]
3rdparty/libtiff/tif_write.c [new file with mode: 0644]
3rdparty/libtiff/tif_zip.c [new file with mode: 0644]
3rdparty/libtiff/tiffconf.h [new file with mode: 0644]
3rdparty/libtiff/tiffio.hxx [new file with mode: 0644]
3rdparty/libtiff/tiffiop.h [new file with mode: 0644]
3rdparty/libtiff/uvcode.h [new file with mode: 0644]
3rdparty/readme.txt [new file with mode: 0644]
3rdparty/zlib/.cvsignore [new file with mode: 0644]
3rdparty/zlib/CMakeLists.txt [new file with mode: 0644]
3rdparty/zlib/README [new file with mode: 0644]
3rdparty/zlib/adler32.c [new file with mode: 0644]
3rdparty/zlib/compress.c [new file with mode: 0644]
3rdparty/zlib/configure [new file with mode: 0644]
3rdparty/zlib/crc32.c [new file with mode: 0644]
3rdparty/zlib/crc32.h [new file with mode: 0644]
3rdparty/zlib/deflate.c [new file with mode: 0644]
3rdparty/zlib/deflate.h [new file with mode: 0644]
3rdparty/zlib/example.c [new file with mode: 0644]
3rdparty/zlib/gzio.c [new file with mode: 0644]
3rdparty/zlib/infback.c [new file with mode: 0644]
3rdparty/zlib/inffast.c [new file with mode: 0644]
3rdparty/zlib/inffast.h [new file with mode: 0644]
3rdparty/zlib/inffixed.h [new file with mode: 0644]
3rdparty/zlib/inflate.c [new file with mode: 0644]
3rdparty/zlib/inflate.h [new file with mode: 0644]
3rdparty/zlib/inftrees.c [new file with mode: 0644]
3rdparty/zlib/inftrees.h [new file with mode: 0644]
3rdparty/zlib/trees.c [new file with mode: 0644]
3rdparty/zlib/trees.h [new file with mode: 0644]
3rdparty/zlib/uncompr.c [new file with mode: 0644]
3rdparty/zlib/zutil.c [new file with mode: 0644]
3rdparty/zlib/zutil.h [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
CMakeLists.txt.user [new file with mode: 0644]
COPYING
ChangeLog
INSTALL
Makefile.am
Makefile.in
OpenCVConfig.cmake.in [new file with mode: 0644]
OpenCVFindLATEX.cmake [new file with mode: 0644]
OpenCVFindPkgConfig.cmake [new file with mode: 0644]
OpenCVInstallRequiredSystemLibraries.cmake [new file with mode: 0644]
OpenCVPCHSupport.cmake [new file with mode: 0644]
Package.cmake.in [new file with mode: 0644]
README
THANKS
_make/make_all_bc.mak [deleted file]
_make/make_all_gnu.mak [deleted file]
_make/make_all_ms.mak [deleted file]
_make/make_cfg.mak [deleted file]
_make/make_module_bc.mak [deleted file]
_make/make_module_gnu.mak [deleted file]
_make/make_module_ms.mak [deleted file]
_make/makefile.32 [deleted file]
_make/makefile.64 [deleted file]
_make/makefile.i7 [deleted file]
_make/makefile.icc [deleted file]
_make/makefile.vs [deleted file]
_make/opencv.dsw [deleted file]
_make/opencv.sln [deleted file]
_make/opencv_directshow.dsw [deleted file]
_make/opencv_directshow.sln [deleted file]
aclocal.m4
apps/CMakeLists.txt [new file with mode: 0644]
apps/CamShiftDemo/CamShiftDemo.cpp [deleted file]
apps/CamShiftDemo/CamShiftDemo.dsp [deleted file]
apps/CamShiftDemo/CamShiftDemo.h [deleted file]
apps/CamShiftDemo/CamShiftDemo.rc [deleted file]
apps/CamShiftDemo/CamShiftDemoDoc.cpp [deleted file]
apps/CamShiftDemo/CamShiftDemoDoc.h [deleted file]
apps/CamShiftDemo/CamShiftDemoView.cpp [deleted file]
apps/CamShiftDemo/CamShiftDemoView.h [deleted file]
apps/CamShiftDemo/CamShiftUIDs.h [deleted file]
apps/CamShiftDemo/StdAfx.cpp [deleted file]
apps/CamShiftDemo/StdAfx.h [deleted file]
apps/CamShiftDemo/mainfrm.cpp [deleted file]
apps/CamShiftDemo/mainfrm.h [deleted file]
apps/CamShiftDemo/res/CamShiftDemo.ico [deleted file]
apps/CamShiftDemo/res/CamShiftDemo.rc2 [deleted file]
apps/CamShiftDemo/res/CamShiftDemoDoc.ico [deleted file]
apps/CamShiftDemo/res/Toolbar.bmp [deleted file]
apps/CamShiftDemo/resource.h [deleted file]
apps/Common/CamAvi.cpp [deleted file]
apps/Common/CamAvi.h [deleted file]
apps/Common/Camera.cpp [deleted file]
apps/Common/Camera.h [deleted file]
apps/Common/DWnd.cpp [deleted file]
apps/Common/DWnd.h [deleted file]
apps/Common/Image.cpp [deleted file]
apps/Common/Image.h [deleted file]
apps/HMMDemo/ContEHMM.cpp [deleted file]
apps/HMMDemo/ContEHMM.h [deleted file]
apps/HMMDemo/FaceBase.cpp [deleted file]
apps/HMMDemo/FaceBase.h [deleted file]
apps/HMMDemo/HMMDemo.cpp [deleted file]
apps/HMMDemo/HMMDemo.dsp [deleted file]
apps/HMMDemo/HMMDemo.h [deleted file]
apps/HMMDemo/HMMDemo.rc [deleted file]
apps/HMMDemo/HMMDemoDoc.cpp [deleted file]
apps/HMMDemo/HMMDemoDoc.h [deleted file]
apps/HMMDemo/HMMDemoView.cpp [deleted file]
apps/HMMDemo/HMMDemoView.h [deleted file]
apps/HMMDemo/HMMParams.cpp [deleted file]
apps/HMMDemo/HMMParams.h [deleted file]
apps/HMMDemo/ImageBaseView.cpp [deleted file]
apps/HMMDemo/ImageBaseView.h [deleted file]
apps/HMMDemo/InfoDialogs.cpp [deleted file]
apps/HMMDemo/InfoDialogs.h [deleted file]
apps/HMMDemo/MainFrm.cpp [deleted file]
apps/HMMDemo/MainFrm.h [deleted file]
apps/HMMDemo/MiscParams.cpp [deleted file]
apps/HMMDemo/MiscParams.h [deleted file]
apps/HMMDemo/Res/HMMDemo.ico [deleted file]
apps/HMMDemo/Res/HMMDemo.rc2 [deleted file]
apps/HMMDemo/Res/HMMDemoDoc.ico [deleted file]
apps/HMMDemo/Res/Toolbar.bmp [deleted file]
apps/HMMDemo/SampleBase/OpenCV.txt [deleted file]
apps/HMMDemo/SampleBase/OpenCVCFG.txt [deleted file]
apps/HMMDemo/SampleBase/Sergey.Molinov/Sergey.Molinov0000.bmp [deleted file]
apps/HMMDemo/SampleBase/Sergey.Molinov/Sergey.Molinov0001.bmp [deleted file]
apps/HMMDemo/SampleBase/Sergey.Molinov/Sergey.Molinov0002.bmp [deleted file]
apps/HMMDemo/SampleBase/Sergey.Molinov/Sergey.Molinov0003.bmp [deleted file]
apps/HMMDemo/SampleBase/Sergey.Molinov/Sergey.Molinov0004.bmp [deleted file]
apps/HMMDemo/SampleBase/Sergey.Molinov/Sergey.Molinov0005.bmp [deleted file]
apps/HMMDemo/SampleBase/Sergey.Molinov/hmm.txt [deleted file]
apps/HMMDemo/SampleBase/Sergey.Molinov/info.txt [deleted file]
apps/HMMDemo/SampleBase/Vadim.Pisarevsky/Vadim.Pisarevsky0000.bmp [deleted file]
apps/HMMDemo/SampleBase/Vadim.Pisarevsky/Vadim.Pisarevsky0001.bmp [deleted file]
apps/HMMDemo/SampleBase/Vadim.Pisarevsky/Vadim.Pisarevsky0002.bmp [deleted file]
apps/HMMDemo/SampleBase/Vadim.Pisarevsky/Vadim.Pisarevsky0003.bmp [deleted file]
apps/HMMDemo/SampleBase/Vadim.Pisarevsky/Vadim.Pisarevsky0004.bmp [deleted file]
apps/HMMDemo/SampleBase/Vadim.Pisarevsky/Vadim.Pisarevsky0005.bmp [deleted file]
apps/HMMDemo/SampleBase/Vadim.Pisarevsky/hmm.txt [deleted file]
apps/HMMDemo/SampleBase/Vadim.Pisarevsky/info.txt [deleted file]
apps/HMMDemo/SampleBase/Valery.Cherepennikov/Valery.Cherepennikov0000.bmp [deleted file]
apps/HMMDemo/SampleBase/Valery.Cherepennikov/Valery.Cherepennikov0001.bmp [deleted file]
apps/HMMDemo/SampleBase/Valery.Cherepennikov/Valery.Cherepennikov0002.bmp [deleted file]
apps/HMMDemo/SampleBase/Valery.Cherepennikov/Valery.Cherepennikov0003.bmp [deleted file]
apps/HMMDemo/SampleBase/Valery.Cherepennikov/Valery.Cherepennikov0004.bmp [deleted file]
apps/HMMDemo/SampleBase/Valery.Cherepennikov/Valery.Cherepennikov0005.bmp [deleted file]
apps/HMMDemo/SampleBase/Valery.Cherepennikov/hmm.txt [deleted file]
apps/HMMDemo/SampleBase/Valery.Cherepennikov/info.txt [deleted file]
apps/HMMDemo/SampleBase/Valery.Mosyagin/Valery.Mosyagin0000.bmp [deleted file]
apps/HMMDemo/SampleBase/Valery.Mosyagin/Valery.Mosyagin0001.bmp [deleted file]
apps/HMMDemo/SampleBase/Valery.Mosyagin/Valery.Mosyagin0002.bmp [deleted file]
apps/HMMDemo/SampleBase/Valery.Mosyagin/Valery.Mosyagin0003.bmp [deleted file]
apps/HMMDemo/SampleBase/Valery.Mosyagin/Valery.Mosyagin0004.bmp [deleted file]
apps/HMMDemo/SampleBase/Valery.Mosyagin/Valery.Mosyagin0005.bmp [deleted file]
apps/HMMDemo/SampleBase/Valery.Mosyagin/hmm.txt [deleted file]
apps/HMMDemo/SampleBase/Valery.Mosyagin/info.txt [deleted file]
apps/HMMDemo/SampleBase/Victor.Eruhimov/Victor.Eruhimov0000.bmp [deleted file]
apps/HMMDemo/SampleBase/Victor.Eruhimov/Victor.Eruhimov0001.bmp [deleted file]
apps/HMMDemo/SampleBase/Victor.Eruhimov/Victor.Eruhimov0002.bmp [deleted file]
apps/HMMDemo/SampleBase/Victor.Eruhimov/Victor.Eruhimov0003.bmp [deleted file]
apps/HMMDemo/SampleBase/Victor.Eruhimov/Victor.Eruhimov0004.bmp [deleted file]
apps/HMMDemo/SampleBase/Victor.Eruhimov/Victor.Eruhimov0006.bmp [deleted file]
apps/HMMDemo/SampleBase/Victor.Eruhimov/hmm.txt [deleted file]
apps/HMMDemo/SampleBase/Victor.Eruhimov/info.txt [deleted file]
apps/HMMDemo/SampleBase/untitled_baseCFG.txt [deleted file]
apps/HMMDemo/SamplingParams.cpp [deleted file]
apps/HMMDemo/SamplingParams.h [deleted file]
apps/HMMDemo/StdAfx.cpp [deleted file]
apps/HMMDemo/StdAfx.h [deleted file]
apps/HMMDemo/ThreadHowTo.txt [deleted file]
apps/HMMDemo/Threads.cpp [deleted file]
apps/HMMDemo/Threads.h [deleted file]
apps/HMMDemo/multiprocdiv.h [deleted file]
apps/HMMDemo/resource.h [deleted file]
apps/HMMDemo/untitled_baseCFG.txt [deleted file]
apps/HaarFaceDetect/HaarFaceDetect.dsp [deleted file]
apps/HaarFaceDetect/Makefile.am [deleted file]
apps/HaarFaceDetect/Makefile.in [deleted file]
apps/HaarFaceDetect/cvfltk.h [deleted file]
apps/HaarFaceDetect/facedetect.cpp [deleted file]
apps/Hawk/AviSource.cpp [deleted file]
apps/Hawk/CVEiCL/CVEiCL.dep [deleted file]
apps/Hawk/CVEiCL/CVEiCL.dsp [deleted file]
apps/Hawk/CVEiCL/EiC/BugList.html [deleted file]
apps/Hawk/CVEiCL/EiC/Change.html [deleted file]
apps/Hawk/CVEiCL/EiC/Distribution.html [deleted file]
apps/Hawk/CVEiCL/EiC/Distribution.txt [deleted file]
apps/Hawk/CVEiCL/EiC/LICENCE [deleted file]
apps/Hawk/CVEiCL/EiC/Maintenance [deleted file]
apps/Hawk/CVEiCL/EiC/Makefile [deleted file]
apps/Hawk/CVEiCL/EiC/Makefile.Bin [deleted file]
apps/Hawk/CVEiCL/EiC/README [deleted file]
apps/Hawk/CVEiCL/EiC/README.BIN [deleted file]
apps/Hawk/CVEiCL/EiC/README.FIRST [deleted file]
apps/Hawk/CVEiCL/EiC/README.WIN32 [deleted file]
apps/Hawk/CVEiCL/EiC/batch2.sh [deleted file]
apps/Hawk/CVEiCL/EiC/eic.man [deleted file]
apps/Hawk/CVEiCL/EiC/make.bat [deleted file]
apps/Hawk/CVEiCL/EiC/module/Makefile [deleted file]
apps/Hawk/CVEiCL/EiC/module/Makefile.builtin [deleted file]
apps/Hawk/CVEiCL/EiC/module/Makefile.empty [deleted file]
apps/Hawk/CVEiCL/EiC/module/README [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/Makefile [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/Makefile [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/README [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_FREEBSD/dirent.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_FREEBSD/fcntl.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_FREEBSD/signal.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_FREEBSD/stat.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_FREEBSD/termios.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_FREEBSD/time.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_FREEBSD/types.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_HPUX/dirent.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_HPUX/fcntl.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_HPUX/signal.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_HPUX/stat.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_HPUX/termios.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_HPUX/time.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_HPUX/types.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_IRIX/dirent.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_IRIX/fcntl.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_IRIX/ioctl.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_IRIX/signal.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_IRIX/stat.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_IRIX/termios.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_IRIX/time.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_IRIX/types.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_LINUX/dirent.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_LINUX/fcntl.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_LINUX/ioctl.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_LINUX/signal.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_LINUX/stat.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_LINUX/termios.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_LINUX/time.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_LINUX/types.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_NETBSD/dirent.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_NETBSD/fcntl.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_NETBSD/signal.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_NETBSD/stat.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_NETBSD/termios.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_NETBSD/time.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_NETBSD/types.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_OSF1/dirent.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_OSF1/fcntl.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_OSF1/ioctl.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_OSF1/signal.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_OSF1/stat.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_OSF1/termios.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_OSF1/time.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_OSF1/types.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_SOLARIS/dirent.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_SOLARIS/fcntl.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_SOLARIS/ioctl.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_SOLARIS/signal.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_SOLARIS/stat.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_SOLARIS/termios.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_SOLARIS/time.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_SOLARIS/types.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_SUNOS/dirent.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_SUNOS/fcntl.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_SUNOS/ioctl.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_SUNOS/signal.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_SUNOS/stat.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_SUNOS/termios.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_SUNOS/time.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/_SUNOS/types.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/assert.c [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/assert.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/ctype.c [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/ctype.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/dirent.c [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/dirent.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/eicfftoa.c [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/errno.c [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/errno.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/fcntl.c [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/fcntl.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/float.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/iso646.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/itoa.c [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/limits.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/makefile.ppc [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/math.c [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/math.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/printf.c [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/setjmp.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/signal.c [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/signal.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/stat.c [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/stdClib.c [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/stdClib2eic.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/stdarg.c [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/stdarg.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/stddef.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/stdio.c [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/stdio.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/stdlib.c [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/stdlib.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/stdliblocal.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/string.c [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/string.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/strrev.c [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/strround.c [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/termio.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/termios.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/time.c [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/time.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/unistd.c [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/src/unistd.h [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/test/Makefile [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/test/README [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/test/testctype.c [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/test/testfopen.c [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/test/testprintf.c [deleted file]
apps/Hawk/CVEiCL/EiC/module/stdClib/test/testscanf.c [deleted file]
apps/Hawk/CVEiCL/EiC/override.params [deleted file]
apps/Hawk/CVEiCL/EiC/project.params [deleted file]
apps/Hawk/CVEiCL/EiC/src/MachSet.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/Makefile [deleted file]
apps/Hawk/CVEiCL/EiC/src/assertp.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/callback.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/cdecl.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/cdecl.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/datastruct.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/eic.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/eicmod.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/eicval.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/emitter.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/emitter.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/error.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/error.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/func.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/func.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/global.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/interpre.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/lexer.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/lexer.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/main.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/make.bat [deleted file]
apps/Hawk/CVEiCL/EiC/src/makefile.ppc [deleted file]
apps/Hawk/CVEiCL/EiC/src/makefile.seic [deleted file]
apps/Hawk/CVEiCL/EiC/src/makefile.w32 [deleted file]
apps/Hawk/CVEiCL/EiC/src/metric.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/modules.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/modules.src [deleted file]
apps/Hawk/CVEiCL/EiC/src/optomizer.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/parser.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/parser.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/Makefile [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/close.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/confdefs.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/fstat.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/getpid.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/gets.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/glue.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/include/MachSet.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/include/assertp.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/include/cdecl.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/include/datastruct.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/include/eic.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/include/eicval.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/include/emitter.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/include/error.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/include/func.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/include/global.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/include/lexer.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/include/metric.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/include/modules.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/include/parser.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/include/preproc.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/include/stab.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/include/symbol.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/include/symentry.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/include/typemod.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/include/typesets.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/include/xalloc.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/io.bku [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/io.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/isatty.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/kill.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/lseek.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/open.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/ppc.ld [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/ppclib.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/print.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/psplit [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/putnum.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/read.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/sbrk.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/sleep.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/stat.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/stat.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/unlink.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/ppc403/write.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/preexpr.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/preproc.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/preproc.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/readline.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/reset.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/reset.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/signal.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/stab.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/stab.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/starteic.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/starteic.src [deleted file]
apps/Hawk/CVEiCL/EiC/src/startup.src [deleted file]
apps/Hawk/CVEiCL/EiC/src/symbol.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/symbol.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/symentry.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/typemod.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/typemod.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/typesets.c [deleted file]
apps/Hawk/CVEiCL/EiC/src/typesets.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/warning.txt [deleted file]
apps/Hawk/CVEiCL/EiC/src/win32/assert.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/win32/ctype.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/win32/errno.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/win32/float.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/win32/iso646.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/win32/limits.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/win32/math.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/win32/setjmp.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/win32/signal.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/win32/stdarg.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/win32/stddef.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/win32/stdio.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/win32/stdlib.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/win32/string.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/win32/sys/errno.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/win32/sys/float.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/win32/sys/limits.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/win32/sys/stdio.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/win32/sys/stdlib.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/win32/sys/stdtypes.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/win32/sys/time.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/win32/time.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/xalloc.h [deleted file]
apps/Hawk/CVEiCL/EiC/src/ymem.c [deleted file]
apps/Hawk/CVEiCL/IplWrap.dsp [deleted file]
apps/Hawk/CVEiCL/wrappers/HighGUIwrap.c [deleted file]
apps/Hawk/CVEiCL/wrappers/eicdllwrap.h [deleted file]
apps/Hawk/CVEiCL/wrappers/eicexcept.h [deleted file]
apps/Hawk/CVEiCL/wrappers/gen.eic [deleted file]
apps/Hawk/CVEiCL/wrappers/genipl.eic [deleted file]
apps/Hawk/CVEiCL/wrappers/hawkwrap.h [deleted file]
apps/Hawk/CVEiCL/wrappers/iplwrap.c [deleted file]
apps/Hawk/ChildFrm.cpp [deleted file]
apps/Hawk/ChildFrm.h [deleted file]
apps/Hawk/DSWnd.cpp [deleted file]
apps/Hawk/DSWnd.h [deleted file]
apps/Hawk/FuncDialog.cpp [deleted file]
apps/Hawk/FuncDialog.h [deleted file]
apps/Hawk/GotoLine.cpp [deleted file]
apps/Hawk/GotoLine.h [deleted file]
apps/Hawk/Hawk.cpp [deleted file]
apps/Hawk/Hawk.dsp [deleted file]
apps/Hawk/Hawk.h [deleted file]
apps/Hawk/Hawk.pdf [deleted file]
apps/Hawk/Hawk.rc [deleted file]
apps/Hawk/HawkDoc.cpp [deleted file]
apps/Hawk/HawkDoc.h [deleted file]
apps/Hawk/HawkOptions.cpp [deleted file]
apps/Hawk/HawkOptions.h [deleted file]
apps/Hawk/HawkView.cpp [deleted file]
apps/Hawk/HawkView.h [deleted file]
apps/Hawk/HeadBand.cpp [deleted file]
apps/Hawk/HeadBand.h [deleted file]
apps/Hawk/History.txt [deleted file]
apps/Hawk/LogView.cpp [deleted file]
apps/Hawk/LogView.h [deleted file]
apps/Hawk/MainFrm.cpp [deleted file]
apps/Hawk/MainFrm.h [deleted file]
apps/Hawk/QuickWatch.cpp [deleted file]
apps/Hawk/QuickWatch.h [deleted file]
apps/Hawk/ReadMe.txt [deleted file]
apps/Hawk/Resource.h [deleted file]
apps/Hawk/StdAfx.cpp [deleted file]
apps/Hawk/StdAfx.h [deleted file]
apps/Hawk/WordColors.cpp [deleted file]
apps/Hawk/WordColors.h [deleted file]
apps/Hawk/convert.h [deleted file]
apps/Hawk/convertwrap.cpp [deleted file]
apps/Hawk/demos/CVMorphDemo.c [deleted file]
apps/Hawk/demos/DemConvex.c [deleted file]
apps/Hawk/demos/DemFloodFill.c [deleted file]
apps/Hawk/demos/DemGeom.c [deleted file]
apps/Hawk/demos/DemHist.c [deleted file]
apps/Hawk/demos/DistTrans.c [deleted file]
apps/Hawk/demos/Primitives.c [deleted file]
apps/Hawk/demos/cvFitLine.c [deleted file]
apps/Hawk/demos/delaunay.c [deleted file]
apps/Hawk/demos/ds_laplace.c [deleted file]
apps/Hawk/demos/edge.c [deleted file]
apps/Hawk/demos/pyramid_segmentation.c [deleted file]
apps/Hawk/eicio.cpp [deleted file]
apps/Hawk/eicio.h [deleted file]
apps/Hawk/lexer.cpp [deleted file]
apps/Hawk/lexer.h [deleted file]
apps/Hawk/res/Hawk.ico [deleted file]
apps/Hawk/res/Hawk.rc2 [deleted file]
apps/Hawk/res/HawkDoc.ico [deleted file]
apps/Hawk/res/Toolbar.bmp [deleted file]
apps/Hawk/res/headband.bmp [deleted file]
apps/Hawk/res/toolbar1.bmp [deleted file]
apps/Hawk/wrap.c [deleted file]
apps/Hawk/wrap.h [deleted file]
apps/Hawk/wrappers.in [deleted file]
apps/LkDemo/LkDemo.cpp [deleted file]
apps/LkDemo/LkDemo.dsp [deleted file]
apps/LkDemo/LkDemo.h [deleted file]
apps/LkDemo/LkDemo.rc [deleted file]
apps/LkDemo/LkDemoDoc.cpp [deleted file]
apps/LkDemo/LkDemoDoc.h [deleted file]
apps/LkDemo/LkDemoView.cpp [deleted file]
apps/LkDemo/LkDemoView.h [deleted file]
apps/LkDemo/LkTracker.cpp [deleted file]
apps/LkDemo/LkTracker.h [deleted file]
apps/LkDemo/MainFrm.cpp [deleted file]
apps/LkDemo/MainFrm.h [deleted file]
apps/LkDemo/StdAfx.cpp [deleted file]
apps/LkDemo/StdAfx.h [deleted file]
apps/LkDemo/res/LkDemo.ico [deleted file]
apps/LkDemo/res/LkDemo.rc2 [deleted file]
apps/LkDemo/res/LkDemoDoc.ico [deleted file]
apps/LkDemo/res/Toolbar.bmp [deleted file]
apps/LkDemo/resource.h [deleted file]
apps/Makefile.am
apps/Makefile.in
apps/StereoDemo/StereoDemo.dsp [deleted file]
apps/StereoDemo/cvfltk.h [deleted file]
apps/StereoDemo/main.cpp [deleted file]
apps/StereoDemo/mainfltk.cpp [deleted file]
apps/StereoDemo/readme.txt [deleted file]
apps/StereoGR/ChildFrm.cpp [deleted file]
apps/StereoGR/ChildFrm.h [deleted file]
apps/StereoGR/DGProp.cpp [deleted file]
apps/StereoGR/DGProp.h [deleted file]
apps/StereoGR/DGStat.cpp [deleted file]
apps/StereoGR/DGStat.h [deleted file]
apps/StereoGR/DynGestServer.cpp [deleted file]
apps/StereoGR/DynGestServer.h [deleted file]
apps/StereoGR/GROptions.cpp [deleted file]
apps/StereoGR/GROptions.h [deleted file]
apps/StereoGR/GestMan.cpp [deleted file]
apps/StereoGR/GestMan.h [deleted file]
apps/StereoGR/HMMParams.cpp [deleted file]
apps/StereoGR/HMMParams.h [deleted file]
apps/StereoGR/MainFrm.cpp [deleted file]
apps/StereoGR/MainFrm.h [deleted file]
apps/StereoGR/OpenGLView.cpp [deleted file]
apps/StereoGR/OpenGLView.h [deleted file]
apps/StereoGR/PTOffline.cpp [deleted file]
apps/StereoGR/PTOffline.h [deleted file]
apps/StereoGR/PTOptions.cpp [deleted file]
apps/StereoGR/PTOptions.h [deleted file]
apps/StereoGR/StdAfx.cpp [deleted file]
apps/StereoGR/StdAfx.h [deleted file]
apps/StereoGR/StereoGR.bmp [deleted file]
apps/StereoGR/StereoGR.cpp [deleted file]
apps/StereoGR/StereoGR.dsp [deleted file]
apps/StereoGR/StereoGR.dsw [deleted file]
apps/StereoGR/StereoGR.h [deleted file]
apps/StereoGR/StereoGR.pdf [deleted file]
apps/StereoGR/StereoGR.rc [deleted file]
apps/StereoGR/StereoGRDoc.cpp [deleted file]
apps/StereoGR/StereoGRDoc.h [deleted file]
apps/StereoGR/StereoGRView.cpp [deleted file]
apps/StereoGR/StereoGRView.h [deleted file]
apps/StereoGR/res/StereoGR.ico [deleted file]
apps/StereoGR/res/StereoGR.rc2 [deleted file]
apps/StereoGR/res/StereoGRDoc.ico [deleted file]
apps/StereoGR/res/Toolbar.bmp [deleted file]
apps/StereoGR/res/icon1.ico [deleted file]
apps/StereoGR/res/icon2.ico [deleted file]
apps/StereoGR/resource.h [deleted file]
apps/StereoGR/trackball.c [deleted file]
apps/StereoGR/trackball.h [deleted file]
apps/Tracker3dDemo/FilenamesDialog.cpp [deleted file]
apps/Tracker3dDemo/FilenamesDialog.h [deleted file]
apps/Tracker3dDemo/Resource.h [deleted file]
apps/Tracker3dDemo/Tracker3dDemo.cpp [deleted file]
apps/Tracker3dDemo/Tracker3dDemo.dsp [deleted file]
apps/Tracker3dDemo/Tracker3dDemo.dsw [deleted file]
apps/Tracker3dDemo/Tracker3dDemo.rc [deleted file]
apps/VMDemo/Media/Image3aL.bmp [deleted file]
apps/VMDemo/Media/Image3aR.bmp [deleted file]
apps/VMDemo/Media/L1.bmp [deleted file]
apps/VMDemo/Media/R1.bmp [deleted file]
apps/VMDemo/Media/Truck.cpj [deleted file]
apps/VMDemo/Media/boy.ini [deleted file]
apps/VMDemo/Media/computer.cpj [deleted file]
apps/VMDemo/Media/truck_d2_1a.bmp [deleted file]
apps/VMDemo/Media/truck_d2_1b.bmp [deleted file]
apps/VMDemo/PixelToPixelMorpher.cpp [deleted file]
apps/VMDemo/Raster.cpp [deleted file]
apps/VMDemo/Raster.h [deleted file]
apps/VMDemo/ResultImage.cpp [deleted file]
apps/VMDemo/ResultImage.h [deleted file]
apps/VMDemo/StdAfx.cpp [deleted file]
apps/VMDemo/StdAfx.h [deleted file]
apps/VMDemo/SubdivMorpher.cpp [deleted file]
apps/VMDemo/SubdivMorpher.h [deleted file]
apps/VMDemo/VMDemo.cpp [deleted file]
apps/VMDemo/VMDemo.dsp [deleted file]
apps/VMDemo/VMDemo.h [deleted file]
apps/VMDemo/VMDemo.rc [deleted file]
apps/VMDemo/VMDemoDlg.cpp [deleted file]
apps/VMDemo/VMDemoDlg.h [deleted file]
apps/VMDemo/VirtualImage.cpp [deleted file]
apps/VMDemo/VirtualImage.h [deleted file]
apps/VMDemo/res/VMDemo.ico [deleted file]
apps/VMDemo/res/VMDemo.rc2 [deleted file]
apps/VMDemo/resource.h [deleted file]
apps/cvcsdemo/Makefile.am [deleted file]
apps/cvcsdemo/Makefile.in [deleted file]
apps/cvcsdemo/csdemoview.cpp [deleted file]
apps/cvcsdemo/csdemoview.h [deleted file]
apps/cvcsdemo/cvcsdemo.cpp [deleted file]
apps/cvcsdemo/cvcsdemo.dsp [deleted file]
apps/cvcsdemo/cvcsdemo.h [deleted file]
apps/cvcsdemo/cvcsdemo.tcl [deleted file]
apps/cvcsdemo/pictures/CVCsDemo.gif [deleted file]
apps/cvcsdemo/pictures/Makefile.am [deleted file]
apps/cvcsdemo/pictures/Makefile.in [deleted file]
apps/cvcsdemo/pictures/camopt.gif [deleted file]
apps/cvcsdemo/pictures/capture.gif [deleted file]
apps/cvcsdemo/pictures/captureoff.gif [deleted file]
apps/cvcsdemo/pictures/gist.gif [deleted file]
apps/cvcsdemo/pictures/new.gif [deleted file]
apps/cvcsdemo/pictures/night.gif [deleted file]
apps/cvcsdemo/pictures/nightoff.gif [deleted file]
apps/cvcsdemo/pictures/open.gif [deleted file]
apps/cvcsdemo/pictures/pause.gif [deleted file]
apps/cvcsdemo/pictures/track.gif [deleted file]
apps/cvcsdemo/pictures/trackoff.gif [deleted file]
apps/cvcsdemo/pictures/vidopt.gif [deleted file]
apps/cvenv/EiC/MachSet.h [deleted file]
apps/cvenv/EiC/Makefile.am [deleted file]
apps/cvenv/EiC/Makefile.in [deleted file]
apps/cvenv/EiC/assertp.h [deleted file]
apps/cvenv/EiC/callback.c [deleted file]
apps/cvenv/EiC/cdecl.c [deleted file]
apps/cvenv/EiC/cdecl.h [deleted file]
apps/cvenv/EiC/datastruct.h [deleted file]
apps/cvenv/EiC/eic.h [deleted file]
apps/cvenv/EiC/eicmod.c [deleted file]
apps/cvenv/EiC/eicval.h [deleted file]
apps/cvenv/EiC/emitter.c [deleted file]
apps/cvenv/EiC/emitter.h [deleted file]
apps/cvenv/EiC/error.c [deleted file]
apps/cvenv/EiC/error.h [deleted file]
apps/cvenv/EiC/func.c [deleted file]
apps/cvenv/EiC/func.h [deleted file]
apps/cvenv/EiC/global.h [deleted file]
apps/cvenv/EiC/interpre.c [deleted file]
apps/cvenv/EiC/lexer.c [deleted file]
apps/cvenv/EiC/lexer.h [deleted file]
apps/cvenv/EiC/metric.h [deleted file]
apps/cvenv/EiC/modules.h [deleted file]
apps/cvenv/EiC/optomizer.c [deleted file]
apps/cvenv/EiC/parser.c [deleted file]
apps/cvenv/EiC/parser.h [deleted file]
apps/cvenv/EiC/preexpr.c [deleted file]
apps/cvenv/EiC/preproc.c [deleted file]
apps/cvenv/EiC/preproc.h [deleted file]
apps/cvenv/EiC/readline.c [deleted file]
apps/cvenv/EiC/reset.c [deleted file]
apps/cvenv/EiC/reset.h [deleted file]
apps/cvenv/EiC/signal.c [deleted file]
apps/cvenv/EiC/stab.c [deleted file]
apps/cvenv/EiC/stab.h [deleted file]
apps/cvenv/EiC/starteic.c [deleted file]
apps/cvenv/EiC/stdClib/Makefile.am [deleted file]
apps/cvenv/EiC/stdClib/Makefile.in [deleted file]
apps/cvenv/EiC/stdClib/README [deleted file]
apps/cvenv/EiC/stdClib/assert.c [deleted file]
apps/cvenv/EiC/stdClib/assert.h [deleted file]
apps/cvenv/EiC/stdClib/ctype.c [deleted file]
apps/cvenv/EiC/stdClib/ctype.h [deleted file]
apps/cvenv/EiC/stdClib/dirent.c [deleted file]
apps/cvenv/EiC/stdClib/dirent.h [deleted file]
apps/cvenv/EiC/stdClib/eicfftoa.c [deleted file]
apps/cvenv/EiC/stdClib/errno.c [deleted file]
apps/cvenv/EiC/stdClib/errno.h [deleted file]
apps/cvenv/EiC/stdClib/fcntl.c [deleted file]
apps/cvenv/EiC/stdClib/fcntl.h [deleted file]
apps/cvenv/EiC/stdClib/float.h [deleted file]
apps/cvenv/EiC/stdClib/iso646.h [deleted file]
apps/cvenv/EiC/stdClib/itoa.c [deleted file]
apps/cvenv/EiC/stdClib/limits.h [deleted file]
apps/cvenv/EiC/stdClib/math.c [deleted file]
apps/cvenv/EiC/stdClib/math.h [deleted file]
apps/cvenv/EiC/stdClib/printf.c [deleted file]
apps/cvenv/EiC/stdClib/setjmp.h [deleted file]
apps/cvenv/EiC/stdClib/signal.c [deleted file]
apps/cvenv/EiC/stdClib/signal.h [deleted file]
apps/cvenv/EiC/stdClib/stat.c [deleted file]
apps/cvenv/EiC/stdClib/stdClib.c [deleted file]
apps/cvenv/EiC/stdClib/stdClib2eic.h [deleted file]
apps/cvenv/EiC/stdClib/stdarg.c [deleted file]
apps/cvenv/EiC/stdClib/stdarg.h [deleted file]
apps/cvenv/EiC/stdClib/stddef.h [deleted file]
apps/cvenv/EiC/stdClib/stdio.c [deleted file]
apps/cvenv/EiC/stdClib/stdio.h [deleted file]
apps/cvenv/EiC/stdClib/stdlib.c [deleted file]
apps/cvenv/EiC/stdClib/stdlib.h [deleted file]
apps/cvenv/EiC/stdClib/stdliblocal.h [deleted file]
apps/cvenv/EiC/stdClib/string.c [deleted file]
apps/cvenv/EiC/stdClib/string.h [deleted file]
apps/cvenv/EiC/stdClib/strrev.c [deleted file]
apps/cvenv/EiC/stdClib/strround.c [deleted file]
apps/cvenv/EiC/stdClib/termio.h [deleted file]
apps/cvenv/EiC/stdClib/termios.c [deleted file]
apps/cvenv/EiC/stdClib/termios.h [deleted file]
apps/cvenv/EiC/stdClib/time.c [deleted file]
apps/cvenv/EiC/stdClib/time.h [deleted file]
apps/cvenv/EiC/stdClib/unistd.c [deleted file]
apps/cvenv/EiC/stdClib/unistd.h [deleted file]
apps/cvenv/EiC/symbol.c [deleted file]
apps/cvenv/EiC/symbol.h [deleted file]
apps/cvenv/EiC/symentry.h [deleted file]
apps/cvenv/EiC/typemod.c [deleted file]
apps/cvenv/EiC/typemod.h [deleted file]
apps/cvenv/EiC/typesets.c [deleted file]
apps/cvenv/EiC/typesets.h [deleted file]
apps/cvenv/EiC/xalloc.h [deleted file]
apps/cvenv/EiC/ymem.c [deleted file]
apps/cvenv/Makefile.am [deleted file]
apps/cvenv/Makefile.in [deleted file]
apps/cvenv/add.cpp [deleted file]
apps/cvenv/colorer.cpp [deleted file]
apps/cvenv/colorer.h [deleted file]
apps/cvenv/cvenv.dsp [deleted file]
apps/cvenv/cvenv.h [deleted file]
apps/cvenv/cvenv.tcl [deleted file]
apps/cvenv/cvenv2.cpp [deleted file]
apps/cvenv/filelist.cpp [deleted file]
apps/cvenv/filelist.h [deleted file]
apps/cvenv/include/Makefile.am [deleted file]
apps/cvenv/include/Makefile.in [deleted file]
apps/cvenv/include/assert.h [deleted file]
apps/cvenv/include/ctype.h [deleted file]
apps/cvenv/include/dirent.h [deleted file]
apps/cvenv/include/eic.h [deleted file]
apps/cvenv/include/eicval.h [deleted file]
apps/cvenv/include/errno.h [deleted file]
apps/cvenv/include/fcntl.h [deleted file]
apps/cvenv/include/float.h [deleted file]
apps/cvenv/include/iso646.h [deleted file]
apps/cvenv/include/limits.h [deleted file]
apps/cvenv/include/math.h [deleted file]
apps/cvenv/include/setjmp.h [deleted file]
apps/cvenv/include/signal.h [deleted file]
apps/cvenv/include/starteic.h [deleted file]
apps/cvenv/include/stdarg.h [deleted file]
apps/cvenv/include/stddef.h [deleted file]
apps/cvenv/include/stdio.h [deleted file]
apps/cvenv/include/stdlib.h [deleted file]
apps/cvenv/include/string.h [deleted file]
apps/cvenv/include/sys/Makefile.am [deleted file]
apps/cvenv/include/sys/Makefile.in [deleted file]
apps/cvenv/include/sys/dirent.h [deleted file]
apps/cvenv/include/sys/errno.h [deleted file]
apps/cvenv/include/sys/fcntl.h [deleted file]
apps/cvenv/include/sys/float.h [deleted file]
apps/cvenv/include/sys/stat.h [deleted file]
apps/cvenv/include/sys/stdio.h [deleted file]
apps/cvenv/include/sys/stdlib.h [deleted file]
apps/cvenv/include/sys/stdtypes.h [deleted file]
apps/cvenv/include/sys/termdefs.h [deleted file]
apps/cvenv/include/sys/termios.h [deleted file]
apps/cvenv/include/sys/time.h [deleted file]
apps/cvenv/include/sys/types.h [deleted file]
apps/cvenv/include/termios.h [deleted file]
apps/cvenv/include/time.h [deleted file]
apps/cvenv/include/unistd.h [deleted file]
apps/cvenv/include/xalloc.h [deleted file]
apps/cvenv/initeic.cpp [deleted file]
apps/cvenv/initeic.h [deleted file]
apps/cvenv/main.cpp [deleted file]
apps/cvenv/pictures/CVEnv.gif [deleted file]
apps/cvenv/pictures/Makefile.am [deleted file]
apps/cvenv/pictures/Makefile.in [deleted file]
apps/cvenv/pictures/copy.gif [deleted file]
apps/cvenv/pictures/cut.gif [deleted file]
apps/cvenv/pictures/exec.gif [deleted file]
apps/cvenv/pictures/file.gif [deleted file]
apps/cvenv/pictures/folder.gif [deleted file]
apps/cvenv/pictures/new.gif [deleted file]
apps/cvenv/pictures/open.gif [deleted file]
apps/cvenv/pictures/openfold.gif [deleted file]
apps/cvenv/pictures/paste.gif [deleted file]
apps/cvenv/pictures/save.gif [deleted file]
apps/cvenv/pictures/stop.gif [deleted file]
apps/cvenv/plugins.conf [deleted file]
apps/cvenv/samples/Makefile.am [deleted file]
apps/cvenv/samples/Makefile.in [deleted file]
apps/cvenv/samples/cvcamsample.c [deleted file]
apps/cvenv/seance.dsp [deleted file]
apps/cvlkdemo/Makefile.am [deleted file]
apps/cvlkdemo/Makefile.in [deleted file]
apps/cvlkdemo/cvlkdemo.cpp [deleted file]
apps/cvlkdemo/cvlkdemo.dsp [deleted file]
apps/cvlkdemo/cvlkdemo.h [deleted file]
apps/cvlkdemo/cvlkdemo.tcl [deleted file]
apps/cvlkdemo/demoview.cpp [deleted file]
apps/cvlkdemo/demoview.h [deleted file]
apps/cvlkdemo/pictures/CVLkDemo.gif [deleted file]
apps/cvlkdemo/pictures/Makefile.am [deleted file]
apps/cvlkdemo/pictures/Makefile.in [deleted file]
apps/cvlkdemo/pictures/camopt.gif [deleted file]
apps/cvlkdemo/pictures/capture.gif [deleted file]
apps/cvlkdemo/pictures/captureoff.gif [deleted file]
apps/cvlkdemo/pictures/new.gif [deleted file]
apps/cvlkdemo/pictures/night.gif [deleted file]
apps/cvlkdemo/pictures/nightoff.gif [deleted file]
apps/cvlkdemo/pictures/track.gif [deleted file]
apps/cvlkdemo/pictures/trackoff.gif [deleted file]
apps/cvlkdemo/pictures/vidopt.gif [deleted file]
apps/cvlkdemo/tracker.cpp [deleted file]
apps/cvlkdemo/tracker.h [deleted file]
apps/haartraining/CMakeLists.txt [new file with mode: 0644]
apps/haartraining/Makefile.am [deleted file]
apps/haartraining/Makefile.in [deleted file]
apps/haartraining/_cvcommon.h [new file with mode: 0644]
apps/haartraining/_cvhaartraining.h [new file with mode: 0644]
apps/haartraining/createsamples.cpp [new file with mode: 0644]
apps/haartraining/cvboost.cpp [new file with mode: 0644]
apps/haartraining/cvclassifier.h [new file with mode: 0644]
apps/haartraining/cvcommon.cpp [new file with mode: 0644]
apps/haartraining/cvhaarclassifier.cpp [new file with mode: 0644]
apps/haartraining/cvhaartraining.cpp [new file with mode: 0644]
apps/haartraining/cvhaartraining.h [new file with mode: 0644]
apps/haartraining/cvsamples.cpp [new file with mode: 0644]
apps/haartraining/doc/haartraining.htm [deleted file]
apps/haartraining/haartraining.cpp [new file with mode: 0644]
apps/haartraining/include/Makefile.am [deleted file]
apps/haartraining/include/Makefile.in [deleted file]
apps/haartraining/include/cvhaartraining.h [deleted file]
apps/haartraining/make/createsamples.dsp [deleted file]
apps/haartraining/make/createsamples.vcproj [deleted file]
apps/haartraining/make/cvhaartraining.dsp [deleted file]
apps/haartraining/make/cvhaartraining.vcproj [deleted file]
apps/haartraining/make/haartraining.dsp [deleted file]
apps/haartraining/make/haartraining.dsw [deleted file]
apps/haartraining/make/haartraining.sln [deleted file]
apps/haartraining/make/haartraining.vcproj [deleted file]
apps/haartraining/make/performance.dsp [deleted file]
apps/haartraining/make/performance.vcproj [deleted file]
apps/haartraining/performance.cpp [new file with mode: 0644]
apps/haartraining/src/Makefile.am [deleted file]
apps/haartraining/src/Makefile.in [deleted file]
apps/haartraining/src/_cvcommon.h [deleted file]
apps/haartraining/src/_cvhaartraining.h [deleted file]
apps/haartraining/src/createsamples.cpp [deleted file]
apps/haartraining/src/cvboost.cpp [deleted file]
apps/haartraining/src/cvclassifier.h [deleted file]
apps/haartraining/src/cvcommon.cpp [deleted file]
apps/haartraining/src/cvhaarclassifier.cpp [deleted file]
apps/haartraining/src/cvhaartraining.cpp [deleted file]
apps/haartraining/src/cvsamples.cpp [deleted file]
apps/haartraining/src/haartraining.cpp [deleted file]
apps/haartraining/src/performance.cpp [deleted file]
apps/traincascade/CMakeLists.txt [new file with mode: 0755]
apps/traincascade/boost.cpp [new file with mode: 0755]
apps/traincascade/boost.h [new file with mode: 0755]
apps/traincascade/cascadeclassifier.cpp [new file with mode: 0755]
apps/traincascade/cascadeclassifier.h [new file with mode: 0755]
apps/traincascade/features.cpp [new file with mode: 0755]
apps/traincascade/features.h [new file with mode: 0755]
apps/traincascade/haarfeatures.cpp [new file with mode: 0755]
apps/traincascade/haarfeatures.h [new file with mode: 0755]
apps/traincascade/imagestorage.cpp [new file with mode: 0755]
apps/traincascade/imagestorage.h [new file with mode: 0644]
apps/traincascade/lbpfeatures.cpp [new file with mode: 0755]
apps/traincascade/lbpfeatures.h [new file with mode: 0755]
apps/traincascade/traincascade.cpp [new file with mode: 0755]
apps/vmdemotk/CommandConcatenation.cpp [deleted file]
apps/vmdemotk/CommandConcatenation.h [deleted file]
apps/vmdemotk/DataandMorphing.cpp [deleted file]
apps/vmdemotk/DataandMorphing.h [deleted file]
apps/vmdemotk/Globals.h [deleted file]
apps/vmdemotk/Makefile.am [deleted file]
apps/vmdemotk/Makefile.in [deleted file]
apps/vmdemotk/NewTclCommands.cpp [deleted file]
apps/vmdemotk/NewTclCommands.h [deleted file]
apps/vmdemotk/VMDemoTk.cpp [deleted file]
apps/vmdemotk/VMDemoTk.dsp [deleted file]
apps/vmdemotk/VMDemoTk.h [deleted file]
apps/vmdemotk/VMDemoTkInit.cpp [deleted file]
apps/vmdemotk/VMDemoTkInit.h [deleted file]
apps/vmdemotk/iniparse.tcl [deleted file]
apps/vmdemotk/interface.tcl [deleted file]
apps/vmdemotk/media/Image3aL.bmp [deleted file]
apps/vmdemotk/media/Image3aR.bmp [deleted file]
apps/vmdemotk/media/L1.bmp [deleted file]
apps/vmdemotk/media/Makefile.am [deleted file]
apps/vmdemotk/media/Makefile.in [deleted file]
apps/vmdemotk/media/R1.bmp [deleted file]
apps/vmdemotk/media/Truck.cpj [deleted file]
apps/vmdemotk/media/boy.ini [deleted file]
apps/vmdemotk/media/boy1.ini [deleted file]
apps/vmdemotk/media/car.ini [deleted file]
apps/vmdemotk/media/computer.cpj [deleted file]
apps/vmdemotk/media/room.ini [deleted file]
apps/vmdemotk/media/truck_d2_1a.bmp [deleted file]
apps/vmdemotk/media/truck_d2_1b.bmp [deleted file]
autotools/aclocal/ax_check_compiler_flags.m4 [new file with mode: 0644]
autotools/aclocal/ax_ext.m4 [new file with mode: 0644]
autotools/aclocal/ax_gcc_x86_cpuid.m4 [new file with mode: 0644]
autotools/aclocal/libtool.m4 [new file with mode: 0644]
autotools/aclocal/ltoptions.m4 [new file with mode: 0644]
autotools/aclocal/ltsugar.m4 [new file with mode: 0644]
autotools/aclocal/ltversion.m4 [new file with mode: 0644]
autotools/aclocal/lt~obsolete.m4 [new file with mode: 0644]
autotools/aclocal/swig_complete.m4
autotools/config.guess
autotools/config.sub
autotools/darwin/Info.plist
autotools/depcomp
autotools/install-sh
autotools/ltmain.sh
autotools/missing
autotools/mkinstalldirs
autotools/py-compile
cmake_uninstall.cmake.in [new file with mode: 0755]
configure
configure.in
cv/Makefile.am [deleted file]
cv/Makefile.in [deleted file]
cv/include/Makefile.am [deleted file]
cv/include/Makefile.in [deleted file]
cv/include/cv.h [deleted file]
cv/include/cv.hpp [deleted file]
cv/include/cvcompat.h [deleted file]
cv/include/cvstreams.h [deleted file]
cv/include/cvtypes.h [deleted file]
cv/src/Makefile.am [deleted file]
cv/src/Makefile.in [deleted file]
cv/src/_cv.h [deleted file]
cv/src/_cvgeom.h [deleted file]
cv/src/_cvimgproc.h [deleted file]
cv/src/_cvipp.h [deleted file]
cv/src/_cvlist.h [deleted file]
cv/src/_cvmatrix.h [deleted file]
cv/src/cv.dsp [deleted file]
cv/src/cv.rc [deleted file]
cv/src/cv.vcproj [deleted file]
cv/src/cvaccum.cpp [deleted file]
cv/src/cvadapthresh.cpp [deleted file]
cv/src/cvapprox.cpp [deleted file]
cv/src/cvcalccontrasthistogram.cpp [deleted file]
cv/src/cvcalcimagehomography.cpp [deleted file]
cv/src/cvcalibinit.cpp [deleted file]
cv/src/cvcalibration.cpp [deleted file]
cv/src/cvcamshift.cpp [deleted file]
cv/src/cvcanny.cpp [deleted file]
cv/src/cvcolor.cpp [deleted file]
cv/src/cvcondens.cpp [deleted file]
cv/src/cvcontours.cpp [deleted file]
cv/src/cvcontourtree.cpp [deleted file]
cv/src/cvconvhull.cpp [deleted file]
cv/src/cvconvolve.cpp [deleted file]
cv/src/cvcorner.cpp [deleted file]
cv/src/cvcornersubpix.cpp [deleted file]
cv/src/cvderiv.cpp [deleted file]
cv/src/cvdistransform.cpp [deleted file]
cv/src/cvdominants.cpp [deleted file]
cv/src/cvemd.cpp [deleted file]
cv/src/cvfeatureselect.cpp [deleted file]
cv/src/cvfilter.cpp [deleted file]
cv/src/cvfloodfill.cpp [deleted file]
cv/src/cvfundam.cpp [deleted file]
cv/src/cvgeometry.cpp [deleted file]
cv/src/cvhaar.cpp [deleted file]
cv/src/cvhistogram.cpp [deleted file]
cv/src/cvhough.cpp [deleted file]
cv/src/cvimgwarp.cpp [deleted file]
cv/src/cvinpaint.cpp [deleted file]
cv/src/cvkalman.cpp [deleted file]
cv/src/cvlinefit.cpp [deleted file]
cv/src/cvlkpyramid.cpp [deleted file]
cv/src/cvmatchcontours.cpp [deleted file]
cv/src/cvmoments.cpp [deleted file]
cv/src/cvmorph.cpp [deleted file]
cv/src/cvmotempl.cpp [deleted file]
cv/src/cvoptflowbm.cpp [deleted file]
cv/src/cvoptflowhs.cpp [deleted file]
cv/src/cvoptflowlk.cpp [deleted file]
cv/src/cvpgh.cpp [deleted file]
cv/src/cvposit.cpp [deleted file]
cv/src/cvprecomp.cpp [deleted file]
cv/src/cvpyramids.cpp [deleted file]
cv/src/cvpyrsegmentation.cpp [deleted file]
cv/src/cvrotcalipers.cpp [deleted file]
cv/src/cvsamplers.cpp [deleted file]
cv/src/cvsegmentation.cpp [deleted file]
cv/src/cvshapedescr.cpp [deleted file]
cv/src/cvsmooth.cpp [deleted file]
cv/src/cvsnakes.cpp [deleted file]
cv/src/cvsubdivision2d.cpp [deleted file]
cv/src/cvsumpixels.cpp [deleted file]
cv/src/cvswitcher.cpp [deleted file]
cv/src/cvtables.cpp [deleted file]
cv/src/cvtemplmatch.cpp [deleted file]
cv/src/cvthresh.cpp [deleted file]
cv/src/cvundistort.cpp [deleted file]
cv/src/cvutils.cpp [deleted file]
cv/src/dummy.cpp [deleted file]
cv/src/makefile.gnu [deleted file]
cv/src/makefile.ms [deleted file]
cv/src/resource.h [deleted file]
cvaux/Makefile.am [deleted file]
cvaux/Makefile.in [deleted file]
cvaux/include/Makefile.am [deleted file]
cvaux/include/Makefile.in [deleted file]
cvaux/include/cvaux.h [deleted file]
cvaux/include/cvaux.hpp [deleted file]
cvaux/include/cvmat.hpp [deleted file]
cvaux/include/cvvidsurv.hpp [deleted file]
cvaux/src/Makefile.am [deleted file]
cvaux/src/Makefile.in [deleted file]
cvaux/src/_cvaux.h [deleted file]
cvaux/src/_cvfacedetection.h [deleted file]
cvaux/src/_cvvectrack.h [deleted file]
cvaux/src/_cvvm.h [deleted file]
cvaux/src/camshift.cpp [deleted file]
cvaux/src/cv3dtracker.cpp [deleted file]
cvaux/src/cvaux.cpp [deleted file]
cvaux/src/cvaux.dsp [deleted file]
cvaux/src/cvaux.rc [deleted file]
cvaux/src/cvaux.vcproj [deleted file]
cvaux/src/cvauxutils.cpp [deleted file]
cvaux/src/cvbgfg_acmmm2003.cpp [deleted file]
cvaux/src/cvbgfg_common.cpp [deleted file]
cvaux/src/cvbgfg_gaussmix.cpp [deleted file]
cvaux/src/cvcalibfilter.cpp [deleted file]
cvaux/src/cvclique.cpp [deleted file]
cvaux/src/cvcorrespond.cpp [deleted file]
cvaux/src/cvcorrimages.cpp [deleted file]
cvaux/src/cvcreatehandmask.cpp [deleted file]
cvaux/src/cvdpstereo.cpp [deleted file]
cvaux/src/cveigenobjects.cpp [deleted file]
cvaux/src/cvepilines.cpp [deleted file]
cvaux/src/cvface.cpp [deleted file]
cvaux/src/cvface.h [deleted file]
cvaux/src/cvfacedetection.cpp [deleted file]
cvaux/src/cvfacedetection.h [deleted file]
cvaux/src/cvfacetemplate.cpp [deleted file]
cvaux/src/cvfacetemplate.h [deleted file]
cvaux/src/cvfindface.cpp [deleted file]
cvaux/src/cvfindhandregion.cpp [deleted file]
cvaux/src/cvhmm.cpp [deleted file]
cvaux/src/cvhmm1d.cpp [deleted file]
cvaux/src/cvhmmobs.cpp [deleted file]
cvaux/src/cvlcm.cpp [deleted file]
cvaux/src/cvlee.cpp [deleted file]
cvaux/src/cvlevmar.cpp [deleted file]
cvaux/src/cvlevmarprojbandle.cpp [deleted file]
cvaux/src/cvlevmartrif.cpp [deleted file]
cvaux/src/cvlines.cpp [deleted file]
cvaux/src/cvlmeds.cpp [deleted file]
cvaux/src/cvmat.cpp [deleted file]
cvaux/src/cvmorphcontours.cpp [deleted file]
cvaux/src/cvmorphing.cpp [deleted file]
cvaux/src/cvprewarp.cpp [deleted file]
cvaux/src/cvscanlines.cpp [deleted file]
cvaux/src/cvsegment.cpp [deleted file]
cvaux/src/cvsubdiv2.cpp [deleted file]
cvaux/src/cvtexture.cpp [deleted file]
cvaux/src/cvtrifocal.cpp [deleted file]
cvaux/src/cvvecfacetracking.cpp [deleted file]
cvaux/src/cvvideo.cpp [deleted file]
cvaux/src/decomppoly.cpp [deleted file]
cvaux/src/dummy.cpp [deleted file]
cvaux/src/enmin.cpp [deleted file]
cvaux/src/extendededges.cpp [deleted file]
cvaux/src/makefile.gnu [deleted file]
cvaux/src/makefile.ms [deleted file]
cvaux/src/precomp.cpp [deleted file]
cvaux/src/resource.h [deleted file]
cvaux/src/vs/bgfg_estimation.cpp [deleted file]
cvaux/src/vs/blobtrackanalysis.cpp [deleted file]
cvaux/src/vs/blobtrackanalysishist.cpp [deleted file]
cvaux/src/vs/blobtrackanalysisior.cpp [deleted file]
cvaux/src/vs/blobtrackanalysistrackdist.cpp [deleted file]
cvaux/src/vs/blobtrackgen1.cpp [deleted file]
cvaux/src/vs/blobtrackgenyml.cpp [deleted file]
cvaux/src/vs/blobtrackingauto.cpp [deleted file]
cvaux/src/vs/blobtrackingcc.cpp [deleted file]
cvaux/src/vs/blobtrackingccwithcr.cpp [deleted file]
cvaux/src/vs/blobtrackingkalman.cpp [deleted file]
cvaux/src/vs/blobtrackinglist.cpp [deleted file]
cvaux/src/vs/blobtrackingmsfg.cpp [deleted file]
cvaux/src/vs/blobtrackingmsfgs.cpp [deleted file]
cvaux/src/vs/blobtrackpostprockalman.cpp [deleted file]
cvaux/src/vs/blobtrackpostproclinear.cpp [deleted file]
cvaux/src/vs/blobtrackpostproclist.cpp [deleted file]
cvaux/src/vs/enteringblobdetection.cpp [deleted file]
cvaux/src/vs/enteringblobdetectionreal.cpp [deleted file]
cvaux/src/vs/testseq.cpp [deleted file]
cvconfig.h.cmake [new file with mode: 0644]
cvconfig.h.in
cxcore/Makefile.am [deleted file]
cxcore/Makefile.in [deleted file]
cxcore/include/Makefile.am [deleted file]
cxcore/include/Makefile.in [deleted file]
cxcore/include/cvver.h [deleted file]
cxcore/include/cxcore.h [deleted file]
cxcore/include/cxcore.hpp [deleted file]
cxcore/include/cxerror.h [deleted file]
cxcore/include/cxmisc.h [deleted file]
cxcore/include/cxtypes.h [deleted file]
cxcore/src/Makefile.am [deleted file]
cxcore/src/Makefile.in [deleted file]
cxcore/src/_cxcore.h [deleted file]
cxcore/src/_cxipp.h [deleted file]
cxcore/src/cxalloc.cpp [deleted file]
cxcore/src/cxarithm.cpp [deleted file]
cxcore/src/cxarray.cpp [deleted file]
cxcore/src/cxcmp.cpp [deleted file]
cxcore/src/cxconvert.cpp [deleted file]
cxcore/src/cxcopy.cpp [deleted file]
cxcore/src/cxcore.dsp [deleted file]
cxcore/src/cxcore.rc [deleted file]
cxcore/src/cxcore.vcproj [deleted file]
cxcore/src/cxdatastructs.cpp [deleted file]
cxcore/src/cxdrawing.cpp [deleted file]
cxcore/src/cxdxt.cpp [deleted file]
cxcore/src/cxerror.cpp [deleted file]
cxcore/src/cximage.cpp [deleted file]
cxcore/src/cxjacobieigens.cpp [deleted file]
cxcore/src/cxlogic.cpp [deleted file]
cxcore/src/cxlut.cpp [deleted file]
cxcore/src/cxmathfuncs.cpp [deleted file]
cxcore/src/cxmatmul.cpp [deleted file]
cxcore/src/cxmatrix.cpp [deleted file]
cxcore/src/cxmean.cpp [deleted file]
cxcore/src/cxmeansdv.cpp [deleted file]
cxcore/src/cxminmaxloc.cpp [deleted file]
cxcore/src/cxnorm.cpp [deleted file]
cxcore/src/cxouttext.cpp [deleted file]
cxcore/src/cxpersistence.cpp [deleted file]
cxcore/src/cxprecomp.cpp [deleted file]
cxcore/src/cxrand.cpp [deleted file]
cxcore/src/cxsumpixels.cpp [deleted file]
cxcore/src/cxsvd.cpp [deleted file]
cxcore/src/cxswitcher.cpp [deleted file]
cxcore/src/cxtables.cpp [deleted file]
cxcore/src/cxutils.cpp [deleted file]
cxcore/src/dummy.cpp [deleted file]
cxcore/src/makefile.gnu [deleted file]
cxcore/src/makefile.ms [deleted file]
cxcore/src/resource.h [deleted file]
data/CMakeLists.txt [new file with mode: 0644]
data/Makefile.am
data/Makefile.in
data/haarcascades/haarcascade_eye.xml [new file with mode: 0644]
data/haarcascades/haarcascade_eye_tree_eyeglasses.xml [new file with mode: 0644]
data/haarcascades/haarcascade_lefteye_2splits.xml [new file with mode: 0644]
data/haarcascades/haarcascade_mcs_eyepair_big.xml [new file with mode: 0644]
data/haarcascades/haarcascade_mcs_eyepair_small.xml [new file with mode: 0644]
data/haarcascades/haarcascade_mcs_lefteye.xml [new file with mode: 0644]
data/haarcascades/haarcascade_mcs_mouth.xml [new file with mode: 0644]
data/haarcascades/haarcascade_mcs_nose.xml [new file with mode: 0644]
data/haarcascades/haarcascade_mcs_righteye.xml [new file with mode: 0644]
data/haarcascades/haarcascade_mcs_upperbody.xml [new file with mode: 0644]
data/haarcascades/haarcascade_righteye_2splits.xml [new file with mode: 0644]
data/lbpcascades/lbpcascade_frontalface.xml [new file with mode: 0644]
debian/README.Debian [new file with mode: 0644]
debian/README.source [new file with mode: 0644]
debian/changelog
debian/control
debian/copyright
debian/dirs [deleted file]
debian/libcv-dev.install
debian/libcv-dev.manpages [new file with mode: 0644]
debian/libcv1.install [deleted file]
debian/libcv4.install [new file with mode: 0644]
debian/libcvaux-dev.install
debian/libcvaux1.install [deleted file]
debian/libcvaux4.install [new file with mode: 0644]
debian/libhighgui-dev.install
debian/libhighgui1.install [deleted file]
debian/libhighgui4.install [new file with mode: 0644]
debian/opencv-config.1 [deleted file]
debian/opencv-createsamples.1 [new file with mode: 0644]
debian/opencv-doc.dirs [deleted file]
debian/opencv-doc.install
debian/opencv-haartraining.1 [new file with mode: 0644]
debian/opencv-performance.1 [new file with mode: 0644]
debian/patches/010_enable_static.diff [new file with mode: 0644]
debian/patches/010_fix_optimisations.diff [new file with mode: 0644]
debian/patches/010_m4_syntax.diff [new file with mode: 0644]
debian/patches/010_makefile_syntax.diff [new file with mode: 0644]
debian/patches/010_python_cspec.diff [new file with mode: 0644]
debian/patches/020_python_linking.diff [new file with mode: 0644]
debian/patches/040_check_for_newer_dc1394.diff [new file with mode: 0644]
debian/patches/100_amd64.diff [new file with mode: 0644]
debian/patches/100_python_files.diff [new file with mode: 0644]
debian/patches/100_static_inline.diff [new file with mode: 0644]
debian/patches/110_backport_r2242.diff [new file with mode: 0644]
debian/patches/110_backport_r2255.diff [new file with mode: 0644]
debian/patches/110_dc1394.diff [new file with mode: 0644]
debian/patches/110_dereferencement.diff [new file with mode: 0644]
debian/patches/120_header_warnings.diff [new file with mode: 0644]
debian/patches/200_examples_makefile.diff [new file with mode: 0644]
debian/patches/500_remove_bashism.patch [new file with mode: 0644]
debian/patches/series [new file with mode: 0644]
debian/python-opencv.install
debian/rules [changed mode: 0644->0755]
debian/watch [new file with mode: 0644]
doc/CMakeLists.txt [new file with mode: 0644]
doc/ChangeLog.htm [new file with mode: 0644]
doc/Cv-cpp.tex [new file with mode: 0644]
doc/CvAux-cpp.tex [new file with mode: 0644]
doc/CvAux.tex [new file with mode: 0644]
doc/CvReference.tex [new file with mode: 0644]
doc/CxCore-cpp.tex [new file with mode: 0644]
doc/CxCore.tex [new file with mode: 0644]
doc/FAQ.tex [new file with mode: 0644]
doc/HighGui-cpp.tex [new file with mode: 0644]
doc/HighGui.tex [new file with mode: 0644]
doc/MachineLearning.tex [new file with mode: 0644]
doc/common.m4 [new file with mode: 0644]
doc/cvcam.rtf [new file with mode: 0644]
doc/go [new file with mode: 0644]
doc/haartraining.htm [new file with mode: 0644]
doc/helvetica.sty [new file with mode: 0644]
doc/index.htm [new file with mode: 0644]
doc/latex_readme.txt [new file with mode: 0644]
doc/license.txt [new file with mode: 0644]
doc/online-opencv-c.tex [new file with mode: 0644]
doc/online-opencv-py.tex [new file with mode: 0644]
doc/opencv-logo.png [new file with mode: 0644]
doc/opencv-logo2.png [new file with mode: 0644]
doc/opencv.bib [new file with mode: 0644]
doc/opencv.jpg [new file with mode: 0644]
doc/opencv.pdf [new file with mode: 0644]
doc/opencv.sty [new file with mode: 0644]
doc/opencv.tex [new file with mode: 0644]
doc/packaging.txt [new file with mode: 0644]
doc/papers/algo_tracking.pdf [new file with mode: 0644]
doc/papers/avbpa99.ps [new file with mode: 0644]
doc/papers/camshift.pdf [new file with mode: 0644]
doc/pattern.pdf [new file with mode: 0644]
doc/pics/backprojectpatch.png [new file with mode: 0644]
doc/pics/boundingrect.png [new file with mode: 0644]
doc/pics/building.jpg [new file with mode: 0644]
doc/pics/contoursecarea.png [new file with mode: 0644]
doc/pics/cornersubpix.png [new file with mode: 0644]
doc/pics/defects.png [new file with mode: 0644]
doc/pics/disparity.png [new file with mode: 0644]
doc/pics/ellipse.png [new file with mode: 0644]
doc/pics/em1.png [new file with mode: 0644]
doc/pics/em3.png [new file with mode: 0644]
doc/pics/em4.png [new file with mode: 0644]
doc/pics/em5.png [new file with mode: 0644]
doc/pics/em6.png [new file with mode: 0644]
doc/pics/em7.png [new file with mode: 0644]
doc/pics/em8.png [new file with mode: 0644]
doc/pics/em9.png [new file with mode: 0644]
doc/pics/errmsg.png [new file with mode: 0644]
doc/pics/face.png [new file with mode: 0644]
doc/pics/haarfeatures.png [new file with mode: 0644]
doc/pics/houghp.png [new file with mode: 0644]
doc/pics/inv_logpolar.jpg [new file with mode: 0644]
doc/pics/left.jpg [new file with mode: 0644]
doc/pics/logpolar.jpg [new file with mode: 0644]
doc/pics/maxrect.png [new file with mode: 0644]
doc/pics/memstorage1.png [new file with mode: 0644]
doc/pics/memstorage2.png [new file with mode: 0644]
doc/pics/minareabox.png [new file with mode: 0644]
doc/pics/mlp_.png [new file with mode: 0644]
doc/pics/neuron_model.png [new file with mode: 0644]
doc/pics/pointpolygon.png [new file with mode: 0644]
doc/pics/quadedge.png [new file with mode: 0644]
doc/pics/right.jpg [new file with mode: 0644]
doc/pics/sigmoid_bipolar.png [new file with mode: 0644]
doc/pics/subdiv.png [new file with mode: 0644]
doc/pics/threshold.png [new file with mode: 0644]
doc/plastex/Makefile [new file with mode: 0644]
doc/plastex/TODO [new file with mode: 0644]
doc/plastex/_themes/blue/layout.html [new file with mode: 0644]
doc/plastex/_themes/blue/static/default.css_t [new file with mode: 0644]
doc/plastex/_themes/blue/theme.conf [new file with mode: 0644]
doc/plastex/conf.py [new file with mode: 0644]
doc/plastex/faq.rst [new file with mode: 0644]
doc/plastex/faq_general.rst [new file with mode: 0644]
doc/plastex/faq_technical.rst [new file with mode: 0644]
doc/plastex/find_function_names.sh [new file with mode: 0644]
doc/plastex/function_names.py [new file with mode: 0644]
doc/plastex/go [new file with mode: 0644]
doc/plastex/index-c.rst.copy [new file with mode: 0644]
doc/plastex/index-py.rst.copy [new file with mode: 0644]
doc/plastex/mymath.sty [new file with mode: 0644]
doc/plastex/myopencv.py [new file with mode: 0644]
doc/plastex/opencv-logo2.png [new file with mode: 0644]
doc/plastex/renderer.py [new file with mode: 0644]
doc/python.txt [new file with mode: 0644]
doc/verbdef.sty [new file with mode: 0644]
doc/vidsurv/Blob_Tracking_Modules.doc [new file with mode: 0644]
doc/vidsurv/Blob_Tracking_Tests.doc [new file with mode: 0644]
doc/vidsurv/TestSeq.doc [new file with mode: 0644]
docs/HTML/CameraCalibration.gif [deleted file]
docs/HTML/Contributors/doc_contributors.html [deleted file]
docs/HTML/Contributors/up.gif [deleted file]
docs/HTML/FAQ.htm [deleted file]
docs/HTML/Performance.jpg [deleted file]
docs/HTML/ball.gif [deleted file]
docs/HTML/calib_thumb.gif [deleted file]
docs/HTML/condensation_thumb.gif [deleted file]
docs/HTML/dummy_movie.gif [deleted file]
docs/HTML/faceNback_thumb.gif [deleted file]
docs/HTML/index.htm [deleted file]
docs/HTML/index.html [deleted file]
docs/HTML/kalman_thumb.gif [deleted file]
docs/HTML/reco_thumb.gif [deleted file]
docs/HTML/release_notes.htm [deleted file]
docs/HTML/titleblue.gif [deleted file]
docs/HTML/track_thumb.gif [deleted file]
docs/HTML/up.gif [deleted file]
docs/IPLMAN.pdf [deleted file]
docs/Makefile.am [deleted file]
docs/Makefile.in [deleted file]
docs/appPage/3dTracker/3dTracker.htm [deleted file]
docs/appPage/3dTracker/3dTrackerFilter.htm [deleted file]
docs/appPage/3dTracker/3dTrackerFilterGraph.png [deleted file]
docs/appPage/3dTracker/3dTrackerPropertyPage.png [deleted file]
docs/appPage/3dTracker/Tracker3dDemo.png [deleted file]
docs/appPage/Calibration/CalibFilterGraph.png [deleted file]
docs/appPage/Calibration/CalibFilterLabled.png [deleted file]
docs/appPage/Calibration/calibration.htm [deleted file]
docs/appPage/Calibration/calibration_shot.png [deleted file]
docs/appPage/Calibration/cam_model.htm [deleted file]
docs/appPage/Calibration/pict_calib.jpg [deleted file]
docs/appPage/Calibration/undistortion_shot.png [deleted file]
docs/appPage/CamShift/camshift.htm [deleted file]
docs/appPage/CamShift/camshiftThresh_labeled.jpg [deleted file]
docs/appPage/CamShift/csmshiftTrack_labeled.jpg [deleted file]
docs/appPage/CamShift/faceNback.png [deleted file]
docs/appPage/ConDensation/CondensationDemo.jpg [deleted file]
docs/appPage/ConDensation/CondensationDialog.jpg [deleted file]
docs/appPage/ConDensation/CondensationGraph.jpg [deleted file]
docs/appPage/ConDensation/condensation.htm [deleted file]
docs/appPage/ConDensation/condensation.png [deleted file]
docs/appPage/FaceRecognition/FaceRecognition.htm [deleted file]
docs/appPage/FaceRecognition/image003.jpg [deleted file]
docs/appPage/FaceRecognition/image005.png [deleted file]
docs/appPage/FaceRecognition/image007.png [deleted file]
docs/appPage/FaceRecognition/image009.png [deleted file]
docs/appPage/FaceRecognition/image011.png [deleted file]
docs/appPage/FaceRecognition/image013.png [deleted file]
docs/appPage/FaceRecognition/image015.png [deleted file]
docs/appPage/FaceRecognition/image017.png [deleted file]
docs/appPage/FaceRecognition/image019.png [deleted file]
docs/appPage/FaceRecognition/image021.png [deleted file]
docs/appPage/FaceRecognition/image023.png [deleted file]
docs/appPage/FaceRecognition/image025.png [deleted file]
docs/appPage/FaceRecognition/image027.png [deleted file]
docs/appPage/FaceRecognition/image029.png [deleted file]
docs/appPage/FaceRecognition/image031.png [deleted file]
docs/appPage/FaceRecognition/image033.png [deleted file]
docs/appPage/FaceRecognition/image040.jpg [deleted file]
docs/appPage/FaceRecognition/image042.jpg [deleted file]
docs/appPage/FaceRecognition/image046.png [deleted file]
docs/appPage/FaceRecognition/image053.jpg [deleted file]
docs/appPage/FaceRecognition/image055.png [deleted file]
docs/appPage/FaceRecognition/image057.png [deleted file]
docs/appPage/FaceRecognition/image059.png [deleted file]
docs/appPage/Kalman/Kalman.htm [deleted file]
docs/appPage/Kalman/KalmanApp.jpg [deleted file]
docs/appPage/Kalman/KalmanDialog.jpg [deleted file]
docs/appPage/Kalman/KalmanGraph.jpg [deleted file]
docs/appPage/Kalman/kalman.png [deleted file]
docs/appPage/Kalman/kalmanTrackShot.jpg [deleted file]
docs/appPage/Kalman/kalmanbackNClean.jpg [deleted file]
docs/appPage/LKTracker/LKTracker.htm [deleted file]
docs/appPage/LKTracker/LKpyrLabled.jpg [deleted file]
docs/appPage/LKTracker/pict_track.jpg [deleted file]
docs/appPage/appindex.htm [deleted file]
docs/appPage/calib_thumb.png [deleted file]
docs/appPage/camshift_thumb.png [deleted file]
docs/appPage/condensation_thumb.png [deleted file]
docs/appPage/kalman_thumb.png [deleted file]
docs/appPage/reco_thumb.png [deleted file]
docs/appPage/track_thumb.png [deleted file]
docs/cvcam.rtf [deleted file]
docs/faq.htm [deleted file]
docs/index.htm [deleted file]
docs/license.txt [deleted file]
docs/opencv.jpg [deleted file]
docs/opencvman_old.pdf [deleted file]
docs/papers/algo_tracking.pdf [deleted file]
docs/papers/avbpa99.ps [deleted file]
docs/papers/camshift.pdf [deleted file]
docs/pattern.pdf [deleted file]
docs/python-wrappers-on-windows.txt [deleted file]
docs/python.txt [deleted file]
docs/ref/opencvref.css [deleted file]
docs/ref/opencvref_cv.htm [deleted file]
docs/ref/opencvref_cvaux.htm [deleted file]
docs/ref/opencvref_cxcore.htm [deleted file]
docs/ref/opencvref_highgui.htm [deleted file]
docs/ref/opencvref_ml.htm [deleted file]
docs/ref/pics/backprojectpatch.png [deleted file]
docs/ref/pics/boundingrect.png [deleted file]
docs/ref/pics/building.jpg [deleted file]
docs/ref/pics/contoursecarea.png [deleted file]
docs/ref/pics/cornersubpix.png [deleted file]
docs/ref/pics/defects.png [deleted file]
docs/ref/pics/ellipse.png [deleted file]
docs/ref/pics/em1.png [deleted file]
docs/ref/pics/em3.png [deleted file]
docs/ref/pics/em4.png [deleted file]
docs/ref/pics/em5.png [deleted file]
docs/ref/pics/em6.png [deleted file]
docs/ref/pics/em7.png [deleted file]
docs/ref/pics/em8.png [deleted file]
docs/ref/pics/em9.png [deleted file]
docs/ref/pics/errmsg.png [deleted file]
docs/ref/pics/face.png [deleted file]
docs/ref/pics/haarfeatures.png [deleted file]
docs/ref/pics/houghp.png [deleted file]
docs/ref/pics/inv_logpolar.jpg [deleted file]
docs/ref/pics/left.jpg [deleted file]
docs/ref/pics/logpolar.jpg [deleted file]
docs/ref/pics/maxrect.png [deleted file]
docs/ref/pics/memstorage1.png [deleted file]
docs/ref/pics/memstorage2.png [deleted file]
docs/ref/pics/minareabox.png [deleted file]
docs/ref/pics/mlp_.png [deleted file]
docs/ref/pics/neuron_model.png [deleted file]
docs/ref/pics/pointpolygon.png [deleted file]
docs/ref/pics/quadedge.png [deleted file]
docs/ref/pics/right.jpg [deleted file]
docs/ref/pics/sigmoid_bipolar.png [deleted file]
docs/ref/pics/subdiv.png [deleted file]
docs/ref/pics/threshold.png [deleted file]
docs/vidsurv/Blob_Tracking_Modules.doc [deleted file]
docs/vidsurv/Blob_Tracking_Tests.doc [deleted file]
docs/vidsurv/TestSeq.doc [deleted file]
filters/CalibFilter/Calib3DWindow.cpp [deleted file]
filters/CalibFilter/Calib3DWindow.h [deleted file]
filters/CalibFilter/CalibFilter.cpp [deleted file]
filters/CalibFilter/CalibFilter.def [deleted file]
filters/CalibFilter/CalibFilter.dsp [deleted file]
filters/CalibFilter/CalibFilter.h [deleted file]
filters/CalibFilter/CalibFilter.vcproj [deleted file]
filters/CalibFilter/CalibFilterProp.cpp [deleted file]
filters/CalibFilter/CalibFilterProp.h [deleted file]
filters/CalibFilter/CalibFilterUIDs.h [deleted file]
filters/CalibFilter/CalibFilterprop.rc [deleted file]
filters/CalibFilter/iCalibFilter.h [deleted file]
filters/CalibFilter/resource.h [deleted file]
filters/CamShift/CamShift.def [deleted file]
filters/CamShift/CamShift.dsp [deleted file]
filters/CamShift/CamShiftD.def [deleted file]
filters/CamShift/CamShiftF.cpp [deleted file]
filters/CamShift/CamShiftF.h [deleted file]
filters/CamShift/CamShiftProp.cpp [deleted file]
filters/CamShift/CamShiftProp.h [deleted file]
filters/CamShift/CamShiftProp.rc [deleted file]
filters/CamShift/CamShiftUIDs.h [deleted file]
filters/CamShift/iCamShift.h [deleted file]
filters/CamShift/resource.h [deleted file]
filters/CamShift/utils.h [deleted file]
filters/Condens/Condens.cpp [deleted file]
filters/Condens/Condens.def [deleted file]
filters/Condens/Condens.dsp [deleted file]
filters/Condens/Condens.h [deleted file]
filters/Condens/Condensd.def [deleted file]
filters/Condens/Condensprop.cpp [deleted file]
filters/Condens/Condensprop.h [deleted file]
filters/Condens/Condensprop.rc [deleted file]
filters/Condens/Condensuids.h [deleted file]
filters/Condens/iCondens.h [deleted file]
filters/Condens/resource.h [deleted file]
filters/Kalman/Kalman.cpp [deleted file]
filters/Kalman/Kalman.def [deleted file]
filters/Kalman/Kalman.dsp [deleted file]
filters/Kalman/Kalman.h [deleted file]
filters/Kalman/Kalmand.def [deleted file]
filters/Kalman/Kalmanprop.cpp [deleted file]
filters/Kalman/Kalmanprop.h [deleted file]
filters/Kalman/Kalmanprop.rc [deleted file]
filters/Kalman/Kalmanuids.h [deleted file]
filters/Kalman/iKalman.h [deleted file]
filters/Kalman/resource.h [deleted file]
filters/ProxyTrans/HowToUse.txt [deleted file]
filters/ProxyTrans/ProxyTrans.cpp [deleted file]
filters/ProxyTrans/ProxyTrans.def [deleted file]
filters/ProxyTrans/ProxyTrans.dsp [deleted file]
filters/ProxyTrans/ProxyTrans.h [deleted file]
filters/ProxyTrans/ProxyTrans.vcproj [deleted file]
filters/ProxyTrans/ProxyTransprop.cpp [deleted file]
filters/ProxyTrans/ProxyTransprop.h [deleted file]
filters/ProxyTrans/ProxyTransprop.rc [deleted file]
filters/ProxyTrans/ProxyTransuids.h [deleted file]
filters/ProxyTrans/iProxyTrans.h [deleted file]
filters/ProxyTrans/resource.h [deleted file]
filters/SyncFilter/SyncFilter.cpp [deleted file]
filters/SyncFilter/SyncFilter.def [deleted file]
filters/SyncFilter/SyncFilter.dsp [deleted file]
filters/SyncFilter/SyncFilter.h [deleted file]
filters/SyncFilter/SyncFilter.vcproj [deleted file]
filters/SyncFilter/SyncFilterUIDs.h [deleted file]
filters/SyncFilter/iSyncFilter.h [deleted file]
filters/Tracker3dFilter/include/IBlobTracker.h [deleted file]
filters/Tracker3dFilter/include/ICamShiftTracker.h [deleted file]
filters/Tracker3dFilter/include/ITracker.h [deleted file]
filters/Tracker3dFilter/include/ITracker3dFilter.h [deleted file]
filters/Tracker3dFilter/include/autorelease.h [deleted file]
filters/Tracker3dFilter/src/FilenamesDialog.cpp [deleted file]
filters/Tracker3dFilter/src/FilenamesDialog.h [deleted file]
filters/Tracker3dFilter/src/Tracker3dFilter.cpp [deleted file]
filters/Tracker3dFilter/src/Tracker3dFilter.def [deleted file]
filters/Tracker3dFilter/src/Tracker3dFilter.dsp [deleted file]
filters/Tracker3dFilter/src/Tracker3dFilter.h [deleted file]
filters/Tracker3dFilter/src/Tracker3dPropertyPage.cpp [deleted file]
filters/Tracker3dFilter/src/Tracker3dPropertyPage.h [deleted file]
filters/Tracker3dFilter/src/Tracker3dPropertyPage.rc [deleted file]
filters/Tracker3dFilter/src/resource.h [deleted file]
filters/Tracker3dFilter/trackers/BlobTracker/BlobTracker.cpp [deleted file]
filters/Tracker3dFilter/trackers/BlobTracker/BlobTracker.def [deleted file]
filters/Tracker3dFilter/trackers/BlobTracker/BlobTracker.dsp [deleted file]
filters/Tracker3dFilter/trackers/BlobTracker/BlobTracker.h [deleted file]
filters/Tracker3dFilter/trackers/BlobTracker/BlobTrackerPropertyPage.cpp [deleted file]
filters/Tracker3dFilter/trackers/BlobTracker/BlobTrackerPropertyPage.def [deleted file]
filters/Tracker3dFilter/trackers/BlobTracker/BlobTrackerPropertyPage.h [deleted file]
filters/Tracker3dFilter/trackers/BlobTracker/BlobTrackerPropertyPage.rc [deleted file]
filters/Tracker3dFilter/trackers/BlobTracker/BlobTrkObject.h [deleted file]
filters/Tracker3dFilter/trackers/BlobTracker/BlobTrkOut.cpp [deleted file]
filters/Tracker3dFilter/trackers/BlobTracker/resource.h [deleted file]
filters/Tracker3dFilter/trackers/CamShiftTracker/CamShiftTracker.cpp [deleted file]
filters/Tracker3dFilter/trackers/CamShiftTracker/CamShiftTracker.def [deleted file]
filters/Tracker3dFilter/trackers/CamShiftTracker/CamShiftTracker.dsp [deleted file]
filters/Tracker3dFilter/trackers/CamShiftTracker/CamShiftTracker.h [deleted file]
filters/Tracker3dFilter/trackers/CamShiftTracker/CamShiftTrackerPropertyPage.cpp [deleted file]
filters/Tracker3dFilter/trackers/CamShiftTracker/CamShiftTrackerPropertyPage.h [deleted file]
filters/Tracker3dFilter/trackers/CamShiftTracker/CamShiftTrackerPropertyPage.rc [deleted file]
filters/Tracker3dFilter/trackers/CamShiftTracker/resource.h [deleted file]
include/Makefile.am [new file with mode: 0644]
include/Makefile.in [new file with mode: 0644]
include/opencv/cv.h [new file with mode: 0644]
include/opencv/cv.hpp [new file with mode: 0644]
include/opencv/cvaux.h [new file with mode: 0644]
include/opencv/cvaux.hpp [new file with mode: 0644]
include/opencv/cvcompat.h [new file with mode: 0644]
include/opencv/cvstreams.h [new file with mode: 0644]
include/opencv/cvtypes.h [new file with mode: 0644]
include/opencv/cvver.h [new file with mode: 0644]
include/opencv/cvvidsurv.hpp [new file with mode: 0644]
include/opencv/cvwimage.h [new file with mode: 0644]
include/opencv/cxcore.h [new file with mode: 0644]
include/opencv/cxcore.hpp [new file with mode: 0644]
include/opencv/cxerror.h [new file with mode: 0644]
include/opencv/cxflann.h [new file with mode: 0644]
include/opencv/cxmat.hpp [new file with mode: 0644]
include/opencv/cxmisc.h [new file with mode: 0644]
include/opencv/cxoperations.hpp [new file with mode: 0644]
include/opencv/cxtypes.h [new file with mode: 0644]
include/opencv/highgui.h [new file with mode: 0644]
include/opencv/highgui.hpp [new file with mode: 0644]
include/opencv/ml.h [new file with mode: 0644]
interfaces/CMakeLists.txt [new file with mode: 0644]
interfaces/Makefile.am
interfaces/Makefile.in
interfaces/ch/Makefile [deleted file]
interfaces/ch/c/Makefile [deleted file]
interfaces/ch/c/Makefile.win [deleted file]
interfaces/ch/c/handmade/cv/cv_retstruct_chdl.c [deleted file]
interfaces/ch/c/handmade/cvcam/cvcamAVISetCallback_chdl.c [deleted file]
interfaces/ch/c/handmade/cvcam/cvcamPlayAVI_chdl.c [deleted file]
interfaces/ch/c/handmade/cvcam/cvcamSetProperty_chdl.c [deleted file]
interfaces/ch/c/handmade/cxcore/constcharp2_chdl.c [deleted file]
interfaces/ch/c/handmade/cxcore/cvSetIPLAllocators_chdl.c [deleted file]
interfaces/ch/c/handmade/cxcore/cvSetMemoryManager_chdl.c [deleted file]
interfaces/ch/c/handmade/cxcore/cxcore_retstruct_chdl.c [deleted file]
interfaces/ch/c/handmade/highgui/cvCreateTrackbar_chdl.c [deleted file]
interfaces/ch/c/handmade/highgui/cvSetMouseCallback_chdl.c [deleted file]
interfaces/ch/c/handmade/highgui/set_postprocess_chdl.c [deleted file]
interfaces/ch/c/handmade/highgui/set_preprocess_chdl.c [deleted file]
interfaces/ch/chfcreate/dummy.txt [deleted file]
interfaces/ch/chfhandmade/cvAvg.chf [deleted file]
interfaces/ch/chfhandmade/cvBoundingRect.chf [deleted file]
interfaces/ch/chfhandmade/cvCalcCovarMatrix.chf [deleted file]
interfaces/ch/chfhandmade/cvColorToScalar.chf [deleted file]
interfaces/ch/chfhandmade/cvCreateTrackbar.chf [deleted file]
interfaces/ch/chfhandmade/cvFitEllipse2.chf [deleted file]
interfaces/ch/chfhandmade/cvGet1D.chf [deleted file]
interfaces/ch/chfhandmade/cvGet2D.chf [deleted file]
interfaces/ch/chfhandmade/cvGet3D.chf [deleted file]
interfaces/ch/chfhandmade/cvGetErrInfo.chf [deleted file]
interfaces/ch/chfhandmade/cvGetImageROI.chf [deleted file]
interfaces/ch/chfhandmade/cvGetModuleInfo.chf [deleted file]
interfaces/ch/chfhandmade/cvGetND.chf [deleted file]
interfaces/ch/chfhandmade/cvGetSize.chf [deleted file]
interfaces/ch/chfhandmade/cvLoad.chf [deleted file]
interfaces/ch/chfhandmade/cvMinAreaRect2.chf [deleted file]
interfaces/ch/chfhandmade/cvSetIPLAllocators.chf [deleted file]
interfaces/ch/chfhandmade/cvSetMemoryManager.chf [deleted file]
interfaces/ch/chfhandmade/cvSetMouseCallback.chf [deleted file]
interfaces/ch/chfhandmade/cvSetPostprocessFuncWin32.chf [deleted file]
interfaces/ch/chfhandmade/cvSetPreprocessFuncWin32.chf [deleted file]
interfaces/ch/chfhandmade/cvSum.chf [deleted file]
interfaces/ch/chfhandmade/cvTrace.chf [deleted file]
interfaces/ch/chfhandmade/cvcamAVISetCallback.chf [deleted file]
interfaces/ch/chfhandmade/cvcamPlayAVI.chf [deleted file]
interfaces/ch/chfhandmade/cvcamSetProperty.chf [deleted file]
interfaces/ch/demos/data/haarcascades/dummy.txt [deleted file]
interfaces/ch/demos/demhist.ch [deleted file]
interfaces/ch/demos/facedetect.ch [deleted file]
interfaces/ch/pkgcreate.ch [deleted file]
interfaces/ch/pkginstall.ch [deleted file]
interfaces/ch/readme.txt [deleted file]
interfaces/ffopencv/CMakeLists.txt [new file with mode: 0644]
interfaces/ffopencv/ffopencv.cpp [new file with mode: 0644]
interfaces/ffopencv/ffopencv.h [new file with mode: 0644]
interfaces/ipp/dllmain.c [deleted file]
interfaces/ipp/export4.def [deleted file]
interfaces/ipp/export5.def [deleted file]
interfaces/ipp/export51.def [deleted file]
interfaces/ipp/ippopencv.dsp [deleted file]
interfaces/ipp/ippopencv.dsw [deleted file]
interfaces/ipp/make_def.py [deleted file]
interfaces/ipp/opencvipp_funclist.h [deleted file]
interfaces/ipp/readme.txt [deleted file]
interfaces/matlab/ReadMe.txt [deleted file]
interfaces/matlab/src/MtlbWrps.dsp [deleted file]
interfaces/matlab/src/funcs.cpp [deleted file]
interfaces/matlab/src/funcs.h [deleted file]
interfaces/matlab/src/hash.cpp [deleted file]
interfaces/matlab/src/hash.h [deleted file]
interfaces/matlab/src/main.cpp [deleted file]
interfaces/matlab/src/mexfun.def [deleted file]
interfaces/matlab/src/qerr.cpp [deleted file]
interfaces/matlab/src/qerr.h [deleted file]
interfaces/matlab/src/tmacro.h [deleted file]
interfaces/matlab/src/wrappers.cpp [deleted file]
interfaces/matlab/src/wrmacro.h [deleted file]
interfaces/matlab/toolbox/opencv/_cvdilate.m [deleted file]
interfaces/matlab/toolbox/opencv/_cverode.m [deleted file]
interfaces/matlab/toolbox/opencv/_cvmatchtemplate.m [deleted file]
interfaces/matlab/toolbox/opencv/_cvpyrdown.m [deleted file]
interfaces/matlab/toolbox/opencv/_cvpyrup.m [deleted file]
interfaces/matlab/toolbox/opencv/cvadaptivethreshold.m [deleted file]
interfaces/matlab/toolbox/opencv/cvapproxpoly.m [deleted file]
interfaces/matlab/toolbox/opencv/cvcalcopticalflowpyrlk.m [deleted file]
interfaces/matlab/toolbox/opencv/cvcanny.m [deleted file]
interfaces/matlab/toolbox/opencv/cvcontourarea.m [deleted file]
interfaces/matlab/toolbox/opencv/cvcontourboundingrect.m [deleted file]
interfaces/matlab/toolbox/opencv/cvcontourperimeter.m [deleted file]
interfaces/matlab/toolbox/opencv/cvdemos/contdemo.m [deleted file]
interfaces/matlab/toolbox/opencv/cvdemos/demos.m [deleted file]
interfaces/matlab/toolbox/opencv/cvdemos/filldemo.m [deleted file]
interfaces/matlab/toolbox/opencv/cvdemos/flowdemo.m [deleted file]
interfaces/matlab/toolbox/opencv/cvdilate.m [deleted file]
interfaces/matlab/toolbox/opencv/cvdisttransform.m [deleted file]
interfaces/matlab/toolbox/opencv/cvdrawcontours.m [deleted file]
interfaces/matlab/toolbox/opencv/cverode.m [deleted file]
interfaces/matlab/toolbox/opencv/cvfindcontours.m [deleted file]
interfaces/matlab/toolbox/opencv/cvfloodfill.m [deleted file]
interfaces/matlab/toolbox/opencv/cvgoodfeaturestotrack.m [deleted file]
interfaces/matlab/toolbox/opencv/cvlaplace.m [deleted file]
interfaces/matlab/toolbox/opencv/cvmatchtemplate.m [deleted file]
interfaces/matlab/toolbox/opencv/cvminmaxloc.m [deleted file]
interfaces/matlab/toolbox/opencv/cvprecornerdetect.m [deleted file]
interfaces/matlab/toolbox/opencv/cvpyrdown.m [deleted file]
interfaces/matlab/toolbox/opencv/cvpyrup.m [deleted file]
interfaces/matlab/toolbox/opencv/cvsobel.m [deleted file]
interfaces/matlab/toolbox/opencv/cvthreshold.m [deleted file]
interfaces/matlab/toolbox/opencv/cvupdatemotionhistory.m [deleted file]
interfaces/python/CMakeLists.txt [new file with mode: 0644]
interfaces/python/api [new file with mode: 0644]
interfaces/python/cv.cpp [new file with mode: 0644]
interfaces/python/defs [new file with mode: 0644]
interfaces/python/gen.py [new file with mode: 0644]
interfaces/swig/CMakeLists.txt [new file with mode: 0644]
interfaces/swig/Makefile.am
interfaces/swig/Makefile.in
interfaces/swig/filtered/Makefile.am
interfaces/swig/filtered/Makefile.in
interfaces/swig/filtered/constants.h
interfaces/swig/filtered/cv.h
interfaces/swig/general/Makefile.am
interfaces/swig/general/Makefile.in
interfaces/swig/general/cv.i
interfaces/swig/general/cvmacros.i
interfaces/swig/general/extensions.i
interfaces/swig/general/highgui.i
interfaces/swig/general/memory.i
interfaces/swig/octave/CMakeLists.txt [new file with mode: 0644]
interfaces/swig/octave/COPYING [new file with mode: 0644]
interfaces/swig/octave/DESCRIPTION [new file with mode: 0644]
interfaces/swig/octave/INDEX [new file with mode: 0644]
interfaces/swig/octave/Makefile.am [new file with mode: 0644]
interfaces/swig/octave/Makefile.in [new file with mode: 0644]
interfaces/swig/octave/PKG_ADD_template [new file with mode: 0644]
interfaces/swig/octave/adapters.i [new file with mode: 0644]
interfaces/swig/octave/cv.i [new file with mode: 0644]
interfaces/swig/octave/cv_wrap.cpp [new file with mode: 0644]
interfaces/swig/octave/cvaliases.i [new file with mode: 0644]
interfaces/swig/octave/cvarr.i [new file with mode: 0644]
interfaces/swig/octave/cvseq.i [new file with mode: 0644]
interfaces/swig/octave/cvshadow.cpp [new file with mode: 0644]
interfaces/swig/octave/cvshadow.h [new file with mode: 0644]
interfaces/swig/octave/cvshadow.i [new file with mode: 0644]
interfaces/swig/octave/highgui.i [new file with mode: 0644]
interfaces/swig/octave/highgui_wrap.cpp [new file with mode: 0644]
interfaces/swig/octave/imagedata.i [new file with mode: 0644]
interfaces/swig/octave/ml.i [new file with mode: 0644]
interfaces/swig/octave/ml_wrap.cpp [new file with mode: 0644]
interfaces/swig/octave/octcvseq.hpp [new file with mode: 0644]
interfaces/swig/octave/octerror.cpp [new file with mode: 0644]
interfaces/swig/octave/octerror.h [new file with mode: 0644]
interfaces/swig/octave/octhelpers.cpp [new file with mode: 0644]
interfaces/swig/octave/octhelpers.h [new file with mode: 0644]
interfaces/swig/octave/octhelpers.i [new file with mode: 0644]
interfaces/swig/octave/octtypemaps.i [new file with mode: 0644]
interfaces/swig/octave/opencv.m [new file with mode: 0644]
interfaces/swig/python/.cvsignore [new file with mode: 0644]
interfaces/swig/python/CMakeLists.txt [new file with mode: 0644]
interfaces/swig/python/Makefile.am
interfaces/swig/python/Makefile.in
interfaces/swig/python/_cv.cpp
interfaces/swig/python/_highgui.cpp
interfaces/swig/python/_ml.cpp
interfaces/swig/python/adaptors.py
interfaces/swig/python/cv.i
interfaces/swig/python/cv.py
interfaces/swig/python/cvaliases.i
interfaces/swig/python/cvaliases_autogen.i [new file with mode: 0644]
interfaces/swig/python/cvarr.i
interfaces/swig/python/cvshadow.cpp
interfaces/swig/python/cvshadow.h
interfaces/swig/python/cvshadow.i
interfaces/swig/python/cvswigmacros.i [new file with mode: 0644]
interfaces/swig/python/highgui.i
interfaces/swig/python/highgui.py
interfaces/swig/python/imagedata.i
interfaces/swig/python/ml.py
interfaces/swig/python/nointpb.i
interfaces/swig/python/pyhelpers.cpp
interfaces/swig/python/pyhelpers.h
interfaces/swig/python/pyhelpers.i
interfaces/swig/python/pytypemaps.i
interfaces/swig/python/setup-for-win.py
make_frameworks.sh
ml/Makefile.am [deleted file]
ml/Makefile.in [deleted file]
ml/include/Makefile.am [deleted file]
ml/include/Makefile.in [deleted file]
ml/include/ml.h [deleted file]
ml/src/Makefile.am [deleted file]
ml/src/Makefile.in [deleted file]
ml/src/_ml.h [deleted file]
ml/src/dummy.cpp [deleted file]
ml/src/makefile.gnu [deleted file]
ml/src/makefile.ms [deleted file]
ml/src/ml.cpp [deleted file]
ml/src/ml.dsp [deleted file]
ml/src/ml.rc [deleted file]
ml/src/ml.vcproj [deleted file]
ml/src/ml_inner_functions.cpp [deleted file]
ml/src/mlann_mlp.cpp [deleted file]
ml/src/mlboost.cpp [deleted file]
ml/src/mlcnn.cpp [deleted file]
ml/src/mlem.cpp [deleted file]
ml/src/mlestimate.cpp [deleted file]
ml/src/mlknearest.cpp [deleted file]
ml/src/mlnbayes.cpp [deleted file]
ml/src/mlrtrees.cpp [deleted file]
ml/src/mlsvm.cpp [deleted file]
ml/src/mltestset.cpp [deleted file]
ml/src/mltree.cpp [deleted file]
ml/src/resource.h [deleted file]
opencv.pc.cmake.in [new file with mode: 0755]
opencv.pc.in
otherlibs/GestRec/FindHandCtl.h [deleted file]
otherlibs/Makefile.am [deleted file]
otherlibs/Makefile.in [deleted file]
otherlibs/PTGrey/PGControl.h [deleted file]
otherlibs/PTGrey/PTGrey.cpp [deleted file]
otherlibs/PTGrey/PTGrey.dsp [deleted file]
otherlibs/PTGrey/PTGrey.h [deleted file]
otherlibs/VlGrFmts/bitstrm.cpp [deleted file]
otherlibs/VlGrFmts/bitstrm.h [deleted file]
otherlibs/VlGrFmts/grfmt.cpp [deleted file]
otherlibs/VlGrFmts/grfmt.h [deleted file]
otherlibs/VlGrFmts/grfmt_base.cpp [deleted file]
otherlibs/VlGrFmts/grfmt_base.h [deleted file]
otherlibs/VlGrFmts/grfmt_bmp.cpp [deleted file]
otherlibs/VlGrFmts/grfmt_bmp.h [deleted file]
otherlibs/VlGrFmts/grfmt_jpeg.cpp [deleted file]
otherlibs/VlGrFmts/grfmt_jpeg.h [deleted file]
otherlibs/VlGrFmts/grfmt_pxm.cpp [deleted file]
otherlibs/VlGrFmts/grfmt_pxm.h [deleted file]
otherlibs/VlGrFmts/rd_jpeg.cpp [deleted file]
otherlibs/VlGrFmts/rd_jpeg.h [deleted file]
otherlibs/VlGrFmts/rd_rle.cpp [deleted file]
otherlibs/VlGrFmts/rd_rle.h [deleted file]
otherlibs/VlGrFmts/utils.cpp [deleted file]
otherlibs/VlGrFmts/utils.h [deleted file]
otherlibs/VlGrFmts/vlgrfmts.cpp [deleted file]
otherlibs/VlGrFmts/vlgrfmts.dsp [deleted file]
otherlibs/VlGrFmts/vlgrfmts.h [deleted file]
otherlibs/_fltk/include/FL/Enumerations.H [deleted file]
otherlibs/_fltk/include/FL/Fl.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Adjuster.H [deleted file]
otherlibs/_fltk/include/FL/Fl_BMP_Image.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Bitmap.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Box.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Browser.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Browser_.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Button.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Chart.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Check_Browser.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Check_Button.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Choice.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Clock.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Color_Chooser.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Counter.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Dial.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Double_Window.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Export.H [deleted file]
otherlibs/_fltk/include/FL/Fl_File_Browser.H [deleted file]
otherlibs/_fltk/include/FL/Fl_File_Chooser.H [deleted file]
otherlibs/_fltk/include/FL/Fl_File_Icon.H [deleted file]
otherlibs/_fltk/include/FL/Fl_File_Input.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Fill_Dial.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Fill_Slider.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Float_Input.H [deleted file]
otherlibs/_fltk/include/FL/Fl_FormsBitmap.H [deleted file]
otherlibs/_fltk/include/FL/Fl_FormsPixmap.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Free.H [deleted file]
otherlibs/_fltk/include/FL/Fl_GIF_Image.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Gl_Window.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Group.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Help_Dialog.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Help_View.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Hold_Browser.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Hor_Fill_Slider.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Hor_Nice_Slider.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Hor_Slider.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Hor_Value_Slider.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Image.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Input.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Input_.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Int_Input.H [deleted file]
otherlibs/_fltk/include/FL/Fl_JPEG_Image.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Light_Button.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Line_Dial.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Menu.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Menu_.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Menu_Bar.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Menu_Button.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Menu_Item.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Menu_Window.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Multi_Browser.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Multi_Label.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Multiline_Input.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Multiline_Output.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Nice_Slider.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Object.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Output.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Overlay_Window.H [deleted file]
otherlibs/_fltk/include/FL/Fl_PNG_Image.H [deleted file]
otherlibs/_fltk/include/FL/Fl_PNM_Image.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Pack.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Pixmap.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Positioner.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Preferences.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Progress.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Radio_Button.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Radio_Light_Button.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Radio_Round_Button.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Repeat_Button.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Return_Button.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Roller.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Round_Button.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Round_Clock.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Scroll.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Scrollbar.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Secret_Input.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Select_Browser.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Shared_Image.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Simple_Counter.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Single_Window.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Slider.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Sys_Menu_Bar.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Tabs.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Text_Buffer.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Text_Display.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Text_Editor.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Tile.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Tiled_Image.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Timer.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Toggle_Button.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Toggle_Light_Button.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Toggle_Round_Button.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Tooltip.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Valuator.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Value_Input.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Value_Output.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Value_Slider.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Widget.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Window.H [deleted file]
otherlibs/_fltk/include/FL/Fl_Wizard.H [deleted file]
otherlibs/_fltk/include/FL/Fl_XBM_Image.H [deleted file]
otherlibs/_fltk/include/FL/Fl_XPM_Image.H [deleted file]
otherlibs/_fltk/include/FL/Makefile.in [deleted file]
otherlibs/_fltk/include/FL/dirent.h [deleted file]
otherlibs/_fltk/include/FL/filename.H [deleted file]
otherlibs/_fltk/include/FL/fl_ask.H [deleted file]
otherlibs/_fltk/include/FL/fl_draw.H [deleted file]
otherlibs/_fltk/include/FL/fl_message.H [deleted file]
otherlibs/_fltk/include/FL/fl_show_colormap.H [deleted file]
otherlibs/_fltk/include/FL/fl_show_input.H [deleted file]
otherlibs/_fltk/include/FL/forms.H [deleted file]
otherlibs/_fltk/include/FL/gl.h [deleted file]
otherlibs/_fltk/include/FL/gl2opengl.h [deleted file]
otherlibs/_fltk/include/FL/gl_draw.H [deleted file]
otherlibs/_fltk/include/FL/glut.H [deleted file]
otherlibs/_fltk/include/FL/mac.H [deleted file]
otherlibs/_fltk/include/FL/mac.r [deleted file]
otherlibs/_fltk/include/FL/math.h [deleted file]
otherlibs/_fltk/include/FL/win32.H [deleted file]
otherlibs/_fltk/include/FL/x.H [deleted file]
otherlibs/_fltk/include/cvfltk.h [deleted file]
otherlibs/_fltk/readme.txt [deleted file]
otherlibs/_graphics/include/OpenEXR/Iex.h [deleted file]
otherlibs/_graphics/include/OpenEXR/IexBaseExc.h [deleted file]
otherlibs/_graphics/include/OpenEXR/IexErrnoExc.h [deleted file]
otherlibs/_graphics/include/OpenEXR/IexMacros.h [deleted file]
otherlibs/_graphics/include/OpenEXR/IexMathExc.h [deleted file]
otherlibs/_graphics/include/OpenEXR/IexThrowErrnoExc.h [deleted file]
otherlibs/_graphics/include/OpenEXR/IlmThread.h [deleted file]
otherlibs/_graphics/include/OpenEXR/IlmThreadMutex.h [deleted file]
otherlibs/_graphics/include/OpenEXR/IlmThreadPool.h [deleted file]
otherlibs/_graphics/include/OpenEXR/IlmThreadSemaphore.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImathBox.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImathBoxAlgo.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImathColor.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImathColorAlgo.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImathEuler.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImathExc.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImathFrame.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImathFrustum.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImathFun.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImathGL.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImathGLU.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImathHalfLimits.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImathInterval.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImathLimits.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImathLine.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImathLineAlgo.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImathMath.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImathMatrix.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImathMatrixAlgo.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImathPlane.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImathPlatform.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImathQuat.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImathRandom.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImathRoots.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImathShear.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImathSphere.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImathVec.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImathVecAlgo.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfArray.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfAttribute.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfBoxAttribute.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfCRgbaFile.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfChannelList.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfChannelListAttribute.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfChromaticities.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfChromaticitiesAttribute.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfCompression.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfCompressionAttribute.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfConvert.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfDoubleAttribute.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfEnvmap.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfEnvmapAttribute.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfFloatAttribute.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfFrameBuffer.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfHeader.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfHuf.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfIO.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfInputFile.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfInt64.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfIntAttribute.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfKeyCode.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfKeyCodeAttribute.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfLineOrder.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfLineOrderAttribute.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfLut.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfMatrixAttribute.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfName.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfOpaqueAttribute.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfOutputFile.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfPixelType.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfPreviewImage.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfPreviewImageAttribute.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfRgba.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfRgbaFile.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfRgbaYca.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfStandardAttributes.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfStdIO.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfStringAttribute.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfTestFile.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfThreading.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfTileDescription.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfTileDescriptionAttribute.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfTiledInputFile.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfTiledOutputFile.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfTiledRgbaFile.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfTimeCode.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfTimeCodeAttribute.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfVecAttribute.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfVersion.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfWav.h [deleted file]
otherlibs/_graphics/include/OpenEXR/ImfXdr.h [deleted file]
otherlibs/_graphics/include/OpenEXR/OpenEXRConfig.h [deleted file]
otherlibs/_graphics/include/OpenEXR/half.h [deleted file]
otherlibs/_graphics/include/OpenEXR/halfFunction.h [deleted file]
otherlibs/_graphics/include/OpenEXR/halfLimits.h [deleted file]
otherlibs/_graphics/include/ffmpeg/adler32.h [deleted file]
otherlibs/_graphics/include/ffmpeg/avcodec.h [deleted file]
otherlibs/_graphics/include/ffmpeg/avformat.h [deleted file]
otherlibs/_graphics/include/ffmpeg/avio.h [deleted file]
otherlibs/_graphics/include/ffmpeg/avutil.h [deleted file]
otherlibs/_graphics/include/ffmpeg/base64.h [deleted file]
otherlibs/_graphics/include/ffmpeg/common.h [deleted file]
otherlibs/_graphics/include/ffmpeg/fifo.h [deleted file]
otherlibs/_graphics/include/ffmpeg/integer.h [deleted file]
otherlibs/_graphics/include/ffmpeg/intfloat_readwrite.h [deleted file]
otherlibs/_graphics/include/ffmpeg/log.h [deleted file]
otherlibs/_graphics/include/ffmpeg/lzo.h [deleted file]
otherlibs/_graphics/include/ffmpeg/mathematics.h [deleted file]
otherlibs/_graphics/include/ffmpeg/md5.h [deleted file]
otherlibs/_graphics/include/ffmpeg/mem.h [deleted file]
otherlibs/_graphics/include/ffmpeg/opt.h [deleted file]
otherlibs/_graphics/include/ffmpeg/random.h [deleted file]
otherlibs/_graphics/include/ffmpeg/rational.h [deleted file]
otherlibs/_graphics/include/ffmpeg/rgb2rgb.h [deleted file]
otherlibs/_graphics/include/ffmpeg/rtp.h [deleted file]
otherlibs/_graphics/include/ffmpeg/rtsp.h [deleted file]
otherlibs/_graphics/include/ffmpeg/rtspcodes.h [deleted file]
otherlibs/_graphics/include/inttypes.h [deleted file]
otherlibs/_graphics/include/jasper/jas_cm.h [deleted file]
otherlibs/_graphics/include/jasper/jas_config.h [deleted file]
otherlibs/_graphics/include/jasper/jas_config.h.in [deleted file]
otherlibs/_graphics/include/jasper/jas_config2.h [deleted file]
otherlibs/_graphics/include/jasper/jas_debug.h [deleted file]
otherlibs/_graphics/include/jasper/jas_fix.h [deleted file]
otherlibs/_graphics/include/jasper/jas_getopt.h [deleted file]
otherlibs/_graphics/include/jasper/jas_icc.h [deleted file]
otherlibs/_graphics/include/jasper/jas_image.h [deleted file]
otherlibs/_graphics/include/jasper/jas_init.h [deleted file]
otherlibs/_graphics/include/jasper/jas_malloc.h [deleted file]
otherlibs/_graphics/include/jasper/jas_math.h [deleted file]
otherlibs/_graphics/include/jasper/jas_seq.h [deleted file]
otherlibs/_graphics/include/jasper/jas_stream.h [deleted file]
otherlibs/_graphics/include/jasper/jas_string.h [deleted file]
otherlibs/_graphics/include/jasper/jas_tvp.h [deleted file]
otherlibs/_graphics/include/jasper/jas_types.h [deleted file]
otherlibs/_graphics/include/jasper/jas_version.h [deleted file]
otherlibs/_graphics/include/jasper/jasper.h [deleted file]
otherlibs/_graphics/include/jconfig.h [deleted file]
otherlibs/_graphics/include/jmorecfg.h [deleted file]
otherlibs/_graphics/include/jpeglib.h [deleted file]
otherlibs/_graphics/include/png.h [deleted file]
otherlibs/_graphics/include/pngconf.h [deleted file]
otherlibs/_graphics/include/stdint.h [deleted file]
otherlibs/_graphics/include/tiff.h [deleted file]
otherlibs/_graphics/include/tiffio.h [deleted file]
otherlibs/_graphics/include/tiffvers.h [deleted file]
otherlibs/_graphics/include/zconf.h [deleted file]
otherlibs/_graphics/include/zlib.h [deleted file]
otherlibs/_graphics/lib/Half.lib [deleted file]
otherlibs/_graphics/lib/Iex.lib [deleted file]
otherlibs/_graphics/lib/IlmImf.lib [deleted file]
otherlibs/_graphics/lib/IlmThread.lib [deleted file]
otherlibs/_graphics/lib/Imath.lib [deleted file]
otherlibs/_graphics/lib/libavcodec.a [deleted file]
otherlibs/_graphics/lib/libavformat.a [deleted file]
otherlibs/_graphics/lib/libavutil.a [deleted file]
otherlibs/_graphics/lib/libgcc.a [deleted file]
otherlibs/_graphics/lib/libjasper.lib [deleted file]
otherlibs/_graphics/lib/libjasperd.lib [deleted file]
otherlibs/_graphics/lib/libjpeg.a [deleted file]
otherlibs/_graphics/lib/libjpeg.lib [deleted file]
otherlibs/_graphics/lib/libjpeg_64.lib [deleted file]
otherlibs/_graphics/lib/libjpeg_bcc.lib [deleted file]
otherlibs/_graphics/lib/libjpegd.lib [deleted file]
otherlibs/_graphics/lib/libmingwex.a [deleted file]
otherlibs/_graphics/lib/libpng.a [deleted file]
otherlibs/_graphics/lib/libpng.lib [deleted file]
otherlibs/_graphics/lib/libpng_64.lib [deleted file]
otherlibs/_graphics/lib/libpng_bcc.lib [deleted file]
otherlibs/_graphics/lib/libpngd.lib [deleted file]
otherlibs/_graphics/lib/libtiff.a [deleted file]
otherlibs/_graphics/lib/libtiff.lib [deleted file]
otherlibs/_graphics/lib/libtiff_64.lib [deleted file]
otherlibs/_graphics/lib/libtiff_bcc.lib [deleted file]
otherlibs/_graphics/lib/libtiffd.lib [deleted file]
otherlibs/_graphics/lib/libvfw_avi32.a [deleted file]
otherlibs/_graphics/lib/libvfw_cap32.a [deleted file]
otherlibs/_graphics/lib/libvfw_ms32.a [deleted file]
otherlibs/_graphics/lib/libz.a [deleted file]
otherlibs/_graphics/lib/zlib.lib [deleted file]
otherlibs/_graphics/lib/zlib_64.lib [deleted file]
otherlibs/_graphics/lib/zlib_bcc.lib [deleted file]
otherlibs/_graphics/lib/zlibd.lib [deleted file]
otherlibs/_graphics/readme.txt [deleted file]
otherlibs/_graphics/src/graphic_libs.dsw [deleted file]
otherlibs/_graphics/src/graphic_libs.sln [deleted file]
otherlibs/_graphics/src/ilmimf/LICENSE [deleted file]
otherlibs/_graphics/src/ilmimf/README [deleted file]
otherlibs/_graphics/src/libjasper/LICENSE [deleted file]
otherlibs/_graphics/src/libjasper/README [deleted file]
otherlibs/_graphics/src/libjasper/jas_cm.c [deleted file]
otherlibs/_graphics/src/libjasper/jas_debug.c [deleted file]
otherlibs/_graphics/src/libjasper/jas_getopt.c [deleted file]
otherlibs/_graphics/src/libjasper/jas_icc.c [deleted file]
otherlibs/_graphics/src/libjasper/jas_iccdata.c [deleted file]
otherlibs/_graphics/src/libjasper/jas_image.c [deleted file]
otherlibs/_graphics/src/libjasper/jas_init.c [deleted file]
otherlibs/_graphics/src/libjasper/jas_malloc.c [deleted file]
otherlibs/_graphics/src/libjasper/jas_seq.c [deleted file]
otherlibs/_graphics/src/libjasper/jas_stream.c [deleted file]
otherlibs/_graphics/src/libjasper/jas_string.c [deleted file]
otherlibs/_graphics/src/libjasper/jas_tvp.c [deleted file]
otherlibs/_graphics/src/libjasper/jas_version.c [deleted file]
otherlibs/_graphics/src/libjasper/jp2_cod.c [deleted file]
otherlibs/_graphics/src/libjasper/jp2_cod.h [deleted file]
otherlibs/_graphics/src/libjasper/jp2_dec.c [deleted file]
otherlibs/_graphics/src/libjasper/jp2_dec.h [deleted file]
otherlibs/_graphics/src/libjasper/jp2_enc.c [deleted file]
otherlibs/_graphics/src/libjasper/jpc_bs.c [deleted file]
otherlibs/_graphics/src/libjasper/jpc_bs.h [deleted file]
otherlibs/_graphics/src/libjasper/jpc_cod.h [deleted file]
otherlibs/_graphics/src/libjasper/jpc_cs.c [deleted file]
otherlibs/_graphics/src/libjasper/jpc_cs.h [deleted file]
otherlibs/_graphics/src/libjasper/jpc_dec.c [deleted file]
otherlibs/_graphics/src/libjasper/jpc_dec.h [deleted file]
otherlibs/_graphics/src/libjasper/jpc_enc.c [deleted file]
otherlibs/_graphics/src/libjasper/jpc_enc.h [deleted file]
otherlibs/_graphics/src/libjasper/jpc_fix.h [deleted file]
otherlibs/_graphics/src/libjasper/jpc_flt.h [deleted file]
otherlibs/_graphics/src/libjasper/jpc_math.c [deleted file]
otherlibs/_graphics/src/libjasper/jpc_math.h [deleted file]
otherlibs/_graphics/src/libjasper/jpc_mct.c [deleted file]
otherlibs/_graphics/src/libjasper/jpc_mct.h [deleted file]
otherlibs/_graphics/src/libjasper/jpc_mqcod.c [deleted file]
otherlibs/_graphics/src/libjasper/jpc_mqcod.h [deleted file]
otherlibs/_graphics/src/libjasper/jpc_mqdec.c [deleted file]
otherlibs/_graphics/src/libjasper/jpc_mqdec.h [deleted file]
otherlibs/_graphics/src/libjasper/jpc_mqenc.c [deleted file]
otherlibs/_graphics/src/libjasper/jpc_mqenc.h [deleted file]
otherlibs/_graphics/src/libjasper/jpc_qmfb.c [deleted file]
otherlibs/_graphics/src/libjasper/jpc_qmfb.h [deleted file]
otherlibs/_graphics/src/libjasper/jpc_t1cod.c [deleted file]
otherlibs/_graphics/src/libjasper/jpc_t1cod.h [deleted file]
otherlibs/_graphics/src/libjasper/jpc_t1dec.c [deleted file]
otherlibs/_graphics/src/libjasper/jpc_t1dec.h [deleted file]
otherlibs/_graphics/src/libjasper/jpc_t1enc.c [deleted file]
otherlibs/_graphics/src/libjasper/jpc_t1enc.h [deleted file]
otherlibs/_graphics/src/libjasper/jpc_t2cod.c [deleted file]
otherlibs/_graphics/src/libjasper/jpc_t2cod.h [deleted file]
otherlibs/_graphics/src/libjasper/jpc_t2dec.c [deleted file]
otherlibs/_graphics/src/libjasper/jpc_t2dec.h [deleted file]
otherlibs/_graphics/src/libjasper/jpc_t2enc.c [deleted file]
otherlibs/_graphics/src/libjasper/jpc_t2enc.h [deleted file]
otherlibs/_graphics/src/libjasper/jpc_tagtree.c [deleted file]
otherlibs/_graphics/src/libjasper/jpc_tagtree.h [deleted file]
otherlibs/_graphics/src/libjasper/jpc_tsfb.c [deleted file]
otherlibs/_graphics/src/libjasper/jpc_tsfb.h [deleted file]
otherlibs/_graphics/src/libjasper/jpc_util.c [deleted file]
otherlibs/_graphics/src/libjasper/jpc_util.h [deleted file]
otherlibs/_graphics/src/libjasper/libjasper.dsp [deleted file]
otherlibs/_graphics/src/libjasper/libjasper.vcproj [deleted file]
otherlibs/_graphics/src/libjpeg/README [deleted file]
otherlibs/_graphics/src/libjpeg/jcapimin.c [deleted file]
otherlibs/_graphics/src/libjpeg/jcapistd.c [deleted file]
otherlibs/_graphics/src/libjpeg/jccoefct.c [deleted file]
otherlibs/_graphics/src/libjpeg/jccolor.c [deleted file]
otherlibs/_graphics/src/libjpeg/jcdctmgr.c [deleted file]
otherlibs/_graphics/src/libjpeg/jchuff.c [deleted file]
otherlibs/_graphics/src/libjpeg/jchuff.h [deleted file]
otherlibs/_graphics/src/libjpeg/jcinit.c [deleted file]
otherlibs/_graphics/src/libjpeg/jcmainct.c [deleted file]
otherlibs/_graphics/src/libjpeg/jcmarker.c [deleted file]
otherlibs/_graphics/src/libjpeg/jcmaster.c [deleted file]
otherlibs/_graphics/src/libjpeg/jcomapi.c [deleted file]
otherlibs/_graphics/src/libjpeg/jcparam.c [deleted file]
otherlibs/_graphics/src/libjpeg/jcphuff.c [deleted file]
otherlibs/_graphics/src/libjpeg/jcprepct.c [deleted file]
otherlibs/_graphics/src/libjpeg/jcsample.c [deleted file]
otherlibs/_graphics/src/libjpeg/jctrans.c [deleted file]
otherlibs/_graphics/src/libjpeg/jdapimin.c [deleted file]
otherlibs/_graphics/src/libjpeg/jdapistd.c [deleted file]
otherlibs/_graphics/src/libjpeg/jdatadst.c [deleted file]
otherlibs/_graphics/src/libjpeg/jdatasrc.c [deleted file]
otherlibs/_graphics/src/libjpeg/jdcoefct.c [deleted file]
otherlibs/_graphics/src/libjpeg/jdcolor.c [deleted file]
otherlibs/_graphics/src/libjpeg/jdct.h [deleted file]
otherlibs/_graphics/src/libjpeg/jddctmgr.c [deleted file]
otherlibs/_graphics/src/libjpeg/jdhuff.c [deleted file]
otherlibs/_graphics/src/libjpeg/jdhuff.h [deleted file]
otherlibs/_graphics/src/libjpeg/jdinput.c [deleted file]
otherlibs/_graphics/src/libjpeg/jdmainct.c [deleted file]
otherlibs/_graphics/src/libjpeg/jdmarker.c [deleted file]
otherlibs/_graphics/src/libjpeg/jdmaster.c [deleted file]
otherlibs/_graphics/src/libjpeg/jdmerge.c [deleted file]
otherlibs/_graphics/src/libjpeg/jdphuff.c [deleted file]
otherlibs/_graphics/src/libjpeg/jdpostct.c [deleted file]
otherlibs/_graphics/src/libjpeg/jdsample.c [deleted file]
otherlibs/_graphics/src/libjpeg/jdtrans.c [deleted file]
otherlibs/_graphics/src/libjpeg/jerror.c [deleted file]
otherlibs/_graphics/src/libjpeg/jerror.h [deleted file]
otherlibs/_graphics/src/libjpeg/jfdctflt.c [deleted file]
otherlibs/_graphics/src/libjpeg/jfdctfst.c [deleted file]
otherlibs/_graphics/src/libjpeg/jfdctint.c [deleted file]
otherlibs/_graphics/src/libjpeg/jidctflt.c [deleted file]
otherlibs/_graphics/src/libjpeg/jidctfst.c [deleted file]
otherlibs/_graphics/src/libjpeg/jidctint.c [deleted file]
otherlibs/_graphics/src/libjpeg/jidctred.c [deleted file]
otherlibs/_graphics/src/libjpeg/jinclude.h [deleted file]
otherlibs/_graphics/src/libjpeg/jmemansi.c [deleted file]
otherlibs/_graphics/src/libjpeg/jmemmgr.c [deleted file]
otherlibs/_graphics/src/libjpeg/jmemsys.h [deleted file]
otherlibs/_graphics/src/libjpeg/jpegint.h [deleted file]
otherlibs/_graphics/src/libjpeg/jquant1.c [deleted file]
otherlibs/_graphics/src/libjpeg/jquant2.c [deleted file]
otherlibs/_graphics/src/libjpeg/jutils.c [deleted file]
otherlibs/_graphics/src/libjpeg/jversion.h [deleted file]
otherlibs/_graphics/src/libjpeg/libjpeg.dsp [deleted file]
otherlibs/_graphics/src/libjpeg/libjpeg.vcproj [deleted file]
otherlibs/_graphics/src/libjpeg/makefile.unix [deleted file]
otherlibs/_graphics/src/libjpeg/makefile.vc [deleted file]
otherlibs/_graphics/src/libjpeg/transupp.c [deleted file]
otherlibs/_graphics/src/libjpeg/transupp.h [deleted file]
otherlibs/_graphics/src/libpng/README [deleted file]
otherlibs/_graphics/src/libpng/libpng.dsp [deleted file]
otherlibs/_graphics/src/libpng/libpng.vcproj [deleted file]
otherlibs/_graphics/src/libpng/png.c [deleted file]
otherlibs/_graphics/src/libpng/pngerror.c [deleted file]
otherlibs/_graphics/src/libpng/pnggccrd.c [deleted file]
otherlibs/_graphics/src/libpng/pngget.c [deleted file]
otherlibs/_graphics/src/libpng/pngmem.c [deleted file]
otherlibs/_graphics/src/libpng/pngpread.c [deleted file]
otherlibs/_graphics/src/libpng/pngread.c [deleted file]
otherlibs/_graphics/src/libpng/pngrio.c [deleted file]
otherlibs/_graphics/src/libpng/pngrtran.c [deleted file]
otherlibs/_graphics/src/libpng/pngrutil.c [deleted file]
otherlibs/_graphics/src/libpng/pngset.c [deleted file]
otherlibs/_graphics/src/libpng/pngtest.c [deleted file]
otherlibs/_graphics/src/libpng/pngtrans.c [deleted file]
otherlibs/_graphics/src/libpng/pngvcrd.c [deleted file]
otherlibs/_graphics/src/libpng/pngwio.c [deleted file]
otherlibs/_graphics/src/libpng/pngwrite.c [deleted file]
otherlibs/_graphics/src/libpng/pngwtran.c [deleted file]
otherlibs/_graphics/src/libpng/pngwutil.c [deleted file]
otherlibs/_graphics/src/libtiff/Makefile.am [deleted file]
otherlibs/_graphics/src/libtiff/Makefile.vc [deleted file]
otherlibs/_graphics/src/libtiff/libtiff.def [deleted file]
otherlibs/_graphics/src/libtiff/libtiff.dsp [deleted file]
otherlibs/_graphics/src/libtiff/libtiff.vcproj [deleted file]
otherlibs/_graphics/src/libtiff/t4.h [deleted file]
otherlibs/_graphics/src/libtiff/tif_apple.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_aux.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_close.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_codec.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_color.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_compress.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_config.h [deleted file]
otherlibs/_graphics/src/libtiff/tif_dir.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_dir.h [deleted file]
otherlibs/_graphics/src/libtiff/tif_dirinfo.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_dirread.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_dirwrite.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_dumpmode.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_error.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_extension.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_fax3.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_fax3.h [deleted file]
otherlibs/_graphics/src/libtiff/tif_fax3sm.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_flush.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_getimage.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_jpeg.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_luv.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_lzw.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_next.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_ojpeg.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_open.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_packbits.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_pixarlog.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_predict.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_predict.h [deleted file]
otherlibs/_graphics/src/libtiff/tif_print.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_read.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_stream.cxx [deleted file]
otherlibs/_graphics/src/libtiff/tif_strip.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_swab.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_thunder.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_tile.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_unix.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_version.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_warning.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_win32.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_write.c [deleted file]
otherlibs/_graphics/src/libtiff/tif_zip.c [deleted file]
otherlibs/_graphics/src/libtiff/tiffconf.h [deleted file]
otherlibs/_graphics/src/libtiff/tiffio.hxx [deleted file]
otherlibs/_graphics/src/libtiff/tiffiop.h [deleted file]
otherlibs/_graphics/src/libtiff/uvcode.h [deleted file]
otherlibs/_graphics/src/zlib/README [deleted file]
otherlibs/_graphics/src/zlib/adler32.c [deleted file]
otherlibs/_graphics/src/zlib/compress.c [deleted file]
otherlibs/_graphics/src/zlib/configure [deleted file]
otherlibs/_graphics/src/zlib/crc32.c [deleted file]
otherlibs/_graphics/src/zlib/crc32.h [deleted file]
otherlibs/_graphics/src/zlib/deflate.c [deleted file]
otherlibs/_graphics/src/zlib/deflate.h [deleted file]
otherlibs/_graphics/src/zlib/example.c [deleted file]
otherlibs/_graphics/src/zlib/gzio.c [deleted file]
otherlibs/_graphics/src/zlib/infback.c [deleted file]
otherlibs/_graphics/src/zlib/inffast.c [deleted file]
otherlibs/_graphics/src/zlib/inffast.h [deleted file]
otherlibs/_graphics/src/zlib/inffixed.h [deleted file]
otherlibs/_graphics/src/zlib/inflate.c [deleted file]
otherlibs/_graphics/src/zlib/inflate.h [deleted file]
otherlibs/_graphics/src/zlib/inftrees.c [deleted file]
otherlibs/_graphics/src/zlib/inftrees.h [deleted file]
otherlibs/_graphics/src/zlib/trees.c [deleted file]
otherlibs/_graphics/src/zlib/trees.h [deleted file]
otherlibs/_graphics/src/zlib/uncompr.c [deleted file]
otherlibs/_graphics/src/zlib/zlib.dsp [deleted file]
otherlibs/_graphics/src/zlib/zlib.vcproj [deleted file]
otherlibs/_graphics/src/zlib/zutil.c [deleted file]
otherlibs/_graphics/src/zlib/zutil.h [deleted file]
otherlibs/cvcam/Makefile.am [deleted file]
otherlibs/cvcam/Makefile.in [deleted file]
otherlibs/cvcam/TODO [deleted file]
otherlibs/cvcam/include/Makefile.am [deleted file]
otherlibs/cvcam/include/Makefile.in [deleted file]
otherlibs/cvcam/include/cvcam.h [deleted file]
otherlibs/cvcam/sample/cvcamdemo.dsp [deleted file]
otherlibs/cvcam/sample/vidformat_sample.cpp [deleted file]
otherlibs/cvcam/src/Makefile.am [deleted file]
otherlibs/cvcam/src/Makefile.in [deleted file]
otherlibs/cvcam/src/unix/Makefile.am [deleted file]
otherlibs/cvcam/src/unix/Makefile.in [deleted file]
otherlibs/cvcam/src/unix/convert.cpp [deleted file]
otherlibs/cvcam/src/unix/convert.h [deleted file]
otherlibs/cvcam/src/unix/cvvideo.cpp [deleted file]
otherlibs/cvcam/src/unix/cvvidtypes.h [deleted file]
otherlibs/cvcam/src/unix/dialogs.cpp [deleted file]
otherlibs/cvcam/src/unix/dialogs.h [deleted file]
otherlibs/cvcam/src/unix/icvvideo.h [deleted file]
otherlibs/cvcam/src/unix/render.cpp [deleted file]
otherlibs/cvcam/src/unix/render.h [deleted file]
otherlibs/cvcam/src/unix/videodev.h [deleted file]
otherlibs/cvcam/src/windows/HowToUse.txt [deleted file]
otherlibs/cvcam/src/windows/cvcam.cpp [deleted file]
otherlibs/cvcam/src/windows/cvcam.dsp [deleted file]
otherlibs/cvcam/src/windows/cvcam.rc [deleted file]
otherlibs/cvcam/src/windows/cvcam.vcproj [deleted file]
otherlibs/cvcam/src/windows/cvcamavi.cpp [deleted file]
otherlibs/cvcam/src/windows/cvcamavi.h [deleted file]
otherlibs/cvcam/src/windows/resource.h [deleted file]
otherlibs/ffopencv/ffopencv.cpp [deleted file]
otherlibs/ffopencv/ffopencv.dsp [deleted file]
otherlibs/ffopencv/ffopencv.dsw [deleted file]
otherlibs/ffopencv/ffopencv.h [deleted file]
otherlibs/highgui/Makefile.am [deleted file]
otherlibs/highgui/Makefile.in [deleted file]
otherlibs/highgui/_highgui.h [deleted file]
otherlibs/highgui/bitstrm.cpp [deleted file]
otherlibs/highgui/bitstrm.h [deleted file]
otherlibs/highgui/cvcap.cpp [deleted file]
otherlibs/highgui/cvcap_cmu.cpp [deleted file]
otherlibs/highgui/cvcap_dc1394.cpp [deleted file]
otherlibs/highgui/cvcap_ffmpeg.cpp [deleted file]
otherlibs/highgui/cvcap_mil.cpp [deleted file]
otherlibs/highgui/cvcap_qt.cpp [deleted file]
otherlibs/highgui/cvcap_tyzx.cpp [deleted file]
otherlibs/highgui/cvcap_v4l.cpp [deleted file]
otherlibs/highgui/cvcap_vfw.cpp [deleted file]
otherlibs/highgui/cvcap_w32.cpp [deleted file]
otherlibs/highgui/cvcap_xine.cpp [deleted file]
otherlibs/highgui/dummy.cpp [deleted file]
otherlibs/highgui/grfmt_base.cpp [deleted file]
otherlibs/highgui/grfmt_base.h [deleted file]
otherlibs/highgui/grfmt_bmp.cpp [deleted file]
otherlibs/highgui/grfmt_bmp.h [deleted file]
otherlibs/highgui/grfmt_exr.cpp [deleted file]
otherlibs/highgui/grfmt_exr.h [deleted file]
otherlibs/highgui/grfmt_imageio.cpp [deleted file]
otherlibs/highgui/grfmt_imageio.h [deleted file]
otherlibs/highgui/grfmt_jpeg.cpp [deleted file]
otherlibs/highgui/grfmt_jpeg.h [deleted file]
otherlibs/highgui/grfmt_jpeg2000.cpp [deleted file]
otherlibs/highgui/grfmt_jpeg2000.h [deleted file]
otherlibs/highgui/grfmt_png.cpp [deleted file]
otherlibs/highgui/grfmt_png.h [deleted file]
otherlibs/highgui/grfmt_pxm.cpp [deleted file]
otherlibs/highgui/grfmt_pxm.h [deleted file]
otherlibs/highgui/grfmt_sunras.cpp [deleted file]
otherlibs/highgui/grfmt_sunras.h [deleted file]
otherlibs/highgui/grfmt_tiff.cpp [deleted file]
otherlibs/highgui/grfmt_tiff.h [deleted file]
otherlibs/highgui/grfmts.h [deleted file]
otherlibs/highgui/highgui.dsp [deleted file]
otherlibs/highgui/highgui.h [deleted file]
otherlibs/highgui/highgui.rc [deleted file]
otherlibs/highgui/highgui.vcproj [deleted file]
otherlibs/highgui/image.cpp [deleted file]
otherlibs/highgui/loadsave.cpp [deleted file]
otherlibs/highgui/makefile.gnu [deleted file]
otherlibs/highgui/makefile.ms [deleted file]
otherlibs/highgui/makeswig.sh [deleted file]
otherlibs/highgui/precomp.cpp [deleted file]
otherlibs/highgui/resource.h [deleted file]
otherlibs/highgui/utils.cpp [deleted file]
otherlibs/highgui/utils.h [deleted file]
otherlibs/highgui/window.cpp [deleted file]
otherlibs/highgui/window_carbon.cpp [deleted file]
otherlibs/highgui/window_gtk.cpp [deleted file]
otherlibs/highgui/window_w32.cpp [deleted file]
samples/CMakeLists.txt [new file with mode: 0644]
samples/Makefile.am
samples/Makefile.in
samples/c/CMakeLists.txt [new file with mode: 0644]
samples/c/Makefile.am [deleted file]
samples/c/Makefile.in [deleted file]
samples/c/adaptiveskindetector.cpp [new file with mode: 0644]
samples/c/bgfg_codebook.cpp [new file with mode: 0644]
samples/c/blobtrack.cpp
samples/c/box.png [new file with mode: 0644]
samples/c/box_in_scene.png [new file with mode: 0644]
samples/c/build_all.sh
samples/c/calibration.cpp
samples/c/camshiftdemo.c
samples/c/contours.c
samples/c/convert_cascade.c
samples/c/convexhull.c
samples/c/cvsample.dsp
samples/c/cvsample.vcproj [deleted file]
samples/c/delaunay.c
samples/c/demhist.c
samples/c/dft.c
samples/c/distrans.c
samples/c/drawing.c
samples/c/edge.c
samples/c/example_cmake/CMakeLists.txt [new file with mode: 0755]
samples/c/example_cmake/README.txt [new file with mode: 0755]
samples/c/example_cmake/minarea.c [new file with mode: 0755]
samples/c/facedetect.c [deleted file]
samples/c/facedetect.cmd
samples/c/facedetect.cpp [new file with mode: 0644]
samples/c/ffilldemo.c
samples/c/find_obj.cpp [new file with mode: 0644]
samples/c/fitellipse.c [deleted file]
samples/c/fitellipse.cpp [new file with mode: 0644]
samples/c/houghlines.c
samples/c/image.cpp
samples/c/inpaint.cpp
samples/c/kalman.c
samples/c/kmeans.c
samples/c/laplace.c
samples/c/left01.jpg [new file with mode: 0644]
samples/c/left02.jpg [new file with mode: 0644]
samples/c/left03.jpg [new file with mode: 0644]
samples/c/left04.jpg [new file with mode: 0644]
samples/c/left05.jpg [new file with mode: 0644]
samples/c/left06.jpg [new file with mode: 0644]
samples/c/left07.jpg [new file with mode: 0644]
samples/c/left08.jpg [new file with mode: 0644]
samples/c/left09.jpg [new file with mode: 0644]
samples/c/left11.jpg [new file with mode: 0644]
samples/c/left12.jpg [new file with mode: 0644]
samples/c/left13.jpg [new file with mode: 0644]
samples/c/left14.jpg [new file with mode: 0644]
samples/c/lkdemo.c
samples/c/makefile.64 [deleted file]
samples/c/makefile.gnu [deleted file]
samples/c/makefile.ms [deleted file]
samples/c/minarea.c
samples/c/morphology.c
samples/c/motempl.c
samples/c/peopledetect.cpp [new file with mode: 0644]
samples/c/polar_transforms.c [new file with mode: 0644]
samples/c/pyramid_segmentation.c
samples/c/right01.jpg [new file with mode: 0644]
samples/c/right02.jpg [new file with mode: 0644]
samples/c/right03.jpg [new file with mode: 0644]
samples/c/right04.jpg [new file with mode: 0644]
samples/c/right05.jpg [new file with mode: 0644]
samples/c/right06.jpg [new file with mode: 0644]
samples/c/right07.jpg [new file with mode: 0644]
samples/c/right08.jpg [new file with mode: 0644]
samples/c/right09.jpg [new file with mode: 0644]
samples/c/right11.jpg [new file with mode: 0644]
samples/c/right12.jpg [new file with mode: 0644]
samples/c/right13.jpg [new file with mode: 0644]
samples/c/right14.jpg [new file with mode: 0644]
samples/c/squares.c
samples/c/stereo_calib.cpp [new file with mode: 0644]
samples/c/stereo_calib.txt [new file with mode: 0644]
samples/c/tree.avi [new file with mode: 0644]
samples/c/tree_engine.cpp [new file with mode: 0644]
samples/c/watershed.cpp
samples/c/waveform.data [new file with mode: 0644]
samples/octave/CMakeLists.txt [new file with mode: 0644]
samples/octave/cam-histo.m [new file with mode: 0644]
samples/octave/capture-cam.m [new file with mode: 0644]
samples/octave/chessboard.m [new file with mode: 0644]
samples/octave/contours.m [new file with mode: 0644]
samples/octave/convexhull.m [new file with mode: 0644]
samples/octave/delaunay.m [new file with mode: 0644]
samples/octave/demhist.m [new file with mode: 0644]
samples/octave/dft.m [new file with mode: 0644]
samples/octave/distrans.m [new file with mode: 0644]
samples/octave/drawing.m [new file with mode: 0644]
samples/octave/edge.m [new file with mode: 0644]
samples/octave/facedetect.m [new file with mode: 0644]
samples/octave/ffilldemo.m [new file with mode: 0644]
samples/octave/fitellipse.m [new file with mode: 0644]
samples/octave/houghlines.m [new file with mode: 0644]
samples/octave/inpaint.m [new file with mode: 0644]
samples/octave/kalman.m [new file with mode: 0644]
samples/octave/kmeans.m [new file with mode: 0644]
samples/octave/laplace.m [new file with mode: 0644]
samples/octave/lkdemo.m [new file with mode: 0644]
samples/octave/logpolar.m [new file with mode: 0644]
samples/octave/minarea.m [new file with mode: 0644]
samples/octave/minidemo.m [new file with mode: 0644]
samples/octave/morphology.m [new file with mode: 0644]
samples/octave/motempl.m [new file with mode: 0644]
samples/octave/pyramid_segmentation.m [new file with mode: 0644]
samples/octave/squares.m [new file with mode: 0644]
samples/octave/watershed.m [new file with mode: 0644]
samples/python/Makefile.am [deleted file]
samples/python/Makefile.in [deleted file]
samples/python/cam-histo.py [deleted file]
samples/python/camshift.py [new file with mode: 0644]
samples/python/capture-cam.py [deleted file]
samples/python/chessboard.py [deleted file]
samples/python/contours.py [deleted file]
samples/python/convexhull.py [deleted file]
samples/python/delaunay.py [deleted file]
samples/python/demhist.py [deleted file]
samples/python/dft.py [deleted file]
samples/python/distrans.py [deleted file]
samples/python/drawing.py [deleted file]
samples/python/edge.py [deleted file]
samples/python/facedetect.py [deleted file]
samples/python/ffilldemo.py [deleted file]
samples/python/fitellipse.py [deleted file]
samples/python/houghlines.py [deleted file]
samples/python/inpaint.py [deleted file]
samples/python/kalman.py [deleted file]
samples/python/kmeans.py [deleted file]
samples/python/laplace.py [deleted file]
samples/python/lkdemo.py [deleted file]
samples/python/logpolar.py [deleted file]
samples/python/minarea.py [deleted file]
samples/python/minidemo.py [deleted file]
samples/python/morphology.py [deleted file]
samples/python/motempl.py [deleted file]
samples/python/pyramid_segmentation.py [deleted file]
samples/python/squares.py [deleted file]
samples/python/watershed.py [deleted file]
samples/swig_python/CMakeLists.txt [new file with mode: 0644]
samples/swig_python/cam-histo.py [new file with mode: 0755]
samples/swig_python/capture-cam.py [new file with mode: 0755]
samples/swig_python/chessboard.py [new file with mode: 0755]
samples/swig_python/contours.py [new file with mode: 0755]
samples/swig_python/convexhull.py [new file with mode: 0755]
samples/swig_python/delaunay.py [new file with mode: 0755]
samples/swig_python/demhist.py [new file with mode: 0755]
samples/swig_python/dft.py [new file with mode: 0755]
samples/swig_python/distrans.py [new file with mode: 0755]
samples/swig_python/drawing.py [new file with mode: 0755]
samples/swig_python/edge.py [new file with mode: 0755]
samples/swig_python/facedetect.py [new file with mode: 0755]
samples/swig_python/ffilldemo.py [new file with mode: 0755]
samples/swig_python/fitellipse.py [new file with mode: 0755]
samples/swig_python/houghlines.py [new file with mode: 0755]
samples/swig_python/inpaint.py [new file with mode: 0755]
samples/swig_python/kalman.py [new file with mode: 0755]
samples/swig_python/kmeans.py [new file with mode: 0755]
samples/swig_python/laplace.py [new file with mode: 0755]
samples/swig_python/lkdemo.py [new file with mode: 0755]
samples/swig_python/logpolar.py [new file with mode: 0755]
samples/swig_python/minarea.py [new file with mode: 0755]
samples/swig_python/minidemo.py [new file with mode: 0755]
samples/swig_python/morphology.py [new file with mode: 0755]
samples/swig_python/motempl.py [new file with mode: 0755]
samples/swig_python/pyramid_segmentation.py [new file with mode: 0755]
samples/swig_python/squares.py [new file with mode: 0755]
samples/swig_python/watershed.py [new file with mode: 0755]
src/CMakeLists.txt [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/Makefile.in [new file with mode: 0644]
src/cv/CMakeLists.txt [new file with mode: 0644]
src/cv/_cv.h [new file with mode: 0644]
src/cv/_cvfeaturetree.h [new file with mode: 0644]
src/cv/_cvgeom.h [new file with mode: 0644]
src/cv/_cvimgproc.h [new file with mode: 0644]
src/cv/_cvipp.h [new file with mode: 0644]
src/cv/_cvkdtree.hpp [new file with mode: 0644]
src/cv/_cvlist.h [new file with mode: 0644]
src/cv/_cvmatrix.h [new file with mode: 0644]
src/cv/_cvmodelest.h [new file with mode: 0644]
src/cv/cvaccum.cpp [new file with mode: 0644]
src/cv/cvapprox.cpp [new file with mode: 0644]
src/cv/cvcalccontrasthistogram.cpp [new file with mode: 0644]
src/cv/cvcalcimagehomography.cpp [new file with mode: 0644]
src/cv/cvcalibinit.cpp [new file with mode: 0644]
src/cv/cvcalibration.cpp [new file with mode: 0644]
src/cv/cvcamshift.cpp [new file with mode: 0644]
src/cv/cvcanny.cpp [new file with mode: 0644]
src/cv/cvcascadedetect.cpp [new file with mode: 0755]
src/cv/cvcolor.cpp [new file with mode: 0644]
src/cv/cvcondens.cpp [new file with mode: 0644]
src/cv/cvcontours.cpp [new file with mode: 0644]
src/cv/cvcontourtree.cpp [new file with mode: 0644]
src/cv/cvconvhull.cpp [new file with mode: 0644]
src/cv/cvcorner.cpp [new file with mode: 0644]
src/cv/cvcornersubpix.cpp [new file with mode: 0644]
src/cv/cvderiv.cpp [new file with mode: 0644]
src/cv/cvdistransform.cpp [new file with mode: 0644]
src/cv/cvdominants.cpp [new file with mode: 0644]
src/cv/cvemd.cpp [new file with mode: 0644]
src/cv/cvfeatureselect.cpp [new file with mode: 0644]
src/cv/cvfeaturetree.cpp [new file with mode: 0644]
src/cv/cvfilter.cpp [new file with mode: 0644]
src/cv/cvfloodfill.cpp [new file with mode: 0644]
src/cv/cvfundam.cpp [new file with mode: 0644]
src/cv/cvgeometry.cpp [new file with mode: 0644]
src/cv/cvhaar.cpp [new file with mode: 0644]
src/cv/cvhistogram.cpp [new file with mode: 0644]
src/cv/cvhough.cpp [new file with mode: 0644]
src/cv/cvimgwarp.cpp [new file with mode: 0644]
src/cv/cvinpaint.cpp [new file with mode: 0644]
src/cv/cvkalman.cpp [new file with mode: 0644]
src/cv/cvkdtree.cpp [new file with mode: 0644]
src/cv/cvlinefit.cpp [new file with mode: 0644]
src/cv/cvlkpyramid.cpp [new file with mode: 0644]
src/cv/cvlsh.cpp [new file with mode: 0644]
src/cv/cvmatchcontours.cpp [new file with mode: 0644]
src/cv/cvmodelest.cpp [new file with mode: 0644]
src/cv/cvmoments.cpp [new file with mode: 0644]
src/cv/cvmorph.cpp [new file with mode: 0644]
src/cv/cvmotempl.cpp [new file with mode: 0644]
src/cv/cvmser.cpp [new file with mode: 0644]
src/cv/cvoptflowbm.cpp [new file with mode: 0644]
src/cv/cvoptflowgf.cpp [new file with mode: 0644]
src/cv/cvoptflowhs.cpp [new file with mode: 0644]
src/cv/cvoptflowlk.cpp [new file with mode: 0644]
src/cv/cvpgh.cpp [new file with mode: 0644]
src/cv/cvposit.cpp [new file with mode: 0644]
src/cv/cvprecomp.cpp [new file with mode: 0644]
src/cv/cvpyramids.cpp [new file with mode: 0644]
src/cv/cvpyrsegmentation.cpp [new file with mode: 0644]
src/cv/cvrotcalipers.cpp [new file with mode: 0644]
src/cv/cvsamplers.cpp [new file with mode: 0644]
src/cv/cvsegmentation.cpp [new file with mode: 0644]
src/cv/cvshapedescr.cpp [new file with mode: 0644]
src/cv/cvsmooth.cpp [new file with mode: 0644]
src/cv/cvsnakes.cpp [new file with mode: 0644]
src/cv/cvspilltree.cpp [new file with mode: 0644]
src/cv/cvstardetector.cpp [new file with mode: 0644]
src/cv/cvstereobm.cpp [new file with mode: 0644]
src/cv/cvstereogc.cpp [new file with mode: 0644]
src/cv/cvsubdivision2d.cpp [new file with mode: 0644]
src/cv/cvsumpixels.cpp [new file with mode: 0644]
src/cv/cvsurf.cpp [new file with mode: 0644]
src/cv/cvtables.cpp [new file with mode: 0644]
src/cv/cvtemplmatch.cpp [new file with mode: 0644]
src/cv/cvthresh.cpp [new file with mode: 0644]
src/cv/cvtriangulate.cpp [new file with mode: 0644]
src/cv/cvundistort.cpp [new file with mode: 0644]
src/cv/cvutils.cpp [new file with mode: 0644]
src/cvaux/CMakeLists.txt [new file with mode: 0644]
src/cvaux/_cvaux.h [new file with mode: 0644]
src/cvaux/_cvfacedetection.h [new file with mode: 0644]
src/cvaux/_cvvectrack.h [new file with mode: 0644]
src/cvaux/_cvvm.h [new file with mode: 0644]
src/cvaux/camshift.cpp [new file with mode: 0644]
src/cvaux/cv3dtracker.cpp [new file with mode: 0644]
src/cvaux/cvadaptiveskindetector.cpp [new file with mode: 0644]
src/cvaux/cvaux.cpp [new file with mode: 0644]
src/cvaux/cvauxprecomp.cpp [new file with mode: 0644]
src/cvaux/cvauxutils.cpp [new file with mode: 0644]
src/cvaux/cvba.cpp [new file with mode: 0755]
src/cvaux/cvbgfg_acmmm2003.cpp [new file with mode: 0644]
src/cvaux/cvbgfg_codebook.cpp [new file with mode: 0644]
src/cvaux/cvbgfg_common.cpp [new file with mode: 0644]
src/cvaux/cvbgfg_gaussmix.cpp [new file with mode: 0644]
src/cvaux/cvcalibfilter.cpp [new file with mode: 0644]
src/cvaux/cvclique.cpp [new file with mode: 0644]
src/cvaux/cvcorrespond.cpp [new file with mode: 0644]
src/cvaux/cvcorrimages.cpp [new file with mode: 0644]
src/cvaux/cvcreatehandmask.cpp [new file with mode: 0644]
src/cvaux/cvdpstereo.cpp [new file with mode: 0644]
src/cvaux/cveigenobjects.cpp [new file with mode: 0644]
src/cvaux/cvepilines.cpp [new file with mode: 0644]
src/cvaux/cvface.cpp [new file with mode: 0644]
src/cvaux/cvface.h [new file with mode: 0644]
src/cvaux/cvfacedetection.cpp [new file with mode: 0644]
src/cvaux/cvfacedetection.h [new file with mode: 0644]
src/cvaux/cvfacetemplate.cpp [new file with mode: 0644]
src/cvaux/cvfacetemplate.h [new file with mode: 0644]
src/cvaux/cvfast.cpp [new file with mode: 0644]
src/cvaux/cvfindface.cpp [new file with mode: 0644]
src/cvaux/cvfindhandregion.cpp [new file with mode: 0644]
src/cvaux/cvfuzzymeanshifttracker.cpp [new file with mode: 0644]
src/cvaux/cvhmm.cpp [new file with mode: 0644]
src/cvaux/cvhmm1d.cpp [new file with mode: 0644]
src/cvaux/cvhmmobs.cpp [new file with mode: 0644]
src/cvaux/cvhog.cpp [new file with mode: 0644]
src/cvaux/cvlcm.cpp [new file with mode: 0644]
src/cvaux/cvlee.cpp [new file with mode: 0644]
src/cvaux/cvlevmar.cpp [new file with mode: 0644]
src/cvaux/cvlevmarprojbandle.cpp [new file with mode: 0644]
src/cvaux/cvlevmartrif.cpp [new file with mode: 0644]
src/cvaux/cvlines.cpp [new file with mode: 0644]
src/cvaux/cvlmeds.cpp [new file with mode: 0644]
src/cvaux/cvmat.cpp [new file with mode: 0644]
src/cvaux/cvmorphcontours.cpp [new file with mode: 0644]
src/cvaux/cvmorphing.cpp [new file with mode: 0644]
src/cvaux/cvoctree.cpp [new file with mode: 0644]
src/cvaux/cvoneway.cpp [new file with mode: 0644]
src/cvaux/cvplanardetect.cpp [new file with mode: 0644]
src/cvaux/cvprewarp.cpp [new file with mode: 0644]
src/cvaux/cvscanlines.cpp [new file with mode: 0644]
src/cvaux/cvsegment.cpp [new file with mode: 0644]
src/cvaux/cvselfsimilarity.cpp [new file with mode: 0644]
src/cvaux/cvspinimages.cpp [new file with mode: 0644]
src/cvaux/cvsubdiv2.cpp [new file with mode: 0644]
src/cvaux/cvtexture.cpp [new file with mode: 0644]
src/cvaux/cvtrifocal.cpp [new file with mode: 0644]
src/cvaux/cvvecfacetracking.cpp [new file with mode: 0644]
src/cvaux/cvvideo.cpp [new file with mode: 0644]
src/cvaux/decomppoly.cpp [new file with mode: 0644]
src/cvaux/enmin.cpp [new file with mode: 0644]
src/cvaux/extendededges.cpp [new file with mode: 0644]
src/cvaux/vs/bgfg_estimation.cpp [new file with mode: 0644]
src/cvaux/vs/blobtrackanalysis.cpp [new file with mode: 0644]
src/cvaux/vs/blobtrackanalysishist.cpp [new file with mode: 0644]
src/cvaux/vs/blobtrackanalysisior.cpp [new file with mode: 0644]
src/cvaux/vs/blobtrackanalysistrackdist.cpp [new file with mode: 0644]
src/cvaux/vs/blobtrackgen1.cpp [new file with mode: 0644]
src/cvaux/vs/blobtrackgenyml.cpp [new file with mode: 0644]
src/cvaux/vs/blobtrackingauto.cpp [new file with mode: 0644]
src/cvaux/vs/blobtrackingcc.cpp [new file with mode: 0644]
src/cvaux/vs/blobtrackingccwithcr.cpp [new file with mode: 0644]
src/cvaux/vs/blobtrackingkalman.cpp [new file with mode: 0644]
src/cvaux/vs/blobtrackinglist.cpp [new file with mode: 0644]
src/cvaux/vs/blobtrackingmsfg.cpp [new file with mode: 0644]
src/cvaux/vs/blobtrackingmsfgs.cpp [new file with mode: 0644]
src/cvaux/vs/blobtrackpostprockalman.cpp [new file with mode: 0644]
src/cvaux/vs/blobtrackpostproclinear.cpp [new file with mode: 0644]
src/cvaux/vs/blobtrackpostproclist.cpp [new file with mode: 0644]
src/cvaux/vs/enteringblobdetection.cpp [new file with mode: 0644]
src/cvaux/vs/enteringblobdetectionreal.cpp [new file with mode: 0644]
src/cvaux/vs/testseq.cpp [new file with mode: 0644]
src/cxcore/CMakeLists.txt [new file with mode: 0644]
src/cxcore/_cxcore.h [new file with mode: 0644]
src/cxcore/cxalloc.cpp [new file with mode: 0644]
src/cxcore/cxarithm.cpp [new file with mode: 0644]
src/cxcore/cxarray.cpp [new file with mode: 0644]
src/cxcore/cxconvert.cpp [new file with mode: 0644]
src/cxcore/cxcopy.cpp [new file with mode: 0644]
src/cxcore/cxdatastructs.cpp [new file with mode: 0644]
src/cxcore/cxdrawing.cpp [new file with mode: 0644]
src/cxcore/cxdxt.cpp [new file with mode: 0644]
src/cxcore/cxflann.cpp [new file with mode: 0644]
src/cxcore/cximage.cpp [new file with mode: 0644]
src/cxcore/cxlapack.cpp [new file with mode: 0644]
src/cxcore/cxmathfuncs.cpp [new file with mode: 0644]
src/cxcore/cxmatmul.cpp [new file with mode: 0644]
src/cxcore/cxmatrix.cpp [new file with mode: 0644]
src/cxcore/cxpersistence.cpp [new file with mode: 0644]
src/cxcore/cxprecomp.cpp [new file with mode: 0644]
src/cxcore/cxrand.cpp [new file with mode: 0644]
src/cxcore/cxstat.cpp [new file with mode: 0644]
src/cxcore/cxsystem.cpp [new file with mode: 0644]
src/cxcore/cxtables.cpp [new file with mode: 0644]
src/dummy.cpp [new file with mode: 0644]
src/highgui/CMakeLists.txt [new file with mode: 0644]
src/highgui/_highgui.h [new file with mode: 0644]
src/highgui/bitstrm.cpp [new file with mode: 0644]
src/highgui/bitstrm.h [new file with mode: 0644]
src/highgui/cvcap.cpp [new file with mode: 0644]
src/highgui/cvcap_cmu.cpp [new file with mode: 0644]
src/highgui/cvcap_dc1394.cpp [new file with mode: 0644]
src/highgui/cvcap_dc1394_v2.cpp [new file with mode: 0644]
src/highgui/cvcap_dshow.cpp [new file with mode: 0644]
src/highgui/cvcap_ffmpeg.cpp [new file with mode: 0644]
src/highgui/cvcap_gstreamer.cpp [new file with mode: 0644]
src/highgui/cvcap_images.cpp [new file with mode: 0644]
src/highgui/cvcap_libv4l.cpp [new file with mode: 0644]
src/highgui/cvcap_mil.cpp [new file with mode: 0644]
src/highgui/cvcap_qt.cpp [new file with mode: 0644]
src/highgui/cvcap_tyzx.cpp [new file with mode: 0644]
src/highgui/cvcap_unicap.cpp [new file with mode: 0644]
src/highgui/cvcap_v4l.cpp [new file with mode: 0644]
src/highgui/cvcap_vfw.cpp [new file with mode: 0644]
src/highgui/cvcap_w32.cpp [new file with mode: 0644]
src/highgui/cvcap_xine.cpp [new file with mode: 0644]
src/highgui/grfmt_base.cpp [new file with mode: 0644]
src/highgui/grfmt_base.h [new file with mode: 0644]
src/highgui/grfmt_bmp.cpp [new file with mode: 0644]
src/highgui/grfmt_bmp.h [new file with mode: 0644]
src/highgui/grfmt_exr.cpp [new file with mode: 0644]
src/highgui/grfmt_exr.h [new file with mode: 0644]
src/highgui/grfmt_imageio.cpp [new file with mode: 0644]
src/highgui/grfmt_imageio.h [new file with mode: 0644]
src/highgui/grfmt_jpeg.cpp [new file with mode: 0644]
src/highgui/grfmt_jpeg.h [new file with mode: 0644]
src/highgui/grfmt_jpeg2000.cpp [new file with mode: 0644]
src/highgui/grfmt_jpeg2000.h [new file with mode: 0644]
src/highgui/grfmt_png.cpp [new file with mode: 0644]
src/highgui/grfmt_png.h [new file with mode: 0644]
src/highgui/grfmt_pxm.cpp [new file with mode: 0644]
src/highgui/grfmt_pxm.h [new file with mode: 0644]
src/highgui/grfmt_sunras.cpp [new file with mode: 0644]
src/highgui/grfmt_sunras.h [new file with mode: 0644]
src/highgui/grfmt_tiff.cpp [new file with mode: 0644]
src/highgui/grfmt_tiff.h [new file with mode: 0644]
src/highgui/grfmts.h [new file with mode: 0644]
src/highgui/gstappsink.cpp [new file with mode: 0644]
src/highgui/gstappsink.h [new file with mode: 0644]
src/highgui/image.cpp [new file with mode: 0644]
src/highgui/loadsave.cpp [new file with mode: 0644]
src/highgui/makeswig.sh [new file with mode: 0644]
src/highgui/precomp.cpp [new file with mode: 0644]
src/highgui/utils.cpp [new file with mode: 0644]
src/highgui/utils.h [new file with mode: 0644]
src/highgui/window.cpp [new file with mode: 0644]
src/highgui/window_carbon.cpp [new file with mode: 0644]
src/highgui/window_gtk.cpp [new file with mode: 0644]
src/highgui/window_w32.cpp [new file with mode: 0644]
src/ml/CMakeLists.txt [new file with mode: 0644]
src/ml/_ml.h [new file with mode: 0644]
src/ml/ml.cpp [new file with mode: 0644]
src/ml/ml_inner_functions.cpp [new file with mode: 0644]
src/ml/mlann_mlp.cpp [new file with mode: 0644]
src/ml/mlboost.cpp [new file with mode: 0644]
src/ml/mlcnn.cpp [new file with mode: 0644]
src/ml/mldata.cpp [new file with mode: 0644]
src/ml/mlem.cpp [new file with mode: 0644]
src/ml/mlertrees.cpp [new file with mode: 0644]
src/ml/mlestimate.cpp [new file with mode: 0644]
src/ml/mlknearest.cpp [new file with mode: 0644]
src/ml/mlnbayes.cpp [new file with mode: 0644]
src/ml/mlrtrees.cpp [new file with mode: 0644]
src/ml/mlsvm.cpp [new file with mode: 0644]
src/ml/mltestset.cpp [new file with mode: 0644]
src/ml/mltree.cpp [new file with mode: 0644]
tests/CMakeLists.txt [new file with mode: 0644]
tests/Makefile.am
tests/Makefile.in
tests/cv/CMakeLists.txt [new file with mode: 0644]
tests/cv/Makefile.am [deleted file]
tests/cv/Makefile.in [deleted file]
tests/cv/src/Makefile.am [deleted file]
tests/cv/src/Makefile.in [deleted file]
tests/cv/src/aaccum.cpp
tests/cv/src/abundleadjustment.cpp [new file with mode: 0755]
tests/cv/src/acanny.cpp
tests/cv/src/achesscorners.cpp
tests/cv/src/aconvhull.cpp
tests/cv/src/afilter.cpp
tests/cv/src/afundam.cpp
tests/cv/src/ahistograms.cpp
tests/cv/src/aimgwarp.cpp
tests/cv/src/akdtree.cpp [new file with mode: 0644]
tests/cv/src/aspilltree.cpp [new file with mode: 0644]
tests/cv/src/astereocorrespondencegc.cpp [new file with mode: 0644]
tests/cv/src/atemplmatch.cpp
tests/cv/src/cvtest.dsp [deleted file]
tests/cv/src/cvtest.h
tests/cv/src/cvtest.vcproj [deleted file]
tests/cv/src/makefile.gnu [deleted file]
tests/cv/src/makefile.ms [deleted file]
tests/cv/src/tsysa.cpp
tests/cv/testdata/cameracalibration/BoardStereoL1.jpg [deleted file]
tests/cv/testdata/cameracalibration/BoardStereoL2.jpg [deleted file]
tests/cv/testdata/cameracalibration/BoardStereoL3.jpg [deleted file]
tests/cv/testdata/cameracalibration/BoardStereoL4.jpg [deleted file]
tests/cv/testdata/cameracalibration/BoardStereoL5.jpg [deleted file]
tests/cv/testdata/cameracalibration/BoardStereoL6.jpg [deleted file]
tests/cv/testdata/cameracalibration/BoardStereoR1.jpg [deleted file]
tests/cv/testdata/cameracalibration/BoardStereoR2.jpg [deleted file]
tests/cv/testdata/cameracalibration/BoardStereoR3.jpg [deleted file]
tests/cv/testdata/cameracalibration/BoardStereoR4.jpg [deleted file]
tests/cv/testdata/cameracalibration/BoardStereoR5.jpg [deleted file]
tests/cv/testdata/cameracalibration/BoardStereoR6.jpg [deleted file]
tests/cv/testdata/cameracalibration/calib1.dat [deleted file]
tests/cv/testdata/cameracalibration/chess1.jpg [deleted file]
tests/cv/testdata/cameracalibration/chess2.jpg [deleted file]
tests/cv/testdata/cameracalibration/chess3.jpg [deleted file]
tests/cv/testdata/cameracalibration/chess4.jpg [deleted file]
tests/cv/testdata/cameracalibration/chess5.jpg [deleted file]
tests/cv/testdata/cameracalibration/chess6.jpg [deleted file]
tests/cv/testdata/cameracalibration/chess7.jpg [deleted file]
tests/cv/testdata/cameracalibration/chess8.jpg [deleted file]
tests/cv/testdata/cameracalibration/chess9.jpg [deleted file]
tests/cv/testdata/cameracalibration/chess_corners1.dat [deleted file]
tests/cv/testdata/cameracalibration/chess_corners2.dat [deleted file]
tests/cv/testdata/cameracalibration/chess_corners3.dat [deleted file]
tests/cv/testdata/cameracalibration/chess_corners4.dat [deleted file]
tests/cv/testdata/cameracalibration/chess_corners5.dat [deleted file]
tests/cv/testdata/cameracalibration/chess_corners6.dat [deleted file]
tests/cv/testdata/cameracalibration/chess_corners7.dat [deleted file]
tests/cv/testdata/cameracalibration/chess_corners8.dat [deleted file]
tests/cv/testdata/cameracalibration/chess_corners9.dat [deleted file]
tests/cv/testdata/cameracalibration/chessboard_list.dat [deleted file]
tests/cv/testdata/cameracalibration/datafiles.txt [deleted file]
tests/cv/testdata/optflow/lk_next.dat [deleted file]
tests/cv/testdata/optflow/lk_prev.dat [deleted file]
tests/cv/testdata/optflow/rock_1.bmp [deleted file]
tests/cv/testdata/optflow/rock_2.bmp [deleted file]
tests/cv/testdata/snakes/ring.bmp [deleted file]
tests/cv/testdata/snakes/ring.txt [deleted file]
tests/cv/testdata/snakes/square.bmp [deleted file]
tests/cv/testdata/snakes/square.txt [deleted file]
tests/cxcore/CMakeLists.txt [new file with mode: 0644]
tests/cxcore/Makefile.am [deleted file]
tests/cxcore/Makefile.in [deleted file]
tests/cxcore/src/Makefile.am [deleted file]
tests/cxcore/src/Makefile.in [deleted file]
tests/cxcore/src/aarithm.cpp
tests/cxcore/src/adatastruct.cpp
tests/cxcore/src/adxt.cpp
tests/cxcore/src/amath.cpp
tests/cxcore/src/asolvepoly.cpp [new file with mode: 0644]
tests/cxcore/src/cxcoretest.dsp [deleted file]
tests/cxcore/src/cxcoretest.h
tests/cxcore/src/cxcoretest.vcproj [deleted file]
tests/cxcore/src/makefile.gnu [deleted file]
tests/cxcore/src/makefile.ms [deleted file]
tests/cxts/CMakeLists.txt [new file with mode: 0644]
tests/cxts/Makefile.am [deleted file]
tests/cxts/Makefile.in [deleted file]
tests/cxts/_cxts.h
tests/cxts/cxts.cpp
tests/cxts/cxts.dsp [deleted file]
tests/cxts/cxts.h
tests/cxts/cxts.vcproj [deleted file]
tests/cxts/cxts_math.cpp
tests/cxts/makefile.gnu [deleted file]
tests/cxts/makefile.ms [deleted file]
tests/ml/CMakeLists.txt [new file with mode: 0644]
tests/ml/src/amltests.cpp [new file with mode: 0644]
tests/ml/src/mltest.h [new file with mode: 0644]
tests/ml/src/mltest_main.cpp [new file with mode: 0644]
tests/ml/src/mltests.cpp [new file with mode: 0644]
tests/ml/src/precomp.cpp [new file with mode: 0644]
tests/ml/src/slmltests.cpp [new file with mode: 0644]
tests/octave/frame.jpg [new file with mode: 0644]
tests/octave/test_adaptors.m [new file with mode: 0755]
tests/python/Makefile.am [deleted file]
tests/python/Makefile.in [deleted file]
tests/python/highgui/cvCaptureFromFile.py [deleted file]
tests/python/highgui/cvCaptureFromFileRGB.py [deleted file]
tests/python/highgui/cvCaptureFromFileRGBA.py [deleted file]
tests/python/highgui/cvCaptureFromFileUYVY.py [deleted file]
tests/python/highgui/cvCaptureFromFileY8.py [deleted file]
tests/python/highgui/cvCaptureFromFileYUY2.py [deleted file]
tests/python/highgui/cvCaptureFromFileYV12.py [deleted file]
tests/python/highgui/cvCaptureFromFileYV16.py [deleted file]
tests/python/highgui/cvCaptureFromFileYVU9.py [deleted file]
tests/python/highgui/cvCreateFileCapture.py [deleted file]
tests/python/highgui/cvCreateFileCaptureRGB.py [deleted file]
tests/python/highgui/cvCreateFileCaptureRGBA.py [deleted file]
tests/python/highgui/cvCreateFileCaptureUYVY.py [deleted file]
tests/python/highgui/cvCreateFileCaptureY8.py [deleted file]
tests/python/highgui/cvCreateFileCaptureYUY2.py [deleted file]
tests/python/highgui/cvCreateFileCaptureYV12.py [deleted file]
tests/python/highgui/cvCreateFileCaptureYV16.py [deleted file]
tests/python/highgui/cvCreateFileCaptureYVU9.py [deleted file]
tests/python/highgui/cvCreateTrackbar.py [deleted file]
tests/python/highgui/cvGetCaptureProperty.py [deleted file]
tests/python/highgui/cvGetSetTrackbarPos.py [deleted file]
tests/python/highgui/cvGetWindowHandleName.py [deleted file]
tests/python/highgui/cvGrabFrame.py [deleted file]
tests/python/highgui/cvInitSystem.py [deleted file]
tests/python/highgui/cvLoadImage.py [deleted file]
tests/python/highgui/cvLoadImageBMP.py [deleted file]
tests/python/highgui/cvLoadImageJPG.py [deleted file]
tests/python/highgui/cvLoadImagePNG.py [deleted file]
tests/python/highgui/cvLoadImagePPM.py [deleted file]
tests/python/highgui/cvLoadImageSR.py [deleted file]
tests/python/highgui/cvLoadImageTIFF.py [deleted file]
tests/python/highgui/cvMoveResizeWindow.py [deleted file]
tests/python/highgui/cvNamedWindow.py [deleted file]
tests/python/highgui/cvQueryFrame.py [deleted file]
tests/python/highgui/cvRetrieveFrame.py [deleted file]
tests/python/highgui/cvSaveImage.py [deleted file]
tests/python/highgui/cvSetMouseCallback.py [deleted file]
tests/python/highgui/cvShowImage.py [deleted file]
tests/python/highgui/cvWaitKey.py [deleted file]
tests/python/highgui/frames.py [deleted file]
tests/python/highgui/match.py [deleted file]
tests/python/highgui/query_3gp.py [deleted file]
tests/python/highgui/query_bmp24.py [deleted file]
tests/python/highgui/query_bmp32.py [deleted file]
tests/python/highgui/query_cinepak.py [deleted file]
tests/python/highgui/query_divx.py [deleted file]
tests/python/highgui/query_dv_pal_progressive_avi.py [deleted file]
tests/python/highgui/query_dv_pal_progressive_dv.py [deleted file]
tests/python/highgui/query_huffyuv.py [deleted file]
tests/python/highgui/query_indeo.py [deleted file]
tests/python/highgui/query_mpeg4.py [deleted file]
tests/python/highgui/query_test.py [deleted file]
tests/python/highgui/query_uncompressed.py [deleted file]
tests/python/highgui/query_wmv9.py [deleted file]
tests/python/highgui/seek_frame_3gp.py [deleted file]
tests/python/highgui/seek_frame_bmp24.py [deleted file]
tests/python/highgui/seek_frame_bmp32.py [deleted file]
tests/python/highgui/seek_frame_cinepak.py [deleted file]
tests/python/highgui/seek_frame_divx.py [deleted file]
tests/python/highgui/seek_frame_dv_pal_progressive_avi.py [deleted file]
tests/python/highgui/seek_frame_dv_pal_progressive_dv.py [deleted file]
tests/python/highgui/seek_frame_huffyuv.py [deleted file]
tests/python/highgui/seek_frame_indeo.py [deleted file]
tests/python/highgui/seek_frame_mpeg4.py [deleted file]
tests/python/highgui/seek_frame_uncompressed.py [deleted file]
tests/python/highgui/seek_frame_wmv9.py [deleted file]
tests/python/highgui/seek_test.py [deleted file]
tests/python/highgui/seek_time_3gp.py [deleted file]
tests/python/highgui/seek_time_bmp24.py [deleted file]
tests/python/highgui/seek_time_bmp32.py [deleted file]
tests/python/highgui/seek_time_cinepak.py [deleted file]
tests/python/highgui/seek_time_divx.py [deleted file]
tests/python/highgui/seek_time_dv_pal_progressive_avi.py [deleted file]
tests/python/highgui/seek_time_dv_pal_progressive_dv.py [deleted file]
tests/python/highgui/seek_time_huffyuv.py [deleted file]
tests/python/highgui/seek_time_indeo.py [deleted file]
tests/python/highgui/seek_time_mpeg4.py [deleted file]
tests/python/highgui/seek_time_uncompressed.py [deleted file]
tests/python/highgui/seek_time_wmv9.py [deleted file]
tests/python/highgui/size_3gp.py [deleted file]
tests/python/highgui/size_bmp24.py [deleted file]
tests/python/highgui/size_bmp32.py [deleted file]
tests/python/highgui/size_cinepak.py [deleted file]
tests/python/highgui/size_divx.py [deleted file]
tests/python/highgui/size_dv_pal_progressive_avi.py [deleted file]
tests/python/highgui/size_dv_pal_progressive_dv.py [deleted file]
tests/python/highgui/size_huffyuv.py [deleted file]
tests/python/highgui/size_indeo.py [deleted file]
tests/python/highgui/size_mpeg4.py [deleted file]
tests/python/highgui/size_test.py [deleted file]
tests/python/highgui/size_uncompressed.py [deleted file]
tests/python/highgui/size_wmv9.py [deleted file]
tests/python/highgui/works.py [deleted file]
tests/python/test.py [new file with mode: 0644]
tests/python/test_adaptors.py [deleted file]
tests/python/testdata/images/QCIF_00.bmp [deleted file]
tests/python/testdata/images/QCIF_01.bmp [deleted file]
tests/python/testdata/images/QCIF_02.bmp [deleted file]
tests/python/testdata/images/QCIF_03.bmp [deleted file]
tests/python/testdata/images/QCIF_04.bmp [deleted file]
tests/python/testdata/images/QCIF_05.bmp [deleted file]
tests/python/testdata/images/QCIF_06.bmp [deleted file]
tests/python/testdata/images/QCIF_07.bmp [deleted file]
tests/python/testdata/images/QCIF_08.bmp [deleted file]
tests/python/testdata/images/QCIF_09.bmp [deleted file]
tests/python/testdata/images/QCIF_10.bmp [deleted file]
tests/python/testdata/images/QCIF_11.bmp [deleted file]
tests/python/testdata/images/QCIF_12.bmp [deleted file]
tests/python/testdata/images/QCIF_13.bmp [deleted file]
tests/python/testdata/images/QCIF_14.bmp [deleted file]
tests/python/testdata/images/QCIF_15.bmp [deleted file]
tests/python/testdata/images/QCIF_16.bmp [deleted file]
tests/python/testdata/images/QCIF_17.bmp [deleted file]
tests/python/testdata/images/QCIF_18.bmp [deleted file]
tests/python/testdata/images/QCIF_19.bmp [deleted file]
tests/python/testdata/images/QCIF_20.bmp [deleted file]
tests/python/testdata/images/QCIF_21.bmp [deleted file]
tests/python/testdata/images/QCIF_22.bmp [deleted file]
tests/python/testdata/images/QCIF_23.bmp [deleted file]
tests/python/testdata/images/QCIF_24.bmp [deleted file]
tests/python/testdata/images/QCIF_25.bmp [deleted file]
tests/python/testdata/images/QCIF_26.bmp [deleted file]
tests/python/testdata/images/QCIF_27.bmp [deleted file]
tests/python/testdata/images/QCIF_28.bmp [deleted file]
tests/python/testdata/images/QCIF_29.bmp [deleted file]
tests/python/testdata/images/baboon.bmp [deleted file]
tests/python/testdata/images/baboon.gif [deleted file]
tests/python/testdata/images/baboon.jpg [deleted file]
tests/python/testdata/images/baboon.png [deleted file]
tests/python/testdata/images/baboon.ppm [deleted file]
tests/python/testdata/images/baboon.tiff [deleted file]
tests/python/testdata/images/baboon_256x256.bmp [deleted file]
tests/python/testdata/images/baboon_256x256.gif [deleted file]
tests/python/testdata/images/baboon_256x256.jpg [deleted file]
tests/python/testdata/images/baboon_256x256.png [deleted file]
tests/python/testdata/images/baboon_256x256.ppm [deleted file]
tests/python/testdata/images/baboon_256x256.sr [deleted file]
tests/python/testdata/images/baboon_256x256.tif [deleted file]
tests/python/testdata/images/baboon_256x256.tiff [deleted file]
tests/python/testdata/images/cvCreateTrackbar.jpg [deleted file]
tests/python/testdata/images/cvSetMouseCallback.jpg [deleted file]
tests/python/testdata/images/cvShowImage.jpg [deleted file]
tests/python/testdata/images/cvWaitKey.jpg [deleted file]
tests/python/testdata/videos/3gp.3gp [deleted file]
tests/python/testdata/videos/bmp24.avi [deleted file]
tests/python/testdata/videos/bmp32.avi [deleted file]
tests/python/testdata/videos/cinepak.avi [deleted file]
tests/python/testdata/videos/divx.avi [deleted file]
tests/python/testdata/videos/dv_pal_progressive.avi [deleted file]
tests/python/testdata/videos/dv_pal_progressive.dv [deleted file]
tests/python/testdata/videos/huffyuv.avi [deleted file]
tests/python/testdata/videos/indeo.avi [deleted file]
tests/python/testdata/videos/mpeg4.mp4 [deleted file]
tests/python/testdata/videos/qcif_RGB.avi [deleted file]
tests/python/testdata/videos/qcif_RGBA.avi [deleted file]
tests/python/testdata/videos/qcif_UYVY.avi [deleted file]
tests/python/testdata/videos/qcif_Y8.avi [deleted file]
tests/python/testdata/videos/qcif_YUY2.avi [deleted file]
tests/python/testdata/videos/qcif_YV12.avi [deleted file]
tests/python/testdata/videos/qcif_YV16.avi [deleted file]
tests/python/testdata/videos/qcif_YVU9.avi [deleted file]
tests/python/testdata/videos/uncompressed.avi [deleted file]
tests/python/testdata/videos/wmv9.avi [deleted file]
tests/python/tickets.py [new file with mode: 0644]
tests/swig_python/cmp_tests.py [new file with mode: 0755]
tests/swig_python/cvtestutils.py [new file with mode: 0644]
tests/swig_python/feature_tree_tests.py [new file with mode: 0755]
tests/swig_python/highgui/cvCreateFileCapture.py [new file with mode: 0755]
tests/swig_python/highgui/cvCreateFileCaptureRGB.py [new file with mode: 0755]
tests/swig_python/highgui/cvCreateFileCaptureRGBA.py [new file with mode: 0755]
tests/swig_python/highgui/cvCreateFileCaptureUYVY.py [new file with mode: 0755]
tests/swig_python/highgui/cvCreateFileCaptureY8.py [new file with mode: 0755]
tests/swig_python/highgui/cvCreateFileCaptureYUY2.py [new file with mode: 0755]
tests/swig_python/highgui/cvCreateFileCaptureYV12.py [new file with mode: 0755]
tests/swig_python/highgui/cvCreateFileCaptureYV16.py [new file with mode: 0755]
tests/swig_python/highgui/cvCreateFileCaptureYVU9.py [new file with mode: 0755]
tests/swig_python/highgui/cvCreateTrackbar.py [new file with mode: 0755]
tests/swig_python/highgui/cvGetCaptureProperty.py [new file with mode: 0755]
tests/swig_python/highgui/cvGetSetTrackbarPos.py [new file with mode: 0755]
tests/swig_python/highgui/cvGetWindowHandleName.py [new file with mode: 0755]
tests/swig_python/highgui/cvGrabFrame.py [new file with mode: 0755]
tests/swig_python/highgui/cvInitSystem.py [new file with mode: 0755]
tests/swig_python/highgui/cvLoadImage.py [new file with mode: 0755]
tests/swig_python/highgui/cvLoadImageBMP.py [new file with mode: 0755]
tests/swig_python/highgui/cvLoadImageJPG.py [new file with mode: 0755]
tests/swig_python/highgui/cvLoadImagePNG.py [new file with mode: 0755]
tests/swig_python/highgui/cvLoadImagePPM.py [new file with mode: 0755]
tests/swig_python/highgui/cvLoadImageSR.py [new file with mode: 0755]
tests/swig_python/highgui/cvLoadImageTIFF.py [new file with mode: 0755]
tests/swig_python/highgui/cvMoveResizeWindow.py [new file with mode: 0755]
tests/swig_python/highgui/cvNamedWindow.py [new file with mode: 0755]
tests/swig_python/highgui/cvQueryFrame.py [new file with mode: 0755]
tests/swig_python/highgui/cvRetrieveFrame.py [new file with mode: 0755]
tests/swig_python/highgui/cvSaveImage.py [new file with mode: 0755]
tests/swig_python/highgui/cvSetMouseCallback.py [new file with mode: 0755]
tests/swig_python/highgui/cvShowImage.py [new file with mode: 0755]
tests/swig_python/highgui/cvWaitKey.py [new file with mode: 0755]
tests/swig_python/highgui/frames.py [new file with mode: 0755]
tests/swig_python/highgui/match.py [new file with mode: 0755]
tests/swig_python/highgui/query_3gp.py [new file with mode: 0755]
tests/swig_python/highgui/query_bmp24.py [new file with mode: 0755]
tests/swig_python/highgui/query_bmp32.py [new file with mode: 0755]
tests/swig_python/highgui/query_cinepak.py [new file with mode: 0755]
tests/swig_python/highgui/query_divx.py [new file with mode: 0755]
tests/swig_python/highgui/query_dv_pal_progressive_avi.py [new file with mode: 0755]
tests/swig_python/highgui/query_dv_pal_progressive_dv.py [new file with mode: 0755]
tests/swig_python/highgui/query_huffyuv.py [new file with mode: 0755]
tests/swig_python/highgui/query_indeo.py [new file with mode: 0755]
tests/swig_python/highgui/query_mpeg4.py [new file with mode: 0755]
tests/swig_python/highgui/query_test.py [new file with mode: 0755]
tests/swig_python/highgui/query_uncompressed.py [new file with mode: 0755]
tests/swig_python/highgui/query_wmv9.py [new file with mode: 0755]
tests/swig_python/highgui/seek_frame_3gp.py [new file with mode: 0755]
tests/swig_python/highgui/seek_frame_bmp24.py [new file with mode: 0755]
tests/swig_python/highgui/seek_frame_bmp32.py [new file with mode: 0755]
tests/swig_python/highgui/seek_frame_cinepak.py [new file with mode: 0755]
tests/swig_python/highgui/seek_frame_divx.py [new file with mode: 0755]
tests/swig_python/highgui/seek_frame_dv_pal_progressive_avi.py [new file with mode: 0755]
tests/swig_python/highgui/seek_frame_dv_pal_progressive_dv.py [new file with mode: 0755]
tests/swig_python/highgui/seek_frame_huffyuv.py [new file with mode: 0755]
tests/swig_python/highgui/seek_frame_indeo.py [new file with mode: 0755]
tests/swig_python/highgui/seek_frame_mpeg4.py [new file with mode: 0755]
tests/swig_python/highgui/seek_frame_uncompressed.py [new file with mode: 0755]
tests/swig_python/highgui/seek_frame_wmv9.py [new file with mode: 0755]
tests/swig_python/highgui/seek_test.py [new file with mode: 0755]
tests/swig_python/highgui/seek_time_3gp.py [new file with mode: 0755]
tests/swig_python/highgui/seek_time_bmp24.py [new file with mode: 0755]
tests/swig_python/highgui/seek_time_bmp32.py [new file with mode: 0755]
tests/swig_python/highgui/seek_time_cinepak.py [new file with mode: 0755]
tests/swig_python/highgui/seek_time_divx.py [new file with mode: 0755]
tests/swig_python/highgui/seek_time_dv_pal_progressive_avi.py [new file with mode: 0755]
tests/swig_python/highgui/seek_time_dv_pal_progressive_dv.py [new file with mode: 0755]
tests/swig_python/highgui/seek_time_huffyuv.py [new file with mode: 0755]
tests/swig_python/highgui/seek_time_indeo.py [new file with mode: 0755]
tests/swig_python/highgui/seek_time_mpeg4.py [new file with mode: 0755]
tests/swig_python/highgui/seek_time_uncompressed.py [new file with mode: 0755]
tests/swig_python/highgui/seek_time_wmv9.py [new file with mode: 0755]
tests/swig_python/highgui/size_3gp.py [new file with mode: 0755]
tests/swig_python/highgui/size_bmp24.py [new file with mode: 0755]
tests/swig_python/highgui/size_bmp32.py [new file with mode: 0755]
tests/swig_python/highgui/size_cinepak.py [new file with mode: 0755]
tests/swig_python/highgui/size_divx.py [new file with mode: 0755]
tests/swig_python/highgui/size_dv_pal_progressive_avi.py [new file with mode: 0755]
tests/swig_python/highgui/size_dv_pal_progressive_dv.py [new file with mode: 0755]
tests/swig_python/highgui/size_huffyuv.py [new file with mode: 0755]
tests/swig_python/highgui/size_indeo.py [new file with mode: 0755]
tests/swig_python/highgui/size_mpeg4.py [new file with mode: 0755]
tests/swig_python/highgui/size_test.py [new file with mode: 0755]
tests/swig_python/highgui/size_uncompressed.py [new file with mode: 0755]
tests/swig_python/highgui/size_wmv9.py [new file with mode: 0755]
tests/swig_python/highgui/works.py [new file with mode: 0755]
tests/swig_python/histogram_tests.py [new file with mode: 0755]
tests/swig_python/homography_tests.py [new file with mode: 0755]
tests/swig_python/lsh_tests.py [new file with mode: 0755]
tests/swig_python/moments_tests.py [new file with mode: 0755]
tests/swig_python/roots_tests.py [new file with mode: 0755]
tests/swig_python/test_adaptors.py [new file with mode: 0755]
tests/swig_python/testall.py [new file with mode: 0755]
tests/test_cv.sh [new file with mode: 0755]
tests/test_cxcore.sh [new file with mode: 0755]
tests/test_ml.sh [new file with mode: 0755]
utils/Makefile.am
utils/Makefile.in
utils/cvarr_operators.py
utils/cvinfo/cvinfo.cpp [deleted file]
utils/cvinfo/cvinfo.dsp [deleted file]
utils/cvinfo/cvinfo.vcproj [deleted file]
utils/cvt_xml2xml.py [deleted file]
utils/dos2unix.py [deleted file]
utils/extract_aliases.py
utils/extract_constants.py
utils/extract_macros.py
utils/gen_make.py [deleted file]
utils/maintainer_clean.cmd [deleted file]
utils/opencv.ico
utils/opencv.iss
utils/search_leaks.py [deleted file]
utils/unix2dos.py [deleted file]