MCPcopy Create free account

hub / github.com/davheld/GOTURN / functions

Functions218 in github.com/davheld/GOTURN

↓ 1 callersMethodset_height
src/native/vot.h:144
↓ 1 callersMethodset_test_net
src/network/regressor_train.cpp:31
↓ 1 callersMethodset_width
src/native/vot.h:143
↓ 1 callersMethodset_x
src/native/vot.h:141
↓ 1 callersMethodset_y
src/native/vot.h:142
↓ 1 callersFunctiontrain_image
Train on a random image.
src/train/train.cpp:26
↓ 1 callersFunctiontrain_video
Train on all annotated frames in the set of videos.
src/train/train.cpp:46
↓ 1 callersFunctionunsignedint2str
src/helper/helper.cpp:50
MethodBoundingBox
src/helper/bounding_box.cpp:24
MethodComputeStatistics
src/loader/loader_imagenet_det.cpp:176
MethodEstimate
src/network/regressor.cpp:109
MethodExampleGenerator
src/train/example_generator.cpp:17
MethodFindAnnotation
src/loader/video.cpp:94
MethodGetFeatures
src/network/regressor.cpp:154
MethodGetOutput
src/network/regressor.cpp:214
MethodHighResTimer
src/helper/high_res_timer.cpp:11
MethodInit
Called at the beginning of tracking a new object to initialize the network.
src/network/regressor_base.h:27
MethodInit
src/network/regressor.cpp:88
MethodLoadAnnotation
src/loader/loader_imagenet_det.cpp:306
MethodLoadAnnotationFile
src/loader/loader_imagenet_det.cpp:84
MethodLoadImage
src/loader/loader_imagenet_det.cpp:286
MethodLoaderAlov
src/loader/loader_alov.cpp:22
MethodLoaderImagenetDet
src/loader/loader_imagenet_det.cpp:20
MethodLoaderVOT
src/loader/loader_vot.cpp:15
MethodMakeTrainingExamples
src/train/example_generator.cpp:45
MethodMakeTrainingExamples
src/train/tracker_trainer.cpp:28
MethodMySolver
src/network/regressor_train_base.cpp:3
MethodPostProcessAll
src/tracker/tracker_manager.cpp:205
MethodPostProcessAll
Called after finishing tracking all videos. (Used by subclasses)
src/tracker/tracker_manager.h:40
MethodPostProcessVideo
src/tracker/tracker_manager.cpp:200
MethodPostProcessVideo
Called after finishing tracking a video. (Used by subclasses)
src/tracker/tracker_manager.h:37
MethodPreprocess
src/network/regressor.cpp:284
MethodPrint
src/helper/bounding_box.cpp:92
MethodProcessBatch
src/train/tracker_trainer.cpp:45
MethodProcessTrackOutput
src/tracker/tracker_manager.cpp:86
MethodProcessTrackOutput
Called immediately after estimating the current location of the target object.
src/tracker/tracker_manager.h:31
MethodRegressor
src/network/regressor.cpp:16
MethodRegressorBase
src/network/regressor_base.cpp:3
MethodRegressorTrain
src/network/regressor_train.cpp:10
MethodRegressorTrainBase
src/network/regressor_train_base.cpp:7
MethodReshapeImageInputs
src/network/regressor.cpp:143
MethodScopedTimer
src/helper/high_res_timer.cpp:118
MethodSetImages
src/network/regressor.cpp:175
MethodSetMean
src/network/regressor.cpp:83
MethodSetupEstimate
src/tracker/tracker_manager.cpp:154
MethodSetupEstimate
Called immediately before estimating the current location of the target object.
src/tracker/tracker_manager.h:28
MethodSetupNetwork
src/network/regressor.cpp:40
MethodShowAnnotations
src/loader/loader_imagenet_det.cpp:259
MethodShowAnnotationsRand
src/loader/loader_imagenet_det.cpp:347
MethodShowImages
src/loader/loader_imagenet_det.cpp:160
MethodShowTracking
src/tracker/tracker.cpp:81
MethodShowVideos
src/loader/video_loader.cpp:22
MethodStep
src/network/regressor_train.cpp:90
MethodTracker
src/tracker/tracker.cpp:12
MethodTrackerManager
src/tracker/tracker_manager.cpp:10
MethodTrackerTesterAlov
src/tracker/tracker_manager.cpp:115
MethodTrackerTrainer
src/train/tracker_trainer.cpp:14
MethodTrackerVisualizer
src/tracker/tracker_manager.cpp:79
MethodTrain
src/network/regressor_train.cpp:66
MethodVOT
src/native/vot.h:278
MethodVOTRegion
src/native/vot.h:116
FunctionVOT_PREFIX(vot_end)
src/native/vot.cpp:380
FunctionVOT_PREFIX(vot_frame)
* Returns the file name of the current frame. This function does not advance * the current position. */
src/native/vot.cpp:323
FunctionVOT_PREFIX(vot_initialize)
* Reads the input data and initializes all structures. Returns the initial * position of the object as specified in the input data. This function sho
src/native/vot.cpp:179
FunctionVOT_PREFIX(vot_quit)
* Stores results to the result file and frees memory. This function should be * called at the end of the tracking program. */
src/native/vot.cpp:277
FunctionVOT_PREFIX(vot_report)
* Used to report position of the object. This function also advances the * current position. */
src/native/vot.cpp:362
MethodVideoInit
src/tracker/tracker_manager.cpp:111
MethodVideoInit
Functions for subclasses that get called at appropriate times.
src/tracker/tracker_manager.h:25
MethodVideoLoader
src/loader/video_loader.cpp:19
MethodVisualizeExample
src/train/example_generator.cpp:157
MethodWrapInputLayer
Wrap the input layer of the network in separate cv::Mat objects (one per channel). This way we save one memcpy operation and we don't need to rely on
src/network/regressor.cpp:224
Method_region_to_trax
src/native/vot.h:353
Method_trax_to_region
src/native/vot.h:345
Methodcompute_area
src/helper/bounding_box.cpp:350
Methodcompute_intersection
src/helper/bounding_box.cpp:345
MethodgetHours
src/helper/high_res_timer.cpp:61
MethodgetMicroseconds
src/helper/high_res_timer.cpp:41
MethodgetMinutes
src/helper/high_res_timer.cpp:56
MethodgetSeconds
src/helper/high_res_timer.cpp:51
Methodget_default_bb_params
src/train/example_generator.cpp:88
Methodget_scale_factor
src/helper/bounding_box.h:62
Methodget_videos
src/loader/video_loader.h:29
Functiongpc_add_contour
scripts/Fscore_v1.0/polygonClipper/gpc.c:1076
Functiongpc_free_tristrip
scripts/Fscore_v1.0/polygonClipper/gpc.c:1754
Functiongpc_polygon_to_tristrip
scripts/Fscore_v1.0/polygonClipper/gpc.c:1765
Functiongpc_read_polygon
scripts/Fscore_v1.0/polygonClipper/gpc.c:1029
Functiongpc_write_polygon
scripts/Fscore_v1.0/polygonClipper/gpc.c:1056
Functionmain
src/test/test_tracker_vot.cpp:13
Functionmain
src/test/save_videos_vot.cpp:19
Functionmain
src/test/test_tracker_alov.cpp:19
Functionmain
src/visualizer/show_tracker_vot.cpp:20
Functionmain
src/visualizer/show_alov.cpp:11
Functionmain
src/visualizer/show_imagenet.cpp:9
Functionmain
src/visualizer/show_tracker_alov.cpp:20
Functionmain
src/native/static.c:44
Functionmain
src/native/static.cpp:41
Functionmain
src/native/ncc.cpp:128
Functionmain
src/train/pretrain.cpp:42
Functionmain
src/train/train.cpp:87
FunctionmexFunction
scripts/Fscore_v1.0/polygonClipper/gpc_mexfile.c:26
← previousnext →101–200 of 218, ranked by callers