Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vicomtech/video-content-description-VCD
/ functions
Functions
1,776 in github.com/Vicomtech/video-content-description-VCD
⨍
Functions
1,776
◇
Types & classes
528
↓ 2 callers
Function
skip_whitespace
cpp/modules/vcd_core/include/nlohmann/json.hpp:7371
↓ 2 callers
Method
stringify
cpp/modules/vcd_core/src/vcd.cpp:44
↓ 2 callers
Method
takesArg
cpp/test/TestingFramework/catch.hpp:3560
↓ 2 callers
Method
testCaseEnded
cpp/test/TestingFramework/catch.hpp:6897
↓ 2 callers
Method
testGroupEnded
cpp/test/TestingFramework/catch.hpp:6904
↓ 2 callers
Method
testGroupStarting
cpp/test/TestingFramework/catch.hpp:6862
↓ 2 callers
Method
testRunEnded
cpp/test/TestingFramework/catch.hpp:6909
↓ 2 callers
Method
undistort_points2d
This function provides a mechanism to transfer from the distorted domain to the undistorted domain. E.g. img_und = self.came
vcd/scl.py:926
↓ 2 callers
Method
usage
cpp/test/TestingFramework/catch.hpp:3981
↓ 2 callers
Method
validate
(vcd: object)
nodejs/src/vcd.core.ts:1044
↓ 2 callers
Function
vcd_add_object_debug
()
draw/create_graph.py:13
↓ 2 callers
Method
write_bson
! @param[in] j JSON value to serialize @pre j.type() == value_t::object */
cpp/modules/vcd_core/include/nlohmann/json.hpp:12773
↓ 2 callers
Method
write_cbor
! @param[in] j JSON value to serialize */
cpp/modules/vcd_core/include/nlohmann/json.hpp:12793
↓ 2 callers
Method
write_msgpack
! @param[in] j JSON value to serialize */
cpp/modules/vcd_core/include/nlohmann/json.hpp:13098
↓ 2 callers
Method
write_ubjson
! @param[in] j JSON value to serialize @param[in] use_count whether to use '#' prefixes (optimized format) @param[in] use_type wheth
cpp/modules/vcd_core/include/nlohmann/json.hpp:13422
↓ 1 callers
Function
R2rvec
(R)
vcd/utils.py:391
↓ 1 callers
Method
__compute_data_pointers
(self, openlabel_100_data)
vcd/core.py:1948
↓ 1 callers
Method
__compute_last_uid
(self)
vcd/core.py:449
↓ 1 callers
Method
__get_transform_chain
(self, cs_src, cs_dst)
vcd/scl.py:578
↓ 1 callers
Method
__get_uid_to_assign
(self, element_type, uid)
vcd/core.py:400
↓ 1 callers
Method
__has_remaps
(self)
vcd/scl.py:857
↓ 1 callers
Method
__init__
(self, val=None)
vcd/core.py:213
↓ 1 callers
Method
__invert_polynomial
(self, d, n=100)
vcd/scl.py:1209
↓ 1 callers
Method
__plot_cs
(self, pose_wrt_ref, name, L=1)
vcd/draw.py:35
↓ 1 callers
Method
__set_element_at_root_and_frames
( self, element_type, name, semantic_type, frame_intervals, uid, ont_uid, coordinate_system, res_u
vcd/core.py:532
↓ 1 callers
Method
__set_vcd_frame_intervals
(self, frame_intervals)
vcd/core.py:428
↓ 1 callers
Method
abortAfter
cpp/test/TestingFramework/catch.hpp:3239
↓ 1 callers
Method
acquireChild
cpp/test/TestingFramework/catch.hpp:4969
↓ 1 callers
Method
addAnnotator
(annotator: string)
nodejs/src/vcd.core.ts:835
↓ 1 callers
Method
addComment
(comment: string)
nodejs/src/vcd.core.ts:840
↓ 1 callers
Method
addFileVersion
(version: string)
nodejs/src/vcd.core.ts:820
↓ 1 callers
Method
addFrameProperties
(frameNum: number, timestamp = null, additionalProperties = null)
nodejs/src/vcd.core.ts:960
↓ 1 callers
Method
addName
(name: string)
nodejs/src/vcd.core.ts:830
↓ 1 callers
Method
addRelationActionAction
(name: string, semanticType: string, actionUid1: string | number, actionUid2: string | number, relationUid = n
nodejs/src/vcd.core.ts:1215
↓ 1 callers
Method
addResource
(resourceName)
nodejs/src/vcd.core.ts:877
↓ 1 callers
Function
addTestOrTags
cpp/test/TestingFramework/catch.hpp:4145
↓ 1 callers
Method
add_annotator
(self, annotator)
vcd/core.py:898
↓ 1 callers
Method
add_comment
(self, comment)
vcd/core.py:904
↓ 1 callers
Method
add_file_version
(self, version)
vcd/core.py:881
↓ 1 callers
Method
add_frame_properties
(self, frame_num, timestamp=None, properties=None)
vcd/core.py:991
↓ 1 callers
Method
add_metadata
This functions adds metadata to the ontology
ontologies/AGO/ontology_database/def_ontology_import.py:44
↓ 1 callers
Method
add_name
(self, name)
vcd/core.py:892
↓ 1 callers
Method
add_neo4j_labels
Classify Neo4j nodes according to the core-elements by including neo4j-labels.
ontologies/AGO/ontology_database/def_ontology_import.py:28
↓ 1 callers
Method
add_relation_action_action
(self, name, semantic_type, action_uid_1, action_uid_2, relation_uid=None,
vcd/core.py:1225
↓ 1 callers
Method
add_resource
(self, resource_name)
vcd/core.py:929
↓ 1 callers
Function
add_some_objects
(vcd)
draw/vcd_draw_pinhole_reprojection.py:97
↓ 1 callers
Function
add_some_objects
(vcd)
draw/vcd_draw_pinhole.py:233
↓ 1 callers
Function
add_some_objects
(vcd)
draw/vcd_draw_fisheye_xz1z2.py:295
↓ 1 callers
Method
advanceGeneratorsForCurrentTest
cpp/test/TestingFramework/catch.hpp:6169
↓ 1 callers
Method
all
cpp/test/TestingFramework/catch.hpp:4837
↓ 1 callers
Method
allOk
cpp/test/TestingFramework/catch.hpp:1745
↓ 1 callers
Method
allowThrows
cpp/test/TestingFramework/catch.hpp:7427
↓ 1 callers
Function
append_exponent
cpp/modules/vcd_core/include/nlohmann/json.hpp:15262
↓ 1 callers
Method
asDict
()
nodejs/src/vcd.core.ts:44
↓ 1 callers
Method
as_dict
(self)
vcd/core.py:53
↓ 1 callers
Function
at
! @brief access specified array element with bounds checking Returns a reference to the element at specified location @a idx, with bounds
cpp/modules/vcd_core/include/nlohmann/json.hpp:19793
↓ 1 callers
Function
base64Decoder
(_value)
vcd/poly2d.py:277
↓ 1 callers
Function
base64Decoder
(_value)
nodejs/src/vcd.poly2d.ts:292
↓ 1 callers
Function
base64Encoder
(_num)
vcd/poly2d.py:272
↓ 1 callers
Function
base64Encoder
(_num)
nodejs/src/vcd.poly2d.ts:287
↓ 1 callers
Method
bindProcessName
cpp/test/TestingFramework/catch.hpp:3918
↓ 1 callers
Method
build
cpp/test/TestingFramework/catch.hpp:7429
↓ 1 callers
Function
calculateMultiplier2
(val, x, y)
vcd/poly2d.py:326
↓ 1 callers
Method
captureExpression
cpp/test/TestingFramework/catch.hpp:7410
↓ 1 callers
Function
chainCodeBase64Decoder
(_chaincodebits: string, _chaincode_bits: number, bitsvectorrest: number)
nodejs/src/vcd.poly2d.ts:242
↓ 1 callers
Function
chainCodeBase64Encoder
(_chaincode, _chaincode_bits)
nodejs/src/vcd.poly2d.ts:265
↓ 1 callers
Function
cleanUp
cpp/test/TestingFramework/catch.hpp:6021
↓ 1 callers
Function
cleanUpContext
cpp/test/TestingFramework/catch.hpp:6239
↓ 1 callers
Method
clear_database
Clear the database before reloading the ontology to delete the graph elements and removing existing constraints.
ontologies/AGO/ontology_database/def_ontology_import.py:18
↓ 1 callers
Method
compute_horizon_line
This function computes the horizon line (as the projection of the infinite Z=0) for a camera at a certain frameNum, in image coordina
vcd/scl.py:409
↓ 1 callers
Function
consecutive
(fi_a, fi_b)
vcd/utils.py:55
↓ 1 callers
Function
consecutive
(fiA: object, fiB: object)
nodejs/src/vcd.utils.ts:48
↓ 1 callers
Function
contains
cpp/test/TestingFramework/catch.hpp:6981
↓ 1 callers
Function
convert_KITTI_tracking_to_VCD4
()
converters/kittiConverter/converter.py:364
↓ 1 callers
Function
convert_instances_to_base64
(img_name)
converters/mapillaryConverter/convert_mapillary.py:148
↓ 1 callers
Function
convert_labels_to_base64
(img_name)
converters/mapillaryConverter/convert_mapillary.py:108
↓ 1 callers
Function
convert_town_center_to_VCD
()
converters/towncenterConverter/converter.py:43
↓ 1 callers
Method
count
cpp/modules/vcd_core/include/nlohmann/json.hpp:16506
↓ 1 callers
Function
crbegin
! @brief returns a const reverse iterator to the last element Returns a const iterator to the reverse-beginning; that is, the last elemen
cpp/modules/vcd_core/include/nlohmann/json.hpp:21181
↓ 1 callers
Method
create
cpp/test/TestingFramework/catch.hpp:5880
↓ 1 callers
Function
createGeneratorsForTest
cpp/test/TestingFramework/catch.hpp:6481
↓ 1 callers
Function
createStream
cpp/test/TestingFramework/catch.hpp:6231
↓ 1 callers
Function
create_reprojections
(vcd)
draw/vcd_draw_pinhole_reprojection.py:251
↓ 1 callers
Function
crend
! @brief returns a const reverse iterator to one before the first Returns a const reverse iterator to the reverse-end; that is, one before
cpp/modules/vcd_core/include/nlohmann/json.hpp:21210
↓ 1 callers
Method
currentSectionHasChildren
cpp/test/TestingFramework/catch.hpp:5028
↓ 1 callers
Function
decompose_pose
(pose_4x4)
vcd/utils.py:302
↓ 1 callers
Function
deleteAllValues
cpp/test/TestingFramework/catch.hpp:222
↓ 1 callers
Method
delta
cpp/test/TestingFramework/catch.hpp:1763
↓ 1 callers
Method
dijkstra
(self, source, dest)
vcd/scl.py:202
↓ 1 callers
Method
distort_points2d
This is a function to project from undistorted to distorted images. :param points2d_und_3xN: undistorted points 3xN homogeneous coord
vcd/scl.py:915
↓ 1 callers
Method
draw_BEV
(self, cam_name)
vcd/draw.py:655
↓ 1 callers
Method
draw_BEVs
This function draws BEVs into the topview :param _frameNum: :return:
vcd/draw.py:678
↓ 1 callers
Method
draw_base
(self, _img, _frameNum)
vcd/draw.py:1057
↓ 1 callers
Method
draw_bbox
(self, _img, _bbox, _object_class, _color, add_border=False)
vcd/draw.py:795
↓ 1 callers
Method
draw_cuboid
(self, _img, _cuboid_vals, _class, _color)
vcd/draw.py:773
↓ 1 callers
Method
draw_cuboid_topview
(self, _img, _cuboid, _class, _color, _thick, _ID="")
vcd/draw.py:408
↓ 1 callers
Method
draw_info
(self, topView, frameNum=None)
vcd/draw.py:329
↓ 1 callers
Function
draw_kitti_tracking
(sequence_number, record_video, draw_images)
draw/vcd_draw_kitti_tracking.py:31
↓ 1 callers
Function
draw_mesh
(vcd)
draw/vcd_draw_mesh.py:32
↓ 1 callers
Method
draw_mesh_topview
(self, img, mesh, points3d_4xN)
vcd/draw.py:422
← previous
next →
401–500 of 1,776, ranked by callers