Welcome![Sign In][Sign Up]
Location:
Search - opencv thin

Search list

[Special EffectsHarrisCorner

Description: 利用openCV找出已知图像中的角点, 利用slider bar 控制临界值, 并显示出通过临界值的角点像素, 并用non-maxima suprression 使之变稀疏并显示-routines in OpenCV to demonstrate the operations of the Harris Corner detector. 1. Open the image box_in_scene.jpg and show the image in a window. 2. Compute the minimum eigenvalue of that image. 3. Threshold the minimum eigenvalue, and draw the pixels that pass this threshold test in white, and the rest of the pixels in black. The actual threshold should be set by a slider which is on top of the window. I have found that a threshold of 0.01 for the minimum eigenvalue gives good results as the middle value of the slider. 4. Take the pixels that pass this threshold test and use a non-maxima suppression algorithm to thin out the potential corners. Draw the corners that pass the non-maxima suppression test in another window. These are the final corners.
Platform: | Size: 84992 | Author: Ke Li | Hits:

[Special Effectsthin

Description: opencv实现的,很好用的图像轮廓细化算法。效果很好,把轮廓细化为单像素轮廓,方便处理。-opencv achieved a very good image with the outline of the thinning algorithm. Well, the detailed outline of the outline of a single pixel, to facilitate the processing.
Platform: | Size: 1546240 | Author: 李晓振 | Hits:

[Special Effectsthin

Description: 应用OPENCV编写的,输入一张二值图片,根据细化算法细化成单像素的二值图像。-OPENCV prepared application, enter a two-valued picture, refined into a thinning algorithm based on single-pixel binary image.
Platform: | Size: 1174528 | Author: 北科 | Hits:

[Special Effectsthinimage

Description: OpenCV中提供没有细化算法的函数,因此试着写了一个,参考经典教材《数字图像处理》。-I code a thin image function,which OpenCV library don t include.
Platform: | Size: 374784 | Author: ray | Hits:

[Special EffectsThin

Description: VC6.0下基于opencv的二值图像细化算法-Binary image thinning algorithm based on the opencv under VC6.0
Platform: | Size: 634880 | Author: nana | Hits:

[OpenCVthinning

Description: opencv的细化算法 里面有实例图与源程序 用vs2010写成 低版本的无法直接打开的可以复制cpp的代码重新编译-thin method by opencv written by c++ vs2010
Platform: | Size: 7075840 | Author: zqw | Hits:

[OpenCVthin

Description: 此代码是基于OPENCV设计的关于图像细化的源代码,采集图像细化所用代码-This code is based on the image thinning OPENCV design source code, the code used to capture images thinning
Platform: | Size: 782336 | Author: 张诺奇 | Hits:

[OpenCVThin

Description: OPenCV骨架提取C程序,VS2010运行环境!-OPenCV skeleton extraction C program, VS2010 runtime environment!
Platform: | Size: 571392 | Author: 山姆 | Hits:

[Special Effectsthin

Description: 对灰度图像进行骨架提取,得出骨架走向和骨架像素坐标。(The skeleton of gray image is extracted, and the skeleton direction and skeleton pixel coordinates are obtained.)
Platform: | Size: 1722368 | Author: lxxl | Hits:

CodeBus www.codebus.net