photo

William Thielicke


Last seen: Today 2008 年からアクティブ

Followers: 1   Following: 0

Personal website: http://William.Thielicke.org Company website: http://www.Optolution.com Professional Interests: Animal locomotion, flow measurement techniques, micro air vehicles, robotics

Programming Languages:
Python, MATLAB, Visual Basic
Spoken Languages:
English, French, German
Professional Interests:
Image Processing Toolbox, Image Acquisition Toolbox

統計

All
MATLAB Answers

33 質問
14 回答

File Exchange

6 ファイル

Cody

0 問題
1 解答

ランク
1,707
of 297,672

評判
40

コントリビューション
33 質問
14 回答

回答採用率
51.52%

獲得投票数
20

ランク
48 of 20,464

評判
16,888

平均評価
4.80

コントリビューション
6 ファイル

ダウンロード
1119

ALL TIME ダウンロード
114573

ランク
118,171
of 159,351

コントリビューション
0 問題
1 解答

スコア
20

バッジ数
1

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Top Downloads 2024
  • MATLAB Central Treasure Hunt Finisher
  • Solver
  • Personal Best Downloads Level 5
  • Thankful Level 3
  • GitHub Submissions Level 1
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • Knowledgeable Level 1
  • First Answer

バッジを表示

Feeds

表示方法

送信済み


PIVlab - particle image velocimetry (PIV) tool with GUI
Easy to use, GUI based tool to capture, analyze, validate, postprocess, visualize and simulate PIV data.

24日 前 | ダウンロード 1082 件 |

4.9 / 5
Thumbnail

回答済み
How to pass variable parameters to mcc compiler being run within a script?
There is a function version: mcc(options,mfilename)

2ヶ月 前 | 0

質問


parfeval with backgroundpool and ftp and mget
Hi, I want to download a file via ftp, and display the progress during download. This works with websave, but I can't get it to ...

3ヶ月 前 | 0 件の回答 | 0

0

回答

質問


Matlab Compiler: Is "userpath" always there and accessible?
Dear all, my compiled app needs to store some temporary files in the background. Is it safe to assume that the directory given ...

4ヶ月 前 | 1 件の回答 | 0

1

回答

質問


Matlab Compiler Splash screens sizes, aspect ratio
There are two splash screen locations available in Matlab Compiler. One for the App itself, the other for the installer. I can't...

4ヶ月 前 | 0 件の回答 | 0

0

回答

質問


Warning: The next image file directory at byte position 944016033 is at or beyond the end of the file.
When i run the following command: imfinfo('PIVlab_panda_Cam01.tif'); I get the error message from the title. The image file i...

5ヶ月 前 | 1 件の回答 | 0

1

回答

質問


Error handling with graphical user interface
Hi, sometimes, a graphical user interface tool that I published crashes. This tool is often used by people that are new to Matl...

6ヶ月 前 | 1 件の回答 | 0

1

回答

質問


Check code compatibility with older releases
Hi, I am wondering if there is a more or less efficient way to check backwards compatibility. Here is an example: I am using thi...

約1年 前 | 2 件の回答 | 0

2

回答

質問


Finding nice color bar limits automatically
Dear all, I have a plot with a colorbar. The limits of the color bar can't be adjusted automatically, because the plot is a bit ...

約1年 前 | 1 件の回答 | 0

1

回答

質問


ROI with hole, convert back to logical
Hi, I have a task that has probably been asked before, but I do not find something about this issue. I have a binary mask that...

1年以上 前 | 0 件の回答 | 1

0

回答

回答済み
How can i edit the points of a saved ROI?
I think I found the solution: figure imshow(imread('baby.jpg')) roi = images.roi.AssistedFreehand(Color="y"); draw(roi) The...

1年以上 前 | 0

回答済み
Best way to export image / animation from GUI, including colorbar
I think I am close to a good solution: The function that does all the plotting / imagesc / scatter in the uifigure got an addit...

1年以上 前 | 0

質問


Best way to export image / animation from GUI, including colorbar
Hi, am am trying to export a graphics file from a uifigure. The plot has several layers and elements, and also features a colorb...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


Mac and Linux users, please support me with a very simple task (VideoWriter.getProfiles())
Dear Mac and Linux users, I am currently enhancing a piece of GUI software (PIVlab), and I want to allow the users to select one...

1年以上 前 | 1 件の回答 | 0

1

回答

回答済み
Image acquisition toolbox: Predict how many imgs can be buffered in RAM?
I found a solution. Here is the function that I use: function [max_possible_images] = PIVlab_capture_max_possible_images(ROI,bi...

1年以上 前 | 0

| 採用済み

回答済み
try...catch for memory full error in imaq toolbox ?
I am getting a bit closer, I am able to display a messagebox with a suitable hint: clc imaqreset delete(imaqfind); %clears al...

2年弱 前 | 0

質問


try...catch for memory full error in imaq toolbox ?
Hi, I am recording data with an usb3vision camera. I am directly capturing to RAM. After a while, the memory of the computer is...

2年弱 前 | 4 件の回答 | 0

4

回答

質問


Image undistortion with fixed camera position and single calibration image
Dear all, I want to undistort an image. The camera is fixed on a tripod. The camera captures the reflected light of particles w...

約2年 前 | 2 件の回答 | 0

2

回答

質問


Image acquisition toolbox: Predict how many imgs can be buffered in RAM?
Hello, I am looking for a way to predict how many frames (approx.) I can capture to the RAM of my computer using the image proc...

2年以上 前 | 2 件の回答 | 0

2

回答

質問


Speed improvement of repeated cross-correlation of an "almost same area" ?
Hi, my question is probably more a mathematical one: I am calculating a cross-correlation of two sub-images to determine a disp...

2年以上 前 | 1 件の回答 | 0

1

回答

送信済み


Keyword occurance in academic papers (google scholar)
This function gets the amount of hits for a specific keyword per year, using google scholar. Inspired by https://zenodo.org/reco...

3年弱 前 | ダウンロード 3 件 |

0.0 / 5
Thumbnail

回答済み
Deblur image that has locally varying (but well known) motion blur
Dear Bjorn, thanks for your reply! I had a look at your code, but I think it will take me some more time to understand if I can ...

3年弱 前 | 0

質問


Deblur image that has locally varying (but well known) motion blur
Hi, I have an image where motion blur occurs due to long exposure photographing. I know the amount of motion blur for each pixel...

3年弱 前 | 3 件の回答 | 0

3

回答

質問


Colorbar range inconsistent in high aspect ratio images
Hi, I am certainly doing sth wrong, but I wonder why Matlab displays different colormap limits when I change the colormap locati...

約3年 前 | 1 件の回答 | 0

1

回答

回答済み
How can I open MATLAB data files in the PIVlab app?
PIVlab sessions can only be opened in PIVlab. If you want to work in MATLAB, you can export the results as mat file from PIVlab....

3年以上 前 | 0

| 採用済み

回答済み
imagesc: how to set NaN as white color
As this is still the first hit when searching on Google... The best solution IMHO: Setting data that is NaN to transparent se...

3年以上 前 | 7

送信済み


Webcam Realtime Motion Tracker
Example of how to track space-resolved motion in realtime from a webcam video stream.

3年以上 前 | ダウンロード 5 件 |

0.0 / 5
Thumbnail

質問


Sudden drop in speed for large matrices. RAM full -> Prevention?
Dear all, I am doing image analyses with a toolbox called "PIVlab". At work, we recently bought a new camera with 25 MP resolut...

3年以上 前 | 0 件の回答 | 2

0

回答

質問


cell2mat -> operation -> mat2cell : How...?
Hi, I have a cell aray that I need to convert to a 3D matrix, perform some operation, and then convert it back to the original c...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


imwrite 12bit data?
Hello, I have a camera that gives me grayscale 12bit images. They are quite big, and the framerate is quite high, so I would lik...

3年以上 前 | 0 件の回答 | 0

0

回答

さらに読み込む