opencv/modules/objdetect/include/opencv2/objdetect
quantizs e1b06371ad Added buffer-based model loading to FaceRecognizerSF
- Implemented a new `create` method in `FaceRecognizerSF` to allow model and configuration loading from memory buffers (std::vector<uchar>), similar to the existing functionality in `FaceDetectorYN`.
- Updated `face_recognize.cpp` with a new constructor in `FaceRecognizerSFImpl` that supports buffer-based loading for both model weights and network configuration.
- Ensured compatibility with both file-based and buffer-based model loading by maintaining consistent backend and target settings across both constructors.
- This change improves flexibility, allowing FaceRecognizerSF to be instantiated from memory buffers, which is useful for dynamic model loading scenarios such as embedded systems or applications where models are loaded in-memory.
2024-10-09 15:13:47 +02:00
..
aruco_board.hpp fix charuco checkBoard 2023-09-20 12:27:07 +03:00
aruco_detector.hpp Typo fix in Aruco documentation. 2024-02-14 16:12:10 +03:00
aruco_dictionary.hpp update aruco bytesList docs 2023-07-13 13:50:07 +03:00
barcode.hpp Merge pull request #24903 from cristidbr-adapta:feature-barcode-detector-parameters 2024-05-20 09:53:22 +03:00
charuco_detector.hpp Merge pull request #23018 from stopmosk:move-aruco-tutorial 2024-02-26 14:57:46 +03:00
detection_based_tracker.hpp Merge pull request #23109 from seanm:misc-warnings 2023-10-06 13:33:21 +03:00
face.hpp Added buffer-based model loading to FaceRecognizerSF 2024-10-09 15:13:47 +02:00
graphical_code_detector.hpp Merge pull request #24548 from dkurt:qrcode_struct_append_decode 2024-02-01 16:15:14 +03:00
objdetect.hpp War on Whitespace, master edition: file endings. 2013-08-27 14:23:26 +04:00