搜索资源列表
Thinner
- 文字图像细化算法源代码。细化后所得的文字图像骨架是严格的1象素宽度,细化效果极佳!-text image thinning algorithm source code. After refining the text images of the skeleton is strictly a pixel width, thinning effect excellent!
Thinner
- 图像处理边缘细化算法,c++程序实现 算法简单易懂
HILDITCH
- 自己写的一种图像细化算法 hilditch的细化算法-a thinner argorithm on .bmp picture with hilditch of myself
THINNER
- 数字图象处理的预处理过程中重要的一步--细化-Pretreatment of digital image processing an important step in the process- thinning
thinner
- 细化算法,对轮廓和其他图像进行细化的处理,并且让轮廓更加清晰。-Thinning Algorithm for contour and other refined image processing, and let the outline more clearly.
Thinner
- Thinner 算法-Thinner algorithm
thinner
- 细化算法,正在做毕业设计的同学可以参考一下,有较高的参考价值-Thinning algorithm, is designed to do graduate students for reference, have a high reference value
Thinner
- 实现二值影像的细化,对几种经典的算法进行了适当改进。-A demo program for image thinning, it performs better than the classic algorithm.
Thinner
- visual C++图像处理编程图像细化源代码-visual C++ image processing programming source code image thinning
thinner-art
- 模式识别系列联机字符识别中用到的细化算法源码-Pattern Recognition series of online character recognition algorithm source code used in the refinement
Thinner
- 多种图像细化算法,使用VC++语言编写的-A variety of image thinning algorithm, using VC++ languages
Earth
- A small (code-wise) demo that features earth, with night and day texture maps, atmospheric effects, an orbiting moon, the sun, a stars background and optional constellation lines. The only technical part lies with the atmospheric effect, whi
Thinner
- 验证码识别细化算法 验证码识别细化算法-Verification code to identify thinning algorithm
thinner
- 图像粗化细化以及中轴变化,处理效果不错,可以较好移植-Roughening image refinement as well as the central axis changes, the treatment effect is good, can be better transplant
extracion_skelton_of_image
- 本程序主要实现图像的骨架化。细化和骨架化操作是把区域的面宽度缩到最小,即单像素宽度,也就是把物体变细,直到现最小的像点连通性。-The main procedures of the skeleton of the image. Refinement and skeleton operation the face width of the region is reduced to a minimum, i.e., a single pixel width, which is the object
Thinner
- 图像处理边缘细化算法,c++程序实现算法简单易懂-Image processing edge thinning algorithm, c++ Realize algorithm is simple and straightforward procedure
edge
- 在matlab,传统的边缘检测直接调用edge函数,但是得到的边缘信息较稀薄,可以通过将sobel,roberts,prewitt三种算子的边缘检测叠加起来,并且对于连续的边缘部分拓宽,使得边缘更连贯清晰-In matlab, traditional edge detection edge direct call function, but thinner than the edge information can be obtained by sobel, roberts, prewitt t
Thinner
- 此程序是细化光条纹的算法,主要用于在视觉测量中,对于拍摄到的光条纹进行中心提取-This program is the algorithm about thinnering the light-stripe,mainly used to eatract the center of light-stripe in vision meament
Edge-Detection-master
- This project is about detecting edges using canny edge detector. The canny edge detector is implemented from scratch using c++. Steps involved in creating a canny edge detector: STEP 1: smoothen the image using gaussian blur. STEP 2: Use differential