MCPcopy Create free account

hub / github.com/Vicomtech/video-content-description-VCD / functions

Functions1,776 in github.com/Vicomtech/video-content-description-VCD

Methodcontains
(frameIntervals: FrameIntervals)
nodejs/src/vcd.core.ts:153
Methodconvert
cpp/test/TestingFramework/catch.hpp:1147
Methodconvert
cpp/test/TestingFramework/catch.hpp:1153
Methodconvert
cpp/test/TestingFramework/catch.hpp:1165
Methodconvert
cpp/test/TestingFramework/catch.hpp:1178
Methodconvert
cpp/test/TestingFramework/catch.hpp:1201
Methodconvert
cpp/test/TestingFramework/catch.hpp:1211
Methodconvert
cpp/test/TestingFramework/catch.hpp:1267
Functionconvert_oxts_to_pose
(oxts)
vcd/utils.py:483
Functioncount
cpp/modules/vcd_core/include/nlohmann/json.hpp:20863
Methodcount_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
Methodcreate
! @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
Methodcreate
cpp/modules/vcd_core/include/nlohmann/json.hpp:2513
Methodcreate
cpp/modules/vcd_core/include/nlohmann/json.hpp:2567
Methodcreate
cpp/modules/vcd_core/include/nlohmann/json.hpp:2614
Methodcreate
cpp/modules/vcd_core/include/nlohmann/json.hpp:2652
Methodcreate
cpp/modules/vcd_core/include/nlohmann/json.hpp:5056
Methodcreate
cpp/modules/vcd_core/include/nlohmann/json.hpp:5080
Methodcreate
cpp/test/TestingFramework/catch.hpp:7786
Methodcreate
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
FunctioncreatePose
(R,C)
nodejs/src/vcd.utils.ts:263
Methodcustom
cpp/test/TestingFramework/catch.hpp:2137
MethoddbgName
cpp/test/TestingFramework/catch.hpp:3739
Methoddecode
! @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
MethoddimColour
cpp/test/TestingFramework/catch.hpp:9033
Methoddistort_points2d
(self, points2d_und_3xN)
vcd/scl.py:1249
Methoddiyfp
cpp/modules/vcd_core/include/nlohmann/json.hpp:14396
Methoddraw
(self, _str, cols=600, rows=1200)
vcd/draw.py:1127
Methoddummy
cpp/test/TestingFramework/catch.hpp:9228
Methoddump_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
Methoddump_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
Methoddump_integer
cpp/modules/vcd_core/include/nlohmann/json.hpp:16113
Methodempty
cpp/modules/vcd_core/include/nlohmann/json.hpp:4872
MethodendExpression
cpp/test/TestingFramework/catch.hpp:1370
Methodend_array
cpp/modules/vcd_core/include/nlohmann/json.hpp:5434
Methodend_array
cpp/modules/vcd_core/include/nlohmann/json.hpp:5651
Methodend_object
cpp/modules/vcd_core/include/nlohmann/json.hpp:5415
Methodend_object
cpp/modules/vcd_core/include/nlohmann/json.hpp:5605
MethodensureTagClosed
cpp/test/TestingFramework/catch.hpp:8009
Functioneuler2R
(a, seq=EulerSeq.ZYX)
nodejs/src/vcd.utils.ts:321
Methodevaluate
cpp/test/TestingFramework/catch.hpp:843
Methodevaluate
cpp/test/TestingFramework/catch.hpp:849
Methodevaluate
cpp/test/TestingFramework/catch.hpp:855
Methodevaluate
cpp/test/TestingFramework/catch.hpp:861
Methodevaluate
cpp/test/TestingFramework/catch.hpp:867
Methodevaluate
cpp/test/TestingFramework/catch.hpp:873
Methodexception_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
Methodexception_message
cpp/modules/vcd_core/include/nlohmann/json.hpp:10572
MethodexpectedToFail
cpp/test/TestingFramework/catch.hpp:6693
FunctionextractMultiplierMap
(map)
vcd/poly2d.py:329
FunctionextractSRF6DCC2Points
(_chaincode, _xinit, _yinit)
nodejs/src/vcd.poly2d.ts:145
MethodfailedString
cpp/test/TestingFramework/catch.hpp:9036
Methodfile_input_adapter
cpp/modules/vcd_core/include/nlohmann/json.hpp:4760
Methodfill_buffer
UTF-32
cpp/modules/vcd_core/include/nlohmann/json.hpp:4887
Methodfill_buffer
UTF-16
cpp/modules/vcd_core/include/nlohmann/json.hpp:4945
Methodfill_buffer
cpp/modules/vcd_core/include/nlohmann/json.hpp:5034
Functionfilter_outside
(points2d_3xN, img_size, idx_valid)
vcd/utils.py:826
MethodfindChild
cpp/test/TestingFramework/catch.hpp:4963
MethodfindGeneratorsForCurrentTest
cpp/test/TestingFramework/catch.hpp:6192
Functionflatten
! @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
Functionflatten
(array)
nodejs/src/vcd.utils.ts:382
Functionfloat_2dec
This function is useful to print float into JSON with only 2 decimals
vcd/utils.py:760
FunctionframeIntervalIsInside
(frameIntervalsA: Array<Array<number>>, frameIntervalsB: Array<Array<number>>)
nodejs/src/vcd.utils.ts:140
Functionframe_interval_is_inside
(frame_intervals_a, frame_intervals_b)
vcd/utils.py:124
FunctionfromCameraMatrix3x3toCameraMatrix3x4
(camera_matrix_3x3)
vcd/utils.py:579
FunctionfromCameraMatrix3x4toCameraMatrix3x3
(camera_matrix_3x4)
vcd/utils.py:584
FunctionfromPinholeParamsToCameraMatrix3x4
(fx, fy, cx, cy)
vcd/utils.py:572
Functionfrom_MxN_to_OpenCV_Nx1xM
(array_MxN)
vcd/utils.py:812
Functionfrom_OpenCV_Nx1xM_to_MxN
(array_Nx1xM)
vcd/utils.py:818
Functionfrom_bson
cpp/modules/vcd_core/include/nlohmann/json.hpp:24362
Functionfrom_cbor
cpp/modules/vcd_core/include/nlohmann/json.hpp:23992
Methodfrom_json
cpp/modules/vcd_core/include/nlohmann/json.hpp:4382
Functionfrom_msgpack
cpp/modules/vcd_core/include/nlohmann/json.hpp:24134
Functionfrom_ubjson
cpp/modules/vcd_core/include/nlohmann/json.hpp:24249
Functionfront
! @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
FunctionfuseFrameIntervals
(frameIntervals: Array<object>)
nodejs/src/vcd.utils.ts:196
Functionfuse_frame_intervals
(frame_intervals)
vcd/utils.py:174
Functiongenerate_cuboid_points_ref_4x8
(cuboid)
vcd/utils.py:707
Functiongenerate_grid
(x_params, y_params, z_params)
vcd/utils.py:793
Methodget
cpp/modules/vcd_core/include/vcd.h:56
MethodgetAction
(uid: string | number)
nodejs/src/vcd.core.ts:1399
MethodgetActionUidByName
(name: string)
nodejs/src/vcd.core.ts:1433
MethodgetActionsWithActionDataName
(dataName: string)
nodejs/src/vcd.core.ts:1490
MethodgetAll
(elementType: ElementType)
nodejs/src/vcd.core.ts:1338
MethodgetAll2
(elementType1: ElementType, elementType2: ElementType)
nodejs/src/vcd.core.ts:1347
MethodgetAll3
(elementType1: ElementType, elementType2: ElementType, elementType3: ElementType)
nodejs/src/vcd.core.ts:1362
MethodgetContext
(uid: string | number)
nodejs/src/vcd.core.ts:1407
MethodgetContextData
(uid: string | number, dataName: string, frameNum = null)
nodejs/src/vcd.core.ts:1613
MethodgetContextDataFrameIntervals
(uid: string | number, dataName: string)
nodejs/src/vcd.core.ts:1653
MethodgetContextUidByName
(name: string)
nodejs/src/vcd.core.ts:1437
MethodgetContextsWithContextDataName
(dataName: string)
nodejs/src/vcd.core.ts:1496
MethodgetDescription
cpp/test/TestingFramework/catch.hpp:7790
MethodgetDescription
cpp/test/TestingFramework/catch.hpp:7822
MethodgetDescription
cpp/test/TestingFramework/catch.hpp:8255
MethodgetDescription
cpp/test/TestingFramework/catch.hpp:8464
MethodgetDescription
cpp/test/TestingFramework/catch.hpp:8907
MethodgetElapsedMicroseconds
cpp/test/TestingFramework/catch.hpp:6955
MethodgetElapsedMilliseconds
cpp/test/TestingFramework/catch.hpp:6958
MethodgetEvent
(uid: string | number)
nodejs/src/vcd.core.ts:1403
MethodgetEventData
(uid: string | number, dataName: string, frameNum = null)
nodejs/src/vcd.core.ts:1616
← previousnext →1,001–1,100 of 1,776, ranked by callers