From 79f30887129145e15e5172e36a7d7602859fc932 Mon Sep 17 00:00:00 2001 From: leochanj105 Date: Tue, 20 Oct 2020 03:07:47 -0400 Subject: ignore rules changed ignore rules change ignore rules changed --- SD-VBS/common/matlab/README.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 SD-VBS/common/matlab/README.txt (limited to 'SD-VBS/common/matlab') diff --git a/SD-VBS/common/matlab/README.txt b/SD-VBS/common/matlab/README.txt new file mode 100755 index 0000000..0513aaa --- /dev/null +++ b/SD-VBS/common/matlab/README.txt @@ -0,0 +1,7 @@ +This folder contains Matlab implementation of the common functions used across the suite. +The currently supported functions include: + +read_image8u_bmp.m : This function is similar to imread() in Matlab. It supports file read of a .bmp file. +write_image8u_bmp.m : This function is similar to imwrite() in Matlab. It supports file read of a .bmp file. +reshapeMatrix.m : Similar to reshape(X, SIZ) built-in Matlab function +product.m : Similar to prod(X, DIM) built-in Matlab function \ No newline at end of file -- cgit v1.2.2