搜索资源列表
Bresenham算法编程演示
- Bresenham算法编程演示程序,用java写的源码,可以在一个IE窗口完整的演示出来,可以选择描画直线,圆形,椭圆等,是图形学课程的基础课程设计.-Bresenham algorithm programming demo program using java to write the source code for the IE window for a complete demonstration, and can choose to draw straight line, circle,
scanfilljava
- 用java编写的多边形扫描填充算法,有文档和在jbuilder下打包的exe文件-used to prepare the filled polygon scan algorithm, there are documents in JBuilder and packaged under the exe files
graph12341234
- java 图形算法实现源代码,有坐标放大缩小。-java graphics algorithm source code, coordinates Zooming.
Watershed_Algorithm
- 对图像进行的分水岭分割算法,java语言类-images of the watershed segmentation algorithm, java language category
WatershedFIFO
- 图像分割源码,象素排序算法,java语言类-source image segmentation, image ranking algorithm, java language category
yxMethod
- 关于Y-X扫描线算法的java程序,已调试,可运行-on Y-X-ray scanning algorithm java procedures, and testing can run
javaimageprocess
- 数字图像处理,java描述,包括最基本的算法.
JavaBasicGraph
- java编写的基本绘图程序,没有采用系统api,而是演示了一些基本的计算机图形学算法,比如,DDA,中点法画直线,画圆形等。
PrincipalCurves-Java
- Java实现主曲线的生成过程,使用多项式线性算法。-Java implementation of the master curve generation process, using a linear polynomial algorithm.
Draw
- java 仿windows 画图 中点画圆算法,中点画线算法,边界剪裁,多边形平移-java midpoint circle drawing algorithm imitation windows, the dotted line algorithm, the boundary cut, polygon translation
kMeans
- k-mean image clustering source code developed using java
Graphics
- 基于图形算法的图形,包括Bresenham算法和中点算法画圆以及用它们画直线-Graphic based on graphics algorithms, including the Bresenham algorithm and midpoint algorithms draw a circle and using them to draw a straight line
SeedFill
- 使用java写的种子填充算法,图形学经典算法区域填充算法。-seed fill .
simplevoronoi
- 简单的Voronoi图生成算法,采用steve fortune 的线扫描算法实现。有测试,有源码,非常好-A fast, simple Java library for calculating Voronoi lines given an array of input coordinates. It does not feature code to display the results ...
gizmo_lib_doc
- 一个关于JAVA图形界面的GIZMOBALL的一个依赖库,其中包含各种可以调用的图形类和算法-About JAVA GUI GIZMOBALL a dependent library, which contains a variety of graphics classes and algorithms that can be invoked
Interpolation
- java实现的克里金插值算法。算法实现中使用Jama.Matrix包来做矩阵操作。算法简洁明了。 希望能帮到你。-a kriging interpolation realization based on the Java language.The package Jama.Matrix is used to realize the Matrix。The code is very compact。enjoy it!