Comments on: Synthesizing images using simple equations https://blogs.mathworks.com/steve/2006/01/13/synthesizing-images-using-simple-equations/?s_tid=feedtopost Retired from MathWorks in 2024 after 30 years of service. Can now be found at MATLAB Central, https://hornjourney.com, and https://matrixvalues.com. MathWorks career included image processing, toolbox development, MATLAB development and design, development team management, MATLAB design standards, Steve on Image Processing blog (https://blogs.mathworks.com/steve). Co-author of Digital Image Processing Using MATLAB (https://www.imageprocessingplace.com/DIPUM-3E/dipum3e_main_page.htm). French horn enthusiast, member of Concord Orchestra and Melrose Symphony, member of the board of Cormont Music and the Kendall Betts Horn Camp. Mon, 21 Oct 2019 21:38:46 +0000 hourly 1 https://wordpress.org/?v=6.2.2 By: Steve https://blogs.mathworks.com/steve/2006/01/13/synthesizing-images-using-simple-equations/#comment-24418 Wed, 17 Aug 2011 02:14:56 +0000 https://blogs.mathworks.com/steve/?p=19#comment-24418 Simon—Thanks.

]]>
By: Simon https://blogs.mathworks.com/steve/2006/01/13/synthesizing-images-using-simple-equations/#comment-24405 Sat, 13 Aug 2011 19:14:06 +0000 https://blogs.mathworks.com/steve/?p=19#comment-24405 The book referenced “Beyond Photography: The Digital Darkroom”
can be found as an online version here:
http://spinroot.com/pico/

]]>
By: Steve https://blogs.mathworks.com/steve/2006/01/13/synthesizing-images-using-simple-equations/#comment-39 Fri, 10 Feb 2006 13:35:42 +0000 https://blogs.mathworks.com/steve/?p=19#comment-39 Peter – see my January 26 post.

]]>
By: philip batchelor https://blogs.mathworks.com/steve/2006/01/13/synthesizing-images-using-simple-equations/#comment-12 Mon, 16 Jan 2006 14:32:05 +0000 https://blogs.mathworks.com/steve/?p=19#comment-12 I see the remark:
‘meshgrid is kind of hard to explain in words. ‘
Couldn’t one say that it returns the x and y coordinates of a grid on the grid?
[X,Y] = meshgrid(1:5,1:5);
for k = 1:size(X,1)
for l =1:size(Y,2)
XY{k,l} = [‘(‘,num2str(X(k,l)),’,’,num2str(Y(k,l)),’)’];
end
end
kind of illustrates?

]]>
By: philip batchelor https://blogs.mathworks.com/steve/2006/01/13/synthesizing-images-using-simple-equations/#comment-11 Mon, 16 Jan 2006 13:59:29 +0000 https://blogs.mathworks.com/steve/?p=19#comment-11 Yes, great idea. In my lab (medical image processing, split between computer sciences and medical physics), we have regular informal meetings to discuss topics on image processing-either new stuff, or old stuff one should know but doesn’t.

I expect this blog to provide such topics, and maybe even we’d have some to suggest at some point…

]]>
By: Ike https://blogs.mathworks.com/steve/2006/01/13/synthesizing-images-using-simple-equations/#comment-10 Sat, 14 Jan 2006 13:38:12 +0000 https://blogs.mathworks.com/steve/?p=19#comment-10 excellent idea , the Image proc. blog.
i think that i order to select from all the suggested subjects maybe specifying a bit on each subject would raise comments.
i for one am new to matlab , and have no clue for what a queue is…..
still basically IMO any subject you choose, will involve usage of common functions , and by that will be useful to me, at least ….

]]>