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

Histogram Examples software
Filter: All | Freeware | Demo
 

Histogram Examples

< 1 2 3 4 5 > 
Added: August 20, 2013 | Visits: 261

Histogram of an image without inbuilt command Here we find out the histogram of any gray level image by not using the command imhist(), which is an inbuilt one rather by without using the inbuilt command. Reader may verify the plot by comparing with that generated from using the inbuilt command.



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Histogram of an image without inbuilt command Download

Added: August 09, 2013 | Visits: 551

Generate many examples of Ramanujam's Diophantine Equation This programme is about finding many examples of Ramanujam's Diophantine Equation. For mathematical formulas used in making this programme, I have referred to the article MATHEMATICAL MINIATURE 9.pdf by John Butcher, butcher@math.auckland.ac.nz.To circumvent the problem of editing the Greek...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Generate many examples of Ramanujam's Diophantine Equation Download

Added: June 18, 2013 | Visits: 394

Histogram-based class separability measure The provided functions demonstrate a histogram-based measure for class separability, given the samples from two classes (binary classification problem). The proposed error classification estimation method is described in (B) and it is based on estimating the pdf of each class using histograms....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (43): Histogram-based class separability measure Download

Added: April 30, 2013 | Visits: 525

Object oriented programming examples Examples of classes inheritance, public and private attributes and methods from chapter 5.7 of the new edition of book by Bogumila and Zbigniew Mrozek. Comments are in Polish and English language.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (38): Object oriented programming examples Download

Added: April 06, 2013 | Visits: 566

trapz and quad basic examples Basic examples of using trapz and quad to evaluate the integral of two simple known functions between defined limits.A for loop is used to loop over the upper limits of integration. The results are compared to show the greater accuracy, efficiency and ease of use of quad for a known function


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): trapz and quad basic examples Download

Added: August 28, 2013 | Visits: 599

DAQmx examples Examples of using matlab to talk to a National Instruments (NI)DAQ card _without_ the 'data acquisition toolbox'I have mainly used code and examples from Jens Roesner here:http://www.jr-worldwi.de/work/matlab/index.htmlHowever, I had to make a few slight tweaks to get it to work for me. I have...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (44): DAQmx examples Download

Added: August 23, 2013 | Visits: 355

matlab code for histogram of colour image The histogram of the image gives the frequency of occurrence of the gray level. it gives the no. of times a particular gray level occurs in the image. In the case of a colour image,the histogram is expected to give the number of a particular colour has occurred in the image.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): matlab code for histogram of colour image Download

Added: September 08, 2013 | Visits: 231

Logicle Histogram This programs creates a histogram with a "logicle" (aka biexponential) x-axis. This is generally used to display flow cytometry data. It will not create false artifacts for values near zero. For more information see "A new "Logicle" display method avoids deceptive effects of logarithmic scaling...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Logicle Histogram Download

Added: August 18, 2013 | Visits: 309

2D Histogram Calculation function histmat = hist2(x, y, xedges, yedges) Extract 2D histogram data containing the number of events of [x , y] pairs that fall in each bin of the grid defined by xedges and yedges. The edges are vectors with monotonically non-decreasing values.The code is optimized no loop inside, it can be...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): 2D Histogram Calculation Download

Added: June 08, 2013 | Visits: 290

2-Dimensional Histogram function H = histo2D(D,[Xlo Xhi],Xn,[Ylo Yhi],Yn,Xlab,Ylab,Title) 2-Dimensional Histogram(size(H) == [Yn Xn])Counts number of points in the bins defined by -X = linspace(Xlo,Xhi,Xn) andY = linspace(Ylo,Yhi,Yn)Example:Dx = 5*rand(100,1) ;Dy = 10*rand(50,1) ;D = [Dx,Dy] ;H = histo2D(D,[0 5],10,[0...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): 2-Dimensional Histogram Download

Added: May 19, 2013 | Visits: 354

Histogram Overlay Block The Histogram Overlay block adds a histogram overlay onto your video stream. It will operate with both grayscale and RGB images as well as varying data types. It also allows you to specify the frame color to help make the plot more visible.You can add this block to the Video and Image Processing...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (43): Histogram Overlay Block Download

Added: June 14, 2013 | Visits: 359

GUI Examples using Nested Functions These two examples, which were originally posted in the MATLAB newsgroup comp.soft-sys.matlab, demonstrate how to use the nested function capability of MATLAB 7.0 (R14) and later versions to reduce the number of parameters that need to be passed into and between callbacks inside a GUI M-file....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): GUI Examples using Nested Functions Download

Added: July 04, 2013 | Visits: 322

Plot a univariate histogram Function HISTF ('flexible histogram') extends Matlab's HIST by letting one bound displayed percentiles, set x-axis limits and y-axis maximum, set x bin size, and draw a marker line at given x position. In contrast to HIST, relative rather than absolute frequencies are displayed. (Note: when range...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Plot a univariate histogram Download

Added: July 18, 2013 | Visits: 242

N-Dimensional Histogram Count HISTCND is similar to HISTC, but creates a histogram with any number of dimensions.N = HISTCND(X,Y,Z,... XEDGES,YEDGES,ZEDGES,... )where N is a histogram count with dimensions length(XEDGES) x length(YEDGES) x length(ZEDGES) ...If XEDGES, YEDGES, etc. are monotonically increasing and non-NaN, a...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): N-Dimensional Histogram Count Download

Added: August 01, 2006 | Visits: 2.546

PixTwix PixTwix is an image processing ActiveX control featuring advanced selection routines, including irregular and non-contiguous selection regions, local and global magic wand functions, unlimited file based undo capabilities, loss-less and lossy rotation routines, channel manipulation functions such...


Platforms: Windows

License: Shareware Cost: $65.00 USD Size: 950 KB Download (117): PixTwix Download

Released: April 25, 2010  |  Added: May 15, 2010 | Visits: 1.810

Chartz Charting tool for the rapid design of 13 different chart types, including bar, dot, horizontal bar, line, pie, donut, scatter, xy, area, histogram, error bar, bubble, gantt and volume charts. Additional features include 3D, multiple datasets, gradients, transparency, unlimited annotations, and...


Platforms: Windows

License: Shareware Cost: $15.00 USD Size: 7.63 MB Download (148): Chartz Download

Added: January 13, 2010 | Visits: 1.904

Array::Each::Tutorial Array::Each::Tutorial - POD giving various examples how to use Array::Each. SYNOPSIS man Array::Each man Array::Each::Tutorial or perldoc Array::Each perldoc Array::Each::Tutorial Overview This tutorial contains only POD, so dont do this: use Array::Each::Tutorial; # dont do this...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (121): Array::Each::Tutorial Download

Added: October 11, 2010 | Visits: 1.610

XML::Smart::Tutorial XML::Smart::Tutorial is a Perl module with tutorials and examples for XML::Smart. SYNOPSIS This document is a tutorial for XML::Smart and shows some examples of usual things..


Platforms: *nix

License: Freeware Size: 50.18 KB Download (119): XML::Smart::Tutorial Download

Added: September 05, 2010 | Visits: 1.029

Diffstat Diffstat reads the output of the diff command and displays a histogram of the insertions, deletions, and modifications in each file. It is commonly used to provide a summary of the changes in large, complex patch files. Whats New in This Release: - A bugfix to avoid modifying data that is...


Platforms: *nix

License: Freeware Size: 100.35 KB Download (129): Diffstat Download

Added: August 16, 2013 | Visits: 459

DataGrid Class A WSC DataGrid Class with examples you can just unzip and run. Nothing to register (unless you want to).


Platforms: ASP.NET

License: Freeware Size: 30.72 KB Download (46): DataGrid Class Download

< 1 2 3 4 5 >