[julia-users] Re: Cell array of images like Matlab

2016-09-09 Thread Drew Mahedy
: > > Could you post code, that reproduces the problem? > > On Thursday, September 8, 2016 at 1:28:00 AM UTC+2, Drew Mahedy wrote: >> >> I'm just wondering if there is a way to load several RGB .jpg images into >> a 4-D array like can be done in MATLAB using cell a

[julia-users] Re: Cell array of images like Matlab

2016-09-09 Thread Drew Mahedy
In Julia, if I try and concatenate two images together of type: Array{ColorTypes.Gray{FixedPointNumbers.UFixed{UInt8,8}},2} via cat( 3, img, img ), I get the following error: Only two-dimensional images are supported On Friday, September 9, 2016 at 5:01:39 PM UTC-7, Drew Mahedy wrote

[julia-users] Re: Cell array of images like Matlab

2016-09-09 Thread Drew Mahedy
st code, that reproduces the problem? > > On Thursday, September 8, 2016 at 1:28:00 AM UTC+2, Drew Mahedy wrote: >> >> I'm just wondering if there is a way to load several RGB .jpg images into >> a 4-D array like can be done in MATLAB using cell array. I have the Im

[julia-users] Cell array of images like Matlab

2016-09-07 Thread Drew Mahedy
I'm just wondering if there is a way to load several RGB .jpg images into a 4-D array like can be done in MATLAB using cell array. I have the Images package installed but concatenating 2 images in the 3rd or 4th dimension says that 'only two-dimensional images are supported in assert2d' when I