Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 904 Bytes

File metadata and controls

12 lines (8 loc) · 904 Bytes

Tensorflow modules by DNS Technology

This repository contains algorithms implemented and machine learning models developed using TensorFlow at DNS Technology.

List of algorithms

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.