Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vicomtech/video-content-description-VCD
/ types & classes
Types & classes
528 in github.com/Vicomtech/video-content-description-VCD
⨍
Functions
1,776
◇
Types & classes
528
↓ 44 callers
Class
UID
This is a helper class that simplifies management of UIDs. Public functions permits the user to introduce either int or string values as UIDs
vcd/core.py:207
↓ 41 callers
Class
FrameIntervals
FrameIntervals class aims to simplify management of frame intervals
vcd/core.py:88
↓ 13 callers
Class
pluralise
cpp/test/TestingFramework/catch.hpp:237
↓ 10 callers
Class
Colour
cpp/test/TestingFramework/catch.hpp:4470
↓ 10 callers
Class
TextAttributes
cpp/test/TestingFramework/catch.hpp:3319
↓ 6 callers
Class
Text
cpp/test/TestingFramework/catch.hpp:3338
↓ 5 callers
Class
TestSpecParser
cpp/test/TestingFramework/catch.hpp:2945
↓ 5 callers
Class
diyfp
cpp/modules/vcd_core/include/nlohmann/json.hpp:14389
↓ 5 callers
Class
json_pointer
cpp/modules/vcd_core/include/nlohmann/json.hpp:2923
↓ 4 callers
Class
SummaryColumn
cpp/test/TestingFramework/catch.hpp:8771
↓ 3 callers
Class
Stream
cpp/test/TestingFramework/catch.hpp:433
↓ 3 callers
Class
out_of_range
! @brief exception indicating access out of the defined range This exception is thrown in case a library function is called on an input parameter tha
cpp/modules/vcd_core/include/nlohmann/json.hpp:2611
↓ 2 callers
Class
Arg
cpp/test/TestingFramework/catch.hpp:3733
↓ 2 callers
Class
AssertionInfo
cpp/test/TestingFramework/catch.hpp:664
↓ 2 callers
Class
CameraFisheye
vcd/scl.py:1152
↓ 2 callers
Class
CameraPinhole
The Pinhole camera model defines a projection mechanism composed by two steps: - Linear projection: using the camera_matrix (K) - Radial
vcd/scl.py:790
↓ 2 callers
Class
GroupInfo
cpp/test/TestingFramework/catch.hpp:4574
↓ 2 callers
Class
Session
cpp/test/TestingFramework/catch.hpp:5596
↓ 2 callers
Class
TestCaseStats
cpp/test/TestingFramework/catch.hpp:4644
↓ 2 callers
Class
TestRunStats
cpp/test/TestingFramework/catch.hpp:4698
↓ 2 callers
Class
Token
cpp/test/TestingFramework/catch.hpp:3651
↓ 2 callers
Class
input_stream_adapter
! Input adapter for a (caching) istream. Ignores a UFT Byte Order Mark at beginning of input. Does not support changing the underlying std::streambuf
cpp/modules/vcd_core/include/nlohmann/json.hpp:4790
↓ 2 callers
Class
parse_error
! @brief exception indicating a parse error This exception is thrown by the library when a parse error occurs. Parse errors can occur during the dese
cpp/modules/vcd_core/include/nlohmann/json.hpp:2424
↓ 1 callers
Class
Approx
cpp/test/TestingFramework/catch.hpp:2123
↓ 1 callers
Class
AssertionResult
cpp/test/TestingFramework/catch.hpp:687
↓ 1 callers
Class
AssertionStats
cpp/test/TestingFramework/catch.hpp:4588
↓ 1 callers
Class
BySectionInfo
cpp/test/TestingFramework/catch.hpp:7659
↓ 1 callers
Class
ConverterVCD420toOpenLabel100
vcd/core.py:1902
↓ 1 callers
Class
Counts
cpp/test/TestingFramework/catch.hpp:1487
↓ 1 callers
Class
Filter
cpp/test/TestingFramework/catch.hpp:2908
↓ 1 callers
Class
Graph
vcd/scl.py:152
↓ 1 callers
Class
KITTI_Tracking_reader
converters/kittiConverter/converter.py:30
↓ 1 callers
Class
LexSort
cpp/test/TestingFramework/catch.hpp:5727
↓ 1 callers
Class
ReporterConfig
cpp/test/TestingFramework/catch.hpp:4532
↓ 1 callers
Class
ResourceUID
This is a class to add additional UIDs to an element, according to its representation in another resource. E.g. A Lane or Road object lab
vcd/core.py:38
↓ 1 callers
Class
ResultBuilder
cpp/test/TestingFramework/catch.hpp:740
↓ 1 callers
Class
SectionStats
cpp/test/TestingFramework/catch.hpp:4620
↓ 1 callers
Class
SourceLineInfo
cpp/test/TestingFramework/catch.hpp:246
↓ 1 callers
Class
TagAlias
cpp/test/TestingFramework/catch.hpp:2430
↓ 1 callers
Class
TagInfo
cpp/test/TestingFramework/catch.hpp:4831
↓ 1 callers
Class
TestCase
cpp/test/TestingFramework/catch.hpp:432
↓ 1 callers
Class
TestCaseTracker
cpp/test/TestingFramework/catch.hpp:5004
↓ 1 callers
Class
TestFailureException
cpp/test/TestingFramework/catch.hpp:721
↓ 1 callers
Class
TestGroupStats
cpp/test/TestingFramework/catch.hpp:4672
↓ 1 callers
Class
TrackedSection
cpp/test/TestingFramework/catch.hpp:4945
↓ 1 callers
Class
UnfinishedSections
cpp/test/TestingFramework/catch.hpp:5441
↓ 1 callers
Class
file_input_adapter
! Input adapter for stdio file access. This adapter read only 1 byte and do not use any buffer. This adapter is a very low level adapter. */
cpp/modules/vcd_core/include/nlohmann/json.hpp:4754
↓ 1 callers
Class
invalid_iterator
! @brief exception indicating errors with iterators This exception is thrown if iterators passed to a library function do not match the expected sema
cpp/modules/vcd_core/include/nlohmann/json.hpp:2510
↓ 1 callers
Class
other_error
! @brief exception indicating other library errors This exception is thrown in case of errors that cannot be classified with the other exception type
cpp/modules/vcd_core/include/nlohmann/json.hpp:2649
↓ 1 callers
Class
primitive_iterator_t
@brief an iterator for primitive JSON types This class models an iterator for primitive JSON types (boolean, number, string). It's only purpose is to
cpp/modules/vcd_core/include/nlohmann/json.hpp:10636
↓ 1 callers
Class
type_error
! @brief exception indicating executing a member function with a wrong type This exception is thrown in case of a type error; that is, a library func
cpp/modules/vcd_core/include/nlohmann/json.hpp:2564
Class
nodejs/src/vcd.types.ts:29
Class
nodejs/src/vcd.types.ts:36
Class
nodejs/src/vcd.types.ts:84
Class
nodejs/src/vcd.types.ts:116
Class
nodejs/src/vcd.types.ts:133
Class
nodejs/src/vcd.types.ts:157
Class
nodejs/src/vcd.types.ts:165
Class
nodejs/src/vcd.types.ts:184
Class
nodejs/src/vcd.types.ts:192
Class
nodejs/src/vcd.types.ts:200
Class
nodejs/src/vcd.types.ts:271
Class
nodejs/src/vcd.types.ts:330
Class
nodejs/src/vcd.types.ts:336
Class
nodejs/src/vcd.types.ts:348
Class
nodejs/src/vcd.types.ts:360
Class
nodejs/src/vcd.types.ts:372
Class
nodejs/src/vcd.types.ts:384
Class
nodejs/src/vcd.types.ts:392
Class
nodejs/src/vcd.types.ts:437
Class
nodejs/src/vcd.types.ts:454
Class
nodejs/src/vcd.types.ts:483
Class
nodejs/src/vcd.types.ts:507
Class
nodejs/src/vcd.types.ts:523
Class
nodejs/src/vcd.types.ts:533
Class
nodejs/src/vcd.types.ts:541
Class
nodejs/src/vcd.types.ts:561
Class
nodejs/src/vcd.types.ts:581
Class
nodejs/src/vcd.types.ts:595
Class
nodejs/src/vcd.types.ts:601
Class
nodejs/src/vcd.types.ts:607
Class
nodejs/src/vcd.types.ts:613
Class
nodejs/src/vcd.core.ts:26
Class
nodejs/src/vcd.core.ts:72
Class
nodejs/src/vcd.core.ts:173
Class
nodejs/src/vcd.core.ts:238
Class
nodejs/src/vcd.core.ts:2025
Class
AllOf
cpp/test/TestingFramework/catch.hpp:2224
Class
AnyOf
cpp/test/TestingFramework/catch.hpp:2258
Enum
Arch
cpp/test/TestingFramework/catch.hpp:7195
Class
AreaReference
nodejs/src/vcd.types.ts:601
Class
ArgBuilder
cpp/test/TestingFramework/catch.hpp:3797
Class
AssertionPrinter
cpp/test/TestingFramework/catch.hpp:8548
Class
AssertionPrinter
cpp/test/TestingFramework/catch.hpp:8950
Class
AssertionResultData
cpp/test/TestingFramework/catch.hpp:678
Class
AutoReg
cpp/test/TestingFramework/catch.hpp:524
Interface
Base64Encode
nodejs/src/vcd.poly2d.ts:38
Class
Bbox
nodejs/src/vcd.types.ts:336
Class
BetweenGenerator
cpp/test/TestingFramework/catch.hpp:1859
Class
Binary
nodejs/src/vcd.types.ts:523
next →
1–100 of 528, ranked by callers