Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlexGeControl/3D-Point-Cloud-Analytics
/ types & classes
Types & classes
125 in github.com/AlexGeControl/3D-Point-Cloud-Analytics
⨍
Functions
825
◇
Types & classes
125
↳
Endpoints
2
↓ 8 callers
Class
FakeSocket
image/usr/lib/noVNC/utils/websockify/tests/test_websocket.py:21
↓ 8 callers
Class
FakeSocket
image/usr/lib/noVNC/utils/websockify/tests/test_websockifyserver.py:52
↓ 8 callers
Class
Pointnet_SA
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/pnet2_layers/layers.py:7
↓ 8 callers
Class
Pointnet_SA
workspace/assignments/05-deep-classification/pnet2_layers/layers.py:7
↓ 6 callers
Class
AuthenticationError
image/usr/lib/noVNC/utils/websockify/websockify/auth_plugins.py:9
↓ 6 callers
Class
RadiusNNResultSet
workspace/assignments/02-nearest-neighbor/result_set.py:63
↓ 5 callers
Class
TestPlugin
image/usr/lib/noVNC/utils/websockify/tests/test_websocketproxy.py:86
↓ 4 callers
Class
KMeans
KMeans with both random and KMeans++ initialization Parameters ---------- n_clusters: int Number of clusters tolerance:
workspace/assignments/03-clustering/KMeans.py:10
↓ 4 callers
Class
KNNResultSet
workspace/assignments/02-nearest-neighbor/result_set.py:15
↓ 4 callers
Class
Pointnet_FP
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/pnet2_layers/layers.py:125
↓ 4 callers
Class
Pointnet_FP
workspace/assignments/05-deep-classification/pnet2_layers/layers.py:125
↓ 3 callers
Class
CLS_MSG_Model
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/models/cls_msg_model.py:13
↓ 3 callers
Class
CLS_SSG_Model
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/models/cls_ssg_model.py:13
↓ 3 callers
Class
ColoredFormatter
image/usr/lib/web/log/config.py:26
↓ 3 callers
Class
KITTIPCDClassificationDataset
KITTI point cloud classification dataset for deep learning object classification Parameters ---------- input_dir: str Direc
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/preprocess.py:19
↓ 2 callers
Class
CLS_MSG_Model
workspace/assignments/05-deep-classification/models/cls_msg_model.py:13
↓ 2 callers
Class
CLS_SSG_Model
workspace/assignments/05-deep-classification/models/cls_ssg_model.py:13
↓ 2 callers
Class
DistIndex
workspace/assignments/02-nearest-neighbor/result_set.py:6
↓ 2 callers
Class
GMM
workspace/assignments/03-clustering/GMM.py:15
↓ 2 callers
Class
KDTree
KDTree for kNN & RNN search Parameters ---------- point_cloud : numpy.ndarray Point cloud measurements as N-by-3 numpy.ndarr
workspace/assignments/02-nearest-neighbor/kdtree.py:11
↓ 2 callers
Class
ModelNet40Dataset
ModelNet40 dataset for deep learning based point cloud classification Parameters ---------- input_dir: str Directory path o
workspace/assignments/05-deep-classification/preprocess.py:18
↓ 2 callers
Class
OCTree
OCTree for kNN & RNN search Parameters ---------- point_cloud : numpy.ndarray Point cloud measurements as N-by-3 numpy.ndarr
workspace/assignments/02-nearest-neighbor/octree.py:11
↓ 2 callers
Class
Pointnet_SA_MSG
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/pnet2_layers/layers.py:62
↓ 2 callers
Class
Pointnet_SA_MSG
workspace/assignments/05-deep-classification/pnet2_layers/layers.py:62
↓ 2 callers
Class
ProtoSocket
image/usr/lib/noVNC/utils/websockify/tests/test_websocket.py:75
↓ 2 callers
Class
SpectralClustering
SpectralClustering Parameters ---------- n_clusters: int Number of clusters Attributes ----------
workspace/assignments/03-clustering/SpectralClustering.py:9
↓ 2 callers
Class
WebSockifyServer
WebSockets server class. As an alternative, the standard library SocketServer can be used
image/usr/lib/noVNC/utils/websockify/websockify/websockifyserver.py:300
↓ 1 callers
Class
BasicHTTPAuth
Verifies Basic Auth headers. Specify src as username:password
image/usr/lib/noVNC/utils/websockify/websockify/auth_plugins.py:32
↓ 1 callers
Class
FakeServer
image/usr/lib/noVNC/utils/websockify/tests/test_websocketproxy.py:59
↓ 1 callers
Class
FakeSocket
image/usr/lib/noVNC/utils/websockify/tests/test_websocketproxy.py:38
↓ 1 callers
Class
GroundSegmenter
Ground segmenter Parameters ---------- cloud: pcl.cloud PCL point cloud max_distance: float RANSAC inlier thresh
workspace/assignments/04-model-fitting/utils/segmenter.py:14
↓ 1 callers
Class
InvalidOriginError
image/usr/lib/noVNC/utils/websockify/websockify/auth_plugins.py:21
↓ 1 callers
Class
LibProxyServer
Just like WebSocketProxy, but uses standard Python SocketServer framework.
image/usr/lib/noVNC/utils/websockify/websockify/websocketproxy.py:538
↓ 1 callers
Class
SEM_SEG_Model
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/models/sem_seg_model.py:13
↓ 1 callers
Class
SEM_SEG_Model
workspace/assignments/05-deep-classification/models/sem_seg_model.py:13
↓ 1 callers
Class
WebSocket
WebSocket protocol socket like class. This provides access to the WebSocket protocol by behaving much like a real socket would. It shares man
image/usr/lib/noVNC/utils/websockify/websockify/websocket.py:51
↓ 1 callers
Class
WebSocketLoadServer
image/usr/lib/noVNC/utils/websockify/tests/load.py:13
↓ 1 callers
Class
WebSocketProxy
Proxy traffic to and from a WebSockets client to a normal TCP socket server target.
image/usr/lib/noVNC/utils/websockify/websockify/websocketproxy.py:224
Class
AcceptTestCase
image/usr/lib/noVNC/utils/websockify/tests/test_websocket.py:29
Class
BadRequest
image/usr/lib/web/lightop/__init__.py:59
Class
BasePlugin
image/usr/lib/noVNC/utils/websockify/websockify/auth_plugins.py:1
Class
BasePlugin
image/usr/lib/noVNC/utils/websockify/websockify/token_plugins.py:3
Class
BaseTokenAPI
image/usr/lib/noVNC/utils/websockify/websockify/token_plugins.py:56
Class
BasicHTTPAuthTestCase
image/usr/lib/noVNC/utils/websockify/tests/test_auth_plugins.py:9
Class
CClose
image/usr/lib/noVNC/utils/websockify/websockify/websockifyserver.py:75
Class
CompatibleWebSocket
image/usr/lib/noVNC/utils/websockify/websockify/websockifyserver.py:44
Class
Conv2d
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/pnet2_layers/utils.py:60
Class
Conv2d
workspace/assignments/05-deep-classification/pnet2_layers/utils.py:60
Class
DBSCANSegmenter
DBSCAN segmenter for surrounding objects Parameters ---------- cloud: pcl.cloud PCL point cloud eps: float RANSA
workspace/assignments/04-model-fitting/utils/segmenter.py:49
Class
Default
image/usr/lib/web/config/__init__.py:1
Class
Development
image/usr/lib/web/config/__init__.py:5
Class
EClose
image/usr/lib/noVNC/utils/websockify/websockify/websockifyserver.py:310
Class
EClose
image/usr/lib/noVNC/utils/websockify/tests/test_websocketproxy.py:60
Class
EClose
image/usr/lib/noVNC/utils/websockify/other/websocket.rb:27
Class
ExpectOrigin
image/usr/lib/noVNC/utils/websockify/websockify/auth_plugins.py:73
Class
FakeHandler
image/usr/lib/noVNC/utils/websockify/tests/test_websockifyserver.py:211
Class
FarthestPointSampleGpuOp
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/tf_ops/sampling/tf_sampling.cpp:95
Class
FarthestPointSampleGpuOp
workspace/assignments/05-deep-classification/tf_ops/sampling/tf_sampling.cpp:95
Class
GatherPointGpuOp
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/tf_ops/sampling/tf_sampling.cpp:126
Class
GatherPointGpuOp
workspace/assignments/05-deep-classification/tf_ops/sampling/tf_sampling.cpp:126
Class
GatherPointGradGpuOp
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/tf_ops/sampling/tf_sampling.cpp:151
Class
GatherPointGradGpuOp
workspace/assignments/05-deep-classification/tf_ops/sampling/tf_sampling.cpp:151
Class
GroupPointGpuOp
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/tf_ops/grouping/tf_grouping.cpp:143
Class
GroupPointGpuOp
workspace/assignments/05-deep-classification/tf_ops/grouping/tf_grouping.cpp:143
Class
GroupPointGradGpuOp
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/tf_ops/grouping/tf_grouping.cpp:174
Class
GroupPointGradGpuOp
workspace/assignments/05-deep-classification/tf_ops/grouping/tf_grouping.cpp:174
Class
HyBiEncodeDecodeTestCase
image/usr/lib/noVNC/utils/websockify/tests/test_websocket.py:119
Class
JSONTokenApi
image/usr/lib/noVNC/utils/websockify/websockify/token_plugins.py:77
Class
LoggingConfiguration
image/usr/lib/web/log/config.py:37
Class
Node
Node in KDTree Parameters ---------- axis : int Splitting axis value: int Splitting
workspace/assignments/02-nearest-neighbor/kdtree.py:28
Class
Octant
Octant in OCTree Parameters ---------- axis : int Splitting axis value: int Splittin
workspace/assignments/02-nearest-neighbor/octree.py:26
Class
OpenSSL
image/usr/lib/noVNC/utils/websockify/other/websocket.rb:18
Class
OutlierFilter
Outlier filter Parameters ---------- cloud: pcl.cloud PCL point cloud k: int the number of nearest neighbor poin
workspace/assignments/04-model-fitting/utils/filter.py:80
Class
PermissionDenied
image/usr/lib/web/lightop/__init__.py:55
Class
ProbSampleGpuOp
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/tf_ops/sampling/tf_sampling.cpp:66
Class
ProbSampleGpuOp
workspace/assignments/05-deep-classification/tf_ops/sampling/tf_sampling.cpp:66
Class
Production
image/usr/lib/web/config/__init__.py:13
Class
Program
image/usr/lib/noVNC/utils/websockify/Windows/noVNC Websocket Service Project/Program.cs:9
Class
ProjectInstaller
image/usr/lib/noVNC/utils/websockify/Windows/noVNC Websocket Service Project/ProjectInstaller.Designer.cs:3
Class
ProjectInstaller
image/usr/lib/noVNC/utils/websockify/Windows/noVNC Websocket Service Project/ProjectInstaller.cs:11
Class
ProxyRequestHandler
image/usr/lib/noVNC/utils/websockify/websockify/websocketproxy.py:28
Class
ProxyRequestHandlerTestCase
image/usr/lib/noVNC/utils/websockify/tests/test_websocketproxy.py:70
Class
QueryBallPointGpuOp
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/tf_ops/grouping/tf_grouping.cpp:67
Class
QueryBallPointGpuOp
workspace/assignments/05-deep-classification/tf_ops/grouping/tf_grouping.cpp:67
Class
ROIFilter
ROI filter Parameters ---------- cloud: pcl.cloud PCL point cloud name: string filter field name limits: tup
workspace/assignments/04-model-fitting/utils/filter.py:40
Class
ReadOnlyTokenFile
image/usr/lib/noVNC/utils/websockify/websockify/token_plugins.py:11
Class
SSL
image/usr/lib/noVNC/utils/websockify/other/websocket.rb:19
Class
SSLSocket
image/usr/lib/noVNC/utils/websockify/other/websocket.rb:20
Class
SelectionSortGpuOp
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/tf_ops/grouping/tf_grouping.cpp:109
Class
SelectionSortGpuOp
workspace/assignments/05-deep-classification/tf_ops/grouping/tf_grouping.cpp:109
Class
Service1
image/usr/lib/noVNC/utils/websockify/Windows/noVNC Websocket Service Project/Service1.Designer.cs:3
Class
Service1
image/usr/lib/noVNC/utils/websockify/Windows/noVNC Websocket Service Project/Service1.cs:13
Class
Staging
image/usr/lib/web/config/__init__.py:9
Class
Terminate
image/usr/lib/noVNC/utils/websockify/websockify/websockifyserver.py:313
Class
ThreeInterpolateGradOp
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/tf_ops/3d_interpolation/tf_interpolate.cpp:225
Class
ThreeInterpolateGradOp
workspace/assignments/05-deep-classification/tf_ops/3d_interpolation/tf_interpolate.cpp:225
Class
ThreeInterpolateOp
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/tf_ops/3d_interpolation/tf_interpolate.cpp:191
Class
ThreeInterpolateOp
workspace/assignments/05-deep-classification/tf_ops/3d_interpolation/tf_interpolate.cpp:191
Class
ThreeNNOp
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/tf_ops/3d_interpolation/tf_interpolate.cpp:157
Class
ThreeNNOp
workspace/assignments/05-deep-classification/tf_ops/3d_interpolation/tf_interpolate.cpp:157
next →
1–100 of 125, ranked by callers