Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.401.320 Times

imshow with True Size for multiple images 1.0

  Date Added: April 28, 2013  |  Visits: 340

imshow with True Size for multiple images

Report Broken Link
Printer Friendly Version


Product Homepage
Download (43 downloads)



IMSHOWTRUESIZE plots series of images in a single figure while preserving the actualaspect ratio or scale of the images (similar to the functionality of truesize but ina multiple images situation).the images can be aligned to the left of the figure, to the top or centered, as desired.Using the returned handles the user can set properties for the plots such as title,axis, etc.This function comes in handy when you want to plot images with different sizes in onefigure and you want to preserve the aspect ratio of the images. This is not the casewith imshow since imshow changes the scales of the images. The example below demonstratesthis downside of imshow and shows how imshowTruesize handles this situation successfully.Example usage: % compare imshow vs. imshoTruesize. % the example requires image processing toolbox % images of Mandelbrot set in differenct scales mand = imread('mandelbrot_set.jpg'); dim = 3; clear imagesCellArray [imagesCellArray{1:dim,1:dim}] = deal(mand); for iRow = 1:dim for iCol = 1:dim imagesCellArray{iRow,iCol} = imresize(imagesCellArray{iRow,iCol},1/(1.5*(iCol*iRow))); end end % plot with imshow - true aspect ration is lost figure for iRow = 1:dim for iCol = 1:dim subplot(dim,dim,sub2ind([dim,dim],iRow,iCol)) imshow(imagesCellArray{iRow,iCol}) axis on end end % plot with imshowTruesize - true aspect ration is preserved margins = [25 25]; Handles = imshowTruesize(imagesCellArray,margins); for iRow = 1:dim for iCol = 1:dim axis(Handles.hSubplot(iRow,iCol),'on') end endComments, suggestions, bug reports and any other feedback is welcomed at adi.navve[at]gmail[dot]com

Requirements: No special requirements
Platforms: Matlab
Keyword: Compare Differenct Downside Image Imshotruesize Mandelbrot Processing Requires Toolbox Usage
Users rating: 0/10

License: Shareware Size: 10 KB
USER REVIEWS
More Reviews or Write Review


IMSHOW WITH TRUE SIZE FOR MULTIPLE IMAGES RELATED
Network & Internet  -  FlatGallery 2.1
FlatGallery is a simple image gallery producer that requires no database backend. Users simply add images to a directory and FlatGallery will recognise this and produce thumbnails that are cached for later use. Producing thumbnails only when...
32.77 KB  
Desktop Utilities  -  iMage Clip 2.0
iMage Clip is a desktop tool that combines a capture utility with drag'n'drop image viewing and processing while doubling as a clipboard extension for graphics. You can load a multitude of graphic formats and save as bitmap, jpeg, png image, gif...
438 KB  
Dictionaries  -  jmathstudio - Java Image/Signal toolkit 1.0.0
JMathStudio is a pure Java based object oriented digital image and signal processing library. This library/toolkit provides a Java developer with many of the advanced and basic discrete image and signal processing ( 500+ useful...
2.54 MB  
Audio Tools  -  SIVP toolbox for Scilab 0.5.2
SIVP stands for Scilab Image and Video Processing toolbox. SIVP intends to do image processing and video processing tasks. SIVP is meant to be a useful, efficient, and free image and video processing toolbox for Scilab.
5.5 MB  
Libraries  -  jmathstudio 1.0.0
jmathstudio was developed as a Java-based numerical computation toolkit / library for discrete image and signal processing. This toolkit provides a Java developer with many of the advanced and basic discrete image and signal processing ( 500+...
 
Audio Tools  -  Blue Cat's StereoScope Multi for Mac OS X 1.91
Blue Cat's StereoScope Multi is a unique tool to compare the stereo image of several tracks in real time. It is the ideal solution for mixing: you can actually see which part of the stereo field every single instrument uses. It can also be used to...
4 MB  
Audio Tools  -  Blue Cat's StereoScope Multi x64 1.91
Blue Cat's StereoScope Multi is a unique tool to compare the stereo image of several tracks in real time. It is the ideal solution for mixing: you can actually see which part of the stereo field every single instrument uses. It can also be used to...
4 MB  
Multimedia & Graphics  -  Photomatix Essentials for Mac 3. 1. 2002
Photomatix Essentials is a standalone program for HDR image creation and processing. It features HDR tone mapping, exposure fusion, automatic alignment of hand-held photos, automatic removal of ghosts, and option for reduction of noise....
6 MB  
Multimedia & Graphics  -  Photomatix Essentials 64-bit 3. 1. 2001
Photomatix Essentials is a standalone program for HDR image creation and processing. It features HDR tone mapping, exposure fusion, automatic alignment of hand-held photos, automatic removal of ghosts, and option for reduction of noise....
11 MB  
Multimedia & Graphics  -  Photomatix Essentials 3. 1. 2001
Photomatix Essentials is a standalone program for HDR image creation and processing. It features HDR tone mapping, exposure fusion, automatic alignment of hand-held photos, automatic removal of ghosts, and option for reduction of noise....
11 MB  
NEW DOWNLOADS IN SCRIPTS, DEVELOPMENT TOOLS
Scripts  -  Freelancer Script 5.05
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Post projects. Featured projects. Private projects. Sealed projects. Edit/delete projects. Select freelancers....
5.49 MB  
Scripts  -  B2B Script 4.20
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Sign-up Account (Registration of account). Lead generation tools (for the sellers). Email verification to...
5.49 MB  
Scripts  -  B2C Script 5.06
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). The script comes with totally editable site colors, icons and graphics Multilevel categories allows extensive browsing Admin can change Category ordering or...
5.49 MB  
Scripts  -  Social Networking Script 2.86
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Registration with name, email, password, date of birth etc. User can add multiple school, college, university with start...
5.49 MB  
Scripts  -  Business Networking Script 8.04
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Ajax based interface. Profile creation. Different types of profile. Profile for jobseekers, employers and employed...
5.49 MB  
Development Tools  -  Aml2CHM 3.50
Those who use the popular Aml Pages text editor might be looking out for a way of generating help files from their text and notes. Aml2CHM is a plug-in that was developed to offer people a quick and efficient way of converting Aml Pages documents...
549.99 KB  
Development Tools  -  VMP Viewer 1.0
This is a very rudimentary tool to visualize the VMP files generated by BrainVoyager. Useful to share files with people who do not have BV.
10 KB  
Development Tools  -  Sending reports and timestamped file by emailing 1.0
main executing reference usage:[1] usage_send_mail.mIllustrates email sending with multiple separate files or single timestamped tar file. Attachment failure is properly handled, with continuation of report emailing without the attachment.[2]...
768 KB  
Development Tools  -  IrisMVC 2.0 rc1
IrisMVC is an OOP PHP framework that developers can use as a strong and secure foundation to build on various web applications following the Model-View-Controller (MVC) pattern. It provides the basic functionality developers need, without...
51.2 KB  
Development Tools  -  7-Zip for Script 4.42
7-Zip is a file archiver with a high compression ratio.Features:- High compression ratio in new 7z format with LZMA compression- Supported formats:- Packing / unpacking: 7z, ZIP, GZIP, BZIP2 and TAR- Unpacking only: RAR, CAB, ISO, ARJ, LZH, CHM,...
624.64 KB