Estadística
37 Preguntas
4 Respuestas
CLASIFICACIÓN
35.141
of 295.467
REPUTACIÓN
1
CONTRIBUCIONES
37 Preguntas
4 Respuestas
ACEPTACIÓN DE RESPUESTAS
81.08%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
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?
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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?
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 8 años hace | 3 respuestas | 0
3
respuestasPregunta
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)); ...
más de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
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-...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
problem with .mat to .vtk format
I want to convert .mat files to .vtk format. Is it possible ? But how ?
más de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 8 años hace | 1 respuesta | 1
1
respuestaPregunta
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...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 9 años hace | 1 respuesta | 0
1
respuestaHow 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...
más de 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...
más de 9 años hace | 3 respuestas | 0
3
respuestasPregunta
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 : ...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 10 años hace | 1 respuesta | 0
1
respuestaPlotting issue with histogram
@ Star Strider- yes, you're right. Does anyone knows how to draw a 'distribution graph' for the above question?
casi 10 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...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 10 años hace | 3 respuestas | 0