资源列表
TestText
- 本程序是使用TCL开发的,实现三维重构的文字输出 -use of this procedure is the development of TCL, 3D Reconstruction of the text output
PainterDemo.java
- 一个简单的Java画图程序,能画直线、椭圆和矩形,单击鼠标既可操作。-a simple Java drawing, and painting can be straight, oval and rectangle, click of the mouse can operate.
bmpconverter
- 用于转换bmp多色格式为单色文件的程序。
EMSeg
- 图象分割,应用比叫广泛的哦,希望大家咄咄指甲破-failed to translate
ColortoGrayscale
- 将彩色图像转为灰度图像的程序,输入彩色图像输出灰度图像-Color image to Gray image
abstract
- use histogram of image in image processing
bianyuanjiance
- 利用几种典型的图像边缘检测算法进行图像边缘检测,对比各种检测效果,其中包括sobel算子具体算法代码-Using some typical edge detection algorithm for image edge detection, contrast a variety of testing results, including the specific algorithm code sobel operator
scalebilateral
- 双边滤波器,一款较好的滤波器,能增强图像的边缘信息-Bilateral filter, a good filter can enhance the image of the edge information
tiqumaifu
- 对处理后的数字波形,提取幅度,以作为其他方面的应用。-Digital waveform processed to extract the amplitude, as applied in other areas.
Fcmeer
- 算法FCM代码,具有一定的实用性,使用时请按要求修改-FCM algorithm code, is practical, please modify as required
RemoveBlackConnectedComponents
- 使用opencv去掉二值化图像中黑色面积较小的连通域。 程序中语句 tmparea = fabs(cvContourArea(contour)) 可以得到当前连通域的面积,当此面积小于阈值时对其填充为白色。 rect = cvBoundingRect(contour,0) 得到的是框住连通域的最小矩形,对矩形中的黑色部分将其填充为白色,但是这样的话,连通域6和4两个连通域被填充成了白色的矩形,这显然不符合我们的要求,这样就要判断此连通域是黑色联通域还是白色连通域,采用的方法是测试矩
DepthFirstSearch
- Depth First Search For Graph
