【例子介绍】C#运动物体识别库 Aforge 源代码 不错的识别库 运用 C#编写
【相关图片】
【源码结构】
文件清单
├── Copyright.txt
├── Externals
│ ├── ffmpeg
│ │ ├── AForge ReadMe.txt
│ │ ├── bin
│ │ │ ├── avcodec-53.dll
│ │ │ ├── avdevice-53.dll
│ │ │ ├── avfilter-2.dll
│ │ │ ├── avformat-53.dll
│ │ │ ├── avutil-51.dll
│ │ │ └── swscale-2.dll
│ │ ├── include
│ │ │ ├── libavcodec
│ │ │ │ ├── avcodec.h
│ │ │ │ ├── avfft.h
│ │ │ │ ├── dxva2.h
│ │ │ │ ├── opt.h
│ │ │ │ ├── vaapi.h
│ │ │ │ ├── vda.h
│ │ │ │ ├── vdpau.h
│ │ │ │ ├── version.h
│ │ │ │ └── xvmc.h
│ │ │ ├── libavdevice
│ │ │ │ └── avdevice.h
│ │ │ ├── libavfilter
│ │ │ │ ├── avcodec.h
│ │ │ │ ├── avfiltergraph.h
│ │ │ │ ├── avfilter.h
│ │ │ │ ├── buffersink.h
│ │ │ │ └── vsrc_buffer.h
│ │ │ ├── libavformat
│ │ │ │ ├── avformat.h
│ │ │ │ ├── avio.h
│ │ │ │ └── version.h
│ │ │ ├── libavutil
│ │ │ │ ├── adler32.h
│ │ │ │ ├── aes.h
│ │ │ │ ├── attributes.h
│ │ │ │ ├── audioconvert.h
│ │ │ │ ├── avassert.h
│ │ │ │ ├── avconfig.h
│ │ │ │ ├── avstring.h
│ │ │ │ ├── avutil.h
│ │ │ │ ├── base64.h
│ │ │ │ ├── bswap.h
│ │ │ │ ├── common.h
│ │ │ │ ├── cpu.h
│ │ │ │ ├── crc.h
│ │ │ │ ├── dict.h
│ │ │ │ ├── error.h
│ │ │ │ ├── eval.h
│ │ │ │ ├── fifo.h
│ │ │ │ ├── file.h
│ │ │ │ ├── imgutils.h
│ │ │ │ ├── intfloat_readwrite.h
│ │ │ │ ├── intreadwrite.h
│ │ │ │ ├── lfg.h
│ │ │ │ ├── log.h
│ │ │ │ ├── lzo.h
│ │ │ │ ├── mathematics.h
│ │ │ │ ├── md5.h
│ │ │ │ ├── mem.h
│ │ │ │ ├── opt.h
│ │ │ │ ├── parseutils.h
│ │ │ │ ├── pixdesc.h
│ │ │ │ ├── pixfmt.h
│ │ │ │ ├── random_seed.h
│ │ │ │ ├── rational.h
│ │ │ │ ├── samplefmt.h
│ │ │ │ └── sha.h
│ │ │ ├── libpostproc
│ │ │ │ └── postprocess.h
│ │ │ ├── libswresample
│ │ │ │ └── swresample.h
│ │ │ └── libswscale
│ │ │ └── swscale.h
│ │ ├── lib
│ │ │ ├── avcodec.lib
│ │ │ ├── avdevice.lib
│ │ │ ├── avfilter.lib
│ │ │ ├── avformat.lib
│ │ │ ├── avutil.lib
│ │ │ ├── postproc.lib
│ │ │ ├── swresample.lib
│ │ │ └── swscale.lib
│ │ ├── licenses
│ │ │ ├── bzip2.txt
│ │ │ ├── ffmpeg.txt
│ │ │ ├── freetype.txt
│ │ │ ├── frei0r.txt
│ │ │ ├── gsm.txt
│ │ │ ├── lame.txt
│ │ │ ├── libvpx.txt
│ │ │ ├── opencore-amr.txt
│ │ │ ├── openjpeg.txt
│ │ │ ├── rtmp.txt
│ │ │ ├── schroedinger.txt
│ │ │ ├── sdl.txt
│ │ │ ├── speex.txt
│ │ │ ├── theora.txt
│ │ │ ├── vo-aacenc.txt
│ │ │ ├── vo-amrwbenc.txt
│ │ │ ├── vorbis.txt
│ │ │ ├── x264.txt
│ │ │ ├── xavs.txt
│ │ │ ├── xvid.txt
│ │ │ └── zlib.txt
│ │ └── README.txt
│ ├── GhostAPI
│ │ ├── AForge ReadMe.txt
│ │ ├── GhostAPI.dll
│ │ ├── PbkComm32.dll
│ │ ├── PbkUsbPort.dll
│ │ └── relnotes.txt
│ ├── libfreenect
│ │ ├── AForge ReadMe.txt
│ │ ├── APACHE20
│ │ └── freenect.dll
│ ├── msinttypes
│ │ ├── AForge ReadMe.txt
│ │ ├── changelog.txt
│ │ ├── inttypes.h
│ │ └── stdint.h
│ └── TeRK
│ ├── AForge ReadMe.txt
│ └── TeRK.dll
├── lgpl-3.0.txt
├── License.txt
├── Release
│ ├── AForge.Controls.dll
│ ├── AForge.Controls.xml
│ ├── AForge.DebuggerVisualizers (2010).dll
│ ├── AForge.dll
│ ├── AForge.Fuzzy.dll
│ ├── AForge.Fuzzy.xml
│ ├── AForge.Genetic.dll
│ ├── AForge.Genetic.xml
│ ├── AForge.Imaging.dll
│ ├── AForge.Imaging.Formats.dll
│ ├── AForge.Imaging.Formats.xml
│ ├── AForge.Imaging.IPPrototyper.dll
│ ├── AForge.Imaging.xml
│ ├── AForge.MachineLearning.dll
│ ├── AForge.MachineLearning.xml
│ ├── AForge.Math.dll
│ ├── AForge.Math.xml
│ ├── AForge.Neuro.dll
│ ├── AForge.Neuro.xml
│ ├── AForge.Robotics.Lego.dll
│ ├── AForge.Robotics.Lego.xml
│ ├── AForge.Robotics.Surveyor.dll
│ ├── AForge.Robotics.Surveyor.xml
│ ├── AForge.Robotics.TeRK.dll
│ ├── AForge.Robotics.TeRK.xml
│ ├── AForge.Video.DirectShow.dll
│ ├── AForge.Video.DirectShow.xml
│ ├── AForge.Video.dll
│ ├── AForge.Video.FFMPEG.dll
│ ├── AForge.Video.FFMPEG.xml
│ ├── AForge.Video.Kinect.dll
│ ├── AForge.Video.Kinect.xml
│ ├── AForge.Video.VFW.dll
│ ├── AForge.Video.VFW.xml
│ ├── AForge.Video.Ximea.dll
│ ├── AForge.Video.Ximea.xml
│ ├── AForge.Video.xml
│ ├── AForge.Vision.dll
│ ├── AForge.Vision.xml
│ ├── AForge.xml
│ └── IPPrototyper.exe
└── Release notes.txt
19 directories, 152 files
评论