photo

Thomas Seers


Last seen: casi 2 años hace Con actividad desde 2012

Followers: 1   Following: 0

Estadística

All
MATLAB Answers

8 Preguntas
9 Respuestas

File Exchange

8 Archivos

CLASIFICACIÓN
2.835
of 300.364

REPUTACIÓN
21

CONTRIBUCIONES
8 Preguntas
9 Respuestas

ACEPTACIÓN DE RESPUESTAS
100.0%

VOTOS RECIBIDOS
6

CLASIFICACIÓN
14.906 of 20.934

REPUTACIÓN
13

EVALUACIÓN MEDIA
4.20

CONTRIBUCIONES
8 Archivos

DESCARGAS
13

ALL TIME DESCARGAS
4331

CLASIFICACIÓN

of 168.407

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 3
  • First Submission
  • Thankful Level 3
  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
How can I merge two surfaces?
Assuming you have two sets of vertex lists, pointsA & pointsB, and two sets of face lists, facesA and facesB, you probably want ...

más de 10 años hace | 2

Enviada


Fast mesh-mesh intersection using ray-tri intersection with octree spatial partitioning.
Fast mesh-mesh intersection based on ray-tri solution. Octree partitioning gives large speed-up.

más de 10 años hace | 6 descargas |

5.0 / 5
Thumbnail

Enviada


Hardware accelerated ray-box intersection
GPU portable implementation of the ray-box intersection method of Smits (1998)

más de 10 años hace | 1 descarga |

5.0 / 5
Thumbnail

Enviada


Hardware accelerated ray-triangle intersection
GPU portable implementation of the ray-triangle intersection method of Moller and Trumbore (1997)

más de 10 años hace | 1 descarga |

4.8 / 5
Thumbnail

Enviada


meshArea.m
Calculate the area of a triangular irregular network

alrededor de 11 años hace | 1 descarga |

2.0 / 5

Enviada


inertia.m
find best fitting plane through x,y,z points and calculate quality metrics (coplanarity/colinearity)

más de 11 años hace | 1 descarga |

0.0 / 5

Respondida
Error with importing data into Matlab
Looks like the error that is kicked out when the file isn't there. Check that it is in your work directory or include the full p...

más de 11 años hace | 0

Respondida
can any one tell me how to extract only the l component of the image ..if the image is rgb ..i want only the l component of the image ,how is it possible
Lets say you have a three channel RGB image, im. % extract the red channel red = im(:,:,1); % extract the green chann...

más de 11 años hace | 0

Respondida
How do I compute coordinate of an image in Matlab?
It really depends upon what you want. If you only want to track a single point, or a few points within your image series this ca...

más de 11 años hace | 0

| aceptada

Respondida
conversion of image file into binary txt file
Hi megha You can do the following Urbinary = [0 1 0 0 1 0 1 0; % it says hi by the way! 0 1 0 0 1 0 1 0; ...

casi 12 años hace | 0

Enviada


compose / decompose 3x3 rotation matrix (comp_decomp_matrix)
Compose 3x3 rotation matrix from euler angles or decompose 3x3 rotation matrix to euler angles

alrededor de 12 años hace | 1 descarga |

0.0 / 5

Enviada


euclideanV
Computes the 3D distance between two 3D point sets

alrededor de 12 años hace | 1 descarga |

0.0 / 5

Enviada


euclidean
Computes the 3D distance between two xyz point sets represented by two matching nx3 arrays p and c.

alrededor de 12 años hace | 1 descarga |

0.0 / 5

Respondida
How can be a 3D model is obtained using multiple 2d images using matlab ?
Hi Sam I believe you are trying to solve the structure from motion (SfM) problem. Below is a link to a matlab toolbox contain...

alrededor de 12 años hace | 1

| aceptada

Respondida
how to import csv file in matlab
I think the easiest way is to use CSVIMPORT from the File Exchange: http://www.mathworks.co.uk/matlabcentral/fileexchange/235...

más de 12 años hace | 3

Respondida
Strings from a text file to a matrix containing double precision floating numbers
I have worked out the answer for those with a similar problem: I use textscan and cellfun to split the strings, de-nest and r...

casi 13 años hace | 0

| aceptada

Pregunta


Strings from a text file to a matrix containing double precision floating numbers
Hi I have a text file containing a text header, and rows containing numeric values, with varying numbers of values, character...

casi 13 años hace | 3 respuestas | 0

3

respuestas

Pregunta


CELLFUN syntax when calling the ATAN2 function for 3 x 3 rotation matrix decomposition
Hi I'm trying to use cellfun to apply the following formulas to elements of 3 x 3 rotation matrices, R, stored within a 1 x ...

casi 13 años hace | 2 respuestas | 0

2

respuestas

Respondida
Write the content of individual cells in a cell array to discrete text files in a specified directory
Thanks Jan I have managed to get the code working using: for k=1:size(M,1) filename = ['C:\transform\cameras1\' '...

casi 13 años hace | 0

| aceptada

Pregunta


Write the content of individual cells in a cell array to discrete text files in a specified directory
Hi I have an nx1 cell array, M, containing 4x4 matrices in individual cells. For example: M{1} = 0.9990 -0.0007 ...

casi 13 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Create a structure from discrete column vectors or a 3 x n matrix composed of column vectors
Hi I'm trying to build a structure consisting of elements which are column vectors representing x, y, z points. So far, I hav...

casi 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Iteratively concatenate 3x4 matrices held in a structure with single line arrays held in a structure
I have a structure, eulernew holding n 3x4 matrices (eulernew.RMn). eulernew = RM1: [3x4 double] RM2: [3x4 doub...

alrededor de 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Iteratively concatenate matrices held in a structure with column vectors stored in an 3xn matrix
I have a series of 3x3 rotation matrices calculated from a 3xn matrix where columns are euler rotations. These are stored in a s...

alrededor de 13 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Calculate 3 x 3 rotation matrices from 3 x n matrix
I am using the following code to open a .csv file, index columns of interest (euler rotations around x, y, z axes) as single col...

alrededor de 13 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to build multiple column vector output arguments by indexing from several single column arrays
I have written a simple piece of code that opens a csv file and orders the columns of interest into seperate single column array...

alrededor de 13 años hace | 1 respuesta | 0

1

respuesta