No BSD License  

Highlights from
s-filter

Be the first to rate this file! 12 Downloads (last 30 days) File Size: 7.38 KB File ID: #18622
image thumbnail

s-filter

by Dima Pröfrock

 

05 Feb 2008 (Updated 15 Apr 2008)

function to compute the value s and L for each pixel of an image

| Watch this File

File Information
Description

The proposed function can be used as basic for geometric warping watermarking approaches.

s_trans delivers for each pixel an information about the surounding edge strength (L) und the surrounding edge position (s).

The basic equantions can be found in:

Pröfrock, D.; Schlauweg, M.; Müller, E.
Video Watermarking by Using Geometric Warping Without Visible Artifacts
Information Hiding (8th IH 2006), 10 -12 July 2006, Alexandria, USA

An segmentaion based watermarking approach which uses s_trans can be found in:

Pröfrock, D.; Schlauweg, M.; Müller, E.
Content-Based Watermarking by Geometric Warping and Feature-Based Image Segmentation. In Signal Processing for Image Enhancement and Multimedia Processing, Vol 37, 2007, ISBN: 978-0-387-72499-7

%Example
%creating the mex-file
mex s_trans.c
%read the image
image = imread('example.jpg');
%perform the function
image2 = s_trans(image,size(image,2),size(image,1),16,16);
%plot results
figure; imagesc(image); colormap gray; %original
figure; imagesc(image2(:,:,1)); %s-values
figure; imagesc(image2(:,:,2)); %L-values
figure; imagesc(image2(:,:,1).*image2(:,:,2));%combination between s and L

MATLAB release MATLAB 7.5 (R2007b)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Please login to add a comment or rating.
Updates
15 Apr 2008

Code Revision

Tag Activity for this File
Tag Applied By Date/Time
filtering Dima Pröfrock 22 Oct 2008 09:46:33
watermarking Dima Pröfrock 22 Oct 2008 09:46:33
geometric warping Dima Pröfrock 22 Oct 2008 09:46:33
compute value Dima Pröfrock 22 Oct 2008 09:46:33
sfilter Dima Pröfrock 22 Oct 2008 09:46:33

Contact us at files@mathworks.com