Rank: 176 based on 280 downloads (last 30 days) and 10 files submitted
photo

Boris Schauerte

E-mail
Company/University
Karlsruhe Institute of Technology
Lat/Long
49.010345, 8.418961

Personal Profile:

http://cvhci.anthropomatik.kit.edu/~bschauer

Professional Interests:
Computer Vision, Robotics

 

Watch this Author's files

 

Files Posted by Boris View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
22 Jul 2013 Salient Object Detection Evaluation Matlab script to evaluate salient object detection algorithms on Achanta's dataset. Author: Boris Schauerte computer vision, saliency, attention 19 1
  • 4.0
4.0 | 1 rating
10 May 2013 Histogram distances Implementation of some commonly used histogram distances (compatible with the pdist interface) Author: Boris Schauerte histogram distance, measurement, statistics, signal processing, image processing, histogram processing 106 3
07 May 2013 OpenCV-Matlab OpenCV-Matlab is a C++ template library to convert between Matlab and OpenCV images Author: Boris Schauerte opencv, image processing, conversion, mex, image format, c 62 0
  • 5.0
5.0 | 1 rating
07 Mar 2013 Screenshot Gaussian Surprise and Running Windowed Mean / Variance Compute the Gaussian/Gamma surprise/saliency of data as well as its windowed mean/variance Author: Boris Schauerte saliency, surprise, interestingness, novelty, windowed mean, running mean 9 2
17 Jan 2013 BSD/Linux Host Information and matlabpoolPlus Get information about the host on which the Matlab instance is running. Also provides matlabpoolPlus Author: Boris Schauerte unix, bsd, linux, host information, uname, process id 5 0
Comments and Ratings by Boris View all
Updated File Comments Rating
04 Feb 2013 Spectral / Phase-based Visual Saliency Implementations of several state-of-the-art visual saliency detection algorithms. Author: Boris Schauerte

@Tallha: I would like to help you, but I need more information. I can successfully compile the code under Linux, Windows, and Mac OS X (Lion) using GCC, MSVC, and LLVM. First, you might want to try the pre-compiled binaries that you can download using "get_additional_files.m". Second, if that does not help, then please send me an e-Mail (you can find the address on my website) with a/the error message and some other information (compiler, platform, ...). Kind regards, Boris

10 Jan 2013 Histogram distances Implementation of some commonly used histogram distances (compatible with the pdist interface) Author: Boris Schauerte

@K E: No. The distance functions should not depend on any other package/toolbox. As for the example in hist_dist_example.m, I think that squareform/pdist2 are part of the Statistics Toolbox, BUT you should be able to run it without the toolbox if you use the code block marked by "Use the following loop to calculate the distances, iff the measure is not symmetric" (just umcomment/comment the necessary code lines).

Bests
Boris

20 Dec 2011 Gaussian Surprise and Running Windowed Mean / Variance Compute the Gaussian/Gamma surprise/saliency of data as well as its windowed mean/variance Author: Boris Schauerte

Hi Adam, if you send me the data (you will find my e-mail address on my web page), I will take a closer look at the issue (I tested the code on data from audio, some image processing, ... - so my experience does not cover all kinds of data). However, some first ideas: you could/should try both estimation methods and also have a closer look at the min_variance_value. Bests, Boris

12 Aug 2011 progressbar Simple, efficient, and user friendly replacement for waitbar. Author: Steve Hoelzer

Comments and Ratings on Boris' Files View all
Updated File Comment by Comments Rating
31 Jul 2013 Salient Object Detection Evaluation Matlab script to evaluate salient object detection algorithms on Achanta's dataset. Author: Boris Schauerte Ravi

It should output only no. plate in text(char) format

07 Jul 2013 OpenCV-Matlab OpenCV-Matlab is a C++ template library to convert between Matlab and OpenCV images Author: Boris Schauerte Shaan

09 May 2013 Histogram distances Implementation of some commonly used histogram distances (compatible with the pdist interface) Author: Boris Schauerte Ganong, James

I got an error running this, but
the fix is simple, the error and
the patch are below:

ERROR MESSAGE

>> hist_dist_example
??? Error using ==> imread at 387
Unable to determine the file format.

Error in ==> hist_dist_example at 83
I=imread(fullfile(tmp_foldername,filenames{i}));

PATCH

i had to change http to https
like so:

diff -r 090ae7bb4029 hist_dist_example.m
--- a/hist_dist_example.m Thu May 09 07:20:13 2013 -0700
+++ b/hist_dist_example.m Thu May 09 13:55:26 2013 -0700
@@ -58,7 +58,7 @@
colorname=colornames{randi(numel(colornames))};
%colorname=colornames{1};
for j=1:numel(fendings)
- url=sprintf('http://cvhci.anthropomatik.kit.edu/~bschauer/datasets/google-512/images-resized-128/%s+color/%d.%s',colorname,i,fendings{j});
+ url=sprintf('https://cvhci.anthropomatik.kit.edu/~bschauer/datasets/google-512/images-resized-128/%s+color/%d.%s',colorname,i,fendings{j});
filename=sprintf('%s_%d.%s',colorname,i,fendings{j});
[~,status] = urlwrite(url,fullfile(tmp_foldername,filename));
if status

04 Feb 2013 Spectral / Phase-based Visual Saliency Implementations of several state-of-the-art visual saliency detection algorithms. Author: Boris Schauerte Schauerte, Boris

@Tallha: I would like to help you, but I need more information. I can successfully compile the code under Linux, Windows, and Mac OS X (Lion) using GCC, MSVC, and LLVM. First, you might want to try the pre-compiled binaries that you can download using "get_additional_files.m". Second, if that does not help, then please send me an e-Mail (you can find the address on my website) with a/the error message and some other information (compiler, platform, ...). Kind regards, Boris

04 Feb 2013 Spectral / Phase-based Visual Saliency Implementations of several state-of-the-art visual saliency detection algorithms. Author: Boris Schauerte Akram, Tallha

unable to compile following files

mex -c dct_type2_48.cpp
mex -c dct_type2_64.cpp
mex -c dct_type3_48.cpp
mex -c dct_type3_64.cpp

Top Tags Applied by Boris
image processing, saliency, attention, statistics, active vision
Files Tagged by Boris View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
22 Jul 2013 Salient Object Detection Evaluation Matlab script to evaluate salient object detection algorithms on Achanta's dataset. Author: Boris Schauerte computer vision, saliency, attention 19 1
  • 4.0
4.0 | 1 rating
10 May 2013 Histogram distances Implementation of some commonly used histogram distances (compatible with the pdist interface) Author: Boris Schauerte histogram distance, measurement, statistics, signal processing, image processing, histogram processing 106 3
07 May 2013 OpenCV-Matlab OpenCV-Matlab is a C++ template library to convert between Matlab and OpenCV images Author: Boris Schauerte opencv, image processing, conversion, mex, image format, c 62 0
  • 5.0
5.0 | 1 rating
07 Mar 2013 Screenshot Gaussian Surprise and Running Windowed Mean / Variance Compute the Gaussian/Gamma surprise/saliency of data as well as its windowed mean/variance Author: Boris Schauerte saliency, surprise, interestingness, novelty, windowed mean, running mean 9 2
17 Jan 2013 BSD/Linux Host Information and matlabpoolPlus Get information about the host on which the Matlab instance is running. Also provides matlabpoolPlus Author: Boris Schauerte unix, bsd, linux, host information, uname, process id 5 0

Contact us