Your browser doesn't support javascript.
loading
Mostrar: 20 | 50 | 100
Resultados 1 - 6 de 6
Filtrar
1.
IEEE Trans Vis Comput Graph ; 19(5): 852-65, 2013 May.
Artigo em Inglês | MEDLINE | ID: mdl-22848133

RESUMO

A new type of deformable model is presented that merges meshes and level sets into one representation to provide interoperability between methods designed for either. This includes the ability to circumvent the CFL time step restriction for methods that require large step sizes. The key idea is to couple a constellation of disconnected triangular surface elements (springls) with a level set that tracks the moving constellation. The target application for Spring Level Sets (SpringLS) is to implement comprehensive imaging pipelines that require a mixture of deformable model representations to achieve the best performance. We demonstrate how to implement key components of a comprehensive imaging pipeline with SpringLS, including image segmentation, registration, tracking, and atlasing.


Assuntos
Algoritmos , Gráficos por Computador , Módulo de Elasticidade/fisiologia , Interpretação de Imagem Assistida por Computador/métodos , Imageamento Tridimensional/métodos , Modelos Biológicos , Animais , Simulação por Computador , Humanos , Aumento da Imagem/métodos , Reprodutibilidade dos Testes , Sensibilidade e Especificidade
2.
IEEE Trans Med Imaging ; 31(4): 860-9, 2012 Apr.
Artigo em Inglês | MEDLINE | ID: mdl-21997251

RESUMO

A novel algorithm is presented to segment and reconstruct injected bone cement from a sparse set of X-ray images acquired at arbitrary poses. The sparse X-ray multi-view active contour (SxMAC-pronounced "smack") can 1) reconstruct objects for which the background partially occludes the object in X-ray images, 2) use X-ray images acquired on a noncircular trajectory, and 3) incorporate prior computed tomography (CT) information. The algorithm's inputs are preprocessed X-ray images, their associated pose information, and prior CT, if available. The algorithm initiates automated reconstruction using visual hull computation from a sparse number of X-ray images. It then improves the accuracy of the reconstruction by optimizing a geodesic active contour. Experiments with mathematical phantoms demonstrate improvements over a conventional silhouette based approach, and a cadaver experiment demonstrates SxMAC's ability to reconstruct high contrast bone cement that has been injected into a femur and achieve sub-millimeter accuracy with four images.


Assuntos
Algoritmos , Cimentos Ósseos , Modelos Biológicos , Intensificação de Imagem Radiográfica/métodos , Fêmur/diagnóstico por imagem , Humanos , Imagens de Fantasmas
3.
Med Image Comput Comput Assist Interv ; 15(Pt 1): 495-503, 2012.
Artigo em Inglês | MEDLINE | ID: mdl-23285588

RESUMO

A new data structure is presented for geometrically modeling multi-objects. The model can exhibit elastic and fluid-like behavior to enable interpretability between tasks that require both deformable registration and active contour segmentation. The data structure consists of a label mask, distance field, and springls (a constellation of disconnected triangles). The representation has sub-voxel precision, is parametric, re-meshes, tracks point correspondences, and guarantees no self-intersections, air-gaps, or overlaps between adjacent structures. In this work, we show how to apply existing registration algorithms and active contour segmentation to the data structure; and as a demonstration, the data structure is used to segment cortical and subcortical structures (74 total) in the human brain.


Assuntos
Encéfalo/patologia , Algoritmos , Encéfalo/anatomia & histologia , Mapeamento Encefálico/métodos , Simulação por Computador , Bases de Dados Factuais , Elasticidade , Humanos , Processamento de Imagem Assistida por Computador , Imageamento Tridimensional , Modelos Estatísticos , Reconhecimento Automatizado de Padrão , Linguagens de Programação , Reprodutibilidade dos Testes , Software , Propriedades de Superfície
4.
Med Image Comput Comput Assist Interv ; 15(Pt 2): 404-12, 2012.
Artigo em Inglês | MEDLINE | ID: mdl-23286074

RESUMO

An emerging topic is to build image segmentation systems that can segment hundreds to thousands of objects (i.e. cell segmentation\tracking, full brain parcellation, full body segmentation, etc.). Multi-object Level Set Methods (MLSM) perform this task with the benefit of sub-pixel precision. However, current implementations of MLSM are not as computationally or memory efficient as their region growing and graph cut counterparts which lack sub-pixel precision. To address this performance gap, we present a novel parallel implementation of MLSM that leverages the sparse properties of the algorithm to minimize its memory footprint for multiple objects. The new method, Multi-Object Geodesic Active Contours (MOGAC), can represent N objects with just two functions: a label mask image and unsigned distance field. The time complexity of the algorithm is shown to be O((M (power)d)/P) for M (power)d pixels and P processing units in dimension d = {2,3}, independent of the number of objects. Results are presented for 2D and 3D image segmentation problems.


Assuntos
Algoritmos , Inteligência Artificial , Interpretação de Imagem Assistida por Computador/métodos , Imageamento Tridimensional/métodos , Reconhecimento Automatizado de Padrão/métodos , Humanos , Aumento da Imagem/métodos , Reprodutibilidade dos Testes , Sensibilidade e Especificidade
5.
Med Image Comput Comput Assist Interv ; 14(Pt 2): 442-50, 2011.
Artigo em Inglês | MEDLINE | ID: mdl-21995059

RESUMO

A new type of deformable model is presented that merges meshes and level sets into one representation to provide interoperability between methods designed for either. The key idea is to use a constellation of triangular surface elements (springls) to define a level set. A Spring Level Set (SpringLS) can be interpreted as a mesh or level set and used in place of them in many instances. There is no loss of shape information in the transformation from triangle mesh or level set into SpringLS. As examples, we present results for joint segmentation/spherical mapping of a human brain cortex and atlas/non-atlas segmentation of a pelvis.


Assuntos
Mapeamento Encefálico/métodos , Córtex Cerebral/patologia , Interpretação de Imagem Assistida por Computador/métodos , Reconhecimento Automatizado de Padrão/métodos , Pelve/patologia , Algoritmos , Interpretação Estatística de Dados , Humanos , Imageamento Tridimensional/métodos , Modelos Anatômicos , Modelos Estatísticos , Software
6.
Neuroinformatics ; 8(1): 5-17, 2010 Mar.
Artigo em Inglês | MEDLINE | ID: mdl-20077162

RESUMO

Non-invasive neuroimaging techniques enable extraordinarily sensitive and specific in vivo study of the structure, functional response and connectivity of biological mechanisms. With these advanced methods comes a heavy reliance on computer-based processing, analysis and interpretation. While the neuroimaging community has produced many excellent academic and commercial tool packages, new tools are often required to interpret new modalities and paradigms. Developing custom tools and ensuring interoperability with existing tools is a significant hurdle. To address these limitations, we present a new framework for algorithm development that implicitly ensures tool interoperability, generates graphical user interfaces, provides advanced batch processing tools, and, most importantly, requires minimal additional programming or computational overhead. Java-based rapid prototyping with this system is an efficient and practical approach to evaluate new algorithms since the proposed system ensures that rapidly constructed prototypes are actually fully-functional processing modules with support for multiple GUI's, a broad range of file formats, and distributed computation. Herein, we demonstrate MRI image processing with the proposed system for cortical surface extraction in large cross-sectional cohorts, provide a system for fully automated diffusion tensor image analysis, and illustrate how the system can be used as a simulation framework for the development of a new image analysis method. The system is released as open source under the Lesser GNU Public License (LGPL) through the Neuroimaging Informatics Tools and Resources Clearinghouse (NITRC).


Assuntos
Mapeamento Encefálico , Encéfalo/anatomia & histologia , Processamento de Imagem Assistida por Computador/métodos , Imageamento por Ressonância Magnética , Editoração/estatística & dados numéricos , Software , Algoritmos , Animais , Encéfalo/fisiologia , Humanos , Integração de Sistemas , Interface Usuário-Computador
SELEÇÃO DE REFERÊNCIAS
DETALHE DA PESQUISA