Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HyperInspire/InspireFace
/ functions
Functions
1,690 in github.com/HyperInspire/InspireFace
⨍
Functions
1,690
◇
Types & classes
414
↳
Endpoints
4
Method
number_unsigned
cpp/inspireface/middleware/nlohmann/json.hpp:6066
Method
onCreate
(Bundle savedInstanceState)
android/InspireFaceExample/app/src/main/java/com/example/inspireface_example/MainActivity.java:181
Function
operator "" _json
cpp/inspireface/middleware/nlohmann/json.hpp:21898
Function
operator "" _json_pointer
cpp/inspireface/middleware/nlohmann/json.hpp:21906
Function
operator!=
cpp/inspireface/middleware/nlohmann/json.hpp:11861
Method
operator!=
inequality operator (needed for range-based for)
cpp/inspireface/middleware/nlohmann/json.hpp:4375
Method
operator!=
cpp/inspireface/middleware/nlohmann/json.hpp:5013
Function
operator()
cpp/inspireface/middleware/nlohmann/json.hpp:21857
Method
operator()
cpp/inspireface/middleware/nlohmann/json.hpp:4269
Method
operator()
cpp/inspireface/middleware/nlohmann/json.hpp:4898
Method
operator()
! @brief compare two value_t enum values @since version 3.0.0 */
cpp/inspireface/middleware/nlohmann/json.hpp:21871
Method
operator()
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:21
Method
operator()
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:28
Method
operator()
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:35
Method
operator()
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:43
Method
operator()
cpp/inspireface/track_module/face_detect/face_detect_adapt.cpp:15
Method
operator()
cpp/inspireface/track_module/face_detect/rnet_adapt.cpp:10
Method
operator()
cpp/inspireface/track_module/quality/face_pose_quality_adapt.cpp:13
Method
operator()
cpp/inspireface/track_module/landmark/face_landmark_adapt.cpp:11
Method
operator()
cpp/inspireface/pipeline_module/liveness/blink_predict_adapt.cpp:13
Method
operator()
cpp/inspireface/pipeline_module/liveness/rgb_anti_spoofing_adapt.cpp:15
Method
operator()
cpp/inspireface/pipeline_module/attribute/face_attribute_adapt.cpp:13
Method
operator()
cpp/inspireface/pipeline_module/attribute/face_emotion_adapt.cpp:9
Method
operator()
cpp/inspireface/pipeline_module/attribute/mask_predict_adapt.cpp:12
Method
operator()
cpp/inspireface/image_process/nexus_processor/image_processor_rga.h:162
Method
operator()
cpp/inspireface/recognition_module/extract/extract_adapt.cpp:17
Method
operator+
cpp/inspireface/middleware/nlohmann/json.hpp:11284
Method
operator++
cpp/inspireface/middleware/nlohmann/json.hpp:11302
Method
operator++
post-increment (it++)
cpp/inspireface/middleware/nlohmann/json.hpp:12161
Method
operator-
cpp/inspireface/middleware/nlohmann/json.hpp:11291
Method
operator-
subtract from iterator
cpp/inspireface/middleware/nlohmann/json.hpp:12197
Method
operator--
cpp/inspireface/middleware/nlohmann/json.hpp:11315
Method
operator--
post-decrement (it--)
cpp/inspireface/middleware/nlohmann/json.hpp:12173
Function
operator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
cpp/inspireface/middleware/nlohmann/json.hpp:11680
Method
operator->
cpp/inspireface/middleware/nlohmann/json.hpp:13124
Method
operator->
cpp/inspireface/middleware/thread/resource_pool.h:42
Method
operator/
cpp/inspireface/middleware/nlohmann/json.hpp:12318
Method
operator<
cpp/inspireface/middleware/nlohmann/json.hpp:11279
Function
operator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
cpp/inspireface/middleware/nlohmann/json.hpp:11905
Method
operator=
cpp/test/settings/enviro.h:26
Method
operator=
cpp/inspireface/middleware/nlohmann/json.hpp:2258
Function
operator==
cpp/inspireface/middleware/nlohmann/json.hpp:11825
Method
operator==
equality operator (needed for InputIterator)
cpp/inspireface/middleware/nlohmann/json.hpp:4369
Method
operator==
cpp/inspireface/middleware/nlohmann/json.hpp:5007
Method
operator==
cpp/inspireface/middleware/nlohmann/json.hpp:11274
Method
operator==
cpp/inspireface/image_process/nexus_processor/image_processor_rga.h:156
Function
operator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
cpp/inspireface/middleware/nlohmann/json.hpp:11914
Function
operator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
cpp/inspireface/middleware/nlohmann/json.hpp:11923
Function
operator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
cpp/inspireface/middleware/nlohmann/json.hpp:12040
Function
ord_if_char
Simple helper used for casts to simple builtin types: if the argument is a string type, it will be converted to it's ordinal value. Thi
python/inspireface/modules/core/native.py:509
Method
ordered_map
Explicit constructors instead of `using Container::Container` otherwise older compilers choke on it (GCC <= 5.5, xcode <= 9.4)
cpp/inspireface/middleware/nlohmann/json.hpp:17051
Method
output_adapter
cpp/inspireface/middleware/nlohmann/json.hpp:13279
Method
output_adapter_protocol
cpp/inspireface/middleware/nlohmann/json.hpp:13189
Method
output_stream_adapter
cpp/inspireface/middleware/nlohmann/json.hpp:13230
Method
output_string_adapter
cpp/inspireface/middleware/nlohmann/json.hpp:13255
Method
output_vector_adapter
cpp/inspireface/middleware/nlohmann/json.hpp:13205
Method
parent_pointer
@brief returns the parent of this JSON pointer @sa https://json.nlohmann.me/api/json_pointer/parent_pointer/
cpp/inspireface/middleware/nlohmann/json.hpp:12340
Method
parse_bson_array
! @brief Reads an array from the BSON input and passes it to the SAX-parser. @return whether a valid BSON-array was passed to the SAX parser
cpp/inspireface/middleware/nlohmann/json.hpp:8547
Method
parse_bson_element_internal
! @brief Read a BSON document element of the given @a element_type. @param[in] element_type The BSON element type, c.f. http://bsonspec.org/sp
cpp/inspireface/middleware/nlohmann/json.hpp:8431
Method
parse_bson_element_list
! @brief Read a BSON element list (as specified in the BSON-spec) The same binary layout is used for objects and arrays, hence it must be
cpp/inspireface/middleware/nlohmann/json.hpp:8509
Method
parse_bson_internal
! @brief Reads in a BSON-object and passes it to the SAX-parser. @return whether a valid BSON-value was passed to the SAX parser */
cpp/inspireface/middleware/nlohmann/json.hpp:8329
Method
parse_cbor_internal
! @param[in] get_char whether a new character should be retrieved from the input (true) or whether the last read charact
cpp/inspireface/middleware/nlohmann/json.hpp:8577
Method
parse_error
cpp/inspireface/middleware/nlohmann/json.hpp:5961
Method
parse_error
cpp/inspireface/middleware/nlohmann/json.hpp:6211
Method
parse_error
cpp/inspireface/middleware/nlohmann/json.hpp:6398
Method
parse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
cpp/inspireface/middleware/nlohmann/json.hpp:9348
Method
parse_ubjson_internal
! @param[in] get_char whether a new character should be retrieved from the input (true, default) or whether the last rea
cpp/inspireface/middleware/nlohmann/json.hpp:9980
Method
parser
a parser reading from an input adapter
cpp/inspireface/middleware/nlohmann/json.hpp:10770
Method
partition
(self, sep)
python/inspireface/modules/core/native.py:294
Function
patch
@brief applies a JSON patch @sa https://json.nlohmann.me/api/basic_json/patch/
cpp/inspireface/middleware/nlohmann/json.hpp:21388
Method
position_string
cpp/inspireface/middleware/nlohmann/json.hpp:2944
Method
printModelInfo
print model info
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:429
Method
printModelInfo
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:650
Function
printResourceStatistics
Method to print resource management statistics
cpp/inspireface/runtime_module/resource_manage.h:176
Function
print_cuda_device_info
Prints the CUDA device information.
python/inspireface/modules/inspireface.py:1336
Function
print_tensor_attr_
* @brief Function to print tensor attributes. * @param attr Tensor attributes */
cpp/inspireface/middleware/inference_wrapper/customized/rknn_adapter.h:58
Function
pull_latest_model
Pulls the latest model from the resource manager. Args: model_name (str): the name of the model to use. Returns: str: P
python/inspireface/modules/inspireface.py:780
Function
query_expansive_hardware_rockchip_dma_heap_path
Queries the path to the expansive hardware Rockchip DMA heap.
python/inspireface/modules/inspireface.py:1310
Function
rbegin
@brief returns an iterator to the reverse-beginning @sa https://json.nlohmann.me/api/basic_json/rbegin/
cpp/inspireface/middleware/nlohmann/json.hpp:19714
Function
readFileListSuffix
cpp/sample/utils/test_folder_helper.h:138
Method
readFromBin
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:134
Method
readFromFile
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:124
Method
readNetFrom
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:590
Method
readNetFromBin
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:596
Function
read_binary_file_to_ndarray
(file_path, width, height)
python/test/test_utilis.py:95
Function
read_feat_txt
cpp/sample/utils/test_folder_helper.h:89
Function
read_image_from_fbc_file
cpp/inspireface/image_process/nexus_processor/rga/utils.cpp:91
Function
read_image_from_file
cpp/inspireface/image_process/nexus_processor/rga/utils.cpp:113
Function
reinterpret_bits
cpp/inspireface/middleware/nlohmann/json.hpp:14983
Function
releaseFaceFeature
Release face feature
cpp/inspireface/runtime_module/resource_manage.h:117
Function
releaseImageBitmap
Release image bitmap
cpp/inspireface/runtime_module/resource_manage.h:100
Function
releaseSession
Release session
cpp/inspireface/runtime_module/resource_manage.h:64
Function
releaseStream
Release image stream
cpp/inspireface/runtime_module/resource_manage.h:82
Function
reload
Reloads the InspireFace system with the specified resource directory. Args: model_name (str): the name of the model to use.
python/inspireface/modules/inspireface.py:799
Method
remove_duplicate_stracks
cpp/inspireface/track_module/tracker_optional/bytetrack/tracker_utils.cpp:62
Function
rend
@brief returns an iterator to the reverse-end @sa https://json.nlohmann.me/api/basic_json/rend/
cpp/inspireface/middleware/nlohmann/json.hpp:19728
Function
rgb2nv21
cpp/sample/utils/test_helper.h:15
Method
rindex
(self, sub, start=0, end=sys.maxsize)
python/inspireface/modules/core/native.py:303
Method
rjust
(self, width, *args)
python/inspireface/modules/core/native.py:306
Method
rpartition
(self, sep)
python/inspireface/modules/core/native.py:309
← previous
next →
1,401–1,500 of 1,690, ranked by callers