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

UoS-EEE-Automation/cueimgproc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

This is a selection of code which wraps various packages to handle various image processing techniques.

Principles

Image filtering operations are implemented in modules in nodes. Filters which are intended to operate on an image and output another image are subclasses of ImageFilter. Filters which calculate various features from an image are subclasses of ImageTransform.

Requirements

Poetry is used for dependency management. See pyproject.toml for the list of requirements.

Run poetry install to set up the required packages for this collection.

About

Some useful image processing algorithms

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages