搜索资源列表
Skeleton
- 获取对象骨架的方法,不同于matlab自带的bwmorph方法,但速度较慢
Skeleton
- 数学形态学应用二值图像边界细化,以及二值图像骨骼化- Application of mathematical morphology refined binary image border, as well as binary image skeletonization
AdvMorph
- 用OpenCV实现的Matlab中形态学细化、提取骨架、收缩算法。测试效果与Matlab相同。-Algorithms of morphological thinning,Skeleton and Shrink,ported from Matlab to OpenCV.
skeleton
- 基于细化算法的骨架提取算法,内涵测试图像,效果较好-Refinement algorithm based on the frame extraction algorithm,the effects is well
gujia
- 数字图像处理骨架提取,能将一个二值图像的骨架提取出来进行后续处理。骨架是一种非常重要的图像几何特征,在图像几何形态分析及相关领域具有非常广泛的应用,利用骨架表示原始图像,可以在保持图像重要拓扑特征的前提下,减少图像中的冗余信息。骨架既能压缩图像数据,保留区域的连通性和拓扑性,描述区域轮廓的几何特征,又能使原始图像完全或部分地从骨架中恢复或重构。-Skeleton extraction of digital image processing, to a binary image of the sk
skelinationpruning
- 一种新的骨架修剪算法,与之前的其他算法相比,在处理复杂图像时,其修剪效果更好。-A new skeleton pruning algorithm, and compared to other algorithms before, in dealing with complex images, the better pruning.
Kinect_Microsoft_version0
- 这个matlab源代码提供,视频,深度流和人物骨架跟踪。其中,包含微软Kinect和SDK库的C ++骨架函数。-The matlab source code is provided, video, stream depth and character skeleton track, including Microsoft Kinect and C++ SDK library skeleton functions.
5
- 对图像进行细化和提取骨架操作,还是那句话,绝对原创-read an image and proccessed with matlab to get its skeleton and the result of thin
ex1
- 综合使用多种方法使模糊的人体骨架变清晰,空间图像域的增强-The integrated use of a variety of ways to obscure a clear change in human skeleton
skeleton
- 完美的带界面的MATLAB程序,可以实现对图像二值化,以及进行一次二次骨骼化-Perfect interface with MATLAB program that can realize the image binarization, as well as a second bone of
yundongtuxiangxuelie
- 运动图象序列的人体三维运动骨架重建的文章。写的很好。-Movement of three-dimensional image sequence of human motion skeleton reconstruction of the article. To write well.
Skeletontriplepoints
- 本程序可以检测出抽取骨架后的二值图像中的三叉点和端点,可以设定选项 "bwmorph" 或"thin"。-This procedure can be detected in samples after skeleton binary image of the trigeminal point and end point, you can set the option bwmorph or thin .
Photo
- 数字图像处理编程入门 书和书的 源代码 1) windows位图bitmap(即bmp文件)的结构和调色版的概念; (2) 图象的平移、旋转、镜象变换、转置变换、放缩; (3) 图象的平滑(去噪声)、锐化; (4) 图象的半影调、抖动技术; (5) 图象的直方图修正、彩色变换; (6) 图象的腐蚀和膨胀效果、细化算法、骨架的提取; (7) 图象的边沿检测与抽取、hough变换、轮廓跟踪; (8) 图象的检测、模板匹配;
img-reg
- 对图像实现骨架化操作、提取边界、执行图像开运算度、增强图像对比度并提取文本图像中的某些字符对象。-Implementation of the image skeleton operation, extraction of the border, the implementation of open computing degree images to enhance image contrast and to extract the text of some of the characters
codes_2Dskeleton
- Computing 2D Skeleton
xihua
- 本程序使用MATLAB是对图像进行骨架化的功能。 该程序可以快速的对图像进行处理操作。-This procedure is the use of MATLAB skeleton image of the function. The program can quickly deal with the operation of the image.
bodyimage
- 人体骨骼图像增强处理,用MATLAB语言实现-Human skeleton image enhancement processing, using MATLAB language implementation
Skeleton
- 图像的骨架处理,MATLAB程序,图像的骨架-Skeleton image processing, MATLAB program, the image of the skeleton
skeleton
- 用形态学中骨骼化方法实现了图像细化,为后续工作如特征点提取提供了良好的素材-Method with skeletal morphology achieved thinning, for the follow-up, such as feature extraction provides a good material
MATLAB实用源代码
- 1.图像反转 2.灰度线性变换 3.非线性变换 4.直方图均衡化 5. 线性平滑滤波器 6.中值滤波器 7.用Sobel算子和拉普拉斯对图像锐化:8.梯度算子检测边缘 9.LOG算子检测边缘 10.Canny算子检测边缘 11.边界跟踪 (bwtraceboundary函数)12.Hough变换 13.直方图阈值法 14. 自动阈值法:Otsu法 15.膨胀操作 16.腐蚀操作 17.开启和闭合操作 18.开启和闭合组合操作 19.形态学边界提取 20.形态学骨架提取 21.直接提取四个顶点坐标