登录
首页 » Visual C++ » 3dwatershed

3dwatershed

于 2009-01-13 发布 文件大小:104KB
0 224
下载积分: 1 下载次数: 121

代码说明:

  用分水岭算法对三维模型进行分割处理。可以实现对三维模型的有意义分割。(Using three-dimensional model of the watershed algorithm to be dealt with separately. Three-dimensional model can achieve meaningful partition.)

文件列表:

3dwatershed
...........\watershed
...........\.........\bin
...........\.........\...\bishop.off
...........\.........\...\cube.off
...........\.........\...\pawn.off
...........\.........\...\rook.off
...........\.........\makefile
...........\.........\obj
...........\.........\...\function.o
...........\.........\...\input.o
...........\.........\...\lincoln.o
...........\.........\...\main.o
...........\.........\...\math.o
...........\.........\...\output.o
...........\.........\src
...........\.........\...\defines.h
...........\.........\...\function.c
...........\.........\...\input.c
...........\.........\...\lincoln.c
...........\.........\...\main.c
...........\.........\...\math.c
...........\.........\...\output.c
...........\.........\...\struct.h
watershed
.........\watershed
.........\.........\bin
.........\.........\...\bishop.off
.........\.........\...\cube.off
.........\.........\...\pawn.off
.........\.........\...\rook.off
.........\.........\makefile
.........\.........\obj
.........\.........\...\function.o
.........\.........\...\input.o
.........\.........\...\lincoln.o
.........\.........\...\main.o
.........\.........\...\math.o
.........\.........\...\output.o
.........\.........\src
.........\.........\...\defines.h
.........\.........\...\function.c
.........\.........\...\input.c
.........\.........\...\lincoln.c
.........\.........\...\main.c
.........\.........\...\math.c
.........\.........\...\output.c
.........\.........\...\struct.h

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 功能很全的车牌识别系 platenumber
    功能很全的车牌识别系统,图像与处理,车牌定位,字符分割和字符识别等(Full license plate recognition system, image processing, license plate location, character segmentation and character recognition.)
    2020-07-04 01:20:01下载
    积分:1
  • Edge-Thinning
    Gray Level Edge Thinning Method Abstract. An effective edge thinning algorithm is important in image segmentation and object identification since it increases the possibility of success in detecting objects in the image and saves the processing time in the further steps such as labeling and image transformation. We investigate some gray level edge thinning method that is based on the gradient magnitude within 3x3 local neighborhood. The new method has been tested with various types of images the real world. Experimental results show that this method produces more accurate images than those of the popular non-maximum suppression methods do.
    2016-09-13 22:05:34下载
    积分:1
  • exp4
    本程序是实现图像处理的关于调色板的设置功能。(This program is a set of image processing functions on the palette)
    2015-05-03 11:36:15下载
    积分:1
  • CUDA_image-denoising
    用CUDA并行处理方法改写的图像降噪算法,包括KNN,NLM,以及改进的NLM方法。配置环境适合VS2010+CUDA5.0,对使用CUDA的同学来说是很好的教材。(Image denoising algorithms including KNN,NLM and refined NLM run on CUDA, useful demo for who learns CUDA based parallel programming.)
    2014-09-15 20:55:52下载
    积分:1
  • rr
    说明:  基于LBP纹理特征的运动目标检测算法.rar(Moving target detection algorithm based on LBP texture features. Rar)
    2013-01-03 12:21:30下载
    积分:1
  • Match
    匹配算法,可以完美运行,对于初学者有着很好的参考价值(Matching algorithm, can be a perfect run, has a very good reference for beginners)
    2013-12-13 23:14:37下载
    积分:1
  • EDLines 快速直线检测算子
    EDLines是一种快速直线检测算子,2012年在ICCV上提出,也是目前处理直线检测最快的算法之一,该算法包含三个步骤:(1)边缘提取:利用Edge Drawing (ED)算法[28,29]从灰度图像中提取边缘片段;(2)线段检测:利用最小二乘法提取直线段;(3)线段确认:遵循Helmholtz定律,从已提取的直线段中摒弃虚假线段。EDLines算法的优越性得益于Edge Drawing (ED)算法能够从灰度图像中准确、快速、稳定地提取出光滑、完整的边缘片段。Edge Drawing (ED)算法包含以下步骤: (1)采用size=5*5,σ=1的高斯核对灰度图像进行平滑滤波,去除噪声; (2)采用一种常用的梯度算子,如Prewitt、Sobel或Scharr等计算平滑后图像中每个像素点的梯度幅度和梯度方向; (3)将梯度图中邻域内幅度最大的像素点标记为锚点,这些锚点成为图像边缘点(edge elements)的概率很大; (4)将相邻的锚点连接成边缘线。从一个锚点起始,ED利用相邻像素的梯度幅度和方向在梯度为最大值的锚点之间游走。 (Edge Drawing (ED) is our recently-proposed, novel, fast edge detection algorithm. What makes ED stand out the existing edge detectors, e.g., Canny, is the following: While the other edge detectors give out a binary edge image as output, where the etected edge pixels are usually independent, discontinuous entities ED produces a set of edge segments, which are clean, contiguous, i.e., connected, chains of edge pixels. Thus, while the output of the other edge detectors requires urther processing to generate potential object boundaries, which may not even be possible or result in inaccuracies ED not only produces perfectly connected object boundaries by default, but it also achieves this in blazing speed compared to other edge detector.)
    2021-03-22 16:29:16下载
    积分:1
  • SURF
    该算法可以应用于计算机视觉的物体识别以及3D重构中。(The algorithm can be applied to object recognition in computer vision and 3D Reconstruction.)
    2016-05-31 10:32:38下载
    积分:1
  • hilight_dg
    说明:  在autocad2007环境中直接使用API就可以亮显实体的一个示例演示(This program demonstrates how to use ObjectARX API functions to highlight and unhighlight subentities of complex entities such as ACIS solids.)
    2009-08-23 11:22:34下载
    积分:1
  • Multi-looks-T3
    对全极化数据进行多视处理,针对T矩阵,C语言编写。(Multi-look of PolSAR)
    2011-07-16 09:18:56下载
    积分:1
  • 696518资源总数
  • 106005会员总数
  • 36今日下载