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

Edges software
Filter: All | Freeware | Demo
 

Edges

< 1 2 3 4 5 
Added: July 06, 2013 | Visits: 295

Voxel Image This function gives an easy solution to show a voxel-based object. Just give the centers of the voxels and the voxel size, and you will get a nice 3D image. Some more features are available, like face color and edge color.Syntax:voxel_image(pts, vox_sz, color, alpha, edgec)Parameters: pts - n x 3...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Voxel Image Download

Added: August 22, 2013 | Visits: 466

Inscribed_Rectangle Inscribed_Rectangle package provides 2 low level computer vision / image analysis functions able to locate largest square or rectangle inscribed inside arbitrary shape defined by a binary mask (black and white image). Only rectangles with vertical/horizontal edges are considered. The functions...





Platforms: Matlab

License: Freeware Size: 552.96 KB Download (50): Inscribed_Rectangle Download

Added: September 15, 2013 | Visits: 273

Random walking picture By specifying a directory containing pictures the program picks an arbitrary picture amongst these in that folder. It animates or random walks a subpicture within the "big" pictures. The subpicture is given an initial velocity, so that the subpicture kind of bounces against the "big" pictures edges.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Random walking picture Download

Added: May 04, 2013 | Visits: 155

pixplot This is basically a wrapper to the pcolor routine which pads the arrays passed to pcolor so that the full array is plotted. It also centers the ticks on the pixels rather than on the edges. The EdgeColor is set to 'none.' This is good for plotting data on a grid when you don't want any...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): pixplot Download

Added: August 20, 2013 | Visits: 163

EDGEMESH Plots edge connections and edge based data. Optionally triangularization data can be provided to allow surface shading. This product was motivated by the need to plot results of electromagnetic simulation code in matlab. These codes store data based on mesh edges.The user must make the edge map...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): EDGEMESH Download

Added: March 23, 2013 | Visits: 299

Simple finger normalisation Aligns the finger to the centre of the image using an affine transformation.Simple finger normalisation, it aligns the finger to the centre of the image using an affine transformation. Elliptic projection which is described in the referenced paper is not implemented. Parameters for the affine...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Simple finger normalisation Download

Added: August 05, 2013 | Visits: 304

Active contour without edge Implementation of the level set method proposed in[1](ACWE) while add the regularity term[2] to avoid re-initialization.The core function to implement ACWE is 'acwe.m',while 'demo_acwe.m' is for demonstration purpose.Acknowledgement: Li chunming for his clearly coded...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 604.16 KB Download (41): Active contour without edge Download

Added: July 26, 2013 | Visits: 261

TSPSEARCH Heuristic method for the Traveling Salesman Problem (TSP)A number of nearest neighbour tours are generated from randomly selected starting points. Each tour is improved by 2-opt heuristics (pairwise exchange of edges) and the best result is selected.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (47): TSPSEARCH Download

Added: August 24, 2013 | Visits: 210

Manage and Dock Figures into Group group = setfigdocked('PropertyName1',value1,'PropertyName2',value2,...) PropertyName: - GroupName name of group need to be generated - GridSize scalar or vector quantity, defines number of rows and columns of cell in group - SpanCell vector or matrix quantity, size n x 4, [row col occupiedrows...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Manage and Dock Figures into Group Download

Added: April 24, 2013 | Visits: 60

plot3c Allows 3d scattered data to be plotted as a 2d scatterplot (i.e. plot(,,'.') ) with the third dimension being displayed as colour. Each point is coloured depending on the value of z, which is binned (bins edges or number of bins can be specified).


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): plot3c Download

Added: August 01, 2013 | Visits: 378

Prims Algorithm In the mathematical field of graph theory, a spanning tree of a connected, undirected graph is a tree which includes every vertex of that graph. More generally, a spanning forest of an arbitrary undirected graph is a forest which includes every vertex of the graph. Spanning forests always exist,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Prims Algorithm Download

Added: April 29, 2013 | Visits: 285

Graph GUI Edit a graph or draw a new one with this GUI.Usage:>> graph_gui;or>> graph_gui(A,xy); Controls:Use the radio buttons to select an action:1. To DRAW a new VERTEX, select 'Draw' and 'Vertex'. Then click inside the axes in the desired location.2. To DELETE a VERTEX, select 'Delete' and 'Vertex'....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Graph GUI Download

2D histogram - 'exact' and 'fast' binning, 'crop' and 'stretch' grid adjustment Calculate the 2D histogram of data pairs [x,y] on a 2D grid defined by its edges. Allows 'fast' and 'exact' binning modes. Adjustable input grid mode. Output of mesh centers for easy plot.EXAMPLE:binEdges_minmaxN_xy = [10 100 91; 0 10 21];[h2d, binC_x, binC_y] = hist2(data2d, binEdges_minmaxN_xy,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): 2D histogram - 'exact' and 'fast' binning, 'crop' and 'stretch' grid adjustment Download

Added: March 24, 2013 | Visits: 350

Fast 2D histogram calculation Hist2D performs a fast calculation of 2D histograms. On a 2GHz processor, calculated and displayed a histogram of 1 million points in less than half a second.HIST2D 2D histogram [H XBINS YBINS] = HIST2D(D, XN, YN, [XLO XHI], [YLO YHI]) [H XBINS YBINS] = HIST2D(D, 'display' ...) HIST2D calculates...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Fast 2D histogram calculation Download

Added: June 18, 2013 | Visits: 213

pie3mod.m H = PIE3MOD(HP) removes the lines along the edges of the pie slices while guaranteeing that there will still be a line separating the slices. The input argument HP is the set of handles returned by PIE3. The output argument H is the same as HP with the addition of the new line objects needed to...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): pie3mod.m Download

Added: August 24, 2013 | Visits: 150

slicefr.m This function is built around MATLAB's slice function. It plots a black line along the edges of each slice and a dotted line where two slices intersect. This may be useful to help in the analysis/interpretation of slice plots ...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): slicefr.m Download

Added: August 27, 2013 | Visits: 430

3D Pie Charts With a Touch of Style PIE3S draws 3D pie charts with smooth surfaces and lighting for a more visually appealing appearance. It is syntactically similar to MATLAB's built-in PIE3 command but with some extra optional parameters to control bevelling of the segment edges.3D pie charts are a terrible way to show...


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): 3D Pie Charts With a Touch of Style Download

Added: September 08, 2013 | Visits: 332

Graphviz Noderef Graphviz Noderef displays nodes as a Graphviz graph/map, with NodeReference fields as edges between nodes. This module is being actively developed, and is currrently pre-alpha. Feel free to use it on a production site, but don't be surprised if it breaks.UsageInstall the module as normal. A new...


Platforms: PHP

License: Freeware Size: 10 KB Download (39): Graphviz Noderef Download

Added: June 09, 2013 | Visits: 434

Veescope Key Producing stunning life like video, Veescope Key works inside Final Cut Pro, Final Cut Express and Motion. Just drop the Veescope Key Filters on to your video clip and get professional looking results. Veescope Key out performs keying solutions costing ten times as much or more. Edges perfectly...


Platforms: Mac

License: Demo Cost: $29.00 USD Size: 3.87 MB Download (40): Veescope Key Download

Added: October 28, 2013 | Visits: 316

VisualSWF A free tool to visualize .swf file for Mac OS X. Better quality (bug fixed, built-in swf parser and performance) than SWFVisualizer (Flash online app). Features: * Visualization of .swf file as a tree of tables. It should help people to understand the SWF File Format. * Drawing the vector...


Platforms: Mac

License: Freeware Size: 204.8 KB Download (39): VisualSWF Download

< 1 2 3 4 5