Community Profile

photo

sana3 sal


2017년부터 활동

통계

  • Thankful Level 2
  • First Review
  • First Answer
  • Thankful Level 1

배지 보기

Content Feed

보기 기준

질문


How does the function "mesh" work?
Hi, I have the following code, my question is, what is the algorithm that the function mesh works on? I have got great result...

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

1

답변

질문


How to use the size of a matrix while coding
Hello there, I am trying to representing a 2D image in 3D, " representing matrix with the RGB value as a z-axis while keeping t...

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


eject dvd1 and insert dvd2 to continue
Hello, i am installing matlab, and the problem: eject dvd1 and insert dvd2 to continue appears. I tried different solutions, n...

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


convert "single" 2D image to 3D volume
Hello there, I have a single 2D image and I want to convert it to a 3D volume of faces and vertices. Then exprot it to use it...

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

1

답변

질문


how i can read .wav sound file in matlab and convert it to a signal?
Hi, I have a .wav sound file, i need to learn how to deal with it in matlab in order to extract the voice signal and study its ...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


remove a struct field that its element value is less than specific 50
Hi, I have 4x1 struct with 2 fields as shown: <</matlabcentral/answers/uploaded_files/134796/88.JPG>> i want to delete th...

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

1

답변

질문


how to select values of nx3 matrix where its index is equal to a value in other matrix
Hi, I have two arrays the first has nx3 dimension, and the second is mx1 dimension. i need to select the first array fileds wh...

5년 초과 전 | 답변 수: 2 | 0

2

답변

질문


how to select specific values of nx3 array where the third dimension contains values in range of 1 to 11 of the 3rd dimension?
Hi, i was having a struct contains 2 fields of faces and vertices, now i need to extract the vertices from the struct where the...

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

1

답변

질문


How to split a patch element (struct) into two half
I have a 3D mesh represented in a patch object inside a struct of faces and vertices. i need to split this faces and vertices i...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


how to differentiate between two 3D meshes?
Hello there, I have built the following 3D meshes, and i need to differentiate between them in order to classify them. Can any...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


I need some help in evaluating a distribution fitting for my data
Hello there, I have built a 3D mesh for objects related to some cases of inter-vertebral discs, and then I calculated the Gauss...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


how to split one dimensional array into 3 equal chunks?
Hi, I have the attached data array as an example, I need to split it into 3 equal chunks! Then I need to apply that for any ot...

5년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Can Anyone help me understanding the following code?
Hello there, I have the following code that related to the mesh split functionality. can someone help me understanding what th...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to extract the max items in struct?
Hello there, I have a struct of faces and vertices, how to extract the item that has the maximum faces and vertices? <</ma...

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

1

답변

답변 있음
How to isolate and display the largest connected component of a 3D triangular mesh ?
Hello there, Have you got the solution?

5년 초과 전 | 0

질문


how to read series of images from folder in specific order?
Hello there, I am trying to read jpg files from folder with a series of A1,A2,....A22 but when i read them with the following c...

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

1

답변

질문


How to interpolate two MRI slices in order to find the the Slice in-between?
Hello there, I am working on MRI slices, while working i found that there are some slices is missing and that causing losing in...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to measure the curvature of object boundary?
Hello, I have tried the solution : https://www.mathworks.com/matlabcentral/answers/164349-how-to-calculate-the-curvature-of-a-bo...

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

2

답변

답변 있음
How to calculate the curvature of a boundaries in binary images?
Hello Mr @Image Analyst, I am wondering how to read the curvature? or how to analyse it? <</matlabcentral/answers/uploaded_f...

거의 6년 전 | 0

질문


How to measure curvature of an object in image?
Hello, I have the following image, how i can measure the curvature of the object? <</matlabcentral/answers/uploaded_files/121...

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

1

답변

질문


CNN model evaluation, boxsuppress function how to reconstruct my own mask?
Hello, I am working on object detection. I found the code here: <https://github.com/vedaldi/practical-object-category-detec...

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


configuring mex compiler with visual studio
Hello there, I found this thesis that concerns about the detection and segmentation of spinal parts In order to detect the ...

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


'cl.exe' is not recognized as an internal or external command,
Hello there, Did anyone work with vlfeat library used in this tutorial : <https://github.com/veda…/practical-object-category-...

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

3

답변

답변 있음
Error: Invalid MEX file, the specified module could not be found
i have solve to problem immediately by downloading the Microsoft Visual C++ 2008 SP1 Redistributable Package (x64) : https://www...

거의 6년 전 | 0

| 수락됨

질문


Error: Invalid MEX file, the specified module could not be found
Hello there, I am working on the attached document regarding https://github.com/vedaldi/practical-object-category-detection an...

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

2

답변

질문


How to export patch object to .ply or STL file?
Hello, I have a patch object that resulted from the isosurface/isocaps functions,exactly like this tutorial: <https://www.math...

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

1

답변

질문


How to find center of many objects included in single image
Hello, I need some solution to find the center of the discs in the next image automatically. then i have to draw the profile of ...

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

1

답변

질문


How to convert from pixels to mm and from mm to pixels?
Hello, I need to convert number of pixels to mm, and the mm to pixels, as in the next figure to compare between the results. the...

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

2

답변

질문


How to evaluate the height and width of an object in BW image
Hello, I need to find the height and width of the following white object in this image. <</matlabcentral/answers/uploaded_fil...

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

1

답변

질문


How to measure the height of an object in image
Hello I have the next image of lumber spin disk located between L4-L5 vertebra, I need to detect the disk as an object to eva...

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

1

답변

더 보기