搜索资源列表
CannyJava
- 图像边缘检测(Canny 算法)的Java实现 Canny边缘检测算法 step1:用高斯滤波器平滑图象; step2:用一阶偏导的有限差分来计算梯度的幅值和方向; step3:对梯度幅值进行非极大值抑制; step4:用双阈值算法检测和连接边缘 -Edge Detection (Canny algorithm) to the Java Canny edge detection algorithm ste p1 : Gaussian smoothing filte
DC_OPF.rar
- 电力系统直流网络最优潮流计算程序,java语言编写。包含高斯法,梯度法等算法,DC power system optimal power flow calculation program network, java language. Contains the Gaussian method, gradient method, such as algorithm
报表Java
- 用Java写的报表.功能如下: 0.内建网络打印,网络预览功能! 1.文件操作。包括url 指定的文件。 2.全功能打印支持。包括打印预览。 3.Undo 和 redo。 4.合并单元格。 5.Cell selection using the mouse or keyboards(快捷键支持)。 6.单元格高宽调整 。 7.丰富的前景刷支持,前景可以是单色,双色渐变,JPG,PNG,GIF图形 。 8.背景刷支持,前景可以是单色,双色渐变,JPG,PNG,GIF图形 。 9.每个单元格支持空心字
FontExporter
- FontExporter:将指定文件包含的文本,用指定的字体和大小导出到字库。 <br><br>PicFont:在另一个系统显示字库,可以将上面导出的文本,用同样的字体和大小显示出来。<br><br>使用的时候,先用 FontExporter 将图片字库导出,eg.<br>java util.loc.FontExporter 宋体 12 text.xml 0 FL12<br><br>然后在J2ME工程里面加入 P
CGMethod
- Conjugate Gradient Method
open
- It can be used to change colored image to gray image,and compute the pixel gradient value and direction. Try it.
netscoresoure
- NetScore - Neural Network using Scaled Conjugate Gradient Algorithm in Optical Character Recognition. Netscore is an easy to use yet powerful and intuitive tool to recognize drawn character or symbol using Java. Feel free to contact me i
ders8_2006
- Develop two different implementations of Snake model by using a Greedy algorthm and an Gradient Descent method. Compare results. Put all details and results in your report.
dpf
- 用Java实现的变尺度法 其中梯度计算模块使用理查德外推法求得-Implemented with the Java variable metric method in which the gradient extrapolation calculation module obtained by the use of Richard
CannyJava
- Canny Edge Detector which returns edges and gradient-angle fully written in java.
Drawing.shows.gradient.Java.design.module
- 画图演示Java的梯度设计模块代码Drawing shows the gradient of Java code, design module -Drawing shows the gradient of Java code, design module
pr2
- 模式识别作业 梯度下降法的java实现代码-Pattern Recognition Task gradient descent implementation code java
Java-3D-demo
- 基于Java源码实现的3D文字特效,摘要:绘制文字的Image对象、绘制文字的Graphics对象、显示三维文字线程、从HTML文件中得到显示信息、得到字体实例、设置显示字体、变量,用于生成渐变颜色、设置渐变颜色、绘制Image到屏幕-Java source code to achieve the 3D text effects Abstract: Graphics object Image object to draw text, draw text, three-dimensional te
Gradient-j2me-generate
- Java gradient generator library. Early generate gradient in canvas-Java gradient generator library. Early generate gradient in canvas..
jhqqb
- Use of natural gradient algorithm, You can achieve data classification and regression pattern recognition, This program has exceeded the performance of other algorithms.
pq866
- wolf calculated Lyapunov exponent, Application of small area variance comparison, simple procedures, Use of natural gradient algorithm.
pdvtk
- Including scr ipt files and function files in the form, Including regression analysis and probability and statistics, Use of natural gradient algorithm.
0512
- MIT Artificial Intelligence Laboratory identification of the target source, Including stochastic gradient algorithm, the relative gradient algorithm, Bayesian parameter estimation principle mixed logit model.
ibwku
- e Laboratory identification of the target source, Including stochastic gradient algorithm, the rMIT Artificial Intelligence Laboratory identification of the target source, Including stochastic gradient algorithm, the relative gradient algorithm, Baye
grad
- 简单的图像的梯度值计算函数,java语言,利用的是sobel算子(Simple image gradient value calculation function, Java language, using the Sobel operator)