Estadística
13 Preguntas
7 Respuestas
CLASIFICACIÓN
156.085
of 295.486
REPUTACIÓN
0
CONTRIBUCIONES
13 Preguntas
7 Respuestas
ACEPTACIÓN DE RESPUESTAS
92.31%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.236
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.950
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
Feeds
Pregunta
creating mask around line
I have an edge detected image. I have to compute all the pixel coordinates which lies near the edge line. That means matlab have...
alrededor de 12 años hace | 2 respuestas | 0
2
respuestasshifting a part of image (not rectangular shape)
I have solved this problem using this code I have downloaded imTransD function from <http://www.csse.uwa.edu.au/~pk/research/m...
alrededor de 12 años hace | 0
Plotting multilines with multi colours
scatter3(Vertices(:,1), Vertices(:,2), Vertices(:,3),1, Vertices(:, 4:6)/255, 'filled'); % 3D scatter plot
alrededor de 12 años hace | 0
| aceptada
convert image into 3XN matrix
Thanks all. Your comments helped me a lot.
alrededor de 12 años hace | 0
Pregunta
convert image into 3XN matrix
I have a dem data(an image of 6000X5200). I need to convert the data and create a 3XN matrix with row number, coloum number ...
alrededor de 12 años hace | 3 respuestas | 0
3
respuestasPregunta
Plotting multilines with multi colours
I have a very big matrix called Vertices (100000 X 6 matrix) First 3 columns have x y z points. last 3 columns have the colour ...
más de 12 años hace | 3 respuestas | 0
3
respuestasPregunta
Angle between a plane and horizontal
I need to find the angle between a set of planes ax+by+cz+d = 0 and horizontal plane (x-y plane). For example my first plane ...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Computer vision system toolbox
I have matlab license for matlab 2012a. But I don't have computer vision toolbox installed. I couldn't use any functions of that...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Modifying impixelinfo to display 3d coordinates
I want to display real world image coordinates (imrealinfo function)when user move the mouse over the image. I have to get t...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
Out of memory error
when i try to detect edge array from a 5184*3456 resolution image it gives error message. "out of memory". My RAM is 16GB. OS wi...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
2D to 3D projection
I have a 3D point cloud of an object (3D model) also i have photographs of that object and the camera parameters (focal length, ...
más de 12 años hace | 1 respuesta | 0
1
respuestaWorking with binary and hex data
<http://www.matrixlab-examples.com/hex-to-binary.html> <http://www.mathworks.com/matlabcentral/fileexchange/24282-hexadecimal...
más de 12 años hace | 0
Pregunta
Clustering
I have an image with lot of line segments. I have to find the lines which have nearly same theta and rho (theta -orientation ...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Finding pixel location
In my binary image line segments are displayed in white. I want to find all the locations (pixel coordinates )which contain pixe...
más de 12 años hace | 1 respuesta | 0
1
respuestashifting a part of image (not rectangular shape)
http://www.uploadhouse.com/viewfile.php?id=14792283 this is the input image
alrededor de 13 años hace | 0
Pregunta
Finding the point
I know the equation of a line N. there is a point P =(a,b) lying on the same plane. (not in that line) how can i find whether th...
alrededor de 13 años hace | 1 respuesta | 0
1
respuestaPregunta
finding normal vector to a line in 2D
I know the two points in a line. (x1,y1), (x2,y2). how can I find the normal vector to that line?
alrededor de 13 años hace | 2 respuestas | 0
2
respuestasshifting a part of image (not rectangular shape)
im2=ones(500,500); im2(1:100, :)=1; im2(100:200,:)=2; im2(200:300,:)=3; im2(300:400,:)=4; im2(400:500,:)=5; imagesc(...
alrededor de 13 años hace | 0
Pregunta
shifting a part of image (not rectangular shape)
I have an rectangular shape image. In which there is an inclined line (not vertical or horizontal) separating that image into 2 ...
alrededor de 13 años hace | 4 respuestas | 0