No BSD License  

Highlights from
sticks filter

3.0

3.0 | 2 ratings Rate this file 8 Downloads (last 30 days) File Size: 2.01 KB File ID: #14862

sticks filter

by T. Mervin

 

03 May 2007 (Updated 10 Aug 2007)

generate sticks filters

| Watch this File

File Information
Description

This function generates a set of sticks filter. Given in parameters are n, size of the filter, and k, the sticks' thickness.
Demo available.
Suggestions welcome.

MATLAB release MATLAB 7 (R14)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (4)
25 Mar 2009 Umit Ulusar

For the sticks kernel generation each entry is either 0 or 1/(n x k) where n is stick length and k is thickness so at sticks.m file line 22 ' s0 = 1/n;' has to be updated to s0 = 1/(n*k); to use the sticks filter thickness (k) for the filter generation. Otherwise, the algorithm generates convolution values above uint8 and G = uint8(round(G)); at sf.m line 48 will round to max(uint8).
  

30 Mar 2011 Babu Jaganath  
30 Mar 2011 Babu Jaganath

line no 36 is error in sf.m
it shows undefined functions or method s
please check and reply

31 Mar 2011 Babu Jaganath

i changed the image format and it is working nicely.
good code.

Please login to add a comment or rating.
Updates
11 Jun 2007

english comments

09 Aug 2007

Added sticks filtering function
Added demo file

10 Aug 2007

added and corrected comments

Tag Activity for this File
Tag Applied By Date/Time
filtering T. Mervin 22 Oct 2008 09:11:27
sticks filter T. Mervin 22 Oct 2008 09:11:27
parameters T. Mervin 22 Oct 2008 09:11:28
image processing T. Mervin 22 Oct 2008 09:11:28

Contact us at files@mathworks.com