基本信息
源码名称:Teaser++算法
源码大小:1.70M
文件格式:.zip
开发语言:C/C++
更新时间:2022-06-10
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍

Teaser 算法

Teaser 的windows版本,实现点云快速粗配准

.
└── WinTeaser-main
    ├── PCLDebug.props
    ├── PCLRelease.props
    ├── README.md
    ├── Teaser.cpp
    ├── Teaser.props
    ├── example_data
    │   ├── bunny
    │   │   ├── bun000.pcd
    │   │   └── bun090.pcd
    │   └── kitti
    │       ├── raw_000000.pcd
    │       └── raw_001100.pcd
    ├── linux_lib
    │   ├── getopt.c
    │   ├── getopt.h
    │   ├── sys
    │   │   └── time.h
    │   └── unistd.h
    ├── pmc
    │   ├── LICENSE.md
    │   ├── Makefile
    │   ├── README.md
    │   ├── libpmc.h
    │   ├── libpmc_test.cpp
    │   ├── pmc.h
    │   ├── pmc.jl
    │   ├── pmc.m
    │   ├── pmc.py
    │   ├── pmc_clique_utils.cpp
    │   ├── pmc_cores.cpp
    │   ├── pmc_driver.cpp
    │   ├── pmc_graph.cpp
    │   ├── pmc_graph.h
    │   ├── pmc_headers.h
    │   ├── pmc_heu.cpp
    │   ├── pmc_heu.h
    │   ├── pmc_input.h
    │   ├── pmc_lib.cpp
    │   ├── pmc_maxclique.cpp
    │   ├── pmc_maxclique.h
    │   ├── pmc_neigh_coloring.h
    │   ├── pmc_neigh_cores.h
    │   ├── pmc_utils.cpp
    │   ├── pmc_utils.h
    │   ├── pmc_vertex.h
    │   ├── pmcx_maxclique.cpp
    │   ├── pmcx_maxclique.h
    │   ├── pmcx_maxclique_basic.cpp
    │   └── pmcx_maxclique_basic.h
    ├── reg
    │   ├── RegBase.h
    │   ├── TRO_Utilities.h
    │   └── stdafx.h
    ├── teaser
    │   ├── CMakeLists.txt
    │   ├── include
    │   │   └── teaser
    │   │       ├── CTeaser.h
    │   │       ├── no_use
    │   │       │   └── ply_io.h
    │   │       ├── teaser_fpfh.h
    │   │       ├── teaser_geometry.h
    │   │       ├── teaser_graph.h
    │   │       ├── teaser_macros.h
    │   │       ├── teaser_matcher.h
    │   │       ├── teaser_registration.h
    │   │       ├── teaser_utility.h
    │   │       └── teaser_utils.h
    │   └── src
    │       ├── no_use
    │       │   ├── ply_io.cc
    │       │   └── teaser_fpfh.cc
    │       ├── teaser_graph.cc
    │       ├── teaser_matcher.cc
    │       └── teaser_registration.cc
    └── visResult.m

14 directories, 63 files