MCPcopy Create free account

hub / github.com/YuliangXiu/PoseFlow / functions

Functions289 in github.com/YuliangXiu/PoseFlow

↓ 1 callersFunctionSWIG_Python_TypeCache
The python cached type query */
deepmatching/deepmatching_wrap.c:2733
↓ 1 callersFunctionSWIG_Python_TypeError
deepmatching/deepmatching_wrap.c:2824
↓ 1 callersFunctionSWIG_Python_UnpackTuple
deepmatching/deepmatching_wrap.c:1304
↓ 1 callersFunctionSWIG_TypeCmp
Check type equivalence in a name list like <name1>|<name2>|... Return 0 if equal, -1 if nb < tb, 1 if nb > tb */
deepmatching/deepmatching_wrap.c:382
↓ 1 callersFunctionSWIG_TypeEquiv
Check type equivalence in a name list like <name1>|<name2>|... Return 0 if not equal, 1 if equal */
deepmatching/deepmatching_wrap.c:401
↓ 1 callersFunctionSWIG_TypeNameComp
Compare two type names skipping the space characters, therefore "char*" == "char *" and "Class<int>" == "Class<int >", etc. Return 0 when the two
deepmatching/deepmatching_wrap.c:367
↓ 1 callersFunctionSWIG_TypeQueryModule
Search for a swig_type_info structure for either a mangled name or a human readable name. It first searches the mangled names of the types, which is
deepmatching/deepmatching_wrap.c:590
↓ 1 callersFunctionSWIG_UnpackVoidPtr
deepmatching/deepmatching_wrap.c:674
↓ 1 callersFunctionSWIG_pchar_descriptor
deepmatching/deepmatching_wrap.c:3011
↓ 1 callersFunctionSwigPyClientData_Del
deepmatching/deepmatching_wrap.c:1504
↓ 1 callersFunctionSwigPyObject_GetDesc
deepmatching/deepmatching_wrap.c:2816
↓ 1 callersFunctionSwigPyObject_append
deepmatching/deepmatching_wrap.c:1702
↓ 1 callersFunctionSwigPyObject_compare
deepmatching/deepmatching_wrap.c:1608
↓ 1 callersFunctionSwigPyObject_long
deepmatching/deepmatching_wrap.c:1541
↓ 1 callersFunctionSwigPyPacked_New
deepmatching/deepmatching_wrap.c:2144
↓ 1 callersFunctionSwigPyPacked_UnpackData
deepmatching/deepmatching_wrap.c:2163
↓ 1 callersFunctionSwigPyPacked_type
deepmatching/deepmatching_wrap.c:2036
↓ 1 callersFunction_SWIG_Py_None
deepmatching/deepmatching_wrap.c:1398
↓ 1 callersFunction_SWIG_This
deepmatching/deepmatching_wrap.c:2180
↓ 1 callersFunction_argmax_correspondences
deepmatching/maxfilter.cpp:657
↓ 1 callersFunction_argmax_correspondences_rec
Return the best assignment (= list of correspondences) for a given maxima from a pyramid top, this function returns a list of weigthed correspo
deepmatching/maxfilter.cpp:538
↓ 1 callersFunction_argmax_correspondences_rec_v1
deepmatching/maxfilter.cpp:666
↓ 1 callersFunction_argmax_correspondences_v1
deepmatching/maxfilter.cpp:752
↓ 1 callersFunction_avgpool2
average-pool in 2x2 px non-overlapping cells */
deepmatching/maxfilter.cpp:285
↓ 1 callersFunction_compute_grad_101
Compute the dx,dy gradient on the image based on a [-1,0,1] mask. =0 : no prior smoothing =1 : sobel smoothing */
deepmatching/hog.cpp:465
↓ 1 callersFunction_compute_hog
Compute the Histogram of oriented gradient for each pixel. Number of orientations is determined by hog->tz; method determines orientation bining
deepmatching/hog.cpp:485
↓ 1 callersFunction_compute_pure_gradient
compute original, unsmoothed, gradient */
deepmatching/hog.cpp:51
↓ 1 callersFunction_compute_sobel_gradient
compute gradient smoothed with Sobel mask */
deepmatching/hog.cpp:442
↓ 1 callersFunction_dotprod
matrix-matrix multiplication with several SGEMM (each is single-threaded) res = dot(patches, convolved_hog) P*npix P * nh nh * npix */
deepmatching/conv.cpp:465
↓ 1 callersFunction_dotprod_ngh_rad_T
convolution of each patch within a local neighborhood ngh_rad = max translation neighborhood has size 2*ngh_rad patch at (x,y
deepmatching/conv.cpp:533
↓ 1 callersFunction_extract_maxima
Return a list of local maxima in the scale-space of scores */
deepmatching/maxfilter.cpp:371
↓ 1 callersFunction_get_list_parents
deepmatching/maxfilter.cpp:345
↓ 1 callersFunction_max_filter_3
deepmatching/maxfilter.cpp:77
↓ 1 callersFunction_max_filter_3_and_subsample_layers
joint max-pooling and subsampling */
deepmatching/maxfilter.cpp:127
↓ 1 callersFunction_max_filter_3_horiz
deepmatching/maxfilter.cpp:21
↓ 1 callersFunction_max_filter_3_vert
deepmatching/maxfilter.cpp:48
↓ 1 callersFunction_prepare_big_cells
Prepare a grid of cell positions in the first image for a given scale. Big cells inherit the cell at the previous scale. size = size of cells at c
deepmatching/conv.cpp:331
↓ 1 callersFunction_prepare_dotprod_convolution
Prepare image for dotprod : dot(patches, res) where patches is n_patches x patch_dim set outside of the image to be equal to (0,...,ninth_val) *
deepmatching/conv.cpp:398
↓ 1 callersFunction_sample_patches
Sample a set of patches from a HOG image. grid : array of (x,y) position of the patches size: size of the patches, ie. [x,x+size[ x [y,y+size[
deepmatching/conv.cpp:231
↓ 1 callersFunction_smooth_121_horiz
deepmatching/hog.cpp:82
↓ 1 callersFunction_smooth_121_vert
deepmatching/hog.cpp:233
↓ 1 callersFunction_smooth_5_horiz
deepmatching/hog.cpp:86
↓ 1 callersFunction_smooth_5_vert
deepmatching/hog.cpp:237
↓ 1 callersFunction_smooth_7_horiz
deepmatching/hog.cpp:135
↓ 1 callersFunction_smooth_7_vert
deepmatching/hog.cpp:292
↓ 1 callersFunction_smooth_gaussian
deepmatching/hog.cpp:434
↓ 1 callersFunction_sparse_conv
Compute the (sparse) convolutions specified by <children> on <map> and put the result in <res>. A standard order is assumed on the children: a
deepmatching/conv.cpp:864
↓ 1 callersFunction_subsample2_offset
Subsample an array, equivalent to res = trueimg[:,offset_y::2,offset_x::2] except at boundaries, where the rules are a bit more complex: if img
deepmatching/maxfilter.cpp:216
↓ 1 callersFunction_swig_getattr_nondynamic
(self, class_type, name, static=1)
deepmatching/deepmatching.py:66
↓ 1 callersFunction_swig_setattr_nondynamic
(self, class_type, name, value, static=1)
deepmatching/deepmatching.py:43
↓ 1 callersFunctionadd_one_max
deepmatching/maxfilter.cpp:328
↓ 1 callersFunctionbilinear_interp
deepmatching/deep_matching.cpp:561
↓ 1 callersFunctioncal_pose_iou
(pose1_box,pose2_box, num,mag)
utils.py:133
↓ 1 callersFunctioncal_pose_iou_dm
(all_cors,pose1,pose2,num,mag)
utils.py:146
↓ 1 callersFunctioncolor_image_jpeg_load
deepmatching/io.cpp:179
↓ 1 callersFunctioncolor_image_png_load
deepmatching/io.cpp:226
↓ 1 callersFunctioncolor_image_pnm_load
deepmatching/io.cpp:152
↓ 1 callersFunctioncompute_matching_pyr
Compute the multi-scale pyramid response
deepmatching/deep_matching.cpp:277
↓ 1 callersFunctionconvolve_atomic_patches
deepmatching/deep_matching.cpp:136
↓ 1 callersFunctioncorres_to_output
deepmatching/deepmatching_matlab.cpp:75
↓ 1 callersFunctiondeepmatching_numpy
(cim1, cim2, options)
deepmatching/deepmatching.py:98
↓ 1 callersFunctiondeepmatching_numpy
deepmatching/deepmatching_wrap.c:3112
↓ 1 callersFunctiondisplay_pose
(imgdir, visdir, tracked, cmap)
tracker-general.py:37
↓ 1 callersFunctionexpand_bbox
(left, right, top, bottom, img_width, img_height)
utils.py:46
↓ 1 callersFunctionextract_image_desc
extract pixel descriptor for both images
deepmatching/deep_matching.cpp:39
↓ 1 callersFunctionfast_add_trans
deepmatching/conv.cpp:121
↓ 1 callersFunctionfast_add_vec
deepmatching/conv.cpp:54
↓ 1 callersFunctionfast_set_vec
deepmatching/conv.cpp:44
↓ 1 callersFunctionfastconv
Compute the correlation of all patches with the second image (hog). In case of ngh_rad>0, the correlation is only computed in a small local neighbo
deepmatching/conv.cpp:696
↓ 1 callersFunctionfind_optimal_matchings
return points corresponding to patch matches
deepmatching/deep_matching.cpp:402
↓ 1 callersFunctionfind_region_cors_last
(box_pos, all_cors)
utils.py:198
↓ 1 callersFunctionfind_region_cors_next
(box_pos, all_cors)
utils.py:209
↓ 1 callersFunctionfind_two_pose_box_iou
(pose1_box, pose2_box, all_cors)
utils.py:115
↓ 1 callersFunctionfree_matching_pyramid
deepmatching/deep_matching.cpp:360
↓ 1 callersFunctiongather_correspondences
this function gather correspondences from each local maximum in the response maps */
deepmatching/deep_matching.cpp:479
↓ 1 callersFunctionget_image_size
deepmatching/io.cpp:96
↓ 1 callersFunctionget_list_parents
deepmatching/maxfilter.cpp:361
↓ 1 callersFunctionget_magic
deepmatching/io.cpp:53
↓ 1 callersFunctionget_pixmax
deepmatching/io.cpp:109
↓ 1 callersFunctionget_ppm_hdr
deepmatching/io.cpp:127
↓ 1 callersFunctionimage_crop
crop an image (in-place) */
deepmatching/image.cpp:234
↓ 1 callersFunctionimage_to_arraytype
convert a float image to a consecutive array a bit stupid but well */
deepmatching/pixel_desc.cpp:27
↓ 1 callersFunctionmax_array_i
deepmatching/conv.cpp:800
↓ 1 callersFunctionmaxpool3_and_subsample2
deepmatching/deep_matching.cpp:183
↓ 1 callersFunctionmemswap
deepmatching/std.h:44
↓ 1 callersFunctionmerge_corres
merge correspondences from several rotated/scaled version of an image into a single common reference frame rot0 = 2x3 rotation matrix: (pt in ro
deepmatching/maxfilter.cpp:936
↓ 1 callersFunctionnormalize_trans
Normalize weights in border areas of width <gap>. There are 9 areas: top-left, top-middle, top-right, ..., bottom-right. sum_divf indicates the
deepmatching/conv.cpp:813
↓ 1 callersFunctionoutput_correspondences
deepmatching/io.cpp:25
↓ 1 callersFunctionprepare_dotprod_convolution
deepmatching/conv.cpp:429
↓ 1 callersFunctionraw_read_color
deepmatching/io.cpp:141
↓ 1 callersFunctionrectify_conv
correct the convolution on the boundaries of the image ttx, tty: true shape of the res_map (in case of using offsets) */
deepmatching/conv.cpp:583
↓ 1 callersFunctionremove_list
(l1,vname,l2)
utils.py:233
↓ 1 callersFunctionreorder_rows
deepmatching/deep_matching.cpp:388
↓ 1 callersFunctionresize_if_needed_newsize
reallocate the memory of an image to fit the new width height */
deepmatching/image.cpp:123
↓ 1 callersFunctionretrieve_children
deepmatching/conv.cpp:308
↓ 1 callersFunctionrotate45
rotate a descriptor HOG image by a given angle
deepmatching/deep_matching.cpp:592
↓ 1 callersFunctionsample_patches
deepmatching/deep_matching.cpp:112
↓ 1 callersFunctionscore_from_autocorr
(img0, img1, corres)
deepmatching/rescore.py:5
↓ 1 callersFunctionset_default_desc_params
set default params
deepmatching/pixel_desc.cpp:40
↓ 1 callersFunctionshow_correspondences
( img0, img1, corr )
deepmatching/viz.py:7
← previousnext →101–200 of 289, ranked by callers