MCPcopy Create free account

hub / github.com/HyperInspire/InspireFace / functions

Functions1,690 in github.com/HyperInspire/InspireFace

MethodgetDataTypeString
helper function: get data type string representation
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:532
MethodgetInferenceTime
get inference time
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:494
MethodgetInferenceTime
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:638
MethodgetInputNames
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:602
MethodgetInputShapeByName
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:610
MethodgetInputSize
cpp/inspireface/track_module/landmark/face_landmark_adapt.cpp:28
MethodgetInstance
Get singleton instance
cpp/inspireface/log.cpp:37
MethodgetLastToken
Get the last token and remove it
cpp/sample/api/sample_cpp_multithreading.cpp:47
MethodgetMemorySize
helper function: calculate memory size
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:509
MethodgetNameList
cpp/inspireface/middleware/configurable.cpp:17
MethodgetOutput
get output data
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:314
MethodgetOutputAsFloat
get output data and convert to float type vector
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:335
MethodgetOutputAsFloat
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:634
MethodgetOutputNames
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:606
MethodgetPackName
cpp/test/settings/enviro.h:28
FunctiongetRecommendedCosineThreshold
Get recommended cosine threshold
cpp/inspireface/include/inspireface/similarity_converter.h:99
MethodgetRotationMode
cpp/inspireface/image_process/frame_process.cpp:217
FunctiongetTestModelsFile
cpp/test/settings/test_settings.cpp:24
FunctiongetUnreleasedFaceFeatures
Gets a list of unreleased face feature handles
cpp/inspireface/runtime_module/resource_manage.h:164
FunctiongetUnreleasedImageBitmaps
Gets a list of unreleased image bitmap handles
cpp/inspireface/runtime_module/resource_manage.h:152
FunctiongetUnreleasedSessions
Gets a list of unreleased session handles
cpp/inspireface/runtime_module/resource_manage.h:128
FunctiongetUnreleasedStreams
Gets a list of unreleased image stream handles
cpp/inspireface/runtime_module/resource_manage.h:140
Functionget_allocator
@brief returns the allocator associated with the container @sa https://json.nlohmann.me/api/basic_json/get_allocator/
cpp/inspireface/middleware/nlohmann/json.hpp:17420
Methodget_bson_binary
cpp/inspireface/middleware/nlohmann/json.hpp:8405
Methodget_bson_cstr
! @brief Parses a C-style string from the BSON input. @param[in,out] result A reference to the string variable where the read
cpp/inspireface/middleware/nlohmann/json.hpp:8354
Methodget_bson_string
cpp/inspireface/middleware/nlohmann/json.hpp:8384
Methodget_cbor_array
! @param[in] len the length of the array or static_cast<std::size_t>(-1) for an array of indefinite size @param[in] tag_h
cpp/inspireface/middleware/nlohmann/json.hpp:9254
Methodget_cbor_binary
! @brief reads a CBOR byte array This function first reads starting bytes to determine the expected byte array length and then copies thi
cpp/inspireface/middleware/nlohmann/json.hpp:9160
Methodget_cbor_float_prefix
cpp/inspireface/middleware/nlohmann/json.hpp:14551
Methodget_cbor_object
! @param[in] len the length of the object or static_cast<std::size_t>(-1) for an object of indefinite size @param[in] tag
cpp/inspireface/middleware/nlohmann/json.hpp:9292
Methodget_cbor_string
! @brief reads a CBOR string This function first reads starting bytes to determine the expected string length and then copies this number
cpp/inspireface/middleware/nlohmann/json.hpp:9065
Methodget_character
std::istream/std::streambuf use std::char_traits<char>::to_int_type, to ensure that std::char_traits<char>::eof() and the character 0xFF do not end up
cpp/inspireface/middleware/nlohmann/json.hpp:5315
Methodget_character
cpp/inspireface/middleware/nlohmann/json.hpp:5345
Methodget_character
cpp/inspireface/middleware/nlohmann/json.hpp:5504
Methodget_codepoint
! @brief get codepoint from 4 hex characters following `\u` For input "\u c1 c2 c3 c4" the codepoint is: (c1 * 0x1000) + (c2 * 0x0100)
cpp/inspireface/middleware/nlohmann/json.hpp:6571
Methodget_color
cpp/inspireface/track_module/tracker_optional/bytetrack/tracker_utils.cpp:343
Functionget_cuda_device_id
Gets the CUDA device ID.
python/inspireface/modules/inspireface.py:1327
Functionget_cur_ms
cpp/inspireface/image_process/nexus_processor/rga/utils.cpp:21
Functionget_cur_us
cpp/inspireface/image_process/nexus_processor/rga/utils.cpp:15
Methodget_decimal_point
return the locale-dependent decimal point
cpp/inspireface/middleware/nlohmann/json.hpp:6544
Functionget_error_message
return syntax error message
cpp/inspireface/middleware/nlohmann/json.hpp:7874
Methodget_ignore_noop
! @return character read from the input after ignoring all 'N' entries */
cpp/inspireface/middleware/nlohmann/json.hpp:10494
Functionget_impl
cpp/inspireface/middleware/nlohmann/json.hpp:18802
Methodget_msgpack_array
! @param[in] len the length of the array @return whether array creation completed */
cpp/inspireface/middleware/nlohmann/json.hpp:9921
Methodget_msgpack_binary
! @brief reads a MessagePack byte array This function first reads starting bytes to determine the expected byte array length and then cop
cpp/inspireface/middleware/nlohmann/json.hpp:9810
Methodget_msgpack_float_prefix
cpp/inspireface/middleware/nlohmann/json.hpp:14565
Methodget_msgpack_object
! @param[in] len the length of the object @return whether object creation completed */
cpp/inspireface/middleware/nlohmann/json.hpp:9943
Methodget_msgpack_string
! @brief reads a MessagePack string This function first reads starting bytes to determine the expected string length and then copies this
cpp/inspireface/middleware/nlohmann/json.hpp:9728
Functionget_num_cuda_devices
Gets the number of CUDA devices.
python/inspireface/modules/inspireface.py:1342
Methodget_number
cpp/inspireface/middleware/nlohmann/json.hpp:10519
Functionget_number_float
return floating-point value
cpp/inspireface/middleware/nlohmann/json.hpp:7826
Functionget_number_unsigned
cpp/inspireface/middleware/nlohmann/json.hpp:7820
Functionget_position
return position of last read token
cpp/inspireface/middleware/nlohmann/json.hpp:7842
Functionget_recommended_cosine_threshold
Retrieves the recommended cosine threshold.
python/inspireface/modules/inspireface.py:1213
Functionget_ref
cpp/inspireface/middleware/nlohmann/json.hpp:18988
Functionget_ref_impl
cpp/inspireface/middleware/nlohmann/json.hpp:18677
Functionget_similarity_converter_config
Retrieves the similarity converter configuration.
python/inspireface/modules/inspireface.py:1221
Functionget_to
cpp/inspireface/middleware/nlohmann/json.hpp:18976
Methodget_token
get next token from lexer
cpp/inspireface/middleware/nlohmann/json.hpp:11160
Methodget_ubjson_array
! @return whether array creation completed */
cpp/inspireface/middleware/nlohmann/json.hpp:10272
Methodget_ubjson_float_prefix
cpp/inspireface/middleware/nlohmann/json.hpp:14803
Methodget_ubjson_high_precision_number
cpp/inspireface/middleware/nlohmann/json.hpp:10409
Methodget_ubjson_object
! @return whether object creation completed */
cpp/inspireface/middleware/nlohmann/json.hpp:10334
Methodget_ubjson_size_type
! @brief determine the type and size for a container In the optimized UBJSON format, a type and a size can be provided to allow for a mor
cpp/inspireface/middleware/nlohmann/json.hpp:10130
Methodget_ubjson_size_value
! @param[out] result determined size @return whether size determination completed */
cpp/inspireface/middleware/nlohmann/json.hpp:10053
Methodget_ubjson_string
! @brief reads a UBJSON string This function is either called after reading the 'S' byte explicitly indicating a string, or in case of an
cpp/inspireface/middleware/nlohmann/json.hpp:9999
Methodget_ubjson_value
! @param prefix the previously read or set type prefix @return whether value creation completed */
cpp/inspireface/middleware/nlohmann/json.hpp:10171
Methodgetplatformpaths
(self, libname)
python/inspireface/modules/core/native.py:702
Methodgetplatformpaths
(self, libname)
python/inspireface/modules/core/native.py:880
Methodhandle
Return the internal handle of the image stream. Returns: The handle to the internal image stream, used for interfacing with t
python/inspireface/modules/inspireface.py:155
Functionhandle_c_api_errors
Decorator for wrapping C API calls
python/inspireface/modules/exception.py:227
Methodhandle_value
cpp/inspireface/middleware/nlohmann/json.hpp:6245
MethodhasTokens
Check if there are tokens available
cpp/sample/api/sample_cpp_multithreading.cpp:75
Functionignore_check_latest_model
(ignore: bool)
python/inspireface/modules/inspireface.py:22
Methodimmutable
(self)
python/inspireface/modules/core/native.py:397
Methodindex
(self, sub, start=0, end=sys.maxsize)
python/inspireface/modules/core/native.py:252
MethodinitDevice
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:99
Methodinit_
* initial * @return */
cpp/inspireface/middleware/inference_wrapper/customized/rknn_adapter.h:393
Methodinput_stream_adapter
cpp/inspireface/middleware/nlohmann/json.hpp:5296
MethodinsertData
cpp/test/unit/test_helper/simple_csv_writer.h:37
Methodiou_distance
cpp/inspireface/track_module/tracker_optional/bytetrack/tracker_utils.cpp:164
Methodious
cpp/inspireface/track_module/tracker_optional/bytetrack/tracker_utils.cpp:131
FunctionisShortestSideGreaterThan
cpp/inspireface/middleware/utils.h:168
FunctionisStandard
cpp/inspireface/common/face_info/face_object_internal.h:230
Functionis_discarded
@brief return whether value is discarded @sa https://json.nlohmann.me/api/basic_json/is_discarded/
cpp/inspireface/middleware/nlohmann/json.hpp:18539
Methodis_errored
cpp/inspireface/middleware/nlohmann/json.hpp:6223
Functionis_primitive
@brief return whether type is primitive @sa https://json.nlohmann.me/api/basic_json/is_primitive/
cpp/inspireface/middleware/nlohmann/json.hpp:18455
Methodisalnum
(self)
python/inspireface/modules/core/native.py:258
Methodisalpha
(self)
python/inspireface/modules/core/native.py:255
Methodisdecimal
(self)
python/inspireface/modules/core/native.py:261
Methodisdigit
(self)
python/inspireface/modules/core/native.py:264
Methodislower
(self)
python/inspireface/modules/core/native.py:267
Methodisnumeric
(self)
python/inspireface/modules/core/native.py:270
Methodisspace
(self)
python/inspireface/modules/core/native.py:273
Methodistitle
(self)
python/inspireface/modules/core/native.py:276
Methodisupper
(self)
python/inspireface/modules/core/native.py:279
Functionitems
@brief helper to access iterator member functions in range-based for @sa https://json.nlohmann.me/api/basic_json/items/
cpp/inspireface/middleware/nlohmann/json.hpp:19779
Methoditer_impl
cpp/inspireface/middleware/nlohmann/json.hpp:11445
Methoditeration_proxy
construct iteration proxy from a container
cpp/inspireface/middleware/nlohmann/json.hpp:4432
Methoditeration_proxy_value
cpp/inspireface/middleware/nlohmann/json.hpp:4349
← previousnext →1,201–1,300 of 1,690, ranked by callers