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
Minutiae feature extraction for fingerprint images
6 years ago
..
fingerprint Minutiae feature extraction for fingerprint images 6 years ago
README.md SOD Programming resources 7 years ago
acgt.png Various images to be tested against the SOD interfaces 7 years ago
batch_img_loading.c Load all supported image format present in a given directory 7 years ago
blob_detection.c Blob detection via connected component labeling 7 years ago
canny.jpg Various images to be tested against the SOD interfaces 7 years ago
canny_edge_detection.c Perform Canny edge detection on an input image 7 years ago
cnn_coco.c CNN mult-class object detection (COCO) 7 years ago
cnn_face_detection.c Real-Time multi-scale face detection using CNN 7 years ago
cnn_faces.jpg Various images to be tested against the SOD interfaces 7 years ago
cnn_object_detection.c CNN mult-class object detection 7 years ago
cnn_voc.c CNN multi-class object detection (Pascal VOC) 7 years ago
crop_image.c Extract a region (crop) from a given image 7 years ago
dilate_image.c Perform dilation on an input binary image. 7 years ago
erode_image.c Erode an input binary image. 7 years ago
flower.jpg Various images to be tested against the SOD interfaces 7 years ago
grayscale_image.c Perform grayscale colorspace conversion 7 years ago
hilditch_thin.c Perform Hilditch thinning on an input image. 7 years ago
hough_lines_detection.c Perform hough line detection (Generally named Hough Transform) on an input image 7 years ago
license_plate_detection.c Frontal License Plate detection without deep-learning 7 years ago
otsu.jpg Various images to be tested against the SOD interfaces 7 years ago
otsu_image.c Binarize an input image via the Otsu's method. 7 years ago
out_cnn.png Various images to be tested against the SOD interfaces 7 years ago
plate.jpg Various images to be tested against the SOD interfaces 7 years ago
realnet_face_detection.c Real-time frontal face detection via SOD Realnets (~ 5 ms on HD video) 7 years ago
realnet_faces.jpg Various images to be tested against the SOD interfaces 7 years ago
realnet_train_model.c Train your Realnets models on the CPU! 7 years ago
resize_image.c Resize an image (Minify) to half its original size. 7 years ago
rnn_text_gen.c RNN text generation via pre-trained model 7 years ago
rotate_image.c Rotate an image 180 degree. 7 years ago
sobel.jpg Various images to be tested against the SOD interfaces 7 years ago
sobel_operator_img.c Apply Sobel operator on an input image. 7 years ago
test.png Various images to be tested against the SOD interfaces 7 years ago
text.jpg Various images to be tested against the SOD interfaces 7 years ago
train.txt Template (skeleton) for training RealNets models 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.
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.