forked from strawlab/python-pcl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add obj load function. document modified. use UTF-8 BOM off set.(ps1 files UTF-8 BOM) Unnecessary folder reference([setup.py] - pcl/tests) * travis CI python test module changed(remove 3.4, add 3.6)
- Loading branch information
1 parent
1921feb
commit 215c89f
Showing
28 changed files
with
793 additions
and
452 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,6 @@ Reference | |
.. module:: python-pcl | ||
|
||
.. toctree:: | ||
:maxdepth: 10 | ||
:maxdepth: 1 | ||
|
||
pcl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,125 +1,22 @@ | ||
pcl | ||
=== | ||
pcl package | ||
=========== | ||
|
||
.. automodule:: pcl | ||
Submodules | ||
---------- | ||
|
||
|
||
|
||
.. rubric:: Functions | ||
pcl\.\_pcl module(Base PCL1.8.0) | ||
-------------------------------- | ||
|
||
.. autosummary:: | ||
|
||
deg2rad | ||
load | ||
load2 | ||
load_PointWithViewpoint | ||
load_XYZI | ||
load_XYZRGB | ||
load_XYZRGBA | ||
rad2deg | ||
save | ||
save2 | ||
save_PointNormal | ||
save_XYZRGBA | ||
|
||
|
||
.. automodule:: pcl._pcl | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
|
||
.. rubric:: Classes | ||
|
||
.. autosummary:: | ||
|
||
ApproximateVoxelGrid | ||
ApproximateVoxelGrid_PointXYZI | ||
ApproximateVoxelGrid_PointXYZRGB | ||
ApproximateVoxelGrid_PointXYZRGBA | ||
ConcaveHull | ||
ConcaveHull_PointXYZI | ||
ConcaveHull_PointXYZRGB | ||
ConcaveHull_PointXYZRGBA | ||
ConditionAnd | ||
ConditionalRemoval | ||
CropBox | ||
CropHull | ||
EuclideanClusterExtraction | ||
GeneralizedIterativeClosestPoint | ||
HarrisKeypoint3D | ||
IntegralImageNormalEstimation | ||
IterativeClosestPoint | ||
IterativeClosestPointNonLinear | ||
KdTree | ||
KdTreeFLANN | ||
KdTreeFLANN_PointXYZI | ||
KdTreeFLANN_PointXYZRGB | ||
KdTreeFLANN_PointXYZRGBA | ||
MomentOfInertiaEstimation | ||
MovingLeastSquares | ||
MovingLeastSquares_PointXYZRGB | ||
MovingLeastSquares_PointXYZRGBA | ||
NormalDistributionsTransform | ||
NormalEstimation | ||
OctreePointCloud | ||
OctreePointCloud2Buf | ||
OctreePointCloud2Buf_PointXYZI | ||
OctreePointCloud2Buf_PointXYZRGB | ||
OctreePointCloud2Buf_PointXYZRGBA | ||
OctreePointCloudChangeDetector | ||
OctreePointCloudChangeDetector_PointXYZI | ||
OctreePointCloudChangeDetector_PointXYZRGB | ||
OctreePointCloudChangeDetector_PointXYZRGBA | ||
OctreePointCloudSearch | ||
OctreePointCloudSearch_PointXYZI | ||
OctreePointCloudSearch_PointXYZRGB | ||
OctreePointCloudSearch_PointXYZRGBA | ||
OctreePointCloud_PointXYZI | ||
OctreePointCloud_PointXYZRGB | ||
OctreePointCloud_PointXYZRGBA | ||
PCLPointCloud2 | ||
PassThroughFilter | ||
PassThroughFilter_PointXYZI | ||
PassThroughFilter_PointXYZRGB | ||
PassThroughFilter_PointXYZRGBA | ||
PointCloud | ||
PointCloud_Histogram | ||
PointCloud_Normal | ||
PointCloud_PointNormal | ||
PointCloud_PointWithViewpoint | ||
PointCloud_PointXYZI | ||
PointCloud_PointXYZRGB | ||
PointCloud_PointXYZRGBA | ||
PointIndices | ||
ProjectInliers | ||
ROPSEstimation | ||
RadiusOutlierRemoval | ||
RandomSampleConsensus | ||
RangeImages | ||
SampleConsensusModel | ||
SampleConsensusModelCylinder | ||
SampleConsensusModelLine | ||
SampleConsensusModelPlane | ||
SampleConsensusModelRegistration | ||
SampleConsensusModelSphere | ||
SampleConsensusModelStick | ||
Segmentation | ||
SegmentationNormal | ||
Segmentation_PointXYZI | ||
Segmentation_PointXYZI_Normal | ||
Segmentation_PointXYZRGB | ||
Segmentation_PointXYZRGBA | ||
Segmentation_PointXYZRGBA_Normal | ||
Segmentation_PointXYZRGB_Normal | ||
Sequence | ||
StatisticalOutlierRemovalFilter | ||
StatisticalOutlierRemovalFilter_PointXYZI | ||
StatisticalOutlierRemovalFilter_PointXYZRGB | ||
StatisticalOutlierRemovalFilter_PointXYZRGBA | ||
VFHEstimation | ||
Vertices | ||
VoxelGridFilter | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
|
||
|
||
|
||
.. automodule:: pcl | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.