搜索资源列表
MovieShow
- Introduction At long last I have finally made what I have wanted to make for so long. Being new to the coding world, this media player (which I call MediaShow ) is my first working software. It is based on the famous DirectShow multimedia API from
playcap
- 簡單的 DirectShow 抓取程式 使用ICaptureGraphBuilder2 及 ICreateDevEnum 來創建 capture 圖形-Simple capture application. This application creates a preview window for the first video capture device that it locates on the user s system (if any). It demonstrates a
CLEyeStereoVision
- 使用PS3 Eye 來作立體圖 請連上 www.codelaboratories.com 來下載相關資料-using PS3 eye to build stereo graph
Camera-calibration
- 摄像机标定。基于离线相机标定,附有标定图。-Camera calibration. Calibration based on off-camera, with a calibration graph.
video-detection
- 针对室内环境多运动目标的复杂性,本文提出了基于图像块近似连通性的图元分割方法。-The complexity of multiple moving objects in indoor environment, this paper proposes to approximate the connectivity graph based on the image segmentation method.
PlayCap
- playcap是一个视频抓取源代码,Unlike AMCap, it does not allow you to capture data to a file. Instead, it searches for the first-PlayCap is a simple video capture device previewer. Unlike AMCap, it does not allow you to capture data to a file. Instead, it s
lzw_code_gif_code
- lzw编码,gif图片编码,lena图的lzw可变长编解码-lzw encoding the gif picture coding, lena graph lzw variable length code decoding
GraphEdit10
- Microsoft DirectX SDK 中提取的 DirectShow Graph 图表工具,通过这个工具,可以很直观地看到 Filter Graph 的运行及处理流程,方便进行程序调试以及各种音视频处理。