联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 图形图像处理(24) 
按平台查找All Java(24) 

[图形图像处理] ZoomImageViewLibrary

一个android库,用于扩展图像视图功能,如双选项卡缩放、双手指缩放等
An android library to extend Image view functionality like double tab to zoom,two finger zoom etc (2021-09-17, Java, 1569KB, 下载0次)

http://www.pudn.com/Download/item/id/1687311729359217.html

[图形图像处理] PictureEditing

Android自定义图像编辑控件,支持单指编辑、双指缩放。
Android custom image editing controls, support for single finger editing, double finger zoom. (2017-06-13, Java, 269KB, 下载0次)

http://www.pudn.com/Download/item/id/1687311706804095.html

[图形图像处理] ZoomImageTest

最定义可以双指缩放,自由移动,双击放大的ImageView
The most defined ImageView can be zoomed and moved freely with two fingers, and can be magnified by double clicking (2020-05-14, Java, 173KB, 下载0次)

http://www.pudn.com/Download/item/id/1687311554218836.html

[图形图像处理] PlanarityTester

一种测试双连通图平面性的算法的实现。
Implementation of an algorithm to test the planarity of biconnected graphs. (2011-02-06, Java, 74KB, 下载0次)

http://www.pudn.com/Download/item/id/1687201105785730.html

[图形图像处理] Biconnected_Graph

一种寻找图的连接点和双连通分量的算法
An algorithm that finds articulation points and biconnected components of a graph (2019-09-30, Java, 19KB, 下载0次)

http://www.pudn.com/Download/item/id/1687201057694692.html

[图形图像处理] trickl-graph

包含图算法,包括许多平面算法和双连通边列表实现。
Contains graph algorithms, including many planar algorithms and a doubly connected edge list implementation. (2022-12-02, Java, 766KB, 下载0次)

http://www.pudn.com/Download/item/id/1687199165159045.html

[图形图像处理] siftExtraction

在Java中使用matlab包装器(包含vlfeat)实现筛分提取和空间金字塔
implementation of Sift extraction and spatial pyramids using matlab wrapper (containing vlfeat) in Java (2014-08-22, Java, 2095KB, 下载0次)

http://www.pudn.com/Download/item/id/1686665229184657.html

[图形图像处理] ImageProcessor

图像处理应用程序(双线性和双三次图像大小调整)
Image processing app (bilinear and bicubic image resize) (2016-06-13, Java, 114KB, 下载0次)

http://www.pudn.com/Download/item/id/1686628664954620.html

[图形图像处理] twy-time

一个hannoi塔程序,带自动演示功能, (2018-04-01, Java, 3KB, 下载1次)

http://www.pudn.com/Download/item/id/1522586834276302.html

[图形图像处理] xyxxzspt

校园信息掌上平台.实时跟踪发生校园信息事件,娱乐
Source campus information palm platform (2017-01-17, Java, 17188KB, 下载2次)

http://www.pudn.com/Download/item/id/1484659402888827.html

[图形图像处理] PhoneImageView

双指缩放图片 实测可用 已封装好导入即可
双指缩放图片 实测可用 已封装好导入即可 (2016-07-18, Java, 2266KB, 下载1次)

http://www.pudn.com/Download/item/id/1468834998153840.html

[图形图像处理] magic_pyramid_problem

小朋友玩的神奇金字塔的穷举求解,有难度; 立体摆法的穷举算法没有想明白该怎么写,有兴趣的朋友可以帮忙思考一下;
magic pyramid layout problem (2015-04-02, Java, 2172KB, 下载1次)

http://www.pudn.com/Download/item/id/1427967078319255.html

[图形图像处理] Javabibubic

Java的图像双三次插值程序,实现图像缩放。
This is a program of bicubic imgage in Java to resize images. (2014-12-01, Java, 2KB, 下载4次)

http://www.pudn.com/Download/item/id/2665522.html

[图形图像处理] java3

双缓冲技术: 另一种减小帧之间的闪烁的方法是使用双缓冲,它在许多动画applet 中被使用。 主要原理是创建一个后台图象,将一帧画入图象,然后调用drawImage() 将整个图象一次画到屏幕上去。好处是大部分绘制是离屏的。将离屏图象一次 绘至屏幕上比直接在屏幕上绘制要有效得多。 双缓冲可以使动画平滑,但有一个缺点,要分配一张后台图象,如果图象 相当大,这将需要很大一块内存。 当你使用双缓冲技术时,应重载update()。
Double-buffering technology: Another reducing flicker between frames is to use double buffering, which in many animation applet Was used. The main principle is to create a background image, to a painting into the images, then call drawImage () The entire image to the screen a picture up. Advantage is that most of the drawing is off screen. An off-screen image will Drawn to the screen than drawing directly on the screen to be much more effective. Double buffering can make the animation smooth, but there is a drawback, to assign a background image, if image Quite large, this will require a lot of memory. When you use double buffering techniques should override update (). (2010-04-19, Java, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/1132798.html

[图形图像处理] Example6_9

演示双缓冲技术的效果。在这个代码中,绘制一幅耗时较多的图像。
failed to translate (2010-03-03, Java, 1KB, 下载3次)

http://www.pudn.com/Download/item/id/1074653.html

[图形图像处理] Pyramid

数字金字塔
Digital Pyramid (2008-10-29, Java, 2KB, 下载3次)

http://www.pudn.com/Download/item/id/569318.html

[图形图像处理] King

运行此程序可以在控制台上输出一个金字塔的形状,并且可以根据输入的数据得到大小不同的金字塔形状。
Run this program in the console output of a pyramid shape, and can input data in accordance with different sizes of pyramid shape. (2008-05-12, Java, 3KB, 下载1次)

http://www.pudn.com/Download/item/id/460449.html

[图形图像处理] NumGuess

功能:运行此程序可以在控制台上输出一个金字塔的形状,并且可以根据输入的数据得到大小不同的金字塔形状。
Function: Run this program in the console output of a pyramid shape, and can input data in accordance with different sizes of pyramid shape. (2008-05-12, Java, 3KB, 下载3次)

http://www.pudn.com/Download/item/id/460448.html

[图形图像处理] HHHHHannoi

带背景音乐的汉诺塔自动演示程序!采用JBuilder开发环境!
with background music HANOR automatic Demonstration Program! Using JBuilder development environment! (2007-06-17, Java, 37KB, 下载4次)

http://www.pudn.com/Download/item/id/297004.html

[图形图像处理] CannyJava

图像边缘检测(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 (2007-03-20, Java, 56KB, 下载215次)

http://www.pudn.com/Download/item/id/257474.html
12
总计:24