文件名称:HNSSCODE
-
所属分类:
- 标签属性:
- 上传时间:2013-03-16
-
文件大小:14.99mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
-提供的主要执行Hierarchichal匹配算法在纸张由Yago appera迪兹说,女性生殖器Salvi,罗伯特·马蒂和琼马蒂。执行的一个例子是:
。/ laserScanNet nameFile1 nameFile2 4 128 1 0.9 0.01 - 7
你可以找到足够的文件在数据子目录(纯文本文件的点坐标的每一组用空格分开,每点一行(三坐标))。
代码结构
代码试图是自说明的,包括(一些)的评论。编程一直保持尽可能简单所以你不会找到模板。然而,您将发现许多许多参数,所以我建议你阅读本文首先使它更容易使用的代码。
根文件夹包含几个代码文件夹(除了已经提到的数据文件夹):
——根文件夹contatins主要。cpp文件与主要的示例代码,它执行的两个文件的粗匹配,可以真正的o合成(第二集创建为一个随机的三维运动的第一。这个文件夹还包含一个函数。cpp文件和一些实用方法直接用于主要cpp
——coarseMatching文件夹包括Ransac算法匹配层次元素集。 类定义中可以找到这些集合elementSet文件夹。
——描述符文件夹包括-ode BY Yago Diez Donoso, yago@eia.udg.edu, please feel free to contact me for any question regarding this code or the corresponding paper (to appear)
the code is provided "as is", with absolutely no guarrantee whatsoever. For educational and research purposes only. No comercial use is allowed without express permission from the author.
COMPILATION
- To compile, you can use the provided makefile (it was generated with qmake under a linux environment). You can also compile the provided source code at your convenience. The program does not require additional libraries as it is, although the provided makefile assumes that you have at least qt3 installed.
EXECUTION
- The provided main executes the Hierarchichal matching algorithm in the paper to appera by Yago Diez, Quim Salvi, Robert Marti and Joan Marti. One example of execution is:
./laserScanNet nameFile1 nameFile2 4 128-1 0.9 0.01 7
you can find adequate files in the Data subdirectory (plain text files with the point
。/ laserScanNet nameFile1 nameFile2 4 128 1 0.9 0.01 - 7
你可以找到足够的文件在数据子目录(纯文本文件的点坐标的每一组用空格分开,每点一行(三坐标))。
代码结构
代码试图是自说明的,包括(一些)的评论。编程一直保持尽可能简单所以你不会找到模板。然而,您将发现许多许多参数,所以我建议你阅读本文首先使它更容易使用的代码。
根文件夹包含几个代码文件夹(除了已经提到的数据文件夹):
——根文件夹contatins主要。cpp文件与主要的示例代码,它执行的两个文件的粗匹配,可以真正的o合成(第二集创建为一个随机的三维运动的第一。这个文件夹还包含一个函数。cpp文件和一些实用方法直接用于主要cpp
——coarseMatching文件夹包括Ransac算法匹配层次元素集。 类定义中可以找到这些集合elementSet文件夹。
——描述符文件夹包括-ode BY Yago Diez Donoso, yago@eia.udg.edu, please feel free to contact me for any question regarding this code or the corresponding paper (to appear)
the code is provided "as is", with absolutely no guarrantee whatsoever. For educational and research purposes only. No comercial use is allowed without express permission from the author.
COMPILATION
- To compile, you can use the provided makefile (it was generated with qmake under a linux environment). You can also compile the provided source code at your convenience. The program does not require additional libraries as it is, although the provided makefile assumes that you have at least qt3 installed.
EXECUTION
- The provided main executes the Hierarchichal matching algorithm in the paper to appera by Yago Diez, Quim Salvi, Robert Marti and Joan Marti. One example of execution is:
./laserScanNet nameFile1 nameFile2 4 128-1 0.9 0.01 7
you can find adequate files in the Data subdirectory (plain text files with the point
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AuxiliaryClasses/
AuxiliaryClasses/3DMovement.cpp~
AuxiliaryClasses/3DMovement.h~
AuxiliaryClasses/Camera.h~
AuxiliaryClasses/Element.cpp
AuxiliaryClasses/Element.cpp~
AuxiliaryClasses/Element.h
AuxiliaryClasses/Element.h~
AuxiliaryClasses/Escena.cpp~
AuxiliaryClasses/Escena.h~
AuxiliaryClasses/Esfera.cpp~
AuxiliaryClasses/Esfera.h~
AuxiliaryClasses/Plane3D.cpp~
AuxiliaryClasses/circle.cpp~
AuxiliaryClasses/circle.h~
AuxiliaryClasses/conjuntElements.cpp~
AuxiliaryClasses/conjuntElements.h~
AuxiliaryClasses/elementDescriptorMethods.cpp
AuxiliaryClasses/elementDescriptorMethods.cpp~
AuxiliaryClasses/elementDescriptorMethods.h
AuxiliaryClasses/elementDescriptorMethods.h~
AuxiliaryClasses/escriptorElementIDescriptor.h~
AuxiliaryClasses/hierarchicalElementSet.cpp~
AuxiliaryClasses/hierarchicalElementSet.h~
AuxiliaryClasses/hierarchicalElementSet.old
AuxiliaryClasses/motion3D.cpp
AuxiliaryClasses/motion3D.cpp~
AuxiliaryClasses/motion3D.h
AuxiliaryClasses/motion3D.h~
AuxiliaryClasses/operacionsElementIDescriptor.cpp~
AuxiliaryClasses/operacionsElementIDescriptor.h~
AuxiliaryClasses/plane3D.cpp
AuxiliaryClasses/plane3D.h
AuxiliaryClasses/plane3D.h~
AuxiliaryClasses/point3D.cpp
AuxiliaryClasses/point3D.cpp~
AuxiliaryClasses/point3D.h
AuxiliaryClasses/point3D.h~
AuxiliaryClasses/timer.cpp
AuxiliaryClasses/timer.h
AuxiliaryClasses/vector3D.cpp
AuxiliaryClasses/vector3D.cpp~
AuxiliaryClasses/vector3D.h
AuxiliaryClasses/vector3D.h~
CoarseMatching/
CoarseMatching/coarseMatching.cpp
CoarseMatching/coarseMatching.cpp~
CoarseMatching/coarseMatching.h
CoarseMatching/coarseMatching.h~
CoarseMatching/result.cpp
CoarseMatching/result.cpp~
CoarseMatching/result.h
CoarseMatching/result.h~
CoarseMatching/resultat.cpp~
CoarseMatching/resultat.h~
Descriptors/
Descriptors/Descriptor.h
Descriptors/Descriptor.h~
Descriptors/DescriptorMinDist.cpp~
Descriptors/DescriptorMinDist.h~
Descriptors/PointSignatureDescriiptor.cpp~
Descriptors/PointSignatureDescriptor.cpp
Descriptors/PointSignatureDescriptor.cpp~
Descriptors/PointSignatureDescriptor.h
Descriptors/PointSignatureDescriptor.h~
Descriptors/minDistDescriptor.cpp
Descriptors/minDistDescriptor.cpp~
Descriptors/minDistDescriptor.h
Descriptors/minDistDescriptor.h~
ElementSet/
ElementSet/elementSet.cpp
ElementSet/elementSet.cpp~
ElementSet/elementSet.h
ElementSet/elementSet.h~
ElementSet/hierarchicalElementSet.cpp
ElementSet/hierarchicalElementSet.cpp~
ElementSet/hierarchicalElementSet.h
ElementSet/hierarchicalElementSet.h~
Makefile
RSDataStructures/
RSDataStructures/CompressedOctree/
RSDataStructures/CompressedOctree/CompressedCandidateZone.cpp
RSDataStructures/CompressedOctree/CompressedCandidateZone.cpp~
RSDataStructures/CompressedOctree/CompressedCandidateZone.h
RSDataStructures/CompressedOctree/CompressedCandidateZone.h~
RSDataStructures/CompressedOctree/CompressedInformacioGeometrica.cpp
RSDataStructures/CompressedOctree/CompressedInformacioGeometrica.cpp~
RSDataStructures/CompressedOctree/CompressedInformacioGeometrica.h
RSDataStructures/CompressedOctree/CompressedInformacioGeometrica.h~
RSDataStructures/CompressedOctree/CompressedONode.cpp
RSDataStructures/CompressedOctree/CompressedONode.cpp~
RSDataStructures/CompressedOctree/CompressedONode.h
RSDataStructures/CompressedOctree/CompressedONode.h~
RSDataStructures/CompressedOctree/CompressedOctree.cpp
RSDataStructures/CompressedOctree/CompressedOctree.cpp~
RSDataStructures/CompressedOctree/CompressedOctree.h
RSDataStructures/CompressedOctree/CompressedOctree.h~
RSDataStructures/TriHash/
RSDataStructures/TriHash/TriHash.cpp
RSDataStructures/TriHash/TriHash.cpp~
RSDataStructures/TriHash/TriHash.h
RSDataStructures/TriHash/TriHash.h~
RSDataStructures/TriHash/testTriHash.OLD
RSDataStructures/TriHash/testTriHash.cpp~
data/
data/Real/
data/Real/Buey_pos1_derecha_6000puntos.txt
data/Real/Buey_pos1_izquierda_6000puntos.txt
data/Real/Object1_left_No_reflects.ply~
data/Real/Object1_right_No_reflects.ply~
data/Real/budha_pos1_130000_left.ply
data/Real/budha_pos1_130000_right.ply
data/Real/budha_pos2_130000_left.ply
data/Real/budha_pos2_130000_right.ply
data/Real/buey/
data/Real/buey/Buey_pos1_derecha_6000puntos.ply
data/Real/buey/Buey_pos1_izquierda_6000puntos.ply
data/Real/buey/buey_pos2_derecha_7700puntos.ply
data/Real/buey/buey_pos2_izquierda_7700puntos.ply
data/Real/buey/buey_pos3_derecha_5400puntos.ply
data/Real/buey/buey_pos3_izquierda_5400puntos.ply
data/Real/buey_pos2_derecha_7700puntos.txt
data/Real/buey_pos2_izquierda_7700puntos.txt
data/Real/buey_pos3_derecha_5400puntos.txt
data/Real/buey_pos3_izquierda_5400puntos.txt
data/Real/nf_pos1_izquierda_44000puntos.txt
data/Real/niño_jesus/
data/Real/niño_jesus/niño_pos1_derecha_22000puntos.ply
data/Real/niño_jesus/niño_pos1_derecha_44000puntos.ply
data/Real/niño_jesus/niño_pos1_izquierda_22000puntos.ply
data/Real/niño_jesus/niño_pos1_izquierda_22000puntos.ply~
data/Real/niño_jesus/niño_pos1_izquierda_44000puntos.ply
data/Real/niño_jesus/niño_pos2_derecha_22000puntos.ply
data/Real/niño_jesus/niño_pos2_derecha_44000puntos.ply
data/Real/niño_jesus/niño_pos2_izquierda_22000puntos.ply
data/Real/niño_jesus/niño_po
AuxiliaryClasses/3DMovement.cpp~
AuxiliaryClasses/3DMovement.h~
AuxiliaryClasses/Camera.h~
AuxiliaryClasses/Element.cpp
AuxiliaryClasses/Element.cpp~
AuxiliaryClasses/Element.h
AuxiliaryClasses/Element.h~
AuxiliaryClasses/Escena.cpp~
AuxiliaryClasses/Escena.h~
AuxiliaryClasses/Esfera.cpp~
AuxiliaryClasses/Esfera.h~
AuxiliaryClasses/Plane3D.cpp~
AuxiliaryClasses/circle.cpp~
AuxiliaryClasses/circle.h~
AuxiliaryClasses/conjuntElements.cpp~
AuxiliaryClasses/conjuntElements.h~
AuxiliaryClasses/elementDescriptorMethods.cpp
AuxiliaryClasses/elementDescriptorMethods.cpp~
AuxiliaryClasses/elementDescriptorMethods.h
AuxiliaryClasses/elementDescriptorMethods.h~
AuxiliaryClasses/escriptorElementIDescriptor.h~
AuxiliaryClasses/hierarchicalElementSet.cpp~
AuxiliaryClasses/hierarchicalElementSet.h~
AuxiliaryClasses/hierarchicalElementSet.old
AuxiliaryClasses/motion3D.cpp
AuxiliaryClasses/motion3D.cpp~
AuxiliaryClasses/motion3D.h
AuxiliaryClasses/motion3D.h~
AuxiliaryClasses/operacionsElementIDescriptor.cpp~
AuxiliaryClasses/operacionsElementIDescriptor.h~
AuxiliaryClasses/plane3D.cpp
AuxiliaryClasses/plane3D.h
AuxiliaryClasses/plane3D.h~
AuxiliaryClasses/point3D.cpp
AuxiliaryClasses/point3D.cpp~
AuxiliaryClasses/point3D.h
AuxiliaryClasses/point3D.h~
AuxiliaryClasses/timer.cpp
AuxiliaryClasses/timer.h
AuxiliaryClasses/vector3D.cpp
AuxiliaryClasses/vector3D.cpp~
AuxiliaryClasses/vector3D.h
AuxiliaryClasses/vector3D.h~
CoarseMatching/
CoarseMatching/coarseMatching.cpp
CoarseMatching/coarseMatching.cpp~
CoarseMatching/coarseMatching.h
CoarseMatching/coarseMatching.h~
CoarseMatching/result.cpp
CoarseMatching/result.cpp~
CoarseMatching/result.h
CoarseMatching/result.h~
CoarseMatching/resultat.cpp~
CoarseMatching/resultat.h~
Descriptors/
Descriptors/Descriptor.h
Descriptors/Descriptor.h~
Descriptors/DescriptorMinDist.cpp~
Descriptors/DescriptorMinDist.h~
Descriptors/PointSignatureDescriiptor.cpp~
Descriptors/PointSignatureDescriptor.cpp
Descriptors/PointSignatureDescriptor.cpp~
Descriptors/PointSignatureDescriptor.h
Descriptors/PointSignatureDescriptor.h~
Descriptors/minDistDescriptor.cpp
Descriptors/minDistDescriptor.cpp~
Descriptors/minDistDescriptor.h
Descriptors/minDistDescriptor.h~
ElementSet/
ElementSet/elementSet.cpp
ElementSet/elementSet.cpp~
ElementSet/elementSet.h
ElementSet/elementSet.h~
ElementSet/hierarchicalElementSet.cpp
ElementSet/hierarchicalElementSet.cpp~
ElementSet/hierarchicalElementSet.h
ElementSet/hierarchicalElementSet.h~
Makefile
RSDataStructures/
RSDataStructures/CompressedOctree/
RSDataStructures/CompressedOctree/CompressedCandidateZone.cpp
RSDataStructures/CompressedOctree/CompressedCandidateZone.cpp~
RSDataStructures/CompressedOctree/CompressedCandidateZone.h
RSDataStructures/CompressedOctree/CompressedCandidateZone.h~
RSDataStructures/CompressedOctree/CompressedInformacioGeometrica.cpp
RSDataStructures/CompressedOctree/CompressedInformacioGeometrica.cpp~
RSDataStructures/CompressedOctree/CompressedInformacioGeometrica.h
RSDataStructures/CompressedOctree/CompressedInformacioGeometrica.h~
RSDataStructures/CompressedOctree/CompressedONode.cpp
RSDataStructures/CompressedOctree/CompressedONode.cpp~
RSDataStructures/CompressedOctree/CompressedONode.h
RSDataStructures/CompressedOctree/CompressedONode.h~
RSDataStructures/CompressedOctree/CompressedOctree.cpp
RSDataStructures/CompressedOctree/CompressedOctree.cpp~
RSDataStructures/CompressedOctree/CompressedOctree.h
RSDataStructures/CompressedOctree/CompressedOctree.h~
RSDataStructures/TriHash/
RSDataStructures/TriHash/TriHash.cpp
RSDataStructures/TriHash/TriHash.cpp~
RSDataStructures/TriHash/TriHash.h
RSDataStructures/TriHash/TriHash.h~
RSDataStructures/TriHash/testTriHash.OLD
RSDataStructures/TriHash/testTriHash.cpp~
data/
data/Real/
data/Real/Buey_pos1_derecha_6000puntos.txt
data/Real/Buey_pos1_izquierda_6000puntos.txt
data/Real/Object1_left_No_reflects.ply~
data/Real/Object1_right_No_reflects.ply~
data/Real/budha_pos1_130000_left.ply
data/Real/budha_pos1_130000_right.ply
data/Real/budha_pos2_130000_left.ply
data/Real/budha_pos2_130000_right.ply
data/Real/buey/
data/Real/buey/Buey_pos1_derecha_6000puntos.ply
data/Real/buey/Buey_pos1_izquierda_6000puntos.ply
data/Real/buey/buey_pos2_derecha_7700puntos.ply
data/Real/buey/buey_pos2_izquierda_7700puntos.ply
data/Real/buey/buey_pos3_derecha_5400puntos.ply
data/Real/buey/buey_pos3_izquierda_5400puntos.ply
data/Real/buey_pos2_derecha_7700puntos.txt
data/Real/buey_pos2_izquierda_7700puntos.txt
data/Real/buey_pos3_derecha_5400puntos.txt
data/Real/buey_pos3_izquierda_5400puntos.txt
data/Real/nf_pos1_izquierda_44000puntos.txt
data/Real/niño_jesus/
data/Real/niño_jesus/niño_pos1_derecha_22000puntos.ply
data/Real/niño_jesus/niño_pos1_derecha_44000puntos.ply
data/Real/niño_jesus/niño_pos1_izquierda_22000puntos.ply
data/Real/niño_jesus/niño_pos1_izquierda_22000puntos.ply~
data/Real/niño_jesus/niño_pos1_izquierda_44000puntos.ply
data/Real/niño_jesus/niño_pos2_derecha_22000puntos.ply
data/Real/niño_jesus/niño_pos2_derecha_44000puntos.ply
data/Real/niño_jesus/niño_pos2_izquierda_22000puntos.ply
data/Real/niño_jesus/niño_po
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.