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

Zero Point Global software
Filter: All | Freeware | Demo
 

Zero Point Global

< 1 2 3 4 5 
Added: May 15, 2013 | Visits: 435

Iterative Closest Point Method, C++ ICP - Iterative Closest Point algorithm, c++ implementation. Handles only points in R^3. Makes use of a kd-tree for closest-point search. ICP finds the transformation of points in data to fit points in model. Fit with respect to minimize a weighted sum of squares for distances between the data...



Platforms: Matlab

License: Freeware Size: 20.48 KB Download (43): Iterative Closest Point Method, C++ Download

RAPID RADIOMETRIC ENHANCEMENT OF COLORED 3D POINT CLOUDS USING COLOR BALANCING This implementation includes modules for radiometric enhancement of colored 3D point clouds. The introduced method balances the colors of -preferably but not necessarily- overlapping point clouds in such a way that the color variances in overlapping parts of the point clouds are reduced. See...





Platforms: Matlab


Added: September 14, 2013 | Visits: 455

Simple three-point minimum estimation Calculate minimum of single variable function using 3-point searchUsage:estimated_min=three_point(sfun,a,b,tolerance) sfun: Symbolic/String function a: Inferior Limit b: Superior Limit tolerance: Tolerance Range


Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Simple three-point minimum estimation Download

Added: May 15, 2013 | Visits: 472

robust point set registration using mixture of Gaussians This package contains the MATLAB code for the robust point-setregistration algorithm discribed in the ICCV'05 paper:"Bing Jian and Baba C. Vemuri,A Robust Algorithm for Point Set Registration Using Mixture of Gaussians."It is part of software package which can be freely downloaded...


Platforms: Matlab

License: Freeware Size: 40.96 KB Download (39): robust point set registration using mixture of Gaussians Download

Added: June 13, 2013 | Visits: 615

GLOBAL HEARTVI1 Simulator Simulink It is the version in global Heart VI1 simulator simulink where the electrical part of heart is followed by a frequency detector to pilot the feedback of CNS,central nervous system who loop and control sinus.Sometime you can have pile-cache problems compiling before computing.


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): GLOBAL HEARTVI1 Simulator Simulink Download

Added: July 05, 2013 | Visits: 361

PT2: tU, tG and inflection point Plot step response of PT2 (two PT1s)Calculate tU, tG, damping and inflection point.


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): PT2: tU, tG and inflection point Download

Added: April 05, 2013 | Visits: 262

Zero Sum Game The zsum.m finds one mixed strategy solution in a zero sum game in which no saddle point is present


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Zero Sum Game Download

Added: June 18, 2013 | Visits: 486

MERGING 3D POINT CLOUDS WITH RADIOMETRIC ENHANCEMENT This implementation includes modules for radiometric enhancement of colored 3D point clouds and nearest neighbor search. The introduced method detects the overlapping parts and derives a transformation function that reduces radiometric differences. This transformation function can be in one of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): MERGING 3D POINT CLOUDS WITH RADIOMETRIC ENHANCEMENT Download

Added: September 06, 2013 | Visits: 317

Point biserial correlation Calculates point biserial correlation and tests for significance with either ttest or ranksum test.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Point biserial correlation Download

Added: May 26, 2013 | Visits: 509

Distance from a point to polygon Calculate the distance from a point to 2-D polygon, and the point on the polygon closest to the point.This is based on the function made by Michael Yoshpe. Also include the test suggested by Eric Schmitz.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Distance from a point to polygon Download

Added: August 01, 2013 | Visits: 328

N-point circular convolution % C = CIRCONV(A,B,N) performs the N-point circular convolution% of vectors A and B. C is returned as a row vector. A and B% must be vectors, but may be of different lengths. N must be% a positive, non-zero integer. The results of CIRCONV will% match that of CONV if N>=( length(A) + length(B) -...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (43): N-point circular convolution Download

Added: August 14, 2013 | Visits: 415

16 point radix 2 DIF FFT with Hamming window Implementation of 16 point radix 2 with Hamming windowApply hamming window for the input of FFT


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (54): 16 point radix 2 DIF FFT with Hamming window Download

Added: August 12, 2013 | Visits: 364

N-Point Central Differencing Computes an n-point central difference of function f with spacing h.Computes an n-point central difference of function f with spacing h.Returns a vector df of same size as f.Input f must be a vector with evenly spaced points.Input n must be 3,5,7, or 9.Differences for points near the edges are...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): N-Point Central Differencing Download

Added: June 24, 2013 | Visits: 438

Position of a point and a straight line or segment Position determines the relative position of a planar point C with respect toa planar segment joining A and B. This is not intended for 3D points.Pos=0 =>the point C is collinear with A and BPos=1=>the point C is above the segmentPos=-1=>the point C is below the segmentExampleA=[0 0 0]; B=[1 1...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Position of a point and a straight line or segment Download

Added: July 23, 2013 | Visits: 440

Find point position in 2D polygon Calculates point position in 2D polygon: inside, outside, is a vertex and on the edge.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): Find point position in 2D polygon Download

Added: April 25, 2013 | Visits: 355

getpoint Simple widget to get the coordinates of a point in a figure or axis.Just select the current figure and type getpoint. A button with two fields will appear in the upper right corner. click the button, then the point and the coordinates will appear.To access the coordinates in the workspace, type...


Platforms: Matlab

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

Added: August 24, 2013 | Visits: 424

Distance between a point and a triangle in 3D Calculate the distance of a given point P from a triangle TRI.Point P is a row vector of the form 1x3. The triangle is a matrix formed by three rows of points TRI = [P1;P2;P3] each of size 1x3. dist = pointTriangleDistance(TRI,P) returns the distance of the point P to the triangle TRI. [dist,PP0]...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Distance between a point and a triangle in 3D Download

Added: April 03, 2013 | Visits: 525

Mail global header and footer This module adds the possibility to set a global header and a global footer for all e-mails sent by Drupal.It is compatible with htmlmail module.


Platforms: PHP

License: Freeware Size: 10 KB Download (41): Mail global header and footer Download

Added: August 12, 2013 | Visits: 541

Global Avatar OverviewThe Global Avatar module is useful in multi-site environments where the user table is shared and avatars should be consistent across the network of sites. Specifically, it is designed to solve the issue raised in the post Multisite with shared user table, but how to share user pictures?...


Platforms: PHP

License: Freeware Size: 10 KB Download (40): Global Avatar Download

Added: July 06, 2013 | Visits: 496

Point Board Point BoardIt is a simple module to get ability for your visitors leavea link to their site with picture. Also your can collect allyour best links with picture in one block - Point Board.It looks like a grid of pictures where you collect links.To get the module installed and working please do the...


Platforms: PHP

License: Freeware Size: 20.48 KB Download (40): Point Board Download

< 1 2 3 4 5