搜索资源列表
图像分割
- 基于snake模型的三维图像分割
Display-3D-Image.rar
- CT等医学图像的分割及其三维重建的MATLAB源代码,Display-3D-Image
DicomDisplayMDI.rar
- 自己根据DICOM 协议写的dicom文件读取程序,程序包括DICOM文件读取,图像分割,三维重建,边缘检测的功能 ,Their written agreement in accordance with DICOM file read dicom procedures, including procedures to read DICOM files, image segmentation, three-dimensional reconstruction, edge detection fun
segmentation3D.rar
- 利用itk的区域增长算法,分割三维图像并用vtk进行重建显示,Regional growth in the use of the itk algorithm, segmentation and three-dimensional image reconstruction shows vtk
强大的人脸识别程序
- 强大的人脸识别程序,三维点云重建,不保留了 上传加人品。对毕业课设有很大帮助的。-Robust face recognition program, three-dimensional point cloud reconstruction, plus character is not retained upload a.
OpenGLpointclouds
- OpenGL环境下点云模型的显示变换,介绍一种标准的3D点云模型OBJ文件的特点和基本结构,在VC++6.0平台下结合OpenGL完成了OBJ格式文件的读取和点云模型的三维显示、旋转、平移、缩放变换功能.实验结果表明,利用OpenGL开发的程序可以高效实时地实现点云的各种操作.-OpenGL environment, the display of point cloud model of transformation to introduce a standard 3D point cloud
3Dsegmentation
- 基于matlab的三维图像分割,没有错误-3d segmentation method based on matla
vtk3Dsegmentation
- 基于VTK的三维分割代码,配置好vtk环境可以直接编译成功-it is a vc++ code based on vtk used in 3D segmentation
ImageBrowser
- 在VC++6.0集成开发环境下编程实现了MITK在医学图像分割、配准和三维可视化(体绘制).利用MITK读取五种图片格式:PEG,DICOM,BMP,TIFF.RAW。-In VC++6.0 integrated development environment programming the MITK in medical image segmentation, registration and three-dimensional visualization (volume rendering)
sanweichongjian
- 三维重建:TwIST_两步迭代的图像分割matlab源码,包括图象压缩_重建_增强_去噪等应用-Three-dimensional reconstruction: TwIST_ two-step iterative image segmentation matlab source, including the reconstruction of image compression _ _ _ denoising applications such as enhanced
GUI_sanweikeshihua
- 该程序为gui程序,程序中很多菜单可以实现三维体可视化,区域生长算法进行图像分割以及栅状图三维可视化,界面很好!-The program for the gui program, the program, many of the menu can be achieved visualization of three-dimensional body, region growing algorithm for image segmentation and visualization of thre
MeshCut
- 国外源码,经典的点云简化,可以对三维模型进行简化处理-Foreign source, the classic point cloud simplification, three-dimensional model can be simplified
OTSU3Dmy
- 灰度图像分割,三维大津法或三维最大类间方差法-3D Maximum Between Cluster Variance
sss_source
- 《OpenCV教程》(基础篇)是国内第一本全面介绍OpenCV的中文版图书,对OpenCV开放源代码计算机视觉库进行了详细讲解。OpenCV由一系列C函数和C++类构成,功能涵盖图像处理、计算机视觉和模式识别等领域。OpenCV实现了大量通用算法,涉及到图像处理、结构分析、运动检测、摄像机定标、三维重建以及机器学习等方面,并有较高的运行效率。-The Open Source Computer Vision Library may contain design defects or errors
MITKTest
- 三维医学影像处理与分析开发包MITK(medical imaging ToolKit),进行医学图像分割、配准、可以展示MITK的功能. 使用计算机对医学影像设备采集到的影像进行处理与分析的技术被称为医学影像处理与分析,它可以辅助医生进行更准确的诊断.-Three-dimensional medical image processing and analysis of the development package MITK (medical imaging ToolKit), for medi
tetgen1.4.3
- 外国人写关于计算机图形学的源码,对三维点云进行构网,程序是经优化后得到完善结果-Foreigner on the source computer graphics, three-dimensional point cloud of the network structure, the program is to improve the results obtained by the optimization
分割代码
- 本人最近正在研究三维点云库pcl,可以说三位点云图像处理未来的应用前景非常广阔,因此愿意与各位感兴趣的朋友一起探讨.此程序是本人最近最近感兴趣的三维点云分割程序,通过区域增长算法将三维点云实现较好分割。源程序来自POINT CLOUD LIBRARY外文官方网站,运行此程序需提前配置好pcl点云库。(I was recently on the 3D point cloud library PCL, it can be said that the three sites of cloud imag
rgbwork
- 用于RGB图像分割(基于三维高斯贝叶斯)(For RGB image segmentation (based on 3-D Guess Bayesian Decision Theory))
三维点云分割
- 通过java实现对三维点云进行分割,包括三种方法:基于法向量的、基于区域的、基于聚类的