[ES] Trabajar con grandes cantidades de datos de una manera inadecuada, el acceso a ellos y
la manera de realizar los cálculos a la hora de programar puede afectar enormemente y de
manera negativa al tiempo de ejecución ...[+]
[ES] Trabajar con grandes cantidades de datos de una manera inadecuada, el acceso a ellos y
la manera de realizar los cálculos a la hora de programar puede afectar enormemente y de
manera negativa al tiempo de ejecución de cualquier aplicación.
Cuando se trata con imágenes médicas para la segmentación automática debemos hacer
frente a todos estos problemas, y para solucionarlos vamos a hacer uso tanto de la
paralelización de la aplicación entre distintos núcleos de procesamiento, como de la
reorganización de código y uso correcto de los datos para conseguir una mejora en el
tiempo de cómputo del programa.
Por otro lado, se ha intentado abordar el problema del contorneado automático de
órganos usando redes neuronales artificiales, prescindiendo de la anterior aplicación para
buscar un mayor índice de acierto y proporcionar mejores resultados usando esta
tecnología.
[-]
[EN] Working with large amounts of data in an inadequate form, the access to it and the
way to perform calculations when programming can affect enormously and negatively to
the time of execution of any application.
When ...[+]
[EN] Working with large amounts of data in an inadequate form, the access to it and the
way to perform calculations when programming can affect enormously and negatively to
the time of execution of any application.
When it comes to automatic segmentation of medical images we must face all the
problems mentioned and solve them, to do that we need to use both the parallelization of
the application between different processing cores, and the reorganization of code and the
correct usage of data to get an improvement in the computing time of the program.
On the other hand, we have tried to solve the problem about automatic segmentation
of organs using artificial neural networks without the previous application to get a higher
success rate and better results using this technology.
[-]
|