photo

Hans Dohse


CBTech

Last seen: 6 Tage vor Aktiv seit 2012

Followers: 0   Following: 0

Nachricht

Professional Interests: image processing

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

Statistik

MATLAB Answers

6 Fragen
0 Antworten

RANG
269.030
of 297.457

REPUTATION
0

BEITRÄGE
6 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
0

RANG
 of 20.438

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 158.938

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

Feeds

Anzeigen nach

Frage


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...

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als ein Jahr vor | 0 Antworten | 0

0

Antworten

Frage


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...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 ) ) ...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 12 Jahre vor | 3 Antworten | 0

3

Antworten