MCPcopy Create free account

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

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

MethodassertionStarting
cpp/test/TestingFramework/catch.hpp:6871
MethodassertionStarting
cpp/test/TestingFramework/catch.hpp:7710
MethodassertionStarting
cpp/test/TestingFramework/catch.hpp:8111
MethodassertionStarting
cpp/test/TestingFramework/catch.hpp:8477
MethodassertionStarting
cpp/test/TestingFramework/catch.hpp:8921
Functionback
! @brief access the last element Returns a reference to the last element in the container. For a JSON container `c`, the expression `c.ba
cpp/modules/vcd_core/include/nlohmann/json.hpp:20449
Functionbase64_to_image
(payload_base64_str, flag=1)
vcd/utils.py:867
Functionbasic_json array
! @brief explicitly create an array from an initializer list Creates a JSON array value from a given initializer list. That is, given a l
cpp/modules/vcd_core/include/nlohmann/json.hpp:18269
Functionbasic_json binary
! @brief explicitly create a binary array (without subtype) Creates a JSON binary array value from a given binary container. Binary value
cpp/modules/vcd_core/include/nlohmann/json.hpp:18166
Functionbasic_json diff
! @brief creates a diff as a JSON patch Creates a [JSON Patch](http://jsonpatch.com) so that value @a source can be changed into the valu
cpp/modules/vcd_core/include/nlohmann/json.hpp:24957
Functionbasic_json from_bson
cpp/modules/vcd_core/include/nlohmann/json.hpp:24331
Functionbasic_json from_cbor
cpp/modules/vcd_core/include/nlohmann/json.hpp:23959
Functionbasic_json from_msgpack
cpp/modules/vcd_core/include/nlohmann/json.hpp:24102
Functionbasic_json from_ubjson
cpp/modules/vcd_core/include/nlohmann/json.hpp:24218
Functionbasic_json meta
! @brief returns version information on the library This function returns a JSON object with information about the library, including the
cpp/modules/vcd_core/include/nlohmann/json.hpp:16830
Functionbasic_json object
! @brief explicitly create an object from an initializer list Creates a JSON object value from a given initializer list. The initializer
cpp/modules/vcd_core/include/nlohmann/json.hpp:18313
Functionbasic_json parse
cpp/modules/vcd_core/include/nlohmann/json.hpp:23173
Functionbetween
cpp/test/TestingFramework/catch.hpp:1971
Methodbinary
cpp/modules/vcd_core/include/nlohmann/json.hpp:5389
Methodbinary
cpp/modules/vcd_core/include/nlohmann/json.hpp:5564
Methodbinary_reader
! @brief create a binary reader @param[in] adapter input adapter to read from */
cpp/modules/vcd_core/include/nlohmann/json.hpp:7712
Methodbinary_writer
! @brief create a binary writer @param[in] adapter output adapter to write to */
cpp/modules/vcd_core/include/nlohmann/json.hpp:12764
Methodboolean
cpp/modules/vcd_core/include/nlohmann/json.hpp:5359
Methodboolean
cpp/modules/vcd_core/include/nlohmann/json.hpp:5534
MethodbothOrAll
cpp/test/TestingFramework/catch.hpp:9137
Functionbounding_rect
(points2d_3xN)
vcd/utils.py:779
Methodbyte_container_with_subtype
cpp/modules/vcd_core/include/nlohmann/json.hpp:4439
Methodcalc_bson_array_size
! @return The size of the BSON-encoded array @a value */
cpp/modules/vcd_core/include/nlohmann/json.hpp:13776
Methodcalc_bson_binary_size
! @return The size of the BSON-encoded binary array @a value */
cpp/modules/vcd_core/include/nlohmann/json.hpp:13791
Methodcalc_bson_element_size
! @brief Calculates the size necessary to serialize the JSON value @a j with its @a name @return The calculated size for the BSON document ent
cpp/modules/vcd_core/include/nlohmann/json.hpp:13833
Methodcalc_bson_entry_header_size
! @return The size of a BSON document entry header, including the id marker and the entry name size (and its null-terminator). */
cpp/modules/vcd_core/include/nlohmann/json.hpp:13629
Methodcalc_bson_integer_size
! @return The size of the BSON-encoded integer @a value */
cpp/modules/vcd_core/include/nlohmann/json.hpp:13706
Methodcalc_bson_object_size
! @brief Calculates the size of the BSON serialization of the given JSON-object @a j. @param[in] j JSON value to serialize @pr
cpp/modules/vcd_core/include/nlohmann/json.hpp:13927
Methodcalc_bson_string_size
! @return The size of the BSON-encoded string in @a value */
cpp/modules/vcd_core/include/nlohmann/json.hpp:13676
Methodcalc_bson_unsigned_size
! @return The size of the BSON-encoded unsigned integer in @a j */
cpp/modules/vcd_core/include/nlohmann/json.hpp:13734
Methodcamera_roi_z0
This function computes the region of the image which maps into the reference (cs) Z=0 plane by checking whether the re-projected poin
vcd/scl.py:237
MethodcaptureResult
cpp/test/TestingFramework/catch.hpp:7405
FunctionchainCodeBase64Encoder
(_chaincodevector, _chaincode_bits)
vcd/poly2d.py:284
FunctioncheckValueInKernel
(_kernel_direction_data, target)
vcd/poly2d.py:216
Functioncheck_frame_intervals
(vcd)
vcd/sanity.py:20
Functioncheck_frames_elements
(vcd)
vcd/sanity.py:68
Functionclear
! @brief clears the contents Clears the content of a JSON value and resets it to the default value as if @ref basic_json(value_t) would h
cpp/modules/vcd_core/include/nlohmann/json.hpp:21636
Methodclear_database
Clear the database before reloading the ontology to delete the graph elements and removing existing constraints.
ontologies/AGO/scenario_database/def_import_VCDscenario_to_Neo4j.py:20
Methodclear_subtype
! @brief clears the binary subtype Clears the binary subtype and flags the value as not having a subtype, which has implications for seri
cpp/modules/vcd_core/include/nlohmann/json.hpp:4564
Methodclone
cpp/test/TestingFramework/catch.hpp:2216
Methodclone
cpp/test/TestingFramework/catch.hpp:3574
Methodclone
cpp/test/TestingFramework/catch.hpp:3591
Methodclone
cpp/test/TestingFramework/catch.hpp:3607
Methodclone
cpp/test/TestingFramework/catch.hpp:3624
Methodclone
cpp/test/TestingFramework/catch.hpp:3642
Functioncompare
cpp/test/TestingFramework/catch.hpp:888
FunctioncomputeRS6FCC
(coords)
vcd/poly2d.py:17
FunctioncomputeSRF6DCC
(_coords)
vcd/poly2d.py:144
FunctioncomputeSRF6DCC
(_coords: Array<number>)
nodejs/src/vcd.poly2d.ts:90
Methodconfig
cpp/test/TestingFramework/catch.hpp:5248
Methodconstruct
cpp/modules/vcd_core/include/nlohmann/json.hpp:4020
Methodconstruct
cpp/modules/vcd_core/include/nlohmann/json.hpp:4032
Methodconstruct
cpp/modules/vcd_core/include/nlohmann/json.hpp:4062
Methodconstruct
cpp/modules/vcd_core/include/nlohmann/json.hpp:4084
Methodconstruct
cpp/modules/vcd_core/include/nlohmann/json.hpp:4096
Methodconstruct
cpp/modules/vcd_core/include/nlohmann/json.hpp:4108
Methodconstruct
cpp/modules/vcd_core/include/nlohmann/json.hpp:4120
Methodconstruct
cpp/modules/vcd_core/include/nlohmann/json.hpp:4179
Methodconstructor
()
nodejs/src/vcd.types.ts:31
Methodconstructor
( widthPx: number, heightPx: number, cameraMatrix3x4: Array<number>, distortionCoeffs1xN=null, additionalItems
nodejs/src/vcd.types.ts:37
Methodconstructor
( widthPx: number, heightPx: number, lensCoeffsLx4: Array<number>, centerX: number, centerY: number,
nodejs/src/vcd.types.ts:85
Methodconstructor
(additionalItems)
nodejs/src/vcd.types.ts:117
Methodconstructor
(val, type,additionalItems: object = null)
nodejs/src/vcd.types.ts:140
Methodconstructor
Equivalente to TransformData, but intended to be used when passive rotation and translation values are provided
nodejs/src/vcd.types.ts:161
Methodconstructor
(srcName: string, dstName: string , transform_src_to_dst, additionalItems: object = null)
nodejs/src/vcd.types.ts:168
Methodconstructor
(subjectName: string, referenceName: string, additionalItems: object = null)
nodejs/src/vcd.types.ts:185
Methodconstructor
(subjectName: string, referenceName: string, additionalItems: object = null)
nodejs/src/vcd.types.ts:193
Methodconstructor
( frameVcd=null, frameStream=null, timestampISO8601=null, frameShift=null, additionalItems)
nodejs/src/vcd.types.ts:203
Methodconstructor
( name: string, cs=null, properties=null, type=null)
nodejs/src/vcd.types.ts:274
Methodconstructor
( name: string, cs=null, properties=null)
nodejs/src/vcd.types.ts:331
Methodconstructor
( name: string, val: Array<number>, cs=null, properties=null )
nodejs/src/vcd.types.ts:337
Methodconstructor
( name: string, val: Array<number>, cs=null, properties=null )
nodejs/src/vcd.types.ts:349
Methodconstructor
( name: string, val, cs=null, properties=null, type=null )
nodejs/src/vcd.types.ts:361
Methodconstructor
( name: string, val, cs=null, properties=null, type=null )
nodejs/src/vcd.types.ts:373
Methodconstructor
( name: string, val: boolean, cs=null, properties=null , type=null )
nodejs/src/vcd.types.ts:385
Methodconstructor
( name: string, val: Array<number>, mode: Poly2DType, closed: boolean, hierarchy=null, cs=null, properties=nul
nodejs/src/vcd.types.ts:393
Methodconstructor
( name: string, val, closed, cs=null, properties=null )
nodejs/src/vcd.types.ts:438
Methodconstructor
( name: string, val, cs=null, properties=null )
nodejs/src/vcd.types.ts:456
Methodconstructor
( name: string, val: string, mimeType: string, encoding: string, cs=null, properties=null )
nodejs/src/vcd.types.ts:498
Methodconstructor
( name: string, val: Array<number>, channels: number, width: number, height: number, dataType: string, cs=null
nodejs/src/vcd.types.ts:508
Methodconstructor
( name: string, val: string, dataType: string, encoding: string, cs=null, properties=null )
nodejs/src/vcd.types.ts:524
Methodconstructor
( name: string, val: Array<number> | Array<string>, cs=null, properties=null, type=null )
nodejs/src/vcd.types.ts:534
Methodconstructor
( name: string, val: Array<number>, id=null, cs=null, properties=null )
nodejs/src/vcd.types.ts:542
Methodconstructor
( name: string, val: Array<number>, id=null, cs=null, properties=null )
nodejs/src/vcd.types.ts:562
Methodconstructor
( name: string, val, referenceType: ObjectDataType, cs=null, properties=null )
nodejs/src/vcd.types.ts:582
Methodconstructor
( name: string, val, referenceType: ObjectDataType, cs=null, properties=null )
nodejs/src/vcd.types.ts:596
Methodconstructor
( name: string, val, referenceType: ObjectDataType, cs=null, properties=null )
nodejs/src/vcd.types.ts:602
Methodconstructor
( name: string, val, referenceType: ObjectDataType, cs=null, properties=null )
nodejs/src/vcd.types.ts:608
Methodconstructor
( name: string, cs=null, properties=null )
nodejs/src/vcd.types.ts:618
Methodconstructor
(resourceUid, idAtResource)
nodejs/src/vcd.core.ts:39
Methodconstructor
(frameValue = null)
nodejs/src/vcd.core.ts:75
Methodconstructor
(val = null)
nodejs/src/vcd.core.ts:177
Methodconstructor
(vcd_json = null, validation = false)
nodejs/src/vcd.core.ts:249
Methodconstructor
(vcd_json = null, validation = false)
nodejs/src/vcd.core.ts:2032
Functioncontains
! @throw parse_error.106 if an array index begins with '0' @throw parse_error.109 if an array index was not a number */
cpp/modules/vcd_core/include/nlohmann/json.hpp:12196
← previousnext →901–1,000 of 1,776, ranked by callers