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

Adaptive Histogram Equalization software
Filter: All | Freeware | Demo
 

Adaptive Histogram Equalization

< 1 2 3 4 5 
Added: May 02, 2013 | Visits: 337

NLMS Algorithm Demo NLMS is one of the adaptive filter algorithms. In this file ,an experiment is made to identify a linear noisy system with the help of NLMS algorithm. The weights of the estimated system is nearly identical with the real one. Also , adaptive learning rate has been applied.A reference is used to... Platforms: Matlab

License: Freeware Size: 10 KB Download (44): NLMS Algorithm Demo Download

Added: April 06, 2013 | Visits: 266

N-dimensional histogram Like histc but for n-dimension.Unlike the other nd histogram http://www.mathworks.com/matlabcentral/fileexchange/3957 beside counting, this function returns also the location of points in the bins. Coded entirely in Matlab (no mex required). Speed slightly slower (but quite decent).User can data... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): N-dimensional histogram Download

Added: March 24, 2013 | Visits: 349

Ramdomic Search Unconstrained global optimization using adaptive random search.Based on the algorithm written in C for constrained global optimization in 1989/09/29 and published as:A.R. Secchi and C.A. Perlingeiro, "Busca Aleatoria Adaptativa", in Proc. of XII Congresso Nacional de Matematica Aplicada e... Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Ramdomic Search Download

Added: March 22, 2013 | Visits: 462

K-means image segmentation K-means image segmentation based on histogram to reduce memory usage which is constant for any image size. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): K-means image segmentation Download

The INface toolbox for illumination invariant face recognition The INFace (Illumination Normalization techniques for robust Face recognition) toolbox is a collection of Matlab functions and scripts intended to help researchers working in the filed of face recognition. The toolbox was produced as a byproduct of my research work. It includes implementations of... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 399.36 KB Download (50): The INface toolbox for illumination invariant face recognition Download

Image edge detection using variation-adaptive ant colony optimization This is a demo program of Image edge% detection using variation-adaptive ant colony optimization, Transactions on CCI V, LNCS 6910, 2011, pp. 27-40. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (43): Image edge detection using variation-adaptive ant colony optimization Download

Added: May 28, 2013 | Visits: 189

Histogram transformation [transformedHistogram,newX]=transformHistogram(originalHistogram,originalX,formula)transformHistogram transforms the histogram stored in the 1D array 'orignalHistogram' according to the formula 'formula'.'originalHistogram' is defined at bins stored in 'orignalX'.The output 'transformedHistogram'... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Histogram transformation Download

GUI for calculating 1st and 2nd order statistics from images GUI for calculating 1st and 2nd order statistics of series of images.Calculates Average, RMS, Skewness and Kurtosis - 1st order statistics. (identical to File ID: #25981 - GUI for calculating roughness parameters in images)Has an option of filtering low-frequency and high-frequency components of... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 30.72 KB Download (42): GUI for calculating 1st and 2nd order statistics from images Download

Added: April 14, 2013 | Visits: 245

Labelled histogram Imagine that you have a set of observations that have been properly labelled. It should be interesting not only to analyze the data pdf but also to study the weigth of each class (observations' labels) to each one of the histogram bins. In this way I have developed a version of HIST, that is... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Labelled histogram Download

Added: July 12, 2013 | Visits: 322

HistOptimal Choose automatically the number of bin of a regular histogram using penalized likelihood procedure following paper of BirgdoTe-Rozenholc in ESAIM P&S (2006), 10, pp.24-45 "How many bins should be put in a regular histogram?" Platforms: Matlab

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

Added: August 15, 2013 | Visits: 507

COMPUTER ADAPTIVE TEST DEMYSTIFIED (GRE PATTERN) The program 'test.m' presents a computer adaptive test.It demystifies the way a computer adaptive test is created.For demonstration purpose, GRE(Graduate Record Exam) is taken. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (39): COMPUTER ADAPTIVE TEST DEMYSTIFIED (GRE PATTERN) Download

Added: May 26, 2013 | Visits: 217

Center-symmetric local binary patterns (CSLBP) This computes the Histogram of CSLBP operator, which is an extension of LBP. Using CSLBP is really efficient for illumination and blur type of image transformation. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Center-symmetric local binary patterns (CSLBP) Download

Added: July 10, 2013 | Visits: 297

Central moments from histogram data (Sripts) histStat expects two inputs, a vector of bin-centers and a matrix of counts. Each column is treated as a separate histogram. This method is preferred when the data consists of a large amount of histograms, for instance taken at different times.For an n X m input matrix, each output vector is 1 X... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Central moments from histogram data (Sripts) Download

Added: April 08, 2013 | Visits: 386

Frost's Filter fcnFrostFilter performs noise filtering on an image based on an adaptive filter proposed by Frost.[1] V. S. Frost, et al., "A Model for Radar Images and Its Application to Adaptive Digital Filtering of Multiplicative Noise," IEEE Trans. Pattern Anal., Machine Intell., vol. 4, no. 2, pp. 157-166,... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): Frost's Filter Download

Added: May 09, 2013 | Visits: 244

marginhist.m This function creates a 2D scatterplot from two data vectors, and puts a univariate histogram for each vector at the horizontal and vertical axes of the plot. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): marginhist.m Download

Added: March 24, 2013 | Visits: 353

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: August 21, 2013 | Visits: 607

Panels Three Four Layout Panels Three Four Layout is a grid based, adaptive layout for Panels module. It's similar to flexible layout that you can find in Panels' core, with the exception that in adaptive layout final page is rendered based on how panes are connected to the panel grid. It means that panes automatically... Platforms: PHP

License: Freeware Size: 10 KB Download (44): Panels Three Four Layout Download

Added: November 18, 2013 | Visits: 524

CommandLineParser This project provides a highly adaptive and easy to use command line option parser for Java applications. Apache CLI Command Line Parser was not satisfiable, so this API was intended to be more "complete" and easier to use than other known libraries. Platforms: Mac

License: Freeware Size: 51.2 KB Download (41): CommandLineParser Download

Added: October 03, 2013 | Visits: 393

dynrules dynrules is a dynamic ruleset scripting package for Python. The project uses the Dynamic Scripting technique to create adaptive AI scripts automatically from predefined rulesets. Requirements: ?*A* Python Platforms: *nix

License: Freeware Size: 71.68 KB Download (35): dynrules Download

Released: December 17, 2013  |  Added: November 11, 2014 | Visits: 496

MultiScopeLite Software Waveform monitor and Vectorscope now available. A set of video calibration and monitoring equipment like a Waveform Monitor and Vectorscope have long been a necessary equipment standard for television broadcast studios and mobile facilities alike. MultiscopeLite now offers these... Platforms: Windows, Windows 8, Windows 7

License: Shareware Cost: $69.95 USD Size: 5.84 MB Download (51): MultiScopeLite Download

< 1 2 3 4 5