-
基本的分离超平面的线性分类器在训练
Training of the basic linear classifier where seperation hyperplane
is perpedicular to one dimension.-TRAINING THRESHOLD CLASSIFIER
- 2022-08-13 19:26:31下载
- 积分:1
-
cell recognise system, it can segment the cell image and count the number of the...
细胞识别统计系统,可以对细胞图象进行图象分割处理,计算出图象中的细胞个数-cell recognise system, it can segment the cell image and count the number of the cells in the image.
- 2023-01-25 23:15:04下载
- 积分:1
-
南方CASS软件中只能采用数据批量生成断面里程文件,而工作中往往需要对三角网进行修改以便更加符合实际地形。而CASS中没有根据三角网批量生成断面里程的功能,只能...
南方CASS软件中只能采用数据批量生成断面里程文件,而工作中往往需要对三角网进行修改以便更加符合实际地形。而CASS中没有根据三角网批量生成断面里程的功能,只能一条一条的切出来,工作量十分巨大。以小野的工作来看,在包含几十万个三角网的CAD图形中根据三角网单独切断面,每条断面里程文件的生成需要约十秒左右的时间,不仅工作量巨大,而且十分考验人的耐心和细致。终于,有一天小野忍受不了那个速度,就写下了这个小程序。因为仅是为了实际工作需要,所以没有花时间去做界面。经测试,125361个三角形构成的三角网运行时间约为5分08秒,而对应的根据数据批量生成里程文件约需57分钟。因此该算法效率较高,能很好的提高实际工作效率。-the South CASS software can only use the data generated batch file section mileage, but the work often requires modification of the triangular mesh in order to more realistic terrain. The CASS is not generated under the triangular cross-section volume function of mileage, only one one of the cut out, the workload is enormous. To Ono s work point of view, contains hundreds of thousands of triangulation, in accordance with the CAD graphic triangulation single cut surface of each section of the file generated mileage of about 10 seconds or so the need is not only a huge workload, but people are tested patience and meticulous. Finally, one day, Ono could not bear that speed, they wrote
- 2022-08-24 07:29:59下载
- 积分:1
-
Rendering terrains with Managed DirectX
There aren t many 3D games without a te...
Rendering terrains with Managed DirectX
There aren t many 3D games without a terrain. Creating and rendering a terrain, and the physics involved when, for example, driving on it with a car can be quite difficult. This article will demonstrate one technique to create a terrain: a simple technique to implement, but one that will look good.
- 2023-05-29 11:45:04下载
- 积分:1
-
Examples of this chapter is a similar tool ACDSee image browser
本章实例是一个类似ACDSee的图像浏览工具――GraphShower。raphShower主要实现如下功能:
⑴ 类似ACDSee的图片浏览功能。用户只需要打开一个图片,就能利用菜单栏、工具栏或者快捷键快捷的浏览该图像所在目录的所有图像。使用方法与ACDSee类似。
⑵ 图像的缩放显示功能。图像可以支持以下四种显示模式:
① 原始大小:以原始大小显示图像。如果图像大小比视图小,则显示在正中;如果图像比视图大,则显示部分图像。用户可以利用鼠标拖动图像以显示其它部分。
② 适合宽度:保持图像长宽比例缩放图像,使图像宽度等于视图宽度。
③ 适合高度:保持图像长宽比例缩放图像,使图像高度等于视图高度。
④ 适合屏幕:自动判断图像的显示方式,使图像能在当前视图上完整显示。
⑶ 特效显示。GraphShower支持以下特效:向下扫描、垂直双重扫描、向右移动、水平双重移动、垂直百叶窗、水平百叶窗、垂直栅条、水平栅条、马赛克和雨滴。
⑷ 文件目录窗口。通过目录树可以直接打开图像文件。
⑸ 位图浏览窗口。以缩略图的形式显示图像。
-Examples of this chapter is a similar tool ACDSee image browser- GraphShower.
- 2022-03-11 10:30:18下载
- 积分:1
-
一个模拟显示自然云彩的C程序
一个模拟显示自然云彩的C程序 -a natural clouds simulation shows the C program
- 2022-02-02 06:26:23下载
- 积分:1
-
C++Builder实现图象的雨滴效果,用积木效应实现,饶有趣味。
C++Builder实现图象的雨滴效果,用积木效应实现,饶有趣味。-C Builder Image raindrop effect, using building blocks to achieve effects, interesting.
- 2022-03-13 07:59:32下载
- 积分:1
-
delanay三角网算法的vb程序。
delanay三角网算法的vb程序。-delanay triangulation algorithm vb procedures.
- 2022-01-21 22:50:27下载
- 积分:1
-
一款开源的完整矢量绘图控件源码,支持直线、弧线、矩形、圆角矩形、椭圆、多边形、星形、文本和图片等的绘制,支持旋转、缩放、选择、排列等操作,总的说来功能还是不错的...
一款开源的完整矢量绘图控件源码,支持直线、弧线、矩形、圆角矩形、椭圆、多边形、星形、文本和图片等的绘制,支持旋转、缩放、选择、排列等操作,总的说来功能还是不错的!其实如果稍微懂点计算机图形学的知识要做出比这个还要完善的矢量绘图软件应该是没有问题的。
VB6本身对于绘图的支持是非常弱的,因此一般直接通过其内置方法实现的绘图效率都成很大的问题。解决方法之一是采用Windows API来进行底层GDI的绘制,更好的方法是采用GDI+来绘图,这样效果会更好。
-A complete open source vector graphics controls in support of a straight line, arc, rectangle, rounded rectangle, ellipse, polygon, star, text and pictures, such as rendering, support for rotation, zooming, selection, arrangement and other operations, the total to function or that good! In fact, if a little point of computer graphics to understand the knowledge to make than that perfect vector drawing software should not be any problem. VB6 their support for the graphics are very weak, so the general method of directly through its built-in graphics to achieve efficiency into a big problem. One solution is the use of Windows API for the underlying GDI rendering, and better way is to adopt GDI+ To graphics, so the effect will be even better.
- 2023-08-27 16:20:04下载
- 积分:1
-
200 多个可靠的算法源程序 Numerical Recipes Fortran代码
200 多个可靠的算法源程序 Numerical Recipes Fortran代码-reliable algorithm source code Fortran Numerical Recipes
- 2023-08-22 06:50:02下载
- 积分:1