You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Symisc Systems
553d5964fa
|
6 years ago | |
---|---|---|
.. | ||
fingerprint | 6 years ago | |
README.md | 7 years ago | |
acgt.png | 7 years ago | |
batch_img_loading.c | 7 years ago | |
blob_detection.c | 7 years ago | |
canny.jpg | 7 years ago | |
canny_edge_detection.c | 7 years ago | |
cnn_coco.c | 7 years ago | |
cnn_face_detection.c | 7 years ago | |
cnn_faces.jpg | 7 years ago | |
cnn_object_detection.c | 7 years ago | |
cnn_voc.c | 7 years ago | |
crop_image.c | 7 years ago | |
dilate_image.c | 7 years ago | |
erode_image.c | 7 years ago | |
flower.jpg | 7 years ago | |
grayscale_image.c | 7 years ago | |
hilditch_thin.c | 7 years ago | |
hough_lines_detection.c | 7 years ago | |
license_plate_detection.c | 7 years ago | |
otsu.jpg | 7 years ago | |
otsu_image.c | 7 years ago | |
out_cnn.png | 7 years ago | |
plate.jpg | 7 years ago | |
realnet_face_detection.c | 7 years ago | |
realnet_faces.jpg | 7 years ago | |
realnet_train_model.c | 7 years ago | |
resize_image.c | 7 years ago | |
rnn_text_gen.c | 7 years ago | |
rotate_image.c | 7 years ago | |
sobel.jpg | 7 years ago | |
sobel_operator_img.c | 7 years ago | |
test.png | 7 years ago | |
text.jpg | 7 years ago | |
train.txt | 7 years ago |
README.md
Programming Interfaces
The documentation works both as an API reference and a programming tutorial. It describes the internal structure of the library and guides one in creating applications with a few lines of code. Note that SOD is straightforward to learn, even for new programmer.
Resources | Description |
---|---|
SOD in 5 minutes or less | A quick introduction to programming with the SOD Embedded C/C++ API with real-world code samples implemented in C. |
C/C++ API Reference Guide | This document describes each API function in details. This is the reference document you should rely on. |
C/C++ Code Samples | Real world code samples on how to embed, load models and start experimenting with SOD. |
Other useful links
Resources | Description |
---|---|
Downloads | Get a copy of the last public release of SOD, pre-trained models, extensions and more. Start embedding and enjoy programming with. |
Copyright/Licensing | SOD is an open-source, dual-licensed product. Find out more about the licensing situation there. |
Online Support Channels | Having some trouble integrating SOD? Take a look at our numerous support channels. |