-
projectcalib_self
这是我们自己做的一套投影仪标定程序,反投影精度在1个象素之内(This is to do our own set of projector calibration procedures, back-projection at a pixel accuracy of)
- 2009-03-22 14:33:36下载
- 积分:1
-
zhengxuan
一款VC++图像开场加载效果,向大家演示了几种图像装载的特效实现的方法,比如扫描显示、滑动显示、渐入显示和马赛克显示等,大家在使用一些幻灯片软件的时候,经学会看到类似的效果,如果你有一定的VC++基础,你可以借鉴一下本效果的具体方法,再次扩展,可以制作出一款带特效的图像查看器(The opening loading effect of a VC++ image to demonstrate the effects achieved in several image loading, such as scanning, slide show, getting into the display and mosaic display, we learn to look at some slides software to similar effect, if you have certain VC++ basis, you can learn about the effects of specific methods, extended again, can create the image of a band effects Viewer)
- 2012-11-08 19:51:35下载
- 积分:1
-
algorithm-of-findpath
绣花问题是连续型的填充,在不同区域的缝制过程中,缝针不能提针,因此不能用一般的离散型区
域填充方法处理。本文运用几何计算和图论理论提出了一个绣花缝针轨迹自动生成算法:先对轮廓走向进行
定义,通过轮廓铅垂方向的局部极值点的分割线将图案从上向下进行分割,采用交点的特征值比较彻底的解
决了分割时的重点问题,将图案区域准确的划分成缝针能一次完成的若干个节点。在此基础上根据节点的邻
接关系建立节点的邻接“图”,通过图论中半哈密尔顿路径或深度遍历方法找到节点的遍历(缝制)序列和每
个节点的缝制方向,最后可对设定的起点、终点和缝针间隔的条件自动提供缝针的走向轨迹。(In the process of embroidering, needle can not hang up for changing to a different area. Therefore, Embroider
problem could be abstract as a continuous area-filling work. Considering disperse area-filling methods can not process this
problem well. Based on geometry computing and graph theory, an algorithm of finding path of embroidering needle are
proposed in this paper. First, outline orientations are defined, and finding all local extreme points of inner outline on their
gravitational orientation to build sectioning lines so as to divide the picture. By using intersection point character the
overlap point problem was solved perfectly. Therefore, the picture is divided into some nodes which can be finished alone.
Then, based on connections of these nodes, an adjacency graph of nodes was built. Using half-Hamilton path or depth-first
search method, both embroidering sequence and direction of these nodes could be got from the graph. Finally, from a
defined start-point, end-point)
- 2012-12-09 23:26:22下载
- 积分:1
-
RADAR-IMAGING-OF-ISAR
SAR成像处理的过程是从回波数据中提取目标区域散射系数的二维分布,本质上是一个二维相关处理过程,因此最直接的处理方法是对回波进行二维匹配滤波,但其运算量很大,再加上SAR的数据率本来就高,这使得实时处难于实现。通常,可以把二维过程分解成距离向和方位向两个一维过程,Range-Dopper Algorithm(简称RD算法)(SAR imaging process is two-dimensional distribution of the scattering coefficient of the target area extracted from the echo data, in essence, is a two-dimensional process, the most direct approach is two-dimensional matched filtering of echo, its computationalthe great plus on SAR data rate was high, which makes real-time processing is difficult to achieve. Typically, two-dimensional process can be broken down into the range and azimuth to a two-dimensional process, the Range-Dopper Algorithm. (Referred to as the RD algorithm))
- 2012-04-26 21:48:50下载
- 积分:1
-
伪彩色图像增强软件
基于MATLAB的伪彩色图像增强的简单gui程序(A simple GUI program for pseudo color image enhancement based on MATLAB)
- 2018-05-13 23:23:14下载
- 积分:1
-
Logistics-Tracking-System
网页版物流跟踪,直接登录web服务器进行物流单号查询(Web version logistics tracking, logistics single query)
- 2014-04-13 14:10:09下载
- 积分:1
-
SURF_extraction
图像SURF特征提取,用于图像拼接和篡改检测,注释比较详细,程序很好理解(SURF feature extraction, image is used for image matching and tamper detection, comments are detailed, the program is easy to understand)
- 2014-10-30 09:47:02下载
- 积分:1
-
cuchao
一个简单的图像处理中粗糙度和方向度的MATLAB编程实现,已经通过调试,无误可用(A simple image processing in the direction of roughness and degree of MATLAB programming, has been through debugging, accurate available)
- 2009-01-08 15:25:56下载
- 积分:1
-
CASSI
多光谱成像,压缩编码孔径成像,数据立方体获取,图像重建(multispectral CCA imaging)
- 2020-12-12 18:39:15下载
- 积分:1
-
matlab.thresholding-master
在计算机视觉中,图像分割是将图像分成多个片段的过程。这使我们能够通过以比原始图像更简单的表示方式来更好地分析图像。一种用于分割图像的方法是阈值分割;也就是说,将强度值低于阈值的所有像素设置为背景值,而将高于阈值的其他像素设置为前景值。最简单的阈值处理形式是对所有像素使用全局阈值,而自适应阈值处理根据像素及其周围环境动态改变阈值。典型地,阈值处理从灰度图像开始,并输出二进制图像以清晰地描绘图像中的片段。在本实验中,我们开发了一种自适应阈值算法,并将其与更简单的算法进行了比较。 此外,我们还开发了逆运动学证明来将机械臂移动到给定的x,y,z坐标。这一证明涉及三种命名身份,并获得了对机械臂设计的更好理解。(Image threshold segmentation)
- 2019-04-14 15:41:02下载
- 积分:1