Close

Convolution Neural Network Support

A project log for Tiny Machine Vision Module for Robots

This is a low-resolution machine vision module suitable for small robots or Arduino projects

fkrfFKRF 07/04/2020 at 05:420 Comments

1 July 2020:

Added a small convolution neural network (CNN) process into the latest source code (Image Processing Algorithm 4).  For now the CNN process is used to classify a small region of the image frame in gray scale for identifying obstacles. For details see https://fkeng.blogspot.com/2020/06/implementing-custom-convolutional.html

Discussions