Community Profile

photo

Chathu


Con actividad desde 2014

Followers: 0   Following: 0

Contacto

Estadísticas

  • Thankful Level 4

Ver insignias

Feeds

Ver por

Pregunta


How to convert vtk Polydata file to DICOM format?
I have a 3D model which is in vtk polydata format. I want to convert this file to DICOM. Is it possible in MatLab?

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Need to export a 3D model
I have set of images and i have just considered the boundary of the image. In that boundary, i have obtained points as x and y c...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to convert to .obj format.?
I have 3D images saved as .mat files.I am wondering whether stacked .mat files can be converted to .obj format?

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


overlap 2 circles in a given data set
Here is how one image(which consist of 3 circles) out of 15 images looks like. So my requirement is to keep already overlapped ...

casi 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


convert to a vtk file
I want to write a 3D matrix to a vtk file.I worked on different vtkwrite functions which were available online but i only see th...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


imrotate won't work in this scenario,any other suggestions?
I want to rotate an image at a pivot point(eg:at the center of the 1st feature, which is NOT the center of the image) without ch...

casi 8 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Issue with different length of columns in a matrix.
x,y and z coordinates of a particular image has been saved as a matrix, by using the following code: [x,y]=find(any(A,3)); ...

casi 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to get the boundary points?
I have a mask(mask is for an image) which is saved in .mat format. Now, i want to take the boundary of this mask. Is it possible...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to stack .mat files?
Suppose in one of my data set, i have 20 .mat files. Now, i want to stack all 20 .mat files together. The issue is thoug...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


converted vtk files are not seen
I was trying to convert my 3d mat files to .vtk format using the code showed inside the below link <http://www.mathworks.com...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Find the actual distances in an image.
I want to find the minimum x(1) value which touches the image,A. Then maximum x(2) value which touches the image,A.(ps:image is ...

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

2

respuestas

Pregunta


Add an extra column to the existing matrix (MAT file)
I have a mat file and its size is 1243x1182x3 . (please note that size of the Mat file is NOT consistent and there are about 50-...

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

1

respuesta

Pregunta


problem with .mat to .vtk format
I want to convert .mat files to .vtk format. Is it possible ? But how ?

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

2

respuestas

Pregunta


How to find the radii of circles, centers of circles,euclidean distance between each circle and angle among (small circle-->large circle -->small circle)?
I have 3 circled masks and i want to find the radii , centers of the circles,euclidean distance between each circle and angle be...

alrededor de 8 años hace | 1 respuesta | 1

1

respuesta

Pregunta


How to convert from 2D (RGB image) to 3D?
I have a database of RGB, JPEG images where each image has a size of 1398 x 1611 x 3. Original images are in 2D. My intention is...

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

1

respuesta

Pregunta


How to convert images from jpg to MetaImage file format?
I want to convert .jpg images to MetaImage file format. Image information as below: Name Size Bytes C...

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

1

respuesta

Respondida
How to perform image segmentation
@ Image Analyst and Thomas- i was trying hard to segment this (pls see the attachment- arrow indicates the portion that i need...

casi 9 años hace | 0

Pregunta


How to perform image segmentation
I want to manually segment a small object(eg: a feature similar to cell nucleus) which is located within the original image. C...

casi 9 años hace | 3 respuestas | 0

3

respuestas

Pregunta


How to rescale the image?
I have set of true color images(about 700 images) and the image size: 1482 rows and 1506 columns. What i would like to do : ...

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

1

respuesta

Pregunta


How to convert .fig to .jpg ? (issues with 'saveas' function)
I tried 'saveas' function but it reduces the quality of the image(meaning, i do not want to have white borders around the image...

alrededor de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Problem with batch processing
I want to get all my images(which located in 1 file) processed. This is the code i used(attached,herewith). 1st problem is o...

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

1

respuesta

Pregunta


Line detection in an image
My image is a square. What i want here is: select 4 points on the upper horizontal boundary in the square and along those 4 poin...

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

1

respuesta

Pregunta


calculate the value by using a formula
How to calculate the error(pls see the attachment-pg1)? (data and formula is written in the attachment) Do i have to use a for l...

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

1

respuesta

Pregunta


Issue in finding euclidean distance between 2 images
What is the best way to find the Euclidean distance in two images? I have 2 images in 1,2,1 and 1,2,2 positions in fig format...

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

1

respuesta

Pregunta


How to use FIND function here?
I need to find the very first corresponding value of the payload when time is 0.0000. Next,find the corresponding value of pa...

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

1

respuesta

Respondida
Plotting issue with histogram
@ Star Strider- yes, you're right. Does anyone knows how to draw a 'distribution graph' for the above question?

alrededor de 9 años hace | 0

Pregunta


Plotting issue with histogram
i need to plot a histogram. I have only 2 bin counts,as follows.(Pls see the attached file) 0.0000 - 0.1000 0.1000 - 0.2...

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

1

respuesta

Pregunta


detecting the difference of the sequence
In the data set, i have one specific column which has 12 characters.It is a alphanumeric column.(pls see the attachment). Alphan...

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

1

respuesta

Pregunta


Draw a graph by selecting relevant information
I want to draw a distribution graph. The issue is i need to select the values from a huge set of data. eg; x= time Differe...

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

1

respuesta

Pregunta


how to extract part of the information?
This is what i have. (note: originally i have 7 columns but i have only shown just 2 columns for convenience) 'No.' 'Ti...

alrededor de 9 años hace | 3 respuestas | 0

3

respuestas

Cargar más