资源列表
排序选择:
[GDI/图象编程] duobianxingtianchong
说明:简单的多边形填充,希望有帮助,主要应用于大学信息专业课程-Simple polygon filling, would like to have help, the main information used in the University of professional courses<chun> 在 2025-11-22 上传 | 大小:280kb | 下载:0
[DirextX编程] DirectShowplayMpeg
说明:功能说明:使用DirectShow播放Mpeg等媒体类型,并从中抓取图片 使用说明:编译本程序必须安装DirectX开发包-player for mpeg need dirextx<郭> 在 2025-11-22 上传 | 大小:231kb | 下载:0
[图形图像处理(光照,映射..)] shangchuan
说明:程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象<xinfengming> 在 2025-11-22 上传 | 大小:40kb | 下载:0
[Windows编程] matlab_vc_combination
说明:该程序在VC中完成了与matlab的混合编程,用vc调用matlab中的绘图函数。-The program completed in VC mixed with matlab programming, matlab call with vc the drawing function.<tianshu> 在 2025-11-22 上传 | 大小:1.89mb | 下载:0
[图形图像处理(光照,映射..)] threshold
说明:该函数用来对图像进行阈值变换。对于灰度值小于阈值的象素直接设置 灰度值为0;灰度值大于阈值的象素直接设置为255。-The function used to transform the image threshold. For less than the threshold gray value of the pixel gray value directly set to 0 gray value greater than the threshold set to 255 pixels<xinfengming> 在 2025-11-22 上传 | 大小:1kb | 下载:0
[视频捕捉/采集] DirectShowvideocap
说明:一个简单的基于DirectShow的视频捕获程序-simply program of video capture base on directshow<郭> 在 2025-11-22 上传 | 大小:1.33mb | 下载:0
[图形图像处理(光照,映射..)] trackingVideoDemo
说明:可以对视频目标进行背景差分,或帧间差分,或Mean Shif法,或重心多目标跟踪法进行跟踪目标。-Targets can be the background of the video difference, or inter-fr a me difference, or Mean Shif law, or the focus of multi-target tracking method to track the target.<cuco> 在 2025-11-22 上传 | 大小:87kb | 下载:0
[数学计算/工程计算] calculator
说明:一个不带界面的计算器,用户只需要在文本文件input.txt中输入计算表达式,即可通过运行程序得到结果,输出在output.txt中; 支持加减乘除,取余数,乘方,括号等等; 如:5+4 = 输出9 5+4*4+9/3 = 输出24 (5+4)*4+9/3 = 输出39 (50+4)*(40 3)+288/(147-3) = 输出56 (50+4)^2*(40 3)+288/(147-3) = 输出2918-Interface without a calculator,<shiping> 在 2025-11-22 上传 | 大小:14kb | 下载:0