Cleaning up the encoded flag. Allowing any image (cropped or gray scale) to be encode...
authorphilkr <philkr@users.noreply.github.com>
Mon, 16 Feb 2015 19:42:22 +0000 (11:42 -0800)
committerphilkr <philkr@users.noreply.github.com>
Tue, 17 Feb 2015 04:47:09 +0000 (20:47 -0800)
commit52465873d08cfd58a4c84ee8b239908814de4f39
tree4bfa12004c898c79fc04c533efc0ef7029c454cf
parentc09de3588c0a6f7376cb78cf92ba67fd9d97ba34
Cleaning up the encoded flag. Allowing any image (cropped or gray scale) to be encoded. Allowing for a change in encoded (jpg -> png vice versa) and cleaning up some unused functions.
include/caffe/util/io.hpp
src/caffe/layers/data_layer.cpp
src/caffe/layers/window_data_layer.cpp
src/caffe/test/test_io.cpp
src/caffe/util/io.cpp
tools/compute_image_mean.cpp
tools/convert_imageset.cpp