MCPcopy Create free account

hub / github.com/atenpas/gpd / functions

Functions369 in github.com/atenpas/gpd

MethodcalculateImage
src/gpd/descriptor/image_12_channels_strategy.cpp:35
MethodcalculateImage
src/gpd/descriptor/image_15_channels_strategy.cpp:47
MethodcalculateNormalsGPU
src/gpd/util/cloud.cpp:538
MethodcalculateNormalsOrganized
src/gpd/util/cloud.cpp:479
MethodcalculateShadowForCamera
src/gpd/candidate/hand_set.cpp:208
MethodcalculateTransform
src/gpd/data_generator.cpp:667
MethodclassifyImages
src/gpd/net/openvino_classifier.cpp:39
MethodclassifyImages
src/gpd/net/eigen_classifier.cpp:59
MethodconvertCameraSourceMatrixToLists
src/gpd/util/cloud.cpp:606
MethodcopyMatrix
src: multi-channels image; dst: multi-dimensional matrix
src/gpd/data_generator.cpp:602
Methodcreate
src/gpd/net/classifier.cpp:46
MethodcreateBinaryImage
src/gpd/descriptor/image_strategy.cpp:104
MethodcreateDatasetsHDF5
src/gpd/data_generator.cpp:279
MethodcreateDepthImage
src/gpd/descriptor/image_strategy.cpp:158
MethodcreateImage
src/gpd/descriptor/image_3_channels_strategy.cpp:25
MethodcreateImage
src/gpd/descriptor/image_12_channels_strategy.cpp:25
MethodcreateImage
src/gpd/descriptor/image_1_channels_strategy.cpp:25
MethodcreateImage
src/gpd/descriptor/image_15_channels_strategy.cpp:27
MethodcreateImageList
src/gpd/descriptor/image_generator.cpp:72
MethodcreateImages
src/gpd/descriptor/image_3_channels_strategy.cpp:6
MethodcreateImages
src/gpd/descriptor/image_12_channels_strategy.cpp:6
MethodcreateImages
src/gpd/descriptor/image_1_channels_strategy.cpp:6
MethodcreateImages
src/gpd/descriptor/image_15_channels_strategy.cpp:6
MethodcreateMultiViewCloud
src/gpd/data_generator.cpp:617
MethodcreateNormalsImage
src/gpd/descriptor/image_strategy.cpp:124
MethodcreateShadowImage
src/gpd/descriptor/image_strategy.cpp:193
MethodcreateViewer
src/gpd/util/plot.cpp:753
FunctiondetectAndEvalGrasps
src/detect_grasps_python.cpp:490
MethoddetectGrasps
src/gpd/sequential_importance_sampling.cpp:54
FunctiondetectGraspsInCloud
src/detect_grasps_python.cpp:431
FunctiondetectGraspsInCloudNormals
src/detect_grasps_python.cpp:449
FunctiondetectGraspsInFile
src/detect_grasps_python.cpp:468
MethoddrawSamplesFromMaxOfGaussians
src/gpd/sequential_importance_sampling.cpp:203
MethoddrawSamplesFromSumOfGaussians
src/gpd/sequential_importance_sampling.cpp:189
MethoddrawUniformSamples
src/gpd/sequential_importance_sampling.cpp:239
MethodeigenVector3dToPointXYZRGBA
src/gpd/util/plot.cpp:790
MethodeigenVectorToPcl
src/gpd/candidate/hand_search.cpp:136
MethodeigenVectorToPcl
src/gpd/candidate/frame_estimator.cpp:88
Functioneval
(model, test_loader, device)
pytorch/network.py:66
MethodevalHands
src/gpd/candidate/hand_search.cpp:144
MethodevalHands
src/gpd/candidate/hand_set.cpp:49
MethodextractContents
src/gpd/util/config_file.cpp:47
MethodextractKey
src/gpd/util/config_file.cpp:32
MethodextractValue
src/gpd/util/config_file.cpp:40
Methodfastrand
src/gpd/candidate/hand_set.cpp:263
MethodfilterSamples
src/gpd/util/cloud.cpp:269
MethodfindCellIndices
src/gpd/descriptor/image_strategy.cpp:92
MethodfindPointsInUnitImage
src/gpd/descriptor/image_strategy.cpp:53
MethodfloorVector
src/gpd/descriptor/image_strategy.cpp:235
MethodfloorVector
src/gpd/util/eigen_utils.cpp:28
Methodforward
src/gpd/net/eigen_classifier.cpp:81
Methodforward
src/gpd/net/dense_layer.cpp:6
Methodforward
(self, x)
pytorch/network.py:23
Methodforward
(self, x)
pytorch/network.py:41
Methodforward
(self, x)
pytorch/overfit.py:41
Methodforward
(self, x)
pytorch/train_net2.py:44
Methodforward
(self, x)
pytorch/train_net_multiple_workers.py:44
Methodforward
(self, x)
pytorch/train_net4.py:48
Methodforward
(self, x)
pytorch/train_net.py:38
Methodforward
(self, x)
pytorch/train_net_zarr.py:45
FunctionfreeMemoryGrasps
src/detect_grasps_python.cpp:598
MethodgenerateGraspCandidates
src/gpd/candidate/candidates_generator.cpp:39
FunctiongenerateGraspCandidatesInFile
src/detect_grasps_python.cpp:530
MethodgetBatchSize
src/gpd/net/openvino_classifier.cpp:100
MethodgetBatchSize
include/gpd/net/eigen_classifier.h:76
MethodgetBatchSize
* \brief Return the batch size. * \return the batch size */
include/gpd/net/caffe_classifier.h:84
MethodgetBottom
* \brief Return where the bottom of the hand is (where the hand base is). * \return the bottom of the hand */
include/gpd/candidate/finger_hand.h:148
MethodgetCenter
* \brief Return where the center of the hand is. * \return the center of the hand */
include/gpd/candidate/finger_hand.h:172
MethodgetHandDepth
* \brief Return the depth of the hand. * \return the hand depth */
include/gpd/candidate/finger_hand.h:128
MethodgetLeft
* \brief Return where the left finger is. * \return the left finger's location */
include/gpd/candidate/finger_hand.h:154
MethodgetRight
* \brief Return where the right finger is. * \return the right finger's location */
include/gpd/candidate/finger_hand.h:160
MethodgetSurface
* \brief Return where the bottom of the hand is in the point cloud. * \return the bottom of the hand in the point cloud */
include/gpd/candidate/finger_hand.h:178
MethodgetTop
* \brief Return where the top of the hand is (where the fingertips are). * \return the top of the hand */
include/gpd/candidate/finger_hand.h:166
MethodgetValueOfKey
include/gpd/util/config_file.h:82
MethodimageToArray
src/gpd/net/eigen_classifier.cpp:130
MethodimageToColumns
src/gpd/net/conv_layer.cpp:62
MethodinsertIntoHDF5
src/gpd/data_generator.cpp:460
Methodintersection
src/gpd/candidate/hand_set.cpp:268
MethodisGapFree
src/gpd/candidate/finger_hand.cpp:173
MethodisHalfAntipodal
* \brief Return whether the grasp is indeterminate. * \return true if the grasp is indeterminate, false otherwise */
include/gpd/candidate/hand.h:177
MethodisScoreGreater
* \brief Compare the scores of two given grasps. * \param hand1 the first grasp to be compared * \param hand1 the second grasp to be compared
include/gpd/grasp_detector.h:167
Methodis_a_ge_zero_and_a_lt_b
src/gpd/net/conv_layer.cpp:58
MethodkeyExists
src/gpd/util/config_file.cpp:108
MethodkeyboardEventOccurred
src/gpd/util/plot.cpp:764
MethodlabelHypothesis
src/gpd/candidate/hand_search.cpp:211
MethodlabelHypothesis
src/gpd/candidate/hand_set.cpp:253
MethodloadMesh
src/gpd/data_generator.cpp:349
MethodloadObjectNames
src/gpd/data_generator.cpp:370
Functionmain
src/label_grasps.cpp:132
Functionmain
src/generate_candidates.cpp:149
Functionmain
src/generate_data.cpp:69
Functionmain
src/detect_grasps.cpp:92
Functionmain
src/cem_detect_grasps.cpp:97
Functionmain
src/tests/test_hdf5.cpp:80
Functionmain
src/tests/test_lenet.cpp:25
Functionmain
src/tests/test_grasp_image.cpp:177
Functionmain
src/tests/test_conv_layer.cpp:46
MethodmakeImageStrategy
src/gpd/descriptor/image_strategy.cpp:11
FunctionmatrixToQuaternionStruct
src/detect_grasps_python.cpp:203
MethodmodifyCandidate
src/gpd/candidate/hand_set.cpp:235
← previousnext →201–300 of 369, ranked by callers