Skip to content

Commit 651a1e0

Browse files
author
Tanbakuchi
committed
Cleaned up.
1 parent 2691077 commit 651a1e0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pcl/_pcl.pyx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,19 +95,15 @@ cdef class SegmentationNormal:
9595
is currently unable to do so.
9696
"""
9797
cdef cpp.SACSegmentationNormal_t *me
98-
# cdef cpp.ModelCoefficients *coeffs
9998
def __cinit__(self):
10099
self.me = new cpp.SACSegmentationNormal_t()
101-
# self._coeffs = None
102100
def __dealloc__(self):
103101
del self.me
104-
# del self._coeffs
105102

106103
def segment(self):
107104
cdef cpp.PointIndices ind
108105
cdef cpp.ModelCoefficients coeffs
109106
self.me.segment (ind, coeffs)
110-
# self._coeffs = coeffs
111107
return [ind.indices[i] for i in range(ind.indices.size())],\
112108
[coeffs.values[i] for i in range(coeffs.values.size())]
113109

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy