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

Matrix Convolution with Sub-Pixel Resolution 1.0

  Date Added: June 18, 2013  |  Visits: 550

Matrix Convolution with Sub-Pixel Resolution

Report Broken Link
Printer Friendly Version


Product Homepage
Download (40 downloads)



Tristan UrsellSub-pixel Resolved 2D ConvolutionMarch 2012 matout=matoverlay(mat1,mat2,x,y); This function takes an input matrix mat1 and creates an image of thematrix mat2 at the position (x,y) in mat1. If (x,y) are floats, then theimage is a sub-pixel bilinear representatoin of mat2 at position (x,y) inmat1. The output matrix will have the same size at mat1, with no edge effects. Essentially this is performing a sparse, fully valid convolution of mat2and mat1 at the point (x,y) with the output size of mat1. The point (x,y)uses the imaging convention for the coordinate axes. The values of (x,y) can be floats, as long as they lie within the boundsof mat1. Combining this function with a for-loop and weights creates afully valid 2D subpixel resolution convolution -- see Example -- incontrast to conv2 which is limited to pixel resolution. see also: conv2 Example: N=50;x=1+99*rand(1,N);y=1+99*rand(1,N); mat1=zeros(100,100); mat2=mat2gray(fspecial('gaussian',[11,11],3)); I0=zeros(size(mat1));ints=rand(1,N);for i=1:N I0=I0+ints(i)*matoverlay(mat1,mat2,x(i),y(i));end figure;colormap(hot)subplot(1,2,1)imagesc(mat2)axis equalaxis tighttitle('mat2') subplot(1,2,2)hold onimagesc(I0)plot(x,y,'bo')axis equalaxis tighttitle('Sparse Convolution of mat1 and mat2')

Requirements: No special requirements
Platforms: Matlab
Keyword: Bounds Combining Contrast Conv Limited N3d50 Pixel Rand
Users rating: 0/10

License: Shareware Size: 10 KB
USER REVIEWS
More Reviews or Write Review


MATRIX CONVOLUTION WITH SUB-PIXEL RESOLUTION RELATED
Development Tools  -  Contrast Limited Adaptive Histogram Equalization (CLAHE) 1.0
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...
10 KB  
Development Tools  -  textborder - Higher contrast text using a 1-pixel-thick border 1.0
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...
10 KB  
Graphics Editors  -  Pixel Studio Pro 1.0 Beta8 Build 740
Pixel Studio Pro is a powerful and reliable application for adding, editing and exporting images. The application provides users with multiple effects: chalk, broken painting, lens flare, super nova and many more.
 
Application Add-Ins  -  Metes and Bounds for Mac OS 3.0.1
Turn Metes and Bounds data into a plot map. - Calculates Square Feet, Acreage and Hectares. - Easily enter measurements in rods, chains, meters, yards, inches, fathoms, hands, spans or furlongs. - Can auto-close a plot drawing if the final plot...
16 MB  
Utilities  -  Dvana Dead Pixel Checker 1.0.3.0
Detecting dead pixels on a flat screen monitor is now easy with Dvana Dead Pixel Checker. Simply run the application, there is nothing to install, and test your new monitor.The program will step through the different colors present in the monitor...
71.68 KB  
Business  -  Combining PDF Files 2.8.0.5
Combining PDF Files is small and easy to use PDF application software. PDF Combiner Software makes split PDF files into multiple small parts, delete specific pages from PDF documents, merge multiple PDFs, and compare two PDF files. Complete PDF...
1.8 MB  
Development Editors  -  Plastiliq Pixel Picker 1. 2. 2005
Plastiliq Pixel Picker is a useful color picker tool that gets the pixels color under your mouse pointer on the screen and translates it into a number of different color formats. FEATURES: · Clipboard support. · Optional Stay-On-Top. ·...
1.2 MB  
Business  -  Metes and Bounds 1.2.5 1. 2. 2005
About Metes and Bounds Turn Metes and Bounds data into a plot map. Calculates Square Feet, Acreage and Hectares. Easily enter measurements in rods, chains, meters, yards, inches, fathoms or furlongs. Angels can be given down to minutes and...
1.2 MB  
Content Management  -  pixel-app 1.0
pixel app is a rails inspired framework for php4 and php5 with a simple cms built on top of it. sample modules are admin, acl, news, pages, search, and an intake system.
 
Development Tools  -  CONTRAST CONTROLLER 1.0
Two algorithms to adjust the contrast level of images are coded. One of the method is contrast stretching.Works for both gray and colored images.
81.92 KB  
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