photo

bes


2011년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 3
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
how to find cluster centroid?
[IDX,C] = kmeans(X,k)

거의 12년 전 | 0

질문


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

거의 12년 전 | 답변 수: 2 | 0

2

답변

답변 있음
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...

거의 12년 전 | 0

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

거의 12년 전 | 0

| 수락됨

답변 있음
convert image into 3XN matrix
Thanks all. Your comments helped me a lot.

거의 12년 전 | 0

질문


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

거의 12년 전 | 답변 수: 3 | 0

3

답변

질문


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

거의 12년 전 | 답변 수: 3 | 0

3

답변

질문


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

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 12년 전 | 답변 수: 2 | 0

2

답변

질문


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

대략 12년 전 | 답변 수: 2 | 0

2

답변

질문


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

대략 12년 전 | 답변 수: 1 | 0

1

답변

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

대략 12년 전 | 0

질문


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

대략 12년 전 | 답변 수: 1 | 0

1

답변

질문


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

12년 초과 전 | 답변 수: 1 | 0

1

답변

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

거의 13년 전 | 0

질문


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

거의 13년 전 | 답변 수: 1 | 0

1

답변

질문


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?

거의 13년 전 | 답변 수: 2 | 0

2

답변

답변 있음
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(...

거의 13년 전 | 0

질문


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

거의 13년 전 | 답변 수: 4 | 0

4

답변