File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,15 @@ files:
24
24
* ` exercise5.m ` -- Part 5: Using a pretrained CNN
25
25
26
26
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:
30
29
31
30
* ` extractBlackBlobs.m ` : extract black blobs from an image.
32
31
* ` tinycnn.m ` : implements a very simple CNN.
33
32
* ` initializeCharacterCNN.m ` : initialize a CNN to recognize characters.
34
33
* ` 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.
35
36
* ` setup.m ` : setup MATLAB environment.
36
37
37
38
Appendix: Installing from scratch
You can’t perform that action at this time.
0 commit comments