登录
首页 » Visual C++ » vtkBioeng-5.0

vtkBioeng-5.0

于 2021-02-26 发布 文件大小:1317KB
0 155
下载积分: 1 下载次数: 69

代码说明:

  vtk碰撞检测程序,基于obb包围盒的碰撞检测程序,需要用cmake进行编译(vtk collision detection procedure, based on obb bounding box collision detection program needs to be compiled with cmake)

文件列表:

vtkBioeng-5.0
.............\bin
.............\...\ALL_BUILD.vcproj
.............\...\ALL_BUILD.vcproj.CEA6E884599742F.Administrator.user
.............\...\ALL_BUILD.vcproj.cmake
.............\...\bin
.............\...\...\debug
.............\...\...\.....\TestCollisionDetection.exe
.............\...\...\.....\testcollisiondetection.idb
.............\...\...\.....\testcollisiondetection.pdb
.............\...\...\.....\TestCollisionDetection1.exe
.............\...\...\.....\testcollisiondetection1.idb
.............\...\...\.....\testcollisiondetection1.pdb
.............\...\...\.....\vtkBioeng.dll
.............\...\...\.....\vtkBioeng.exp
.............\...\...\.....\vtkbioeng.idb
.............\...\...\.....\vtkBioeng.lib
.............\...\...\.....\vtkbioeng.pdb
.............\...\CMakeCache.txt
.............\...\CMakeFiles
.............\...\..........\ALL_BUILD.rule
.............\...\..........\cmake.check_cache
.............\...\..........\CMakeCCompiler.cmake
.............\...\..........\CMakeCPlatform.cmake
.............\...\..........\CMakeCXXCompiler.cmake
.............\...\..........\CMakeCXXPlatform.cmake
.............\...\..........\CMakeOutput.log
.............\...\..........\CMakeRCCompiler.cmake
.............\...\..........\CMakeSystem.cmake
.............\...\..........\CMakeTmp
.............\...\..........\........\CMakeFiles
.............\...\..........\........\cmTryCompileExec.dir
.............\...\..........\........\....................\Debug
.............\...\..........\........\debug
.............\...\..........\ZERO_CHECK.rule
.............\...\cmake_install.cmake
.............\...\Testing
.............\...\.......\CMakeFiles
.............\...\.......\cmake_install.cmake
.............\...\.......\Cxx
.............\...\.......\...\CMakeFiles
.............\...\.......\...\cmake_install.cmake
.............\...\.......\...\TestCollisionDetection.dir
.............\...\.......\...\..........................\Debug
.............\...\.......\...\..........................\.....\BuildLog.htm
.............\...\.......\...\..........................\.....\mt.dep
.............\...\.......\...\..........................\.....\TestCollisionDetection.exe.embed.manifest
.............\...\.......\...\..........................\.....\TestCollisionDetection.exe.embed.manifest.res
.............\...\.......\...\..........................\.....\TestCollisionDetection.exe.intermediate.manifest
.............\...\.......\...\..........................\.....\TestCollisionDetection.obj
.............\...\.......\...\TestCollisionDetection.vcproj
.............\...\.......\...\TestCollisionDetection.vcproj.CEA6E884599742F.Administrator.user
.............\...\.......\...\TestCollisionDetection.vcproj.cmake
.............\...\.......\...\TestCollisionDetection1.dir
.............\...\.......\...\...........................\Debug
.............\...\.......\...\...........................\.....\BuildLog.htm
.............\...\.......\...\...........................\.....\mt.dep
.............\...\.......\...\...........................\.....\TestCollisionDetection1.exe.embed.manifest
.............\...\.......\...\...........................\.....\TestCollisionDetection1.exe.embed.manifest.res
.............\...\.......\...\...........................\.....\TestCollisionDetection1.exe.intermediate.manifest
.............\...\.......\...\...........................\.....\TestCollisionDetection1.obj
.............\...\.......\...\TestCollisionDetection1.vcproj
.............\...\.......\...\TestCollisionDetection1.vcproj.CEA6E884599742F.Administrator.user
.............\...\.......\...\TestCollisionDetection1.vcproj.cmake
.............\...\Utilities
.............\...\.........\CMakeFiles
.............\...\.........\cmake_install.cmake
.............\...\.........\Doxygen
.............\...\.........\.......\CMakeFiles
.............\...\.........\.......\cmake_install.cmake
.............\...\vtkBioeng.dir
.............\...\.............\Debug
.............\...\.............\.....\BuildLog.htm
.............\...\.............\.....\mt.dep
.............\...\.............\.....\vtkBioeng.dll.embed.manifest
.............\...\.............\.....\vtkBioeng.dll.embed.manifest.res
.............\...\.............\.....\vtkBioeng.dll.intermediate.manifest
.............\...\.............\.....\vtkBioengInstantiator.obj
.............\...\.............\.....\vtkBufferOutputWindow.obj
.............\...\.............\.....\vtkCellsFilter.obj
.............\...\.............\.....\vtkCollisionDetectionFilter.obj
.............\...\.............\.....\vtkRemoveCellsFilter.obj
.............\...\.............\.....\vtkSelectCellsFilter.obj
.............\...\.............\.....\vtkTesselateBoundaryLoops.obj
.............\...\vtkBioeng.ncb
.............\...\vtkBioeng.sln
.............\...\vtkBioeng.vcproj
.............\...\vtkBioeng.vcproj.CEA6E884599742F.Administrator.user
.............\...\vtkBioeng.vcproj.cmake
.............\...\vtkBioengConfigure.h
.............\...\vtkBioengInstantiator.cxx
.............\...\vtkBioengInstantiator.h
.............\...\ZERO_CHECK.vcproj
.............\...\ZERO_CHECK.vcproj.CEA6E884599742F.Administrator.user
.............\...\ZERO_CHECK.vcproj.cmake
.............\vtkbioeng
.............\.........\CMakeLists.txt
.............\.........\hints
.............\.........\Testing
.............\.........\.......\CMakeLists.txt

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

发表评论


0 个回复

  • Learning-openCV-(Chinese-version)
    openCV中文版 附目录 本书主要介绍: 1.透彻介绍OpenCV 2.从摄像机获取输入 3.图像的变换 4.图像的分割和形状的匹配 5.模式识别,包括人脸检测 6.二维和三维场景中的跟踪监测 7.根据立体视觉进行三维重构 8.机器学习算法(the openCV Chinese edition with catalog book describes: a thorough introduction to OpenCV get input from the camera image transform image segmentation and shape matching 5 pattern recognition, including face detection of two-dimensional and three-dimensional tracking and monitoring of the scene based on stereo vision for three-dimensional reconstruction of 8. machine learning algorithm)
    2013-04-09 19:15:09下载
    积分:1
  • VehicleTracking-master
    关于车辆跟踪的c++程序,使用了opencv进行跟踪,采用了帧差方法效果还不错(vehicle detection)
    2014-12-24 13:49:47下载
    积分:1
  • 2
    说明:  基于boosted的粒子滤波,用于冰球的跟踪(Based on the boosted particle filter for tracking hockey)
    2010-03-09 13:56:56下载
    积分:1
  • SIFT_RANSAC_MATCH
    利用GPU加速的SIFT算法,实现影像匹配,并利用RANSAC进行粗差的剔除(GPU-accelerated use SIFT algorithm to achieve image matching, and use RANSAC removing coarse poor)
    2021-04-09 19:49:14下载
    积分:1
  • HoughChange
    检测图形中的直线,在程序中稍微改动,即可检测多条直线(Detection of graphics in a straight line, a slight change in the procedure, can detect more than a straight line)
    2007-12-09 14:33:41下载
    积分:1
  • udf
    利用udf定义动网格的刚体运动,以使刚体能按照需要做任意的运动。(Use udf defined dynamic grid rigid body motion, so that just needs to be done in accordance with any physical exercise.)
    2020-11-20 09:39:37下载
    积分:1
  • manFaceDetection
    人脸检测程序。在菜单上有许多功能选项,可实现多角度,多目的检测。(face detection procedures. In the menu options are many functions that can be achieved from different angles, multi-purpose testing.)
    2007-04-02 07:44:50下载
    积分:1
  • C++源代码
    基本图像处理用C++的实现。包括平移旋转翻转边缘提取canny算子等(The basic image processing with C + +.)
    2017-12-20 15:51:55下载
    积分:1
  • mesh
    三维模型的网格简化算法,通过删除边来减少面片个数,同时保留图形特征(Three-dimensional model of the mesh simplification algorithm to reduce the number of patches by removing the side, while retaining graphic features)
    2014-04-01 14:42:35下载
    积分:1
  • 12345VC
    对打开的图像,可以提取其纹理特征,程序运行无误(Right to open the image, you can extract the texture features, the program is running correctly)
    2009-12-24 19:46:55下载
    积分:1
  • 696518资源总数
  • 104600会员总数
  • 46今日下载