Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 680 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 680 Bytes

PatternFlow

Pattern recognition and image processing library for Tensorflow (TF)

This library is created and maintained by The University of Queensland COMP3710 students.

The library includes the following implemented in Tensorflow:

  • fractals
  • algorithms
  • recognition problems

In the algorithms, you will find many image processing algorithms ported to TF

  • denoise algorithms
  • image processing algorithms
  • transform algorithms
  • metrics
  • histograms etc.

In the recognition folder, you will find many recognition problems solved including:

  • OASIS brain segmentation
  • Classification etc.