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

Chroma Interpolation software
Filter: All | Freeware | Demo
 

Chroma Interpolation

< 1 2 3 4 5 > 
Added: June 24, 2013 | Visits: 279

Image Interpolation (ba_interp2) % Fast nearest, bi-linear and bi-cubic interpolation for image data%% Usage:% ------% Z = ba_interp2(F, X, Y, [method])%% where method is one off nearest, linear, or cubic.%% F is a WxHxD Image with an arbitrary number of layers D.% X, Y are I_1 x ... x I_n matrices with the x and y coordinates...



Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 1.89 MB Download (43): Image Interpolation (ba_interp2) Download

Added: July 16, 2013 | Visits: 360

NVIDIA CUDA-based bilinear (2D) interpolation This code was inspired by Alexander Huth's bilinear interpolation approach( http://www.mathworks.com/matlabcentral/fileexchange/20248 )also using the GPU's built-in bilinear texture interpolation capability, which is indeed very fast.The speedup is depending on your CUDA enabled graphics...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 61.44 KB Download (44): NVIDIA CUDA-based bilinear (2D) interpolation Download

Added: April 12, 2013 | Visits: 361

Piecewise Hermite Cubic Interpolation Piecewise Hermite cubic interpolation between 2 points knowing derivative valuesSyntax: y=p3hermite(x,pointx,pointy,yprime,plt)Wherepointx = data points of the independent variable (The points do not have to be equally spaced)pointy = data points of the dependent variable. pointy is the value of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Piecewise Hermite Cubic Interpolation Download

Added: May 29, 2013 | Visits: 542

COM Builder Example: Univariate Interpolation This demo shows how you can create a COM component from a MATLAB code using MATLAB COM Builder and use the same in an external project independent of MATLAB. This demo compiles a function that uses MATLAB Interpolation capability into a COM component and uses it in an external Visual Basic...


Platforms: Matlab

License: Freeware Size: 184.32 KB Download (46): COM Builder Example: Univariate Interpolation Download

Added: June 24, 2013 | Visits: 235

3D Data Interpolation Syntax: ui=NewtFit(x,y,z,u,xi,yi,zi)3D interpolation. It may be used where griddata3 fails to find a triangularization of the datagrid (x,y,z). The function uses a modified 4 point Newton interpolation formula for vector arguments in 3D instread of scalars used in 1D. The interpolation is...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (45): 3D Data Interpolation Download

Added: August 18, 2013 | Visits: 198

Hermite interpolation This is a solution of Hermite interpolation problem. example: A=[-1 2 -1 inf; 0 1 inf inf;1 -1 -1 8] x f(x) f'(x) f''(x) . . . A = -1 2 -1 Inf 0 1 Inf Inf 1 -1 -1 8 If you don't know the derive values, just write Inf. Use this command: difftable(A) And you can see the divided difference table,...


Platforms: Matlab

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

Added: August 19, 2013 | Visits: 255

Multidimensional interpolation with integer inputs iminterpn uses Image Processing Toolbox functions to implement multidimensional interpolation. Unlike the MATLAB function interpn, iminterpn can interpolate an integer array (such as uint8, uint16, etc.) without converting it to double.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Multidimensional interpolation with integer inputs Download

Added: August 03, 2013 | Visits: 339

Fast interpolation This function performs interpolation faster than MATLAB's "interp1" function. In the limit of small library and search arrays, it is ~5x faster. In the limit of large library arrays, qinterp1 has a flat scaling, while interp1 has a linearly increasing scaling (see the image for this file)....


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Fast interpolation Download

Added: June 19, 2013 | Visits: 254

Multivalued function interpolation When interpolating a multivalued function (more than one y for each x), interp1 produces, at best, an error (if there are identical x data), and at worst, garbage (see the attached image). This function performs meaningful interpolation of a multivalued function, when the inverse (x = g(y)) is a...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Multivalued function interpolation Download

Added: August 30, 2013 | Visits: 321

Sampling Rate Conversion (Interpolation/Decimation) The program does interpolation or decimation on a given 1-d data in an array.Given X with sampling rate Ft Hz and is used to generate another sequence Y with sampling rate Ft' Hz, then Sampling Rate ratio R is given by, Ft' R = ---- Ft if R > 1, sampling process is known as interpolationR < 1,...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Sampling Rate Conversion (Interpolation/Decimation) Download

Added: July 19, 2013 | Visits: 419

2D CUDA-based bilinear interpolation This MEX performs 2d bilinear interpolation using an NVIDIA graphics chipset. To compile and run this software, one needs the NVIDIA CUDA Toolkit (http://www.nvidia.com/object/cuda_get.html) and, of course, an NVIDIA graphics card of reasonably modern vintage.BUILDING INSTRUCTIONS: Change the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 40.96 KB Download (47): 2D CUDA-based bilinear interpolation Download

Added: July 31, 2013 | Visits: 305

Interpolation for missing data While interpolation functions are available builtin in MATLAB, it requires data in specified griddata format. Consider sampling data from an experiment and you are missing some points and you don't want to repeat the experiment but require data at all grid-points for full calculation. This might...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 6.34 MB Download (51): Interpolation for missing data Download

Added: June 09, 2013 | Visits: 410

Fast 2-dimensional interpolation This function performs 2-dimensional interpolation similar to MATLAB's built-in function interp2 with a considerable speed advantage.qinterp2 may only be used with evenly-spaced, monotonically increasing X and Y library arrays. In addition, there is little error checking on these inputs, as...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (41): Fast 2-dimensional interpolation Download

Added: May 12, 2013 | Visits: 302

Piecewise Parabolic Interpolation Script It performs piecewise parabolic interpolation and approximated calculation of first and second derivative at the interpolation point.


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Piecewise Parabolic Interpolation Script Download

Released: July 31, 2020  |  Added: January 11, 2021 | Visits: 4.105

Data Curve Fit Creator Add-in Data Curve Fit Creator Add-in is an easy-to-use data analysis add-in for Microsoft Excel. It adds curve fitting, interpolation, and data smoothing functions to Excel. Curve fitting functions include polynomial fits and a versatile local regression (loess) function. Interpolations include...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Shareware Cost: $79.95 USD Size: 7.12 MB Download (465): Data Curve Fit Creator Add-in Download

Released: June 02, 2004  |  Added: October 27, 2009 | Visits: 7.162

TriLookup Excel add-in with eleven powerful worksheet functions for 1, 2 and 3 variable lookup and interpolation. Interpolation modes include: closest-value, linear, piecewise parabolic or hyperbolic, cubic spline and polynomial up to 20th order. The functions can also handle tables containing missing and...


Platforms: Windows

License: Shareware Cost: $20.00 USD Size: 1.02 MB Download (626): TriLookup Download

Added: April 07, 2010 | Visits: 1.006

Unrawel 1.03 Unrawel project is the library and simple command-line front-end that were written to experiment with different techniques for digital camera acquired images interpolation and processing. Areas which are covered include RAW images interpolation, images de-noising and enhancing, white balance...


Platforms: *nix

License: Freeware Size: 82.94 KB Download (102): Unrawel 1.03 Download

Released: July 05, 2012  |  Added: July 05, 2012 | Visits: 917

ChromaPhoto Pro-Green-screen-software Once you have photographed your talent in front of a green screen, use our chroma-key compositing software to choose a background and just click on the background once. The green or blue background will automatically be replaced by the background of your choice!! This simple technique offers...


Platforms: Mac

License: Shareware Cost: $69.95 USD Size: 24.57 MB Download (422): ChromaPhoto Pro-Green-screen-software Download

Released: December 23, 2012  |  Added: December 23, 2012 | Visits: 425

CineGobs Keyer Easy to use chroma keyer, color difference keyer and difference keyer. Mattes can be eroded and blurred. Rotoscoping for garbage mattes and more. Several spill suppression algorithms. Works with video files, AviSynth files, image sequences or single images.


Platforms: Windows

License: Freeware Size: 3.48 MB Download (45): CineGobs Keyer Download

Released: May 13, 2015  |  Added: May 13, 2015 | Visits: 851

SRS1 Cubic Spline for Excel This is free software that adds several spline and linear interpolation functions to Microsoft Excel. It is simple to use because the new functions work just like all other existing Excel functions. Spline functions include cubic spline, bessel spline, and 'OneWay' spline (which is a monotonic...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 1.39 MB Download (134): SRS1 Cubic Spline for Excel Download

< 1 2 3 4 5 >