Hans Dohse
CBTech
Followers: 0 Following: 0
Professional Interests: image processing
Programming Languages:
C#
Spoken Languages:
English
Pronouns:
He/him
C#
Spoken Languages:
English
Pronouns:
He/him
統計
MATLAB Answers
6 質問
0 回答
ランク
of 153,872
コントリビューション
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...
9ヶ月 前 | 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年弱 前 | 1 件の回答 | 0
1
回答質問
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