搜索资源列表
JAVA显示图像且用鼠标点击改变显示位置
- * 显示图像。鼠标点击改变显示位置 * 用 Applet 的方法 getImage() 产生图像Image * 用 Graphics 的方法 drawImage() 画出图像 * 在 paint() 方法中画图,或在鼠标事件侦听方法中画图 * 鼠标点击,产生 mouseClicked 事件-* display the image. Click on the mouse to change location * Use Applet method getImage () produ
XLexPlus.part3
- 自学Java写的象棋游戏源码(简单),希望高人不要笑话,这是我自学写的,基本上是用Java调用图片显示的原理制成,适合和我一样菜的Java新手,希望大家与我一起交流。 -Self-chess game written in Java source code (simple), hoping Gaoren not a joke, this is my self-written with Java call is basically the principle of image display
CannyEdgeDetector
- canny edge detector is the best edge detection in the image processing field.in the first guassian blur in the image and then use sobel filter to get magnitude image