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

Pixel Interpolation software
Filter: All | Freeware | Demo
 

Pixel Interpolation

< 1 2 3 4 5 > 
Added: May 29, 2013 | Visits: 538

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: September 04, 2013 | Visits: 315

Red and Green Pixel Separation The following code can be used to separate red and green pixels from an image. It is based on color distance transform. Some Threshold has to be provided so that its color distance is within some range to determine whether the given pixel is red or green.





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Red and Green Pixel Separation Download

Added: June 24, 2013 | Visits: 230

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: 192

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: 245

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: 333

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: 247

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 (39): Multivalued function interpolation Download

Added: June 09, 2013 | Visits: 405

Sub-pixel locations in 2D image The sub-pixel locations are solved by forming a Taylor series representation of the corner image valuesReference: Brown and Lowe "Invariant Features from Interest Point Groups"BMVC 2002 pp 253-262


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Sub-pixel locations in 2D image Download

textborder - Higher contrast text using a 1-pixel-thick border This function draws text on a figure with a 1-pixel-thick border, which may be useful when simple text would be hard to read due to low contrast.TEXTBORDER(X, Y, STRING)Creates text on the current figure with a one-pixel border around it. The default colors are white text on a black border, which...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): textborder - Higher contrast text using a 1-pixel-thick border Download

Added: May 07, 2013 | Visits: 357

Modis Tile pixel MODLAND Tile Calculatorto generate a kml file for showing in google earth. help us to find the exact land cover of a MODIS tile pixel.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (39): Modis Tile pixel Download

Added: August 30, 2013 | Visits: 316

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: 411

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: 299

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: 406

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: 297

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

Added: September 17, 2013 | Visits: 1.219

Pixel Sitemap Pixel Sitemap Plugin allows with the use of widget to display in sidebar links on the posts in compact way, namely as a rows of 1 pixel pictures.The main features are: * Support cache for links * Display links in random order or by date * Easy integrate * Fully configurable# Installation : 1....


Platforms: PHP

License: Freeware Size: 10 KB Download (42): Pixel Sitemap Download

Added: May 12, 2013 | Visits: 307

Pixel Random Quotes Images Pixel Random Quotes Images is a widget. Your quotes and images are randomly displayed in the Widget. You can delete, modify and upload quotes and images. It is a translation ready plugin.Installation Upload the plugin to your wp-content/plugins directory (or install it via the wordpress...


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 143.36 KB Download (46): Pixel Random Quotes Images Download

Added: October 08, 2013 | Visits: 374

Pixel Jelly Pixel Jelly is a free program that will allow you to gain hands-on experience with image processing techniques. Pixel Jelly is designed to be used with "The Art of Image Processing" textbook but is easy to use even without having the textbook as a reference. Writing custom filters that can be...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 1.53 MB Download (43): Pixel Jelly Download

Released: June 01, 2014  |  Added: June 17, 2014 | Visits: 1.261

Pixel Repair With this little tool, you can detect and fix stuck pixels on flat LCD screens. It won't bring completely dead (i.e. black) pixels back to life, but it should work if they're just stuck on a particular color. Many tools like this can be found all over the internet, but we could not find a tool...


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

License: Freeware Size: 2.03 MB Download (49): Pixel Repair Download

Released: October 10, 2002  |  Added: May 22, 2006 | Visits: 5.265

DigiPhoto Cleaner DigiPhoto Cleaner is a tool to remove noise(hot pixel) and bad pixels from digital images, in particular those taken with digital cameras.Most current digital camera images show considerable noise when taken with a long exposure(i.e. more than one or two seconds). Some cameras show "hot pixels"...


Platforms: Windows

License: Demo Cost: $29.95 USD Size: 708 KB Download (456): DigiPhoto Cleaner Download

< 1 2 3 4 5 >