Hans Dohse - MATLAB Central
photo

Hans Dohse


CBTech

Last seen: 約1ヶ月 前 2012 年からアクティブ

Followers: 0   Following: 0

Professional Interests: image processing

Programming Languages:
C#
Spoken Languages:
English
Pronouns:
He/him

統計

MATLAB AnswersFrom 11/12 to 04/25Use left and right arrows to move selectionFrom 11/12Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

6 質問
0 回答

ランク
168,573
of 298,116

評判
0

コントリビューション
6 質問
0 回答

回答採用率
0.0%

獲得投票数
0

ランク
 of 20,535

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,402

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

Feeds

表示方法

質問


Pass multi dimensional byte array from C# to Matlab library using MWArray.
I have a C# array byte[,,] r = new byte[2, 3, 4]; I have a matlab function which takes in a 3D byte array. How do I use MWA...

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

1

回答

質問


Unable to run parpool in Net application. Failed to initialize the interactive session.
I have an initialization routine in my .Net compiled MatlabAlgo dll. poolobj = gcp('nocreate'); % If no pool, do not create ne...

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

0

回答

質問


Find location of cross in image.
I have an image that contains a cross in it. It also also has circles, squares and other features. How can I detect the locati...

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

2

回答

質問


How to create a gray scale image where the intensty is based on the distance from a set of X and Y coordinates
I have an array of X and Y coordinates. I want to create an image where the pixel value is the distance (Sqrt( X**2 + Y**2 ) ) ...

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

1

回答

質問


How to computing a rotation, translation and NO scale transform.
I am trying to compute a transform that does a best match between sets of 2D points. The constraints on the transform is that i...

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

1

回答

質問


Finding center of rotation from two sets of points
Given a set of 2D points and the same set of 2D points rotated about an unknown point, how can I find the center of rotation and...

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

3

回答