搜索资源列表
Java图像处理
- 用Java实现的图像教学程序,涵盖大部分基本图像处理技术:(1)图像几何变换(图像翻转、旋转、缩放);(2)色彩变换(灰度直方图,RGB->YSH变换,对比度调整,色彩增强,灰度均衡);(3)卷积(锐化、柔化、边缘提取、中值滤波);(4)频率变换(快速傅立叶fft,小波分解重构)-A teaching program which implements in Java. It includes most essential image processing technology. 1.
fractaltree
- 分形树。java写的分形树,可以调整参数,分形几何很好玩。-fractal tree. Java was the fractal tree, parameters can be adjusted, fractal geometry is a lot of fun.
dt
- 分形几何dt的JAVA源代码,eclips开发
J3DDemo
- 利用Java 3D API来编写的一个Java三维动画的演示程序。这个程序将在中央显示一行3D的文字,在4个角分别显示4个不同的几何形体,并不停地旋转变化颜色,同时循环播放音乐。-use Java 3D API to write a Java 3D animation demonstration program. This procedure will be shown here in the central 3D language, the four Kok showed four diffe
Java3Dchange
- 用java实现的三维控件内立方体的各种几何变换,如”旋转“,”缩放“”平移“等。-used to achieve the three-dimensional cube within the control of various geometric transformation, as "revolving", "zoom", "Translation."
JTS
- JTS拓扑结构程序组是一个通过使用明确的精度模型和健壮的几何算法来执行空间数据操作的Java应用编程孔。JTS是用来对可以支持空间数据集的确认、处理、综合及质疑的应用程序进行改善。这篇文献就是对在JTS拓扑程序组中执行的类、方法与算法进行说明-JTS Topology program group is defined through the use of a precision model and robust geometric algorithm to implement the spati
Shape
- 求一个几何图形的周长和面积,包括圆,三角形,四边形-For a perimeter and area of geometric shapes, including round, triangular, quadrilateral
PoolTricker
- Java台球游戏的一些核心源代码,闲来无事,参考了《午夜台球》、《功夫台球》等成型作品,搜了下资料动手写了下,比是没得比的了,不过总算弄出来能玩了,这里放出来我参考过的资料: 向量几何在游戏编程中的使用.rar , 国外的一个JAVA台球源码(老外就是精简,就一个类); Billard4K.java,CSDN上搜的,貌似运行有点问题; PoolTricker.rar 我自己写的,写得不怎么好,不过模仿地实现了一些击球技巧,如拉杆,推杆和跳杆……用到了CLDC1.1,
MandelbrotProf
- 分形几何实例,基于JAVA代码编写而成,仅供学习者参考,你可以继续完善功能。 -Examples of fractal geometry, based on the JAVA code prepared by the learners for reference, you can continue to improve the function.
lpc-demo
- 图形图象 图片显示 2D图形编程 3D图形编程 绘图程序 波变换 GIS编程 分形几何 图形图像处理 OpenGL 图形/文字识别 压缩解压 加密解密 CA认证 数值算法/人工智能 STL 数据结构 数学计算 人工智能/神经网络 matlab例程 生物技术 Java编程 Applet 游戏 Javascr ipt Jsp/Servlet Ajax *行业应用 医药行业 金融证券系统
DOPdemo_source
- JAVA程序求解GPS系统的DOP 显示DOP和卫星之间的几何关系 -Java applet to show relationship between GPS satellite geometry and DOP
SunMap
- 从底层实现的GIS小项目,具有地图的放大、缩小、平移等常用地图操作功能和查询功能等,可以读取多种常用几何类型的shapefile文件,项目中还含有一个MMSeg中文分词器,适合GIS专业的同学科研使用-GIS from the underlying implementation of small projects, with maps, zoom, pan and other commonly used map operation functions and query functions, y
Demo7.java
- JAVA实现图形几何变化算法。包括缩小,倒置,移动。-JAVA geometric changes of graphics algorithms. Including narrow, upside down, move.
ewtxjhbh.java
- 二维图形的几何变换 初学java的朋友可以拿去看看 比较简单-Two-dimensional geometric transformation graphics java beginner friends can have it look simple
Java
- Java_图像处理(几何变换、色彩变换、卷积、频率变换)-Java_ image processing (geometric transformation, color transform, convolution, frequency conversion)
java-fire
- 理解和掌握图形上下文和图形对象的基本概念; (2)了解Color 类构造方法和常用的方法; (3)熟练掌握和运用常用的绘图方法; (4)初步了解和运行Java 2D 的形状处理。 (5)进一步理解Java 2D 中的图形绘制基本概念; (6)了解和掌握Java 2D 的设置图形上下文; (7)掌握和运用Java 2D 绘制一些具有特殊效果的几何形状; (8)能利用Java 2D 设计具有特殊效果的文字。 (9)进一步了解和运用常用的GUI 组件; (10)深入
Java-IP
- Java 图像处理(几何变换、色彩变换、卷积、频率变换)-Java image processing (geometric transformation, color transform, convolution, frequency conversion)
java-applet
- java入门小程序。新建类;设定初始值,返回值;进行几何运算,比如:求圆的面积、周长,求圆柱体的表面积、体积;输出各种动物的叫声-Getting java applet. New Class set the initial value, the return value geometric operations such as: seeking the circular area, perimeter, seeking cylinder surface area, volume the o
java数字图像处理
- 几何变换,图像增强,傅里叶变换,边缘检测(Geometric transformation, image enhancement, Fourier transform, edge detection)
Ex3_1
- 1.编写一个日期时间类Datetime,能够输入、显示和修改日期(年、月、日)和时间(小时、分、秒)。程序文件命名为Exe3_1.java。 3.设计一个能够描述点(point)、线(line)、圆(circle)、矩形(rectangle)和三角形(triangle)等几何形状的类体系,能够计算不同形状的周长和面积(如果能够定义的话)。程序文件命名为Exe3_3.java。(1. Write a Datetime class, which can input, display and mod