MCPcopy Create free account

hub / github.com/HyperInspire/InspireFace / functions

Functions1,690 in github.com/HyperInspire/InspireFace

Methodnumber_unsigned
cpp/inspireface/middleware/nlohmann/json.hpp:6066
MethodonCreate
(Bundle savedInstanceState)
android/InspireFaceExample/app/src/main/java/com/example/inspireface_example/MainActivity.java:181
Functionoperator "" _json
cpp/inspireface/middleware/nlohmann/json.hpp:21898
Functionoperator "" _json_pointer
cpp/inspireface/middleware/nlohmann/json.hpp:21906
Functionoperator!=
cpp/inspireface/middleware/nlohmann/json.hpp:11861
Methodoperator!=
inequality operator (needed for range-based for)
cpp/inspireface/middleware/nlohmann/json.hpp:4375
Methodoperator!=
cpp/inspireface/middleware/nlohmann/json.hpp:5013
Functionoperator()
cpp/inspireface/middleware/nlohmann/json.hpp:21857
Methodoperator()
cpp/inspireface/middleware/nlohmann/json.hpp:4269
Methodoperator()
cpp/inspireface/middleware/nlohmann/json.hpp:4898
Methodoperator()
! @brief compare two value_t enum values @since version 3.0.0 */
cpp/inspireface/middleware/nlohmann/json.hpp:21871
Methodoperator()
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:21
Methodoperator()
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:28
Methodoperator()
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:35
Methodoperator()
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:43
Methodoperator()
cpp/inspireface/track_module/face_detect/face_detect_adapt.cpp:15
Methodoperator()
cpp/inspireface/track_module/face_detect/rnet_adapt.cpp:10
Methodoperator()
cpp/inspireface/track_module/quality/face_pose_quality_adapt.cpp:13
Methodoperator()
cpp/inspireface/track_module/landmark/face_landmark_adapt.cpp:11
Methodoperator()
cpp/inspireface/pipeline_module/liveness/blink_predict_adapt.cpp:13
Methodoperator()
cpp/inspireface/pipeline_module/liveness/rgb_anti_spoofing_adapt.cpp:15
Methodoperator()
cpp/inspireface/pipeline_module/attribute/face_attribute_adapt.cpp:13
Methodoperator()
cpp/inspireface/pipeline_module/attribute/face_emotion_adapt.cpp:9
Methodoperator()
cpp/inspireface/pipeline_module/attribute/mask_predict_adapt.cpp:12
Methodoperator()
cpp/inspireface/image_process/nexus_processor/image_processor_rga.h:162
Methodoperator()
cpp/inspireface/recognition_module/extract/extract_adapt.cpp:17
Methodoperator+
cpp/inspireface/middleware/nlohmann/json.hpp:11284
Methodoperator++
cpp/inspireface/middleware/nlohmann/json.hpp:11302
Methodoperator++
post-increment (it++)
cpp/inspireface/middleware/nlohmann/json.hpp:12161
Methodoperator-
cpp/inspireface/middleware/nlohmann/json.hpp:11291
Methodoperator-
subtract from iterator
cpp/inspireface/middleware/nlohmann/json.hpp:12197
Methodoperator--
cpp/inspireface/middleware/nlohmann/json.hpp:11315
Methodoperator--
post-decrement (it--)
cpp/inspireface/middleware/nlohmann/json.hpp:12173
Functionoperator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
cpp/inspireface/middleware/nlohmann/json.hpp:11680
Methodoperator->
cpp/inspireface/middleware/nlohmann/json.hpp:13124
Methodoperator->
cpp/inspireface/middleware/thread/resource_pool.h:42
Methodoperator/
cpp/inspireface/middleware/nlohmann/json.hpp:12318
Methodoperator<
cpp/inspireface/middleware/nlohmann/json.hpp:11279
Functionoperator<=
! @brief comparison: less than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
cpp/inspireface/middleware/nlohmann/json.hpp:11905
Methodoperator=
cpp/test/settings/enviro.h:26
Methodoperator=
cpp/inspireface/middleware/nlohmann/json.hpp:2258
Functionoperator==
cpp/inspireface/middleware/nlohmann/json.hpp:11825
Methodoperator==
equality operator (needed for InputIterator)
cpp/inspireface/middleware/nlohmann/json.hpp:4369
Methodoperator==
cpp/inspireface/middleware/nlohmann/json.hpp:5007
Methodoperator==
cpp/inspireface/middleware/nlohmann/json.hpp:11274
Methodoperator==
cpp/inspireface/image_process/nexus_processor/image_processor_rga.h:156
Functionoperator>
! @brief comparison: greater than @pre The iterator is initialized; i.e. `m_object != nullptr`. */
cpp/inspireface/middleware/nlohmann/json.hpp:11914
Functionoperator>=
! @brief comparison: greater than or equal @pre The iterator is initialized; i.e. `m_object != nullptr`. */
cpp/inspireface/middleware/nlohmann/json.hpp:11923
Functionoperator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
cpp/inspireface/middleware/nlohmann/json.hpp:12040
Functionord_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
Methodordered_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
Methodoutput_adapter
cpp/inspireface/middleware/nlohmann/json.hpp:13279
Methodoutput_adapter_protocol
cpp/inspireface/middleware/nlohmann/json.hpp:13189
Methodoutput_stream_adapter
cpp/inspireface/middleware/nlohmann/json.hpp:13230
Methodoutput_string_adapter
cpp/inspireface/middleware/nlohmann/json.hpp:13255
Methodoutput_vector_adapter
cpp/inspireface/middleware/nlohmann/json.hpp:13205
Methodparent_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
Methodparse_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
Methodparse_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
Methodparse_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
Methodparse_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
Methodparse_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
Methodparse_error
cpp/inspireface/middleware/nlohmann/json.hpp:5961
Methodparse_error
cpp/inspireface/middleware/nlohmann/json.hpp:6211
Methodparse_error
cpp/inspireface/middleware/nlohmann/json.hpp:6398
Methodparse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
cpp/inspireface/middleware/nlohmann/json.hpp:9348
Methodparse_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
Methodparser
a parser reading from an input adapter
cpp/inspireface/middleware/nlohmann/json.hpp:10770
Methodpartition
(self, sep)
python/inspireface/modules/core/native.py:294
Functionpatch
@brief applies a JSON patch @sa https://json.nlohmann.me/api/basic_json/patch/
cpp/inspireface/middleware/nlohmann/json.hpp:21388
Methodposition_string
cpp/inspireface/middleware/nlohmann/json.hpp:2944
MethodprintModelInfo
print model info
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:429
MethodprintModelInfo
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:650
FunctionprintResourceStatistics
Method to print resource management statistics
cpp/inspireface/runtime_module/resource_manage.h:176
Functionprint_cuda_device_info
Prints the CUDA device information.
python/inspireface/modules/inspireface.py:1336
Functionprint_tensor_attr_
* @brief Function to print tensor attributes. * @param attr Tensor attributes */
cpp/inspireface/middleware/inference_wrapper/customized/rknn_adapter.h:58
Functionpull_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
Functionquery_expansive_hardware_rockchip_dma_heap_path
Queries the path to the expansive hardware Rockchip DMA heap.
python/inspireface/modules/inspireface.py:1310
Functionrbegin
@brief returns an iterator to the reverse-beginning @sa https://json.nlohmann.me/api/basic_json/rbegin/
cpp/inspireface/middleware/nlohmann/json.hpp:19714
FunctionreadFileListSuffix
cpp/sample/utils/test_folder_helper.h:138
MethodreadFromBin
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:134
MethodreadFromFile
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:124
MethodreadNetFrom
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:590
MethodreadNetFromBin
cpp/inspireface/middleware/inference_wrapper/tensorrt/tensorrt_adapter.cpp:596
Functionread_binary_file_to_ndarray
(file_path, width, height)
python/test/test_utilis.py:95
Functionread_feat_txt
cpp/sample/utils/test_folder_helper.h:89
Functionread_image_from_fbc_file
cpp/inspireface/image_process/nexus_processor/rga/utils.cpp:91
Functionread_image_from_file
cpp/inspireface/image_process/nexus_processor/rga/utils.cpp:113
Functionreinterpret_bits
cpp/inspireface/middleware/nlohmann/json.hpp:14983
FunctionreleaseFaceFeature
Release face feature
cpp/inspireface/runtime_module/resource_manage.h:117
FunctionreleaseImageBitmap
Release image bitmap
cpp/inspireface/runtime_module/resource_manage.h:100
FunctionreleaseSession
Release session
cpp/inspireface/runtime_module/resource_manage.h:64
FunctionreleaseStream
Release image stream
cpp/inspireface/runtime_module/resource_manage.h:82
Functionreload
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
Methodremove_duplicate_stracks
cpp/inspireface/track_module/tracker_optional/bytetrack/tracker_utils.cpp:62
Functionrend
@brief returns an iterator to the reverse-end @sa https://json.nlohmann.me/api/basic_json/rend/
cpp/inspireface/middleware/nlohmann/json.hpp:19728
Functionrgb2nv21
cpp/sample/utils/test_helper.h:15
Methodrindex
(self, sub, start=0, end=sys.maxsize)
python/inspireface/modules/core/native.py:303
Methodrjust
(self, width, *args)
python/inspireface/modules/core/native.py:306
Methodrpartition
(self, sep)
python/inspireface/modules/core/native.py:309
← previousnext →1,401–1,500 of 1,690, ranked by callers