32 Commits (3bbad277b334744595a64b193e6df6d5d31d9dfd)

Author SHA1 Message Date
Sean McBride 3bbad277b3 fix: remove unused arg in printf log
4 years ago
Sean McBride 3060d01025 feat: return bounding box
4 years ago
phani 1b875f6d70 read from stdin, write to stdout
5 years ago
phani 03f70a904b makefile update, wasm compile and modify samples for wasm/native compatibility
5 years ago
Symisc Systems 35d3d9be5e
Embedded real-time face detection via Realnets
6 years ago
Symisc Systems 4775957249
Minutiae feature extraction for fingerprint images
6 years ago
Symisc Systems 553d5964fa
Minutiae feature extraction for fingerprint images
6 years ago
Symisc Systems 4a14b23692
Real-time frontal face detection via SOD Realnets (~ 5 ms on HD video)
7 years ago
Symisc Systems 355b2e4bb4
SOD Programming resources
7 years ago
Symisc Systems b872dd5d38
Frontal License Plate detection without deep-learning
7 years ago
Symisc Systems fe105fa2c2
Train your Realnets models on the CPU!
7 years ago
Symisc Systems 1f1cb96881
Apply Sobel operator on an input image.
7 years ago
Symisc Systems 5262875b86
RNN text generation via pre-trained model
7 years ago
Symisc Systems 12a2aa2e58
RNN text generation using predefined model
7 years ago
Symisc Systems de8f7b9085
Template (skeleton) for training RealNets models
7 years ago
Symisc Systems c68295648f
Perform hough line detection (Generally named Hough Transform) on an input image
7 years ago
Symisc Systems facdb9a988
Real-Time multi-scale face detection using CNN
7 years ago
Symisc Systems 311842404c
Perform Hilditch thinning on an input image.
7 years ago
Symisc Systems 4a9e9ba3e5
Perform grayscale colorspace conversion
7 years ago
Symisc Systems 21fb53743a
Extract a region (crop) from a given image
7 years ago
Symisc Systems a6f33013bf
CNN multi-class object detection (Pascal VOC)
7 years ago
Symisc Systems 493f2c0cda
CNN mult-class object detection
7 years ago
Symisc Systems 0a15df1b36
CNN mult-class object detection (COCO)
7 years ago
Symisc Systems 426cda39ec
Perform Canny edge detection on an input image
7 years ago
Symisc Systems 75ba420007
Blob detection via connected component labeling
7 years ago
Symisc Systems 7a11eaf681
Perform dilation on an input binary image.
7 years ago
Symisc Systems 07a73913b6
Erode an input binary image.
7 years ago
Symisc Systems 86b58bbc98
Binarize an input image via the Otsu's method.
7 years ago
Symisc Systems b6b2286f72
Various images to be tested against the SOD interfaces
7 years ago
Symisc Systems 4472cfd0b7
Rotate an image 180 degree.
7 years ago
Symisc Systems c49b4b792b
Resize an image (Minify) to half its original size.
7 years ago
Symisc Systems 91232bf7fa
Load all supported image format present in a given directory
7 years ago