photo

Hans Dohse


CBTech

Last seen: 1 month 前 自 2012 起处于活动状态

Followers: 0   Following: 0

消息

Professional Interests: image processing

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

统计学

MATLAB Answers

6 个提问
0 个回答

排名
170,041
of 300,198

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,889

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,681

贡献数
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 year 前 | 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...

2 years 前 | 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...

6 years 前 | 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 ) ) ...

11 years 前 | 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...

13 years 前 | 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...

13 years 前 | 3 个回答 | 0

3

个回答