Welcome![Sign In][Sign Up]
Location:
Search - gradient java

Search list

[Multimedia programCannyJava

Description: 图像边缘检测(Canny 算法)的Java实现 Canny边缘检测算法 step1:用高斯滤波器平滑图象; step2:用一阶偏导的有限差分来计算梯度的幅值和方向; step3:对梯度幅值进行非极大值抑制; step4:用双阈值算法检测和连接边缘 -Edge Detection (Canny algorithm) to the Java Canny edge detection algorithm ste p1 : Gaussian smoothing filter image; step2 : with a partial derivative of the finite difference to calculate the gradient amplitude and direction; step3 : gradient amplitude of the non-maximum inhibition; step4 : dual-threshold algorithm for edge detection and link
Platform: | Size: 58040 | Author: | Hits:

[Graph programshu_zi_tu_xiang_chu_li

Description: 我自己编写的一个数字图像处理程序,演示了多种数字图像处理算法,包括直方图统计、线性变换、锐化、平滑、中值滤波、梯度法及Roberts梯度轮廓提取、伪彩色变换-I prepared a digital image processing, demonstrating a variety of digital image processing algorithms, including the histogram statistics, linear transformation, enhancement, smoothing, median filtering, and a gradient method and Roberts gradient profile extraction, transformation, etc. pseudo-color
Platform: | Size: 92160 | Author: | Hits:

[JSP/Java报表Java

Description: 用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.每个单元格支持空心字体,各其他一般字体。 10.每个单元格可设置为只读。 11.每个单元格上下左右可分别高设置边框,边框线的宽度,颜色可调。 12.拖放操作。可在一个应用中的不同单元格拖放,也可在两个应用的之间进行拖放。支持剪切和COPY两种方式。 13.剪贴板功能。支持文本方式和全格式两种方式。剪贴也允许在两个应用之间进行。可以从EXCELL单元格中复制到本应用中。 14.单元格线,滚动条,行头,列头显示可选. 15.支持公式定义,公式定义采用?作标记,如?sum(A1:B1)。 16.数字格式可自由定义,如 12345678, 可自动化为 12,345,678.00 。 17.丰富的页脚页眉属性。具有以上3,4,5,6?,8,9,10,11,12,13,15,16,17各项功能。-use Java to write statements. Features are as follows : 0. Built-in network printing, network previews! 1. File manipulation. Including the url specified documents. 2. Print full-featured support. Including print preview. 3.Undo and redo. 4. The merger cells. 5.Cell selection using the mouse or keyboards (shortcuts support). 6. Cells width adjustment. 7. Brush rich prospects, prospects can be monochrome, color gradient, JPG, PNG, GIF graphics. 8. Background Brush support, prospects can be monochrome, color gradient, JPG, PNG, GIF graphics. 9. Each module supports Lattice hollow fonts, the other general fonts. 10. Each unit can be set to Georgia read. 11. Each module grid respectively above and below the high set frame, the frame line width, color adjustable. 12. Drag and drop. The applicat
Platform: | Size: 197632 | Author: 温厚 | Hits:

[AI-NN-PRBpNetJava

Description: 单隐层神经网络,采用标准梯度下降法进行训练-single hidden layer neural network, using standard gradient method for training
Platform: | Size: 32768 | Author: 李佳 | Hits:

[Multimedia DevelopCannyJava

Description: 图像边缘检测(Canny 算法)的Java实现 Canny边缘检测算法 step1:用高斯滤波器平滑图象; step2:用一阶偏导的有限差分来计算梯度的幅值和方向; step3:对梯度幅值进行非极大值抑制; step4:用双阈值算法检测和连接边缘 -Edge Detection (Canny algorithm) to the Java Canny edge detection algorithm ste p1 : Gaussian smoothing filter image; step2 : with a partial derivative of the finite difference to calculate the gradient amplitude and direction; step3 : gradient amplitude of the non-maximum inhibition; step4 : dual-threshold algorithm for edge detection and link
Platform: | Size: 57344 | Author: | Hits:

[Special EffectsAlgorithm

Description: 用于进行图象场景识别,JAVA环境下开发.基于梯度直方图的改进-Images used for scene identification, JAVA development environment. Histogram improvements based on gradient
Platform: | Size: 8192 | Author: 李俊 | Hits:

[J2MEFontExporter

Description: FontExporter:将指定文件包含的文本,用指定的字体和大小导出到字库。 <br><br>PicFont:在另一个系统显示字库,可以将上面导出的文本,用同样的字体和大小显示出来。<br><br>使用的时候,先用 FontExporter 将图片字库导出,eg.<br>java util.loc.FontExporter 宋体 12 text.xml 0 FL12<br><br>然后在J2ME工程里面加入 PicFont.java,Lib.java,DataReader.java,创建PicFont对象,载入图片字用PicFont对象的 load()方法。画图片字用drawChar()方法。<br><br>目前图片字支持各种字体,大小是1~32像素,渐变、阴影特效。-FontExporter: the specified file contains the text, using the specified font and font size of export. <br><br> PicFont: show the font in another system, you can export the text above with the same font and size displayed. <br><br> Use when FontExporter will first export the picture font, eg. <br> java util.loc.FontExporter Song 12 text.xml 0 FL12 <br><br> Then add it in the J2ME project PicFont.java, Lib.java, DataReader.java, create PicFont object, load the word picture PicFont object using load () method. Draw pictures with words drawChar () method. <br><br> Currently supports a variety of picture word font, the size of 1 to 32 pixels, gradient, shadow effects.
Platform: | Size: 12288 | Author: lilianji | Hits:

[Mathimatics-Numerical algorithmsCGMethod

Description: Conjugate Gradient Method
Platform: | Size: 34816 | Author: EMIC | Hits:

[Windows Developopen

Description: It can be used to change colored image to gray image,and compute the pixel gradient value and direction. Try it.
Platform: | Size: 1024 | Author: eric | Hits:

[JSP/Javanetscoresoure

Description: 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 if you have questions.-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 if you have questions.
Platform: | Size: 1598464 | Author: claire | Hits:

[Industry researchders8_2006

Description: 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.
Platform: | Size: 407552 | Author: black76 | Hits:

[JSP/JavaDrawing.shows.gradient.Java.design.module

Description: 画图演示Java的梯度设计模块代码Drawing shows the gradient of Java code, design module -Drawing shows the gradient of Java code, design module
Platform: | Size: 1024 | Author: d | Hits:

[JSP/JavaJava-3D-demo

Description: 基于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 text thread, display information from the HTML file get fonts instance, set the display font, variables used to generate the gradient Image to the screen colors, set gradient color, draw
Platform: | Size: 8192 | Author: pudn1380 | Hits:

[JSP/JavaGradient-j2me-generate

Description: Java gradient generator library. Early generate gradient in canvas-Java gradient generator library. Early generate gradient in canvas..
Platform: | Size: 2048 | Author: scifi | Hits:

[Windows Developjhqqb

Description: Use of natural gradient algorithm, You can achieve data classification and regression pattern recognition, This program has exceeded the performance of other algorithms.
Platform: | Size: 9216 | Author: yunnenquilen | Hits:

[Game Programpq866

Description: wolf calculated Lyapunov exponent, Application of small area variance comparison, simple procedures, Use of natural gradient algorithm.
Platform: | Size: 4096 | Author: ejmhk | Hits:

[ERP-EIP-OA-Portalpdvtk

Description: Including script files and function files in the form, Including regression analysis and probability and statistics, Use of natural gradient algorithm.
Platform: | Size: 8192 | Author: beifentuiben | Hits:

[Other0512

Description: MIT Artificial Intelligence Laboratory identification of the target source, Including stochastic gradient algorithm, the relative gradient algorithm, Bayesian parameter estimation principle mixed logit model.
Platform: | Size: 59392 | Author: fanfingsing | Hits:

[Otheribwku

Description: 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, Bayesian parameter estimation principle mixed logit model.
Platform: | Size: 59392 | Author: fanfingsing | Hits:

[Othergrad

Description: 简单的图像的梯度值计算函数,java语言,利用的是sobel算子(Simple image gradient value calculation function, Java language, using the Sobel operator)
Platform: | Size: 1456128 | Author: cmwpy | Hits:
« 12 »

CodeBus www.codebus.net