Skip to content

Commit cff741f

Browse files
committedNov 23, 2017
sync README
1 parent f182c3b commit cff741f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,15 @@ files:
2424
* `exercise5.m` -- Part 5: Using a pretrained CNN
2525

2626
The practical runs in MATLAB and uses
27-
[MatConvNet](http://www.vlfeat.org/matconvnet) and
28-
[VLFeat](http://www.vlfeat.org). This package contains the following
29-
MATLAB functions:
27+
[MatConvNet](http://www.vlfeat.org/matconvnet).
28+
This package contains the following MATLAB functions:
3029

3130
* `extractBlackBlobs.m`: extract black blobs from an image.
3231
* `tinycnn.m`: implements a very simple CNN.
3332
* `initializeCharacterCNN.m`: initialize a CNN to recognize characters.
3433
* `decodeCharacters.m`: visualize the output of the character CNN.
34+
* `imsmooth.m`: apply a Gaussian filter to an image.
35+
* `vl_imarray.m` and `vl_imarraysc.m`: compose images in a mosaic.
3536
* `setup.m`: setup MATLAB environment.
3637

3738
Appendix: Installing from scratch

0 commit comments

Comments
 (0)
Please sign in to comment.