搜索资源列表
shearlet
- shearlet 图像重构程序:(该理论还在发展;程序设计原理主要来自一篇论文,但也有显著不同) 请启动并行计算然后运行exper!-shearlet image reconstruction process: (The theory is still developing programming principles mainly from the paper, but there are also significant differences) start and then run
drawline
- 程序运行Bresenham的直线算法,所用坐标系为笛卡尔直角坐标系, 起始状态:用户输入所画线段的起点和终点坐标(要求起点横坐标小于终点横坐标) 结束状态:程序打印出所画线段-Bresenham run a straight line algorithm, used for the Cartesian coordinates Cartesian coordinate system, the initial state: the user to enter the painting o
20086211116967
- Auto CAD 2009 破解 1. Install AutoCAD 2009. 2. Start Autodesk 2009 and Select Activate the Product when ask for activation, select Enter an Activation Code Use as serial : 653-12354321 or 666-98989898 or 666-69696969 Write down the req
SimpleMPRViewer
- 自己在学习C#过程中随手写的代码,主要为了练手. 实现的功能为一个类似医学图像MPR处理的简单浏览器,其中以自制的色块代替了医学影像数据方便测试,实现了鼠标的移动,旋转,缩放以及mpr三方向定位等基本功能,相信能为大家提供一点帮助. 本来做的是个类库,请以另一个项目TestApplication启动-C# in the process of learning to write code easily, the main hands in order to practice. To ach
OpenCV_CAM
- CAM学习程序 此程序基于OpenCV中CAM模块。可以用于CAM属性设置,采集视频信号并录制,设置录制视频解码器等方面的学习。 程序中用 R键控制程序开始录制, P键控制程序暂停录制, S键控制程序停止录制, 录制中有字符RECORD提示。 是一款集学习和实用为一体的小程序。-CAM learning process of this program is based on OpenCV in the CAM module. Property can be used
opengl-3Dwindmill
- opengl绘制的3D风车。 (1)有3个风车可供选择 (2)可任意设置四个风车扇叶的颜色 (3)可控制风车的转动和停止,可设置转动速度 (4)风车颜色可在转动过程中随速度变化 (5)可设置转动加速,风车停止和开始都有加速度,模拟逐渐加速和逐渐减速静止的效果 可以设置加速度-opengl rendering of 3D windmills. (1) there are three windmills are available (2) windmill blades c
debugprogram
- 这个程序(omni.com)是97年的Mekka ’97 4K Intro比赛的一等奖作品,也是我认为最好的4K作品之一。整个程序全长4095字节,其中包含133字节的自解压程序(类RAR压缩),未解压的程序长4782字节。三维场景包含144个立方体,367个面,362个点,15个不同的64*64 的纹理…… 观看方法: 开始菜单->运行->debug。然后把下面这一堆文本整个粘贴(点击左上角图标,编辑-》粘 贴) 进去,如果你有标准的Sound Blaste
Lab0305-AD
- CCS中用c55x实现AD转换 模数转换相对于计算机来说是一个较为缓慢的过程。一般采用中断方式启动转换或保存 结果,这样在CPU 忙于其他工作时可以少占用处理时间。设计转换程序应首先考虑处理过 程如何与模数转换的时间相匹配,根据实际需要选择适当的触发转换的手段,也要能及时地 保存结果。 由于TMS320VC5509A DSP 芯片内的A/D 转换精度是10 位的,转换结果的低10 位为 所需数值,所以在保留时应注意将结果的高6 位去除,取出低10 位有效数字。-CCS A
opencv
- 学习opencv很好的资料,讲解了安装的具体过程与路径设置问题,又简单介绍了如何使用,非常好入门-Learning opencv good information, to explain the installation process with the path set of specific issues, but also describes how to use simple, very good start
Paint-program
- 一、使用方法 003 程序中定义了几个特殊键: 004 \"V":画笔提起 005 \"W":开始画图 006 \"R":开始擦图 007 \"S":当前图形存入文件 008 \"E":调出已有文件 009 \"C":画圆 010 程序一运行,屏幕上出现一个黄色的边框来设定画图的区域,区域中间出现提起的画笔符号 ,当按下"W"键时,画笔符号变为 ,此时可移动方向键(上、
OpenGL
- OpenGL手册,学习OpenGL编程的极好入门参考工具手册,学习过程中不懂的函数可以随时查阅-OpenGL manual, an excellent start to learn OpenGL Programming Reference Manual, do not understand the function of the learning process to gain access .....
JMyron0025
- t’s a relatively easy thing for computers to “see” video, but “computer vision” goes a step further, applying a wide range of techniques by which computers can begin to understand and process the content of a video input. These techniques tend toward
Visual-CPP-cmp
- 初学者快速入门VC++图像处理,最全面的学习资料,更能通过对比chap1_1和chap1_4,促进对面向对象和面向过程的理解。学习类的简历-Beginners the Quick Start VC++ image processing, the most comprehensive study materials better through contrast chap1_1 and chap1_4, the promotion of the understanding of object-or
zhifangtu
- 先从一张bmp位图中读取信息,然后将其进行直方图均衡化处理。-Start a BMP bitmap read the information, and then subjected to a histogram equalization process.
Segmentation
- 区域生长算法被证实是一个有效的图像分割方法。区域生长的基本方法是从被分割对象 里作为种子区域(通常是一个或多个像素)的一个区域开始,在种子区域的相邻像素寻找与种 子像素有相同或相似性质的像素,并将这些像素合并到种子像素所在的区域中。将这些新像 素当作新的种子区域继续进行上述过程。区域生长算法主要取决于用来选择确定为种子区域 像素的标准、用来确定相邻像素的连通性类型和用来访问相邻像素的策略。-Region growing algorithms have proven to be a
motion_segmentation
- 这是一个对运动图像处理的过程,先开始去除了图像的背景,又定义了图像的运动轮廓,最后实现了担任动作的识别。-This is a process of moving image processing, the image is removed before the start of the background, and defines the movement profile of the image, and finally to achieve the operation as an iden
PA1-start-Matlab
- matlab image proce-matlab image process
cadHATCH
- ● 将解压后的文件保存到硬盘上任意位置,可以保存到CAD的SUPPORT目录下。 ● 在CAD中直接输入AP命令或在菜单里点取 [工具-加载应用程序...] ,选择 yqmkpat.vlx 加载。 ● 绘制好你的填充单元,只支持直线、弧、圆和点。多段线不支持,如果用了多段线,需要先炸开。由于生成填充的方式有两种:填充单元按1x1的间距重复和按实际大小1:1制作,在绘制填充单元时最好先决定要用那种方式,并根据效果合理规划填充单元的绘制方式,最好先画好一个矩形来定位填充的基点和横纵向间距。
fill
- 算法基本思想:首先填充种子点所在扫描线上位于区域内的区段,然后 确定与该区段相邻的上下两条扫描线上位于区域内的区段,并依次将各区段的起始位置保存, 这些区段分别被用区域边界色显示的像素点所包围。随后,逐步取出一开始点并重复上述过程,直到所保存各区段都填充完毕为止。-Algorithm basic idea: first fill the seed point is located in the area of the scanning section, and then determine th
simplefireworks
- C烟花效果,可惜一开始没能画成圆,所以整个过程都是菱形的变换,希望大家多多指教,能够想办法把初始状态就围成一个圆.-C fireworks effect, but did not start painting into a circle, so the whole process of transformation are diamond-shaped, I hope the exhibitions we can think of ways to the initial state on a c