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.179.691 Times

meshCanopy 1.0

  Date Added: May 08, 2013  |  Visits: 248

meshCanopy

Report Broken Link
Printer Friendly Version


Product Homepage
Download (48 downloads)



This function makes it easy to display a mesh directly above a grayscale image. The mesh can use any colormap and can be at variable heights above the image. The example, which requires the IPT, is the screenshot.help meshCanopy function meshCanopy: display a mesh above a grayscale image SCd 11/18/2010 Updates: -11/22/2010: Added example (requires IPT) Added height input argument Input Arguments: -I: 2-dimensional grayscale image slice. The values are expected to range from 0 to 255. If the maximum value is greater than 255 or the minimum value is less than 0, it will be scaled to 0:255. Else it will remain unchanged. -Mdata: 2-dimensional mesh data (Z for a meshplot). NOTE: the mesh command will be called with: >>[ii jj] = meshgrid(ceil(cumsum(diff([0 linspace(1,size(I,2),size(Mdata,2))]))),ceil(cumsum(diff([0 linspace(1,size(I,1),size(Mdata,1))])))); >>mesh(ii,jj,Mdata); and thus does not need to be the same size as the image! -Mmap: string, function_handle or nx3, mesh color map. See: >>doc colormap for valid options. The argument is optional and defaults to 'jet' Examples: 'jet', @jet, [0 0 1; 0.5 0;.1 .1 .1] -height: scalar height of the mesh above the image so you can see both. Optional defaults to 80. Output Arguments: -None! Example: (Requires the Image Processing Toolbox) %Display a Mesh Canopy of a standard deviation image, above the original image I = imread('cameraman.tif'); M = stdfilt(I); meshCanopy(I,M,@spring) See also: mesh colormap

Requirements: No special requirements
Platforms: Matlab
Keyword: Color Command Defaults Function Handle Gtgtdoc Gtgtmeshiijjmdata Optional Options String Valid
Users rating: 0/10

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


MESHCANOPY RELATED
Development Tools  -  Temporary (or anonymous) function handles for ML 6
The anonymous function handle feature of ML 7 is a long-needed feature, and one that I have longed for since I began writing scripts in early ML 6.Unfortunately, I am still forced to use ML 6 most of the time, so I came up with a way to create...
10 KB  
Development Tools  -  Direct Indexing of Function Calls (OOP Exercise) 1.0
IndexableFunction is a class of function-handle-like objects that allow a function to be called and post-indexed in a single expression. Often, in the MATLAB Central NG, I've seen people ask whether it is possible to call functions with a syntax...
10 KB  
Multimedia  -  tooltiptoggle 1.0
Function to toggle the display of tooltips within the given function handle.Uses get/set app data to:. save the state of 'toggle' in the figure handle and. save the tooltip string in the uicomponent
10 KB  
Development Editors  -  Running Steps 1.0
Step through your batch file commands interactively, visual Studio-like environment, Rich set of debugging commands, Project Analyzer, multi-type breakpoints, complex instruction support, Support for pipeline and redirection with multi color...
2.29 MB  
Development Tools  -  Elliptic fourier for shape analysis 1.0
1) plot_chain_code(ai, color, line_width)This function will plot the given chain code. The chain code (ai) should be incolumn vector.Example:>> ai = [5 4 1 2 3 4 3 0 0 1 0 1 0 0 0 7 7 1 1 0 7 5 4 5 4 5 0 6 5 4 1 3 4 4 4 4 6];>>...
10 KB  
Development Tools  -  N-dimensionally spaced points 1.0
NDSPACE N-dimensionally spaced points NDSPACE(X1, X2) generates a column matrix of 10^n linearly equally spaced points in the hypercube defined by the two diametrically opposite cornerpoints X1 and X2 both n-by-1 vectors. If either is a scalar it...
10 KB  
Inventory Systems  -  Free Barcode Generator For Mac 7.3.0.1
Free download barcode software for mac provides proficient way to generate customized barcode labels of different color, width, font size and other available designing options. Mac barcode scanner application helps users to instantly generate bulk...
1.99 MB  
Communication  -  stringCollapser 1.0
Example 1-Input string = 'abc,abc,abc,dcf,dcf,ef'.output string ='3abc,2dcf,1ef'Example 2-Input string = 'xyzr,abdc,abdc,haha,haha'.output string ='1xyzr,2abdc,2haha'Explanation:This function collapses a comma separated long string, containing...
10 KB  
Modules  -  Translate This gTranslate Shortcode 1.0
This is a WordPress plugin allows you to use a shortcode like this,[translate_this lang="fr"]un texte en frandoTzais[/translate_this],to automatically insert Google's Translate Web Element which creates an AJAX-enabled link that will translate the...
10 KB  
Advanced HTML Editors  -  Total HTML Converter 2.5
Total HTML Converter converts HTML or MHT files to Doc, PDF, XLS, JPEG, TXT in bathes. It can be handled via well-thought user interface or command line. There are lots of conversion options like Fit HTML Width To PDF-Page-Size option (useful...
5.97 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