This repository contains algorithms implemented and machine learning models developed using TensorFlow at DNS Technology.
| Name | Description |
|---|---|
| Hough lines | Hough transform is a feature extraction technique used in image processing. The technique is used to detect lines in images. |
| Connected components | Identifies 8-way connectivity in 2D boolean images using tensorflow addons' connected components operation, which identifies 4-way connectivity (neighbors above, below, left, and right). |
| Canny edge | Identifies edges in 2D grayscale images using Canny edge detection algorithm. |