Skip to content

Commit 05ed63e

Browse files
committed
Added the recognition branch and folder to 2020 projects.
1 parent 70b1f54 commit 05ed63e

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

README.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
# PatternFlow
2-
Pattern recognition and image processing library for Tensorflow
2+
Pattern recognition and image processing library for Tensorflow (TF)
33

44
This library is created and maintained by The University of Queensland [COMP3710](https://my.uq.edu.au/programs-courses/course.html?course_code=comp3710) students.
55

66
The library includes the following implemented in Tensorflow:
77
* fractals
8+
* algorithms
9+
* recognition problems
10+
11+
In the algorithms, you will find many image processing algorithms ported to TF
812
* denoise algorithms
913
* image processing algorithms
1014
* transform algorithms
1115
* metrics
16+
* histograms
17+
etc.
18+
19+
In the recognition folder, you will find many recognition problems solved including:
20+
* OASIS brain segmentation
21+
* Classification
22+
etc.
1223

recognition/README.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Recognition Problems
2+
Various image analysis / pattern recognition problems solved in Tensorflow (TF)
3+
4+
This library is created and maintained by The University of Queensland [COMP3710](https://my.uq.edu.au/programs-courses/course.html?course_code=comp3710) students.
5+
6+
## Contributing
7+
* Fork the dedicated 'topic-recognition' branch
8+
* Create a directory for your problem and place your code into it.
9+
* Your code should have functions in a separate module and a driver (main) script that runs it with parameters defined.
10+
* The driver script should preferably either plot or save an image of the generated results
11+
* Add a README.md file that describes the problem, its solution and shows a picture of it.
12+
* You may upload a low res image (< 2 MB) into a folder called 'resources' in your problem directory for displaying on the README.md file
13+
* You can see an example of this in the [SMILI repository](https://github.com/shakes76/smili).
14+
* Then put in a pull request for the repository owner to approve and that's it!

0 commit comments

Comments
 (0)