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

Transform Boundaries software
Filter: All | Freeware | Demo
 

Transform Boundaries

< 1 2 3 4 5 > 
Added: July 16, 2013 | Visits: 356

Maximum Inscribed Circle using Distance Transform Maximum Inscribed Circle Or in other words, "largest inner circle" , "maximum empty circle" etc.This is a very common problem in computational geometry, and it is not simple to solve efficiently.Addressing 2D image/contour processing, I couldn't find a good implementation on the web. Generally,...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Maximum Inscribed Circle using Distance Transform Download

Added: August 30, 2013 | Visits: 301

generalized fuzzy Hough transform Noisy environments make difficult the pattern recognition tasks. In this sense, and due to the artifacts that are present in the acquisition process, the most of the biomedical images (i.e. coming from magnetic resonance tests) become noisy and it is complicated even to define a Region Of...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 378.88 KB Download (46): generalized fuzzy Hough transform Download

Added: May 10, 2013 | Visits: 317

Calculate Rationalized arcsine transform Doing linear tests (like ANOVA or t-tests) on proportional data (values between 0 and 1) is difficult since the distributions of these values are not strictly Gaussian, especially when the proportions are near 0 or 1. The Rationalized Arcsine Transform linearizes the proportions and converts them...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (49): Calculate Rationalized arcsine transform Download

Added: June 05, 2013 | Visits: 332

Hough Transform for circle detection This Hough transform is highly optimized. It uses the midpoint circle algorithm to draw the circles in voting space quickly and without gaps. It also includes an option for searching only part of the image to increase speed if a rough estimate of the circle locations is known.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Hough Transform for circle detection Download

Added: June 21, 2013 | Visits: 546

Face Recognition System Using Kekre Transform This Face Recognition System uses Kekre Transform for Face recognition depicted through a GUI.This GUI depicts the face recognition system developed through feature extraction by Kekre Transform Algorithm. There are several functions that are provided using the GUI such as the view testbase and...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1.08 MB Download (40): Face Recognition System Using Kekre Transform Download

Weeks' Method for Numerical Laplace transform inversion with GPU acceleration The numerical inversion of the Laplace transform is a long standing problem due its implicit ill-posedness. These functions implement one of the more well known numerical inversion algorithms, the Weeks method. Particularly new here is the use of graphics processing unit [GPU] computing to...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 512 KB Download (51): Weeks' Method for Numerical Laplace transform inversion with GPU acceleration Download

Evaluation of the Laplace transform of the Pareto distribution LAPLACEOFPARETO evaluates the Laplace-Stietljes transform (LST) of the Paretodistribution with parameters a and b. Specifically, this function evaluatesthe LST E[exp(-sX)] of a random variable $X$ which has Pareto distribution$F(x)=1-frac{b^a}{(b+x)^a}$, where s>0, a>0, b>0. The formula used...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Evaluation of the Laplace transform of the Pareto distribution Download

Added: April 13, 2013 | Visits: 491

Fourier transform demonstration This demonstration is intended for people who know something about the theory of the discrete Fourier transform, and who would find it helpful to see some its properties demonstrated graphically, using a programming language.The demonstration shows the form of the Fourier components of a signal...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 788.48 KB Download (47): Fourier transform demonstration Download

Added: June 08, 2013 | Visits: 295

Discrete (co)sine transform (and its inverse) Y = DCTN(X) returns the discrete cosine transform (DCT) of X.X = IDCTN(Y) returns the inverse discrete cosine transform (IDCT) of Y.Y = DSTN(X) returns the discrete sine transform (DST) of X.X = IDSTN(Y) returns the inverse discrete sine transform (IDST) of Y.X and Y can be N-dimensional.D =...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Discrete (co)sine transform (and its inverse) Download

Added: May 12, 2013 | Visits: 313

1D Walsh Transform This function generates a Walsh-Matrix which can be used to perform the 1D-Walsh transform on a vector:Example:>> walsh(4)*[1 2 3 4]'The returned matrix is internally cached within the function (persistent) which implies that it is efficient to call the function in a loop as long as the arguments...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): 1D Walsh Transform Download

Added: September 05, 2013 | Visits: 346

Transform matrix between two dicom image coordinates It first transforms to patient coordinates and then to the second coordinates. Both dicom image sets should have the same localizer while scanning.It takes two inputs: dicominfo structures (taken by dicominfo mmand) of two image sets. The outputs are 4x4 transform matrix and 3x3 rotation...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Transform matrix between two dicom image coordinates Download

Added: August 07, 2013 | Visits: 283

Faster 3D Walsh - Hadamard Transform (sequency, natural) Copy&Paste from the file:%WAT3D 3D Walsh or Hadamard Transform% WAT3D(X, order) will transform the 3D matrix X to the Walsh or Hadmard% domain depending on the parameter 'order'.% If order == 'sequency' or 'walsh'% The function will transform the matrix using the sequency ordered% walsh...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Faster 3D Walsh - Hadamard Transform (sequency, natural) Download

Added: September 13, 2013 | Visits: 387

Detects multiple disks (coins) in an image using Hough Transform HOUGHCIRCLES detects multiple disks (coins) in an image using Hough Transform. The image contains separating, touching, or overlapping disks whose centers may be in or out of the image.Syntax houghcircles(im, minR, maxR); houghcircles(im, minR, maxR, thresh); houghcircles(im, minR, maxR, thresh,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (51): Detects multiple disks (coins) in an image using Hough Transform Download

Added: August 13, 2013 | Visits: 152

Inverse Rationalized Arcsine Transform % IRAU rationalized arcsine transform% IRAU(RAU,N) transforms the RAU values to the number of correct responses% using the rationalized arcsine transform. N gives the number of repetitions.%% IRAU(RAU,N,opt) defines one of the following options:% 'Pc' ... IRAU returns the percent correct scores...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Inverse Rationalized Arcsine Transform Download

Added: April 12, 2013 | Visits: 394

Toolbox Alpert Transform The Alpert transform is a multiwavelets transform based on orthogonal polynomials. It was originally designed for the resolution of partial differential and integral equations, since it avoids boundary artifact and can be used with an arbitrary sampling.The reference for the numerical...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 716.8 KB Download (47): Toolbox Alpert Transform Download

Added: May 02, 2013 | Visits: 412

Discrete Fourier Transform of a finite sequence DFT transforms one function into another, which is called the frequency domain representation, or simply the DFT, of the original function (which is often a function in the time domain). But the DFT requires an input function that is discrete and whose non-zero values have a limited (finite)...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Discrete Fourier Transform of a finite sequence Download

Added: August 06, 2013 | Visits: 369

Fast Fourier Transform based Homogenization Implementation of Fast Fourier Transform based Homogenization for heterogeneous materials dealing with electric or heat conductiviy. It takes the values of conductivity at regular grid of periodic unit cell that represents the material and produces the distribution of local fields such as...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 399.36 KB Download (40): Fast Fourier Transform based Homogenization Download

Added: May 15, 2013 | Visits: 459

inverse 2-D Laplace transform You can follow the examples given in the codes, to construct your 2-Dfuction in 2-D Laplace transform domain, insert it into the place of our examples, then you can get the inverse 2-D Laplace transform of your function.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): inverse 2-D Laplace transform Download

Get the 2nd derivatives of a vector with two finite boundaries The function gets the 2nd derivatives of a vector with two finite boundariesThe function gets the 2nd derivatives of a vector with two finite boundaries.function V2ndDx = get_V2ndDx(V,delta_x,INDstart,INDend)Input:V = the input vector, 1D datadelta_x = delta xINDstart = first indexINDend = last...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Get the 2nd derivatives of a vector with two finite boundaries Download

Added: July 18, 2013 | Visits: 448

Wavelet transform for image coding Wavelet transform for image codingWavelet transform related functions specifically designed to be used as a tool for image/video compression. The core of the toolbox consists of one-dimensional (1D) wavelet analysis and synthesis functions. The separable decomposition of multidimensional signals...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 235.52 KB Download (40): Wavelet transform for image coding Download

< 1 2 3 4 5 >