搜索资源列表
VBProjection
- VB+MO解决地图投影方面的问题,可对地图投影中的投影参数进行交互式修改!修改后可以生成新的ShapeFile格式文件-VB + MO Map Projection solve the problem, the right of Map Projection Projection interactive parameter changes! Modifications can generate new format ShapeFile
Convex
- 此代码用来求解建立点的凸闭包多边形,采用凸闭包插入算法建立Delaunay三角网可以用到或参考。-this code to solve the establishment point of closure convex polygon, using convex closure insertion algorithm to establish Delaunay triangulation can be used as reference.
mpeg4encsrc
- mpeg4编码库源代码,很好的MPEG库文件,能实用,解决很多实在的问题-mpeg4 encoding for the source code for MPEG good, practical can solve many real problems
迷宫1
- [程序语言] IE3, IE4, IE5, NS3, NS4+ [功能描述] 生成和解决迷宫问题的Java小程序,可以在支持java的浏览器中运行。迷宫以三维形式显示在窗口中。 你可以按下相应的按钮,“New”生成一个新的迷宫,“Solve”按钮用于显示求解一个迷宫问题的路径,“Clear”按钮清除解决迷宫问题的路径。 一旦生成迷宫后,你也可以自己用手工来求解它的路径,你可以使用四个箭头键来画出其路径。 对于每个迷宫问题
图像水印
- 由于考虑了HVS,本文算法较好地解决了水印透明性与算法鲁棒性之间的矛盾,使用该算法嵌入的水印具有较好的透明性-consideration of HVS, this algorithm can solve the watermark transparency and robustness to conflicts between the use of the embedded watermark algorithm has better transparency
picINTOdb
- 这是一个非常有用的小程序,可以解决你为如何将不同类不同大小的图片导入数据库进行编辑的问题。简单好用。-This is a very useful small program you can solve for how the different categories of different sizes into the picture database for editing problem. Simple and easy.
subset
- 用回朔算法解决子集和问题 输出整数集的所有子集,使子集的各元素之和为S-Schomburg algorithm used to solve the problem and the subset of output Integer Set subset of all, the subset of the elements and as S
3dfont2.0
- 作者: yulongsun 需要在penGL中作中文输出,但没发现何处有合适的,把一个叫zhaohui的人写的英文字符输出类改了一下,可以输出中文了,但却并没有解决我的问题。我感觉得应该使用wglUseFontBitmaps()函数使字体保持不变。但我对 OpenGL不熟,不知怎么用。不过我做的东西也许对别人有用,权且放在这儿。同时希望得到指教。 文件:CGLFont.c CGLFont.h env::windows2000, vc6.0 e-mail: y
JavaRule
- 介绍了关于JAVA的在编程规则,解决程序员在编程中遇到的问题.-briefed on the Java programming rules, the programmers to solve programming problems encountered.
2006719551322
- 模仿CAD绘图软件,可绘3D图形。主要解决了VB处理矢量图的问题,而且可生成3D预览图。很完整的源代码. -imitate CAD software, 3D graphics can be drawn. VB mainly to solve the problem of vector processing, but also generate 3 D preview map. Very integrity of the source code.
photomachinenewalgorithm
- 针对摄像机固定和共面约束条件下进行目标定位,提出了一种简单可行的全新算法。该算法避开了烦琐的摄像机标定这一过程,也不用精确地求解单应性矩阵。只是运用射影几何的性质,通过简单的几何关系,对非标定单摄像机拍摄的单幅图像,求解其从2D图像平面到真实的3D平面的非线性单映射关系。该算法为解决计算机视觉的测量、定位、三维重建等问题,提供一种全新的思路。 -against cameras fixed and coplanar binding conditions for target location,
Zernike-match
- 对输入图像进行预处理后提取目标轮廓,经过归一化处理得到目标形 状的平移、尺度不变的链状表达,再通过小波变换进行多尺度分析;引入Zernike 矩,利用Zernike 矩的特性,实现小波表达的旋转不变性,解决了小波变换对起始点的依赖。-right to import images from pretreatment profile targets, after processing to be a target shape translation, The scale-invariant
ltilib
- LTI-Lib is an object oriented computer vision library written in C++ for Windows/MS-VC++ and Linux/gcc. It provides lots of functionality to solve mathematical problems, many image processing algorithms, some classification tools and much more... -LT
erzhitufenge
- 提出了一种新颖的处理图像视觉聚类问题的方法。与以往关注图像局部特征和局部连续性的方法不同,本文中的方法能够提取关于图像的全局印象。为此,我们将图像分割问题转化为图划分问题并提出了划分中的一种全局判别准则——Ncut (Normalized Cut)。Ncut不仅能够衡量不同聚类之间的相异程度,还能够衡量各聚类内部的相似程度。为求解Ncut 的最优化问题,提出了一种基于广义特征值问题的高效算法,并将此算法应用于静态图像分割,取得了良好的效果。-proposed a novel image proc
LO-monidixing
- 在比较大的场景中要想得到相应的实时效果就不得不牺牲时间进行。LOD技术正是解决这一问题的有效途径!本程序通过在场景中使用LOD技术模拟地形。根据不同层次的网格点数的数据来绘制,对于初学LOD的人很有帮助哟!-in the larger scene in order to obtain the corresponding real-time effects would have to sacrifice time. LOD technology to solve this problem is t
TV1
- 采用T.Chan的总体变分(TV)方法实现图像修复,由于算法本身的局限性,无法解决视觉连通性的问题。-using T. Chan of the overall variation (TV) method of image restoration, Due to the limitations of their own algorithm to solve visual connectivity problems.
harris.m
- 立体视觉的关键技术是解决对应问题,点特征常被用来做特征。HARRIS角点检测算子较有影响。用MATLAB编写的。-stereo vision technology is the key to solve the matching problem, point feature often used to do features. HARRIS corner detection operator more influential. MATLAB prepared.
InciseBmp
- 通常我们可以可以得到一个工具条的bitmap,但是怎么将这个工具条的bitmap按照我们的需求切割成单个工具按钮的bitmap出来呢?这个代码就可以解决这个问题。-Usually we can be a tool of the bitmap. But how will this tool of the bitmap in accordance with our needs cut into individual tools button bitmap out? This code can sol
GA2
- 用遗传算法解决了图像分割问题,将图像中的像素按灰度值用域值M分为两类图像,一类为目标图像,另一类为背景图像,经过几十次迭代后有助于缩小检索范围-Using genetic algorithms to solve the image segmentation problem, the image pixel gray value according to the value of M is divided into two categories with the domain images, on
Solve
- 编写求解几何图形周长、面积的应用程序,要求如下: 1) 几何图形要求至少包含直线、三角形,矩型,圆等类型,计算周长,面积等。 2) 要求能计算两个图形之间的距离 3) 要求能计算两个图形进行布尔运算(即交、并、差)后的面积(可选作)。 4) 必须用到继承、接口、多态和包,内部类可选 -Written to solve geometry perimeter, area of application requirements are as follow