搜索资源列表
灰度图像边缘检测的函数
- 灰度图像边缘检测的函数-gray image edge detection function
jaoso-0.9.1-final
- Jaoso新闻文章发布系统 0.9.1final 程序架构: Struts+Spring+Hibernate 主要功能: ·新闻采用在线编辑器,可以象使用word一样编辑新闻,可简繁体互换 ·可web上传图片,新闻内其它网站图片自动下载 ·无限级目录分类 ·可设头条新闻和图片新闻 ·新闻点评功能,可自由发表评论 ·权限管理可以任意设置角色\\权限 ·采用MVC模式显示与逻辑分离,方便修改页面显示效果
sobelbianyuanjiance
- 用于边缘检测的源代码,是用sobel算子的,用的是java的开发环境.-for edge detection of source code, segmentation is the operator, with the java development environment.
graphics0
- 实现二维基本图元直线段生成的基本算法(DDA,中点法,Bresenham)实现二维基本图元圆弧/椭圆圆弧生成的基本算法(中点法)实现对线型线宽的属性的控制实现二维多边形扫描转换的扫描线算法实现二维多边形扫描转换的边缘填充算法或栅栏填充算法实现二维连通区域填充的扫描线种子填充算法(四连通或八连通)实现二维直线段裁剪的Cohen-Sutherland裁剪算法和中点分割裁剪算法实现二维多边形裁剪的Sutherland-Hodgman算法和Weiler-Athenton算法 实现二维图形的平移变换实现二
3.4.4--图像操作提高(图像综合处理)
- 本实例主要包括图像的模糊化,边缘变换,灰度变换等,对这些图像操作完成之后,还可以还原图像-examples include the image blurring, edge transform, transform Gray, these images operation is completed, can also restore images
java_image_process
- java处理数字图像,包括镜像、中值滤波、线形灰度变化、图像平滑、图像模糊、图像还原、锐化、量化、二值化图像、边缘检测等-java digital image processing, including image, median filtering, linear gray-scale changes, image smoothing, image blurring, image reduction, sharpening, to quantify the binary image, edge
javautil
- util实现Java图片水印添加功能,有添加图片水印和文字水印,可以设置水印位置,透明度、设置对线段锯齿状边缘处理、水印图片的路径,水印一般格式是gif,png,这种图片可以设置透明度、水印旋转等,可以参考代码加以改进做成小工具。-util Java Image watermark add features, add image watermark and text watermark, you can set the watermark position, transparency, set
ImageProc2W
- 用纯java技术实现了对图像锐化、模糊、边缘、灰度等操作功能-Pure java technology for image enhancement, fuzzy, edge, gray-level functions such as operation
Cutimg
- 图片切割,沿图片边缘切割,可以实现图像切割-Picture cutting, picture along the edge of cutting, cutting image can be achieved
CannyEdge
- canny边缘检测的算法的JAVA实现.step1:用高斯滤波器平滑图象;step2:计算梯度的幅值和方向;step3:对梯度幅值进行非极大值抑制;step4:用双阈值算法检测和连接边缘 -canny edge detection algorithm to achieve the JAVA.
TableTennisCollision
- 编写一个程序,让一个小球在窗体中跳动,当撞到边缘时,则选择一个角度反弹回去.这是一个很好的程序,希望对大家有帮助-Write a program that allows a small ball in the form of beating, when the hit the edge, you select a point of bounce back. This is a very good program, we want to help
AC_RunActiveContent
- 主要功能是实现网页中独立框自己的下滑,始终保持着和上边缘一定的距离-Main function is to achieve their own page separate box down, and always maintained a certain distance, and on the edge
Ball
- 1、 设计并编程实现弹球程序:用户能通过菜单或者按钮新增一小球,该小球将从随机的位置出现,并具有随机颜色,随机速度以及随机的运动方向,小球沿初始方向匀速运动,当碰到窗口边缘时,小球将依据受力原理改变运动方向(可简化考虑,受力只改变小球的运动方向,小球仍按照初始速度匀速运动,且不考虑小球之间的碰撞)。-1, designed and programmed Pinball program: the user through the menu or button to add a small ball
CannyEdgeDetector
- java语言实现的具有应用程序界面的canny算法实现,代码编写的可读程度高,并有本人的详细注释。现在网上只有canny算法的java代码,并没有应用程序界面的canny算法实现,所以很多代码不知道能不能用,也不知道效果如何。本程序全面解析了canny算法的java实现,并且达到了很好的效果。canny算法是非常重要的单像素边缘提取算法,对他的理解可以使你明白很多的图像处理手段。-java language application program interface with the canny
ToolSpilt
- java实现 图片实现加强,模糊,平滑,边缘检测,灰度图-java implementation to achieve enhanced picture, fuzzy, smooth, edge detection, grayscale
javautil
- util实现Java图片水印添加功能,有添加图片水印和文字水印,可以设置水印位置,透明度、设置对线段锯齿状边缘处理、水印图片的路径,水印一般格式是gif,png,这种图片可以设置透明度、水印旋转等,可以参考代码加以改进做成小工具。-Add picture watermark to achieve Java util function, add image watermark and text watermark, you can set the watermark position, tran
javautil
- util实现Java图片水印添加功能,有添加图片水印和文字水印,可以设置水印位置,透明度、设置对线段锯齿状边缘处理、水印图片的路径,水印一般格式是gif,png,这种图片可以设置透明度、水印旋转等,可以参考代码加以改进做成小工具。-Util realize the Java image watermark to add functionality, add watermark images and text watermark, watermark can set the transparenc
Danzhu
- 设计并编程实现弹球程序:用户能通过菜单或者按钮新增一小球,该小球将从随机的位置出现,并具有随机颜色,随机速度以及随机的运动方向,小球沿初始方向匀速运动,当碰到窗口边缘时,小球将依据受力原理改变运动方向(可简化考虑,受力只改变小球的运动方向,小球仍按照初始速度匀速运动,且不考虑小球之间的碰撞)。-java-marbles program
edge2
- 边缘算子分析,各种边缘算子计算方式等。喜欢的可以下载哈~-edge detection