MCPcopy Create free account

hub / github.com/AlexGeControl/3D-Point-Cloud-Analytics / functions

Functions825 in github.com/AlexGeControl/3D-Point-Cloud-Analytics

↓ 1 callersFunctiongetKeysym
(e)
image/usr/lib/noVNC/utils/websockify/tests/include/keysym.js:8
↓ 1 callersFunctiongetKeysym
(e)
image/usr/lib/noVNC/utils/websockify/include/keysym.js:8
↓ 1 callersFunctiongetKeysym
(evt)
image/usr/lib/noVNC/core/input/util.js:174
↓ 1 callersFunctiongetNumPadKeySym
(evt)
image/usr/lib/noVNC/core/input/util.js:318
↓ 1 callersFunctiongetRFBkeycode
(xt_scancode)
image/usr/lib/noVNC/core/rfb.js:1542
↓ 1 callersFunctionget_P_diff
(P_pred_np, P_gt_np)
workspace/data/registration_dataset/evaluate_rt.py:21
↓ 1 callersFunctionget_arguments
Get command-line arguments
workspace/assignments/07-feature-detection/detect-iss.py:53
↓ 1 callersFunctionget_arguments
Get command-line arguments
workspace/assignments/02-nearest-neighbor/benchmark.py:29
↓ 1 callersFunctionget_arguments
Get command-line arguments
workspace/assignments/01-introduction/02_voxel_filter.py:94
↓ 1 callersFunctionget_arguments
gets command line arguments. :return:
workspace/assignments/01-introduction/00_off_to_ply.py:112
↓ 1 callersFunctionget_arguments
Get command-line arguments
workspace/assignments/01-introduction/01_pca_normal.py:166
↓ 1 callersFunctionget_arguments
Get command-line arguments
workspace/assignments/10-pose-estimation/main.py:125
↓ 1 callersFunctionget_arguments
Get command-line arguments
workspace/assignments/04-model-fitting/clustering.py:194
↓ 1 callersFunctionget_arguments
Get command-line arguments for object classification training set generation.
workspace/assignments/project-01-kitti-detection-pipeline/generate-training-set.py:413
↓ 1 callersFunctionget_arguments
Get command-line arguments for KITTI 3D Object ETL
workspace/assignments/project-01-kitti-detection-pipeline/extract.py:698
↓ 1 callersFunctionget_arguments
Get command-line arguments
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/detect.py:247
↓ 1 callersFunctionget_arguments
Get command-line arguments
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/preprocess.py:359
↓ 1 callersFunctionget_arguments
Get command-line arguments
workspace/assignments/08-feature-description/main.py:25
↓ 1 callersFunctionget_arguments
Get command-line arguments
workspace/assignments/05-deep-classification/preprocess.py:350
↓ 1 callersFunctionget_arguments
Get command-line arguments
workspace/assignments/09-point-cloud-registration/main.py:129
↓ 1 callersFunctionget_arguments
gets command line arguments. :return:
workspace/data/sample-modelnet40.py:10
↓ 1 callersMethodget_centroids
Get centroids Parameters ---------- None Returns ---------- centroids: numpy.ndarray
workspace/assignments/03-clustering/KMeans.py:111
↓ 1 callersMethodget_decoder
(self)
workspace/assignments/05-deep-classification/preprocess.py:184
↓ 1 callersMethodget_log_fd
Get file descriptors for the loggers. They should not be closed when the process is forked.
image/usr/lib/noVNC/utils/websockify/websockify/websockifyserver.py:650
↓ 1 callersMethodget_max_distance
Get plane RANSAC threshold tau
workspace/assignments/04-model-fitting/utils/segmenter.py:43
↓ 1 callersMethodget_mu
Get mu
workspace/assignments/03-clustering/GMM.py:90
↓ 1 callersFunctionget_orientation_in_camera_frame
Get object orientation using PCA
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/utils/kitti.py:7
↓ 1 callersFunctionget_pca_o3d
Build open3D geometry for PCA Parameters ---------- w: eigenvalues in descending order v: eigenvectors in descending order
workspace/assignments/01-introduction/01_pca_normal.py:50
↓ 1 callersFunctionget_potential_matches
Get potential matches Parameters ---------- feature_source: open3d.registration.Feature feature descriptions of source point
workspace/assignments/10-pose-estimation/association/ransac_icp.py:26
↓ 1 callersFunctionget_potential_matches
Get potential matches Parameters ---------- feature_source: open3d.registration.Feature feature descriptions of source point
workspace/assignments/09-point-cloud-registration/association/ransac_icp.py:26
↓ 1 callersFunctionget_surface_normals
(pcd, points, knn=5)
workspace/assignments/01-introduction/01_pca_normal.py:90
↓ 1 callersFunctionget_surface_normals_o3d
Build open3D geometry for surface normals Parameters ---------- normals(numpy.ndarray): surface normals for each point point
workspace/assignments/01-introduction/01_pca_normal.py:107
↓ 1 callersFunctionget_voxel_grid_classifier
Get a function for 3D point -- voxel grid assignment Parameters: points(pandas.DataFrame): points in the point cloud
workspace/assignments/01-introduction/02_voxel_filter.py:12
↓ 1 callersFunctionget_weights_cpu
CONSTANT WEIGHT TODO input: dist (b,n,3) output: weight (b,n,3)
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/tf_ops/3d_interpolation/interpolate.cpp:69
↓ 1 callersFunctionget_weights_cpu
CONSTANT WEIGHT TODO input: dist (b,n,3) output: weight (b,n,3)
workspace/assignments/05-deep-classification/tf_ops/3d_interpolation/interpolate.cpp:69
↓ 1 callersFunctionground_segmentation
Segment ground plane from Velodyne measurement Parameters ---------- data: numpy.ndarray Velodyne measurements as N-by-3 num
workspace/assignments/04-model-fitting/clustering.py:48
↓ 1 callersMethodhandle_one_request
Extended request handler This is where WebSocketRequestHandler redirects requests to the new methods. Any sub-classes must call this
image/usr/lib/noVNC/utils/websockify/websockify/websocketserver.py:36
↓ 1 callersMethodhandle_ping
Called when a WebSocket ping message is received. This will be called whilst processing recv()/recvmsg(). The default implementation
image/usr/lib/noVNC/utils/websockify/websockify/websocket.py:328
↓ 1 callersMethodhandle_pong
Called when a WebSocket pong message is received. This will be called whilst processing recv()/recvmsg(). The default implementation
image/usr/lib/noVNC/utils/websockify/websockify/websocket.py:335
↓ 1 callersMethodhandle_upgrade
Initial handler for a WebSocket request This method is called when a WebSocket is requested. By default it will create a WebSocket ob
image/usr/lib/noVNC/utils/websockify/websockify/websocketserver.py:60
↓ 1 callersMethodhandle_websocket
Handle a WebSocket connection. This is called when the WebSocket is ready to be used. A sub-class should perform the necessar
image/usr/lib/noVNC/utils/websockify/websockify/websocketserver.py:85
↓ 1 callersFunctionhasShortcutModifier
(charModifier, currentModifiers)
image/usr/lib/noVNC/core/input/util.js:38
↓ 1 callersFunctioninflateInit2
(strm, windowBits)
image/usr/lib/noVNC/core/inflator.js:786
↓ 1 callersFunctioninflateReset
(strm)
image/usr/lib/noVNC/core/inflator.js:740
↓ 1 callersFunctioninflateReset2
(strm, windowBits)
image/usr/lib/noVNC/core/inflator.js:752
↓ 1 callersFunctioninflateResetKeep
(strm)
image/usr/lib/noVNC/core/inflator.js:713
↓ 1 callersFunctioninit_label
Get label template for extracted classification dataset Returns ---------- labels: dict label container for extracted classi
workspace/assignments/project-01-kitti-detection-pipeline/extract.py:282
↓ 1 callersMethodinit_network
(self)
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/models/cls_msg_model.py:30
↓ 1 callersMethodinit_network
(self)
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/models/sem_seg_model.py:30
↓ 1 callersMethodinit_network
(self)
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/models/cls_ssg_model.py:30
↓ 1 callersMethodinit_network
(self)
workspace/assignments/05-deep-classification/models/cls_msg_model.py:29
↓ 1 callersMethodinit_network
(self)
workspace/assignments/05-deep-classification/models/sem_seg_model.py:30
↓ 1 callersMethodinit_network
(self)
workspace/assignments/05-deep-classification/models/cls_ssg_model.py:30
↓ 1 callersFunctioninterpolate_cpu
input: points (b,m,c), idx (b,n,3), weight (b,n,3) output: out (b,n,c)
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/tf_ops/3d_interpolation/interpolate.cpp:84
↓ 1 callersFunctioninterpolate_cpu
input: points (b,m,c), idx (b,n,3), weight (b,n,3) output: out (b,n,c)
workspace/assignments/05-deep-classification/tf_ops/3d_interpolation/interpolate.cpp:84
↓ 1 callersFunctioninterpolate_grad_cpu
input: grad_out (b,n,c), idx (b,n,3), weight (b,n,3) output: grad_points (b,m,c)
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/tf_ops/3d_interpolation/interpolate.cpp:108
↓ 1 callersFunctioninterpolate_grad_cpu
input: grad_out (b,n,c), idx (b,n,3), weight (b,n,3) output: grad_points (b,m,c)
workspace/assignments/05-deep-classification/tf_ops/3d_interpolation/interpolate.cpp:108
↓ 1 callersFunctionisLinux
()
image/usr/lib/noVNC/core/input/util.js:33
↓ 1 callersFunctionisMac
()
image/usr/lib/noVNC/core/input/util.js:27
↓ 1 callersFunctionisNumPadMultiKey
(evt)
image/usr/lib/noVNC/core/input/util.js:314
↓ 1 callersFunctionisWindows
()
image/usr/lib/noVNC/core/input/util.js:30
↓ 1 callersFunctionis_registration_successful
(P_pred_np, P_gt_np)
workspace/data/registration_dataset/evaluate_rt.py:16
↓ 1 callersFunctionis_valid_match
Check proposal validity using the fast pruning algorithm Parameters ---------- pcd_source: open3d.geometry.PointCloud source
workspace/assignments/10-pose-estimation/association/ransac_icp.py:100
↓ 1 callersFunctionis_valid_match
Check proposal validity using the fast pruning algorithm Parameters ---------- pcd_source: open3d.geometry.PointCloud source
workspace/assignments/09-point-cloud-registration/association/ransac_icp.py:100
↓ 1 callersFunctionknn_point
(k, xyz1, xyz2)
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/pnet2_layers/cpp_modules.py:61
↓ 1 callersFunctionknn_point
(k, xyz1, xyz2)
workspace/assignments/05-deep-classification/pnet2_layers/cpp_modules.py:61
↓ 1 callersFunctionload_labels
Load labels from the extracted object classification dataset Parameters ---------- input_dir: str input path of extracted ob
workspace/assignments/project-01-kitti-detection-pipeline/generate-training-set.py:28
↓ 1 callersFunctionload_model
Load pre-trained object classification network
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/detect.py:40
↓ 1 callersMethodlog_request
(self, code='-', size='-')
image/usr/lib/noVNC/utils/websockify/websockify/websockifyserver.py:295
↓ 1 callersFunctionlogger_init
()
image/usr/lib/noVNC/utils/websockify/websockify/websocketproxy.py:348
↓ 1 callersFunctionlookup
(k)
image/usr/lib/noVNC/core/input/keysymdef.js:11
↓ 1 callersFunctionmain
()
image/usr/lib/web/run.py:71
↓ 1 callersFunctionmain
(data_dir)
workspace/assignments/02-nearest-neighbor/benchmark.py:47
↓ 1 callersFunctionmain
()
workspace/assignments/02-nearest-neighbor/octree.py:314
↓ 1 callersFunctionmain
()
workspace/assignments/02-nearest-neighbor/kdtree.py:255
↓ 1 callersFunctionmain
(point_cloud_filename)
workspace/assignments/01-introduction/02_voxel_filter.py:82
↓ 1 callersFunctionmain
(point_cloud_filename)
workspace/assignments/01-introduction/01_pca_normal.py:138
↓ 1 callersFunctionmain
Run pose estimation on given point cloud pair
workspace/assignments/10-pose-estimation/main.py:27
↓ 1 callersFunctionmain
(input_dir, num_cases)
workspace/assignments/04-model-fitting/clustering.py:218
↓ 1 callersFunctionmain
Process KITTI 3D Object Parameters ---------- input_dir: str Root path of input KITTI 3D Object dataset output_dir: str
workspace/assignments/project-01-kitti-detection-pipeline/extract.py:632
↓ 1 callersFunctionmain
Run point cloud registration on Shenlan dataset
workspace/assignments/09-point-cloud-registration/main.py:28
↓ 1 callersFunctionmain
()
workspace/data/registration_dataset/evaluate_rt.py:115
↓ 1 callersFunctionmakeTable
()
image/usr/lib/noVNC/core/inflator.js:190
↓ 1 callersFunctionmake_full_app
()
image/usr/lib/noVNC/utils/use_require.js:38
↓ 1 callersFunctionmake_lib_files
(use_require)
image/usr/lib/noVNC/utils/use_require.js:88
↓ 1 callersMethodnew_websocket_client
Do something with a WebSockets client connection.
image/usr/lib/noVNC/utils/websockify/websockify/websockifyserver.py:267
↓ 1 callersFunctionnonCharacterKey
(evt)
image/usr/lib/noVNC/core/input/util.js:239
↓ 1 callersFunctionparse_handshake
image/usr/lib/noVNC/utils/websockify/other/websocket.c:417
↓ 1 callersMethodping
Write a ping message to the WebSocket.
image/usr/lib/noVNC/utils/websockify/websockify/websocket.py:448
↓ 1 callersFunctionplot_clusters
Visualize segmentation results using Open3D Parameters ---------- segmented_cloud: numpy.ndarray Segmented surrounding objec
workspace/assignments/04-model-fitting/clustering.py:137
↓ 1 callersMethodpoll
Run periodically while waiting for connections.
image/usr/lib/noVNC/utils/websockify/websockify/websockifyserver.py:590
↓ 1 callersFunctionpredict
Load trained network and make predictions Parameters ---------- config: dict Model training configuration
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/train_modelnet.py:107
↓ 1 callersFunctionpredict
Load classification network and predict surrounding object category Parameters ---------- config: dict Model training conf
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/detect.py:144
↓ 1 callersFunctionpredict
Load trained network and make predictions Parameters ---------- config: dict Model training configuration
workspace/assignments/05-deep-classification/train_modelnet.py:103
↓ 1 callersMethodpredict
Classify input data Parameters ---------- data: numpy.ndarray Testing set as N-by-D numpy.ndarray
workspace/assignments/03-clustering/KMeans.py:87
↓ 1 callersMethodpredict
Get cluster labels Parameters ---------- data: numpy.ndarray Testing set as N-by-D numpy.ndarray
workspace/assignments/03-clustering/SpectralClustering.py:67
↓ 1 callersFunctionpreprocess
Preprocess point cloud with normal: 1. Shift to zero-centered; 2. Downsample / upsample to specified size; 3. (Optional):
workspace/assignments/project-01-kitti-detection-pipeline/generate-training-set.py:163
↓ 1 callersFunctionpreprocess
Preprocess for classification network
workspace/assignments/project-01-kitti-detection-pipeline/pointnet++/detect.py:56
↓ 1 callersFunctionprocess
(elem, enabled)
image/usr/lib/noVNC/core/util.js:410
↓ 1 callersMethodprocess_result
(self, resp)
image/usr/lib/noVNC/utils/websockify/websockify/token_plugins.py:63
← previousnext →301–400 of 825, ranked by callers