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

Image Interpolation (ba_interp2) 1.0

  Date Added: June 24, 2013  |  Visits: 274

Image Interpolation (ba_interp2)

Report Broken Link
Printer Friendly Version


Product Homepage
Download (43 downloads)



% 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 to% interpolate.% Z is a I_1 x ... x I_n x D matrix, which contains the interpolated image channels.%% Notes:% ------% This method handles the border by repeating the closest values to the point accessed.% This is different from matlabs border handling.%% Example% ------%% %% The mandrills eye% clear% IMG=load('mandrill');% IMG = ind2rgb(IMG.X, IMG.map);% [Dx Dy] = meshgrid(130:0.1:250, -150:0.1:-50);%% R = [cos(pi/4) sin(pi/4); -sin(pi/4) cos(pi/4)];% RD = R * [Dx(:)'; Dy(:)'] + 250;% RDx = reshape(RD(1,:), size(Dx));% RDy = reshape(RD(2,:), size(Dy));%% methods = {'nearest', 'linear', 'cubic'};% la=nan(1,3);% for i=1:3% la(i) = subplot(2,2,i);% tic;% IMG_R = ba_interp2(IMG, RDx, RDy, methods{i});% elapsed=toc;% imshow(IMG_R);% title(sprintf('Rotation and zoom using %s interpolation took %gs', methods{i}, elapsed));% end% linkaxes(la);%% License:% --------% GPL% (c) 2008 Brian Amberg% http://www.brian-amberg.de/

Requirements: No special requirements
Platforms: Matlab
Keyword: Dx039 Dy039 Ind Rgbimgx Methods Nearest Reshaperd Sinpi Sizedx Sizedy
Users rating: 0/10

License: Shareware Size: 1.89 MB
USER REVIEWS
More Reviews or Write Review


IMAGE INTERPOLATION (BA_INTERP2) RELATED
Development Tools  -  Salvaging a Linear Correlation Matrix 1.0
The solution of the nearest correlation matrix applies the hypershpere or spectral decomposition methods as outlined in Monte Carlo methods in Finance by Peter Jackel, Chapter 6.Use CorrelationExample.m that applies a simple example for the two...
10 KB  
Modules  -  USPS Methods 2.8d 1.0
This allows a site owner to choose which USPS shipping methods will be available to the customer. Settings can be changed in the admin interface under Modules->Shipping->United States Postal Service.For example, if you select "Express" and...
 
Miscellaneous  -  Generating get/set methods using closures 1.0
When creating a class,one often end up writing lots get/set methods which essentially do the same thing e.g. get_name, get_age, ... , set_name, set_age, ... - each such method will simply set or return the value of its associated attribute....
 
Miscellaneous  -  Abstract methods/classes 1.1
The point is that python doesn't have a notion of abstract methods.Abstract methods are part of a base class that defines an interface, without any code. Abstract methods can't be called directly, because they don't contain any code in their...
 
Miscellaneous  -  Static or Class Methods 1.0
This script implements class methods that do not require an object instance.
 
Miscellaneous  -  Changing return value for mutating list methods 1.0
Mutating list methods such as 'append' or 'extend' return None instead of the (mutated) list itself. Sometimes, this is not the desired behaviour. To have a reference to the (mutated) list returned is usefull, if one wants to chain commands such...
 
Communication  -  Overlap Add Overlap Save methods implementation for block DFT processing 1.0
The overlap add and overlap save are the two generally implemented methods when the input is greater than the maximum processible block in MATLAB because of memory constraints.
10 KB  
Miscellaneous  -  Traveling Salesman Problem - Nearest Neighbor Script 1.1
This method produces different results depending on what city is choosen as the starting point.This function determines the Nearest Neighbor routes for multiple starting points and returns the best of those routes.
10 KB  
Programming  -  Brahmi - Indic Input Methods & OT fonts 1.0
Brahmi project aims at producing Java Input Methods and OpenType fonts for Indian languages. They are bundled with Brahmi - Word Processor which installs the fonts, Input Methods and font.properties files
907.02 KB  
Miscellaneous  -  Traveling Salesman Problem - Nearest Neighbor 1.0
This method produces different results depending on what city is choosen as the starting point.This function determines the Nearest Neighbor routes for multiple starting points and returns the best of those routes. Requirements: - MATLAB 7.6 or...
 
NEW DOWNLOADS IN SCRIPTS, DEVELOPMENT TOOLS
Scripts  -  Freelancer Script 5.05
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Post projects. Featured projects. Private projects. Sealed projects. Edit/delete projects. Select freelancers....
5.49 MB  
Scripts  -  B2B Script 4.20
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Sign-up Account (Registration of account). Lead generation tools (for the sellers). Email verification to...
5.49 MB  
Scripts  -  B2C Script 5.06
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). The script comes with totally editable site colors, icons and graphics Multilevel categories allows extensive browsing Admin can change Category ordering or...
5.49 MB  
Scripts  -  Social Networking Script 2.86
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Registration with name, email, password, date of birth etc. User can add multiple school, college, university with start...
5.49 MB  
Scripts  -  Business Networking Script 8.04
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Ajax based interface. Profile creation. Different types of profile. Profile for jobseekers, employers and employed...
5.49 MB  
Development Tools  -  Aml2CHM 3.50
Those who use the popular Aml Pages text editor might be looking out for a way of generating help files from their text and notes. Aml2CHM is a plug-in that was developed to offer people a quick and efficient way of converting Aml Pages documents...
549.99 KB  
Development Tools  -  VMP Viewer 1.0
This is a very rudimentary tool to visualize the VMP files generated by BrainVoyager. Useful to share files with people who do not have BV.
10 KB  
Development Tools  -  Sending reports and timestamped file by emailing 1.0
main executing reference usage:[1] usage_send_mail.mIllustrates email sending with multiple separate files or single timestamped tar file. Attachment failure is properly handled, with continuation of report emailing without the attachment.[2]...
768 KB  
Development Tools  -  IrisMVC 2.0 rc1
IrisMVC is an OOP PHP framework that developers can use as a strong and secure foundation to build on various web applications following the Model-View-Controller (MVC) pattern. It provides the basic functionality developers need, without...
51.2 KB  
Development Tools  -  7-Zip for Script 4.42
7-Zip is a file archiver with a high compression ratio.Features:- High compression ratio in new 7z format with LZMA compression- Supported formats:- Packing / unpacking: 7z, ZIP, GZIP, BZIP2 and TAR- Unpacking only: RAR, CAB, ISO, ARJ, LZH, CHM,...
624.64 KB