Rank: 263 based on 231 downloads (last 30 days) and 4 files submitted
photo

Anders Brun

E-mail

Personal Profile:
Professional Interests:
image analysis, machine learning

 

Watch this Author's files

 

Files Posted by Anders View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
24 Nov 2009 Screenshot myslicer - make mouse-interactive slices of a 3-D volume A minimal "slicer" for the exploration of 3-D volumes using mouse interaction Author: Anders Brun slices, slicer, 3d, interactive 9 1
  • 5.0
5.0 | 1 rating
16 Mar 2009 Screenshot Moveit2 - Move a graphical object with the mouse. Move graphical objects with your mouse. Works for pcolor, plot, patches and perhaps more. Author: Anders Brun gui, mouse, move 13 5
  • 4.75
4.8 | 4 ratings
26 Oct 2008 Published MATLAB Files image3 Renders a 2-D image in 3-D space using a texture mapped rectangle, with several examples of uses. Author: Anders Brun image, 3d, 2d, texture mapping, box, surf 40 1
  • 5.0
5.0 | 2 ratings
21 Aug 2008 Screenshot Myaa - My Anti-Alias for Matlab Better looking Matlab figures with anti-aliasing! Author: Anders Brun antialiasing, presentation, html, smooth, annotation, jpg 169 30
  • 4.67857
4.7 | 28 ratings
Comments and Ratings by Anders View all
Updated File Comments Rating
17 Mar 2009 Moveit2 - Move a graphical object with the mouse. Move graphical objects with your mouse. Works for pcolor, plot, patches and perhaps more. Author: Anders Brun

thanks a lot for the 5 star... Just a comment, there are still things that can be simplified. In particular I think it would be possible to store state of the object in a smarter and even more invisible way, instead of using the UserData attributes. Perhaps a global variable with an obscure name would do it.

18 Dec 2008 Get HTML Table Data into MATLAB Identify tables and interactively select the data to bring into MATLAB. Author: Jeremy Barry

Nice thing. Too bad the Matlab web browser doesn´t have the same functionality as other browsers though... I could not even load the page that I am most interested in importing. Then again, I could ofcourse save this page as HTML using Firefox, Safari or Explorer and then use your tool to import it into Matlab, which is nice since I don´t have to open up Excel.

12 Dec 2008 Myaa - My Anti-Alias for Matlab Better looking Matlab figures with anti-aliasing! Author: Anders Brun

Hi Sebastian,
I already know of LineSmoothing and I created Myaa because I needed something more general. LineSmoothing does exactly what is says, it can smooth a line. If two lines crosses, things start go wrong. And there are more relevant objects in Matlab, such as text labels and (unintentionally) hires images, say a 3000x3000 image. Myaa will show you what your figure will look like in print, LineSmoothing will not. But ofcourse LineSmoothing is useful to some people and in some situations, speed is one of its advantages but generality is not.

Believe me, nobody would be more happy than me the day Matlab can do true antialiasing in hardware. :-)

31 Oct 2008 Animated GIF How to generate an animated GIF from MATLAB Author: Robert Bemis

Nice example! You can add anti-aliasing too if you download the Myaa tool and replace every

    f = getframe;

with
    h = myaa;
    f = getframe;
    close(h);

Thanks,
Anders

Comments and Ratings on Anders' Files View all
Updated File Comment by Comments Rating
31 Jan 2012 image3 Renders a 2-D image in 3-D space using a texture mapped rectangle, with several examples of uses. Author: Anders Brun Araz
28 Sep 2011 Myaa - My Anti-Alias for Matlab Better looking Matlab figures with anti-aliasing! Author: Anders Brun Daniel
22 Aug 2011 Myaa - My Anti-Alias for Matlab Better looking Matlab figures with anti-aliasing! Author: Anders Brun Natasha

Only reason doesn't get 5 stars is cause saving isn't built in

02 Jun 2011 Myaa - My Anti-Alias for Matlab Better looking Matlab figures with anti-aliasing! Author: Anders Brun T, ubuntu21

Thank you for sharing this nice code.

To easily have the image saved on my hdd, I modified 2 lines in original code:

1. 192# %delete(tempfile);
meaning that I have commented this line, such that the file with the image should not be removed

2. 182# tempfile = ['myaa_temp_screendump ',num2str(rand(1)*1e5,'%5.0f'), '.png'] ;
meaning that each time I run myaa.m, the image name should change, ending with 5 random numbers. Therefore, I do not overwrite the same image file each time I run myaa.m

03 Mar 2011 myslicer - make mouse-interactive slices of a 3-D volume A minimal "slicer" for the exploration of 3-D volumes using mouse interaction Author: Anders Brun Legland, David

simple but useful, I appreciate the possibility to manage non cubic voxels

Top Tags Applied by Anders
3d, myaa, 2d, annotation, antialiasing
Files Tagged by Anders View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
24 Nov 2009 Screenshot myslicer - make mouse-interactive slices of a 3-D volume A minimal "slicer" for the exploration of 3-D volumes using mouse interaction Author: Anders Brun slices, slicer, 3d, interactive 9 1
  • 5.0
5.0 | 1 rating
16 Mar 2009 Screenshot Moveit2 - Move a graphical object with the mouse. Move graphical objects with your mouse. Works for pcolor, plot, patches and perhaps more. Author: Anders Brun gui, mouse, move 13 5
  • 4.75
4.8 | 4 ratings
26 Oct 2008 Published MATLAB Files image3 Renders a 2-D image in 3-D space using a texture mapped rectangle, with several examples of uses. Author: Anders Brun image, 3d, 2d, texture mapping, box, surf 40 1
  • 5.0
5.0 | 2 ratings
21 Aug 2008 Screenshot Myaa - My Anti-Alias for Matlab Better looking Matlab figures with anti-aliasing! Author: Anders Brun antialiasing, presentation, html, smooth, annotation, jpg 169 30
  • 4.67857
4.7 | 28 ratings

Contact us at files@mathworks.com