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
Method
contains
(frameIntervals: FrameIntervals)
nodejs/src/vcd.core.ts:153
Method
convert
cpp/test/TestingFramework/catch.hpp:1147
Method
convert
cpp/test/TestingFramework/catch.hpp:1153
Method
convert
cpp/test/TestingFramework/catch.hpp:1165
Method
convert
cpp/test/TestingFramework/catch.hpp:1178
Method
convert
cpp/test/TestingFramework/catch.hpp:1201
Method
convert
cpp/test/TestingFramework/catch.hpp:1211
Method
convert
cpp/test/TestingFramework/catch.hpp:1267
Function
convert_oxts_to_pose
(oxts)
vcd/utils.py:483
Function
count
cpp/modules/vcd_core/include/nlohmann/json.hpp:20863
Method
count_digits
! @brief count digits Count the number of decimal (base 10) digits for an input unsigned integer. @param[in] x unsigned integer number
cpp/modules/vcd_core/include/nlohmann/json.hpp:16073
Method
create
! @brief create a parse error exception @param[in] id_ the id of the exception @param[in] pos the position where the error occ
cpp/modules/vcd_core/include/nlohmann/json.hpp:2436
Method
create
cpp/modules/vcd_core/include/nlohmann/json.hpp:2513
Method
create
cpp/modules/vcd_core/include/nlohmann/json.hpp:2567
Method
create
cpp/modules/vcd_core/include/nlohmann/json.hpp:2614
Method
create
cpp/modules/vcd_core/include/nlohmann/json.hpp:2652
Method
create
cpp/modules/vcd_core/include/nlohmann/json.hpp:5056
Method
create
cpp/modules/vcd_core/include/nlohmann/json.hpp:5080
Method
create
cpp/test/TestingFramework/catch.hpp:7786
Method
create
Please Note ***: - If you end up here looking at a compiler error because it's trying to register your custom reporter class be aware that the native
cpp/test/TestingFramework/catch.hpp:7818
Function
createPose
(R,C)
nodejs/src/vcd.utils.ts:263
Method
custom
cpp/test/TestingFramework/catch.hpp:2137
Method
dbgName
cpp/test/TestingFramework/catch.hpp:3739
Method
decode
! @brief check whether a string is UTF-8 encoded The function checks each byte of a string whether it is UTF-8 encoded. The result of the
cpp/modules/vcd_core/include/nlohmann/json.hpp:16298
Method
dimColour
cpp/test/TestingFramework/catch.hpp:9033
Method
distort_points2d
(self, points2d_und_3xN)
vcd/scl.py:1249
Method
diyfp
cpp/modules/vcd_core/include/nlohmann/json.hpp:14396
Method
draw
(self, _str, cols=600, rows=1200)
vcd/draw.py:1127
Method
dummy
cpp/test/TestingFramework/catch.hpp:9228
Method
dump_escaped
! @brief dump escaped string Escape a string by replacing certain special characters by a sequence of an escape character (backslash) and
cpp/modules/vcd_core/include/nlohmann/json.hpp:15817
Method
dump_float
! @brief dump a floating-point number Dump a given floating-point number to output stream @a o. Works internally with @a number_buffer.
cpp/modules/vcd_core/include/nlohmann/json.hpp:16199
Method
dump_integer
cpp/modules/vcd_core/include/nlohmann/json.hpp:16113
Method
empty
cpp/modules/vcd_core/include/nlohmann/json.hpp:4872
Method
endExpression
cpp/test/TestingFramework/catch.hpp:1370
Method
end_array
cpp/modules/vcd_core/include/nlohmann/json.hpp:5434
Method
end_array
cpp/modules/vcd_core/include/nlohmann/json.hpp:5651
Method
end_object
cpp/modules/vcd_core/include/nlohmann/json.hpp:5415
Method
end_object
cpp/modules/vcd_core/include/nlohmann/json.hpp:5605
Method
ensureTagClosed
cpp/test/TestingFramework/catch.hpp:8009
Function
euler2R
(a, seq=EulerSeq.ZYX)
nodejs/src/vcd.utils.ts:321
Method
evaluate
cpp/test/TestingFramework/catch.hpp:843
Method
evaluate
cpp/test/TestingFramework/catch.hpp:849
Method
evaluate
cpp/test/TestingFramework/catch.hpp:855
Method
evaluate
cpp/test/TestingFramework/catch.hpp:861
Method
evaluate
cpp/test/TestingFramework/catch.hpp:867
Method
evaluate
cpp/test/TestingFramework/catch.hpp:873
Method
exception_message
! @param[in] format the current format @param[in] detail a detailed error message @param[in] context further context information
cpp/modules/vcd_core/include/nlohmann/json.hpp:10050
Method
exception_message
cpp/modules/vcd_core/include/nlohmann/json.hpp:10572
Method
expectedToFail
cpp/test/TestingFramework/catch.hpp:6693
Function
extractMultiplierMap
(map)
vcd/poly2d.py:329
Function
extractSRF6DCC2Points
(_chaincode, _xinit, _yinit)
nodejs/src/vcd.poly2d.ts:145
Method
failedString
cpp/test/TestingFramework/catch.hpp:9036
Method
file_input_adapter
cpp/modules/vcd_core/include/nlohmann/json.hpp:4760
Method
fill_buffer
UTF-32
cpp/modules/vcd_core/include/nlohmann/json.hpp:4887
Method
fill_buffer
UTF-16
cpp/modules/vcd_core/include/nlohmann/json.hpp:4945
Method
fill_buffer
cpp/modules/vcd_core/include/nlohmann/json.hpp:5034
Function
filter_outside
(points2d_3xN, img_size, idx_valid)
vcd/utils.py:826
Method
findChild
cpp/test/TestingFramework/catch.hpp:4963
Method
findGeneratorsForCurrentTest
cpp/test/TestingFramework/catch.hpp:6192
Function
flatten
! @param[in] reference_string the reference string to the current value @param[in] value the value to consider @param[in,out]
cpp/modules/vcd_core/include/nlohmann/json.hpp:12384
Function
flatten
(array)
nodejs/src/vcd.utils.ts:382
Function
float_2dec
This function is useful to print float into JSON with only 2 decimals
vcd/utils.py:760
Function
frameIntervalIsInside
(frameIntervalsA: Array<Array<number>>, frameIntervalsB: Array<Array<number>>)
nodejs/src/vcd.utils.ts:140
Function
frame_interval_is_inside
(frame_intervals_a, frame_intervals_b)
vcd/utils.py:124
Function
fromCameraMatrix3x3toCameraMatrix3x4
(camera_matrix_3x3)
vcd/utils.py:579
Function
fromCameraMatrix3x4toCameraMatrix3x3
(camera_matrix_3x4)
vcd/utils.py:584
Function
fromPinholeParamsToCameraMatrix3x4
(fx, fy, cx, cy)
vcd/utils.py:572
Function
from_MxN_to_OpenCV_Nx1xM
(array_MxN)
vcd/utils.py:812
Function
from_OpenCV_Nx1xM_to_MxN
(array_Nx1xM)
vcd/utils.py:818
Function
from_bson
cpp/modules/vcd_core/include/nlohmann/json.hpp:24362
Function
from_cbor
cpp/modules/vcd_core/include/nlohmann/json.hpp:23992
Method
from_json
cpp/modules/vcd_core/include/nlohmann/json.hpp:4382
Function
from_msgpack
cpp/modules/vcd_core/include/nlohmann/json.hpp:24134
Function
from_ubjson
cpp/modules/vcd_core/include/nlohmann/json.hpp:24249
Function
front
! @brief access the first element Returns a reference to the first element in the container. For a JSON container `c`, the expression `c.
cpp/modules/vcd_core/include/nlohmann/json.hpp:20405
Function
fuseFrameIntervals
(frameIntervals: Array<object>)
nodejs/src/vcd.utils.ts:196
Function
fuse_frame_intervals
(frame_intervals)
vcd/utils.py:174
Function
generate_cuboid_points_ref_4x8
(cuboid)
vcd/utils.py:707
Function
generate_grid
(x_params, y_params, z_params)
vcd/utils.py:793
Method
get
cpp/modules/vcd_core/include/vcd.h:56
Method
getAction
(uid: string | number)
nodejs/src/vcd.core.ts:1399
Method
getActionUidByName
(name: string)
nodejs/src/vcd.core.ts:1433
Method
getActionsWithActionDataName
(dataName: string)
nodejs/src/vcd.core.ts:1490
Method
getAll
(elementType: ElementType)
nodejs/src/vcd.core.ts:1338
Method
getAll2
(elementType1: ElementType, elementType2: ElementType)
nodejs/src/vcd.core.ts:1347
Method
getAll3
(elementType1: ElementType, elementType2: ElementType, elementType3: ElementType)
nodejs/src/vcd.core.ts:1362
Method
getContext
(uid: string | number)
nodejs/src/vcd.core.ts:1407
Method
getContextData
(uid: string | number, dataName: string, frameNum = null)
nodejs/src/vcd.core.ts:1613
Method
getContextDataFrameIntervals
(uid: string | number, dataName: string)
nodejs/src/vcd.core.ts:1653
Method
getContextUidByName
(name: string)
nodejs/src/vcd.core.ts:1437
Method
getContextsWithContextDataName
(dataName: string)
nodejs/src/vcd.core.ts:1496
Method
getDescription
cpp/test/TestingFramework/catch.hpp:7790
Method
getDescription
cpp/test/TestingFramework/catch.hpp:7822
Method
getDescription
cpp/test/TestingFramework/catch.hpp:8255
Method
getDescription
cpp/test/TestingFramework/catch.hpp:8464
Method
getDescription
cpp/test/TestingFramework/catch.hpp:8907
Method
getElapsedMicroseconds
cpp/test/TestingFramework/catch.hpp:6955
Method
getElapsedMilliseconds
cpp/test/TestingFramework/catch.hpp:6958
Method
getEvent
(uid: string | number)
nodejs/src/vcd.core.ts:1403
Method
getEventData
(uid: string | number, dataName: string, frameNum = null)
nodejs/src/vcd.core.ts:1616
← previous
next →
1,001–1,100 of 1,776, ranked by callers