MCPcopy Create free account

hub / github.com/atenpas/gpd / functions

Functions369 in github.com/atenpas/gpd

MethodonlyWhitespace
src/gpd/util/config_file.cpp:12
Methodoperator()
include/gpd/sequential_importance_sampling.h:79
Methodoperator()
include/gpd/candidate/hand_set.h:68
Methodoperator()
include/gpd/candidate/hand_set.h:84
Methodoperator()
* \brief Compares two 3D-vectors for uniqueness. * \param a the first 3D-vector * \param b the second 3D-vector * \return true if they
include/gpd/util/cloud.h:91
Methodoperator()
* \brief Compares two 4D-vectors for uniqueness (ignores the last element). * \param a the first 4D-vector * \param b the second 4D-vector
include/gpd/util/cloud.h:113
MethodparseLine
src/gpd/util/config_file.cpp:63
MethodplotCameraSource
src/gpd/util/plot.cpp:696
MethodplotCloud
src/gpd/util/plot.cpp:777
MethodplotCube
src/gpd/util/plot.cpp:413
MethodplotFrame
src/gpd/util/plot.cpp:428
MethodplotHand3D
src/gpd/util/plot.cpp:372
MethodpoolForward
src/gpd/net/eigen_classifier.cpp:151
MethodpreprocessPointCloud
src/gpd/candidate/candidates_generator.cpp:14
Methodprint
src/gpd/candidate/hand.cpp:66
Methodprint
src/gpd/candidate/local_frame.cpp:6
MethodprintMatrix
src/gpd/data_generator.cpp:573
MethodprintMatrix15
src/gpd/data_generator.cpp:589
MethodprintStdVector
src/gpd/grasp_detector.cpp:554
MethodreadBinaryFileIntoVector
src/gpd/net/eigen_classifier.cpp:185
MethodreadPoseFromHDF5
src/gpd/data_generator.cpp:691
MethodreevaluateHypotheses
src/gpd/candidate/candidates_generator.cpp:71
MethodreevaluateHypothesis
src/gpd/candidate/hand_search.cpp:190
MethodremoveComment
src/gpd/util/config_file.cpp:6
MethodremovePlane
src/gpd/descriptor/image_generator.cpp:101
MethodremoveStatisticalOutliers
src/gpd/util/cloud.cpp:166
MethodreshapeHDF5
src/gpd/data_generator.cpp:306
MethodreverseNormals
src/gpd/util/cloud.cpp:573
MethodrotatePointList
src/gpd/util/point_list.cpp:35
MethodrunViewer
src/gpd/util/plot.cpp:744
MethodselectGrasps
src/gpd/grasp_detector.cpp:405
MethodsetBottom
* \brief Set the bottom of the hand (robot hand base). * \param bottom the hand bottom */
include/gpd/candidate/finger_hand.h:208
MethodsetCamSource
* \brief Set the camera source matrix. * \param cam_source the camera source matrix (size: k x n) */
include/gpd/util/point_list.h:126
MethodsetCenter
* \brief Set the center of the hand. * \param bottom the hand center */
include/gpd/candidate/finger_hand.h:214
MethodsetIsValidWithIndex
* \brief Set a single grasp to be valid or not. * \param idx the index of the grasp * \param val true if the grasp is valid, false if it is not
include/gpd/candidate/hand_set.h:207
MethodsetLeft
* \brief Set the lateral position of the left finger. * \param left the lateral position of the left finger */
include/gpd/candidate/finger_hand.h:220
MethodsetMinInliers
* \brief Set the minimum number of cluster inliers. * \param min_inliers the minimum number of cluster inliers */
include/gpd/clustering.h:81
MethodsetNormals
* \brief Set the surface normals. * \param normals the surface normals (size: 3 x n) */
include/gpd/util/point_list.h:140
MethodsetNumSamples
* \brief Set the number of samples. * \param num_samples the number of samples */
include/gpd/candidate/candidates_generator.h:126
MethodsetParameters
* \brief Set the parameters for the hand search. * \param params the parameters */
include/gpd/candidate/hand_search.h:132
MethodsetPoints
* \brief Set the points. * \param points the points (size: 3 x n) */
include/gpd/util/point_list.h:152
MethodsetRight
* \brief Set the lateral position of the right finger. * \param right the lateral position of the right finger */
include/gpd/candidate/finger_hand.h:226
MethodsetSample
* \brief Set the sample for the point neighborhood. * \param sample the sample to be used */
include/gpd/candidate/local_frame.h:99
MethodsetSurface
* \brief Set where the bottom of the hand is in the point cloud. * \param left where the bottom of the hand is in the point cloud */
include/gpd/candidate/finger_hand.h:232
MethodsetTop
* \brief Set where the top of the hand is (where the fingertips are). * \param top where the top of the hand is */
include/gpd/candidate/finger_hand.h:238
MethodsetViewPoints
* \brief Set the camera view points. * \return the origins of the cameras (size: 3 x k) */
include/gpd/util/cloud.h:364
MethodsetViewPoints
* \brief Set the view points of the cameras. * \param points the view points (size: 3 x k) */
include/gpd/util/point_list.h:170
MethodshadowVoxelsToPoints
src/gpd/candidate/hand_set.cpp:187
MethodshowImage
src/gpd/descriptor/image_12_channels_strategy.cpp:88
MethodshowImage
src/gpd/descriptor/image_15_channels_strategy.cpp:107
MethodsliceMatrix
src/gpd/util/eigen_utils.cpp:6
MethodsplitInstances
src/gpd/data_generator.cpp:388
MethodstoreHDF5
src/gpd/data_generator.cpp:515
MethodstringToDouble
src/gpd/util/config_file.cpp:139
MethodstringToInt
src/gpd/util/config_file.cpp:154
Methodstring_to_T
include/gpd/util/config_file.h:135
MethodsubsampleSampleIndices
src/gpd/util/cloud.cpp:395
MethodsubsampleSamples
src/gpd/util/cloud.cpp:372
Functiontrain
(model, criterion, optimizer, data, device)
pytorch/network.py:49
Functiontrain
(model)
pytorch/multiproc.py:5
MethodtransformPointsToUnitImage
src/gpd/descriptor/image_strategy.cpp:72
MethodtransformToUnitImage
src/gpd/descriptor/image_strategy.cpp:32
MethodvalidLine
src/gpd/util/config_file.cpp:16
FunctionvectorToPositionStruct
src/detect_grasps_python.cpp:195
MethodvectorToString
src/gpd/candidate/hand.cpp:80
MethodwriteHandsToFile
src/gpd/candidate/hand.cpp:47
MethodwriteNormalsToFile
src/gpd/util/cloud.cpp:437
Method~ImageStrategy
include/gpd/descriptor/image_strategy.h:86
Method~Layer
* \brief Constructor. */
include/gpd/net/layer.h:52
← previous301–369 of 369, ranked by callers