photo

bes


Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Statistica

  • Thankful Level 3
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
how to find cluster centroid?
[IDX,C] = kmeans(X,k)

quasi 12 anni fa | 0

Domanda


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

quasi 12 anni fa | 2 risposte | 0

2

risposte

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

quasi 12 anni fa | 0

Risposto
Plotting multilines with multi colours
scatter3(Vertices(:,1), Vertices(:,2), Vertices(:,3),1, Vertices(:, 4:6)/255, 'filled'); % 3D scatter plot

quasi 12 anni fa | 0

| accettato

Risposto
convert image into 3XN matrix
Thanks all. Your comments helped me a lot.

quasi 12 anni fa | 0

Domanda


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

quasi 12 anni fa | 3 risposte | 0

3

risposte

Domanda


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

quasi 12 anni fa | 3 risposte | 0

3

risposte

Domanda


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

quasi 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 12 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 12 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 12 anni fa | 1 risposta | 0

1

risposta

Risposto
Working with binary and hex data
<http://www.matrixlab-examples.com/hex-to-binary.html> <http://www.mathworks.com/matlabcentral/fileexchange/24282-hexadecimal...

circa 12 anni fa | 0

Domanda


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

circa 12 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 12 anni fa | 1 risposta | 0

1

risposta

Risposto
shifting a part of image (not rectangular shape)
http://www.uploadhouse.com/viewfile.php?id=14792283 this is the input image

quasi 13 anni fa | 0

Domanda


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

quasi 13 anni fa | 1 risposta | 0

1

risposta

Domanda


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?

quasi 13 anni fa | 2 risposte | 0

2

risposte

Risposto
shifting 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(...

quasi 13 anni fa | 0

Domanda


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

quasi 13 anni fa | 4 risposte | 0

4

risposte