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

Bilinear software
 

Bilinear

Added: July 16, 2013 | Visits: 362

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

image processing-zooming an image using Bilinear interpolation An image in your root directory can be zoomed by calling the above program.*First try with a small image. Because when the image is smaller, program response quickly.How to Run the Program*copy bilinear_zoom.m file and the image file to your work directory.Example-*if the name of image in root... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (48): image processing-zooming an image using Bilinear interpolation Download

Added: June 19, 2013 | Visits: 947

PNGwriter PNGwriter is a C++ library for creating PNG images. PNGwriter is a very easy to use open source graphics library that uses PNG as its output format. The interface has been designed to be as simple and intuitive as possible. It supports plotting and reading in the RGB (red, green, blue), HSV... Platforms: Mac

License: Freeware Size: 757.76 KB Download (98): PNGwriter Download

Released: May 10, 2013  |  Added: June 13, 2013 | Visits: 908

Viscom Store AVCHD Merger Free AVCHD Merger, It can merge VOB, AVI, WMV, ASF, MPEG2, MPEG, MP4, AVCHD, DAT, MOV, FLV, F4V, 3GP, 3G2 files to AVCHD file. It can use different resize mode. e.g. Bilinear, Bicubic, Custom Nearest. Platforms: Windows

License: Shareware Cost: $0.00 USD Size: 15.16 MB Download (105): Viscom Store AVCHD Merger Download

Released: August 16, 2012  |  Added: September 03, 2012 | Visits: 1.319

Viscom Store MPEG Merger Free AVI Merger, It can merge VOB, AVI, WMV, ASF, MPEG2, MPEG, MP4, AVCHD, DAT, MOV, FLV, F4V, 3GP, 3G2 files to VCD, SVCD, DVD, MPEG1, MPEG2 file. It can use different resize mode. e.g. Bilinear, Bicubic, Custom Nearest. Platforms: Windows

License: Freeware Size: 15.16 MB Download (115): Viscom Store MPEG Merger Download

Added: July 19, 2013 | Visits: 520

Digital Resistor-Capacitor (RC) Filter Returns equivalent IIR coefficients for an analog RC filterUsage: [B,A] = RC_FILTER(r, c, fs, type); R is the resistance value (in ohms) C is the capacitance value (in farrads) FS is the digital sample rate (in Hz) type is a character string defining filter type Choices are: 'high' or 'low'This... Platforms: Matlab

License: Freeware Size: 10 KB Download (49): Digital Resistor-Capacitor (RC) Filter Download

Added: June 09, 2013 | Visits: 660

Contrast Limited Adaptive Histogram Equalization (CLAHE) This is an image contrast enhancement algorithm that overcomes limitations in standard histogram equalization (HE). The two primary features is adaptive HE (AHE), which divides the images into regions and performs local HE, and the contrast limited AHE (CLAHE), which reduces noise by partially... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (50): Contrast Limited Adaptive Histogram Equalization (CLAHE) Download

Added: April 29, 2013 | Visits: 410

Syms to TF Conversion Perform equation manipulation/substitution in syms toolbox, then convert the result to a transfer function using this m file.Input is your symbolic equation (with syms variable s or z), output is a transfer function of the same form. Useful for performing your own bilinear transforms - Start with... Platforms: Matlab

License: Freeware Size: 10 KB Download (40): Syms to TF Conversion Download

Added: June 13, 2013 | Visits: 337

IIR Bandstop and Notch Filters using the TI TMS320C5416 Laboratory 7 of 12 for the Texas Instruments TMS320C5416 DSK.A self-teach application or college laboratory to allow the student to find out by practical experiment the answer to the following question: What is the difference in behaviour between IIR bandstop and notch filters designed a) placing... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 849.92 KB Download (44): IIR Bandstop and Notch Filters using the TI TMS320C5416 Download

Added: July 01, 2013 | Visits: 272

IIR Bandpass Filters using the TI TMS320C5416 DSK Laboratory 8 of 12 for the Texas Instruments TMS320C5416 DSK.A self-teach application or college laboratory to allow the student to find out by practical experiment the answer to the following question: What is the difference in sharpness of cut-off and stability between IIR bandpass filters... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 829.44 KB Download (44): IIR Bandpass Filters using the TI TMS320C5416 DSK Download

Added: July 24, 2013 | Visits: 192

image resamplin function nimg = imresample(oldpixsize,img,newpixsize,intmethod)% This function resamples the images at the new grid points% defined by the new pixel sizes. It assumes that intensities are% defined at pixel centers%% img : original image to be resampled% nimg : newly sampled image% oldpixsize : a... Platforms: Matlab

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

Added: July 21, 2013 | Visits: 300

FELICITY This is a MATLAB/C++ code for solving PDEs that are discretized by a finite element method on unstructured grids. It automates assembly of a variety of FEM matrices using a straightforward syntax and automatic code generation. The resultant matrices can be manipulated by MATLAB for ease in... Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 2.03 MB Download (44): FELICITY Download

Added: July 26, 2013 | Visits: 340

Superresolution Demo This is a superresolution based on projection onto convex sets (POCS).You can also compare the result with bilinear projection (using onlyone of the frames).To start, run sr_gui in Matlab. Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 3.52 MB Download (43): Superresolution Demo Download

Added: June 21, 2013 | Visits: 506

Scissors Continued This plugin adds cropping, resizing, and rotating functionality to WordPress' image upload and management dialogs. Scissors also allows automatic resizing of images when they are uploaded and supports automatic and manual watermarking of images. Additionally, images that are resized in the post... Platforms: PHP

License: Freeware Size: 276.48 KB Download (39): Scissors Continued Download

Added: July 23, 2013 | Visits: 392

PNGwriter for Linux PNGwriter is a very easy to use open source graphics library that uses PNG as its output format. The interface has been designed to be as simple and intuitive as possible. It supports plotting and reading in the RGB (red, green, blue), HSV (hue, saturation, value/brightness) and CMYK (cyan,... Platforms: *nix

License: Freeware Size: 757.76 KB Download (45): PNGwriter for Linux Download

Released: October 27, 2023  |  Added: December 11, 2023 | Visits: 3.916

Stereogram Explorer Stereogram Explorer is user-friendly design software for creating high-quality hidden 3D graphics, also known as Single Image Random Dot Stereograms (SIRDS) or Single Image Stereograms (SIS) known from the "Magic Eye" series. Stereogram Explorer uses advanced algorithms and can render... Platforms: Windows

License: Shareware Cost: $20.00 USD Size: 1.62 MB Download (855): Stereogram Explorer Download

Added: November 21, 2006 | Visits: 2.204

WireFusion 3D WireFusion 3D is an add-on for WireFusion. With this add-on you can create real time interactive 3D presentations for the web. No plugin is required to view the presentations and the 3D engine, written in pure Java 1.1 code, is only 25 kb. Key features: Supports 3D objects, scenes and... Platforms: Windows, *nix

License: Shareware Cost: $299.00 USD Size: 2.8 MB Download (139): WireFusion 3D Download

Added: March 01, 2006 | Visits: 2.339

Vidira ClearerZoom ClearerZoom is an image viewer, resizer, and wallpaper generator featuring proprietary Vidira technology for high-quality enlargement of digital images. Whether you need to increase the pixel count for printing or for wallpaper, or you simply want to focus on a specific area of interest, this... Platforms: Windows

License: Demo Cost: $19.95 USD Size: 2.02 MB Download (158): Vidira ClearerZoom Download

Added: August 15, 2008 | Visits: 1.160

FlashCAD 2005 For Engineering, Architecture, Plant Engineering, Territorial Managing, Cartographic, etc.Features:2D 3D Geometric Entities and Bitmap Images contemporary management3D Rendering, Ray tracing engine and textures archive3D Video Animation in AVI formatInverse Perspective Mapping and Bilinear... Platforms: Windows

License: Shareware Cost: $123.00 USD Download (267): FlashCAD 2005 Download