KR102308059B1 - Level Set Segmentation method and apparatus for Medical Image - Google Patents

Level Set Segmentation method and apparatus for Medical Image Download PDF

Info

Publication number
KR102308059B1
KR102308059B1 KR1020190129658A KR20190129658A KR102308059B1 KR 102308059 B1 KR102308059 B1 KR 102308059B1 KR 1020190129658 A KR1020190129658 A KR 1020190129658A KR 20190129658 A KR20190129658 A KR 20190129658A KR 102308059 B1 KR102308059 B1 KR 102308059B1
Authority
KR
South Korea
Prior art keywords
level
information
level set
voxel
medical image
Prior art date
Application number
KR1020190129658A
Other languages
Korean (ko)
Other versions
KR20210046889A (en
Inventor
김철환
김동현
장택진
예병훈
서우덕
Original Assignee
경북대학교 산학협력단
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 경북대학교 산학협력단 filed Critical 경북대학교 산학협력단
Priority to KR1020190129658A priority Critical patent/KR102308059B1/en
Publication of KR20210046889A publication Critical patent/KR20210046889A/en
Application granted granted Critical
Publication of KR102308059B1 publication Critical patent/KR102308059B1/en

Links

Images

Classifications

    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16HHEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
    • G16H30/00ICT specially adapted for the handling or processing of medical images
    • G16H30/40ICT specially adapted for the handling or processing of medical images for processing medical images, e.g. editing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T1/00General purpose image data processing
    • G06T1/20Processor architectures; Processor configuration, e.g. pipelining
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/11Region-based segmentation
    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16HHEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
    • G16H30/00ICT specially adapted for the handling or processing of medical images
    • G16H30/20ICT specially adapted for the handling or processing of medical images for handling medical images, e.g. DICOM, HL7 or PACS
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2200/00Indexing scheme for image data processing or generation, in general
    • G06T2200/28Indexing scheme for image data processing or generation, in general involving image processing hardware
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2210/00Indexing scheme for image generation or computer graphics
    • G06T2210/41Medical

Landscapes

  • Engineering & Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Public Health (AREA)
  • Theoretical Computer Science (AREA)
  • Epidemiology (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Primary Health Care (AREA)
  • Nuclear Medicine, Radiotherapy & Molecular Imaging (AREA)
  • Radiology & Medical Imaging (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Magnetic Resonance Imaging Apparatus (AREA)
  • Apparatus For Radiation Diagnosis (AREA)
  • Image Generation (AREA)
  • Image Processing (AREA)

Abstract

본 발명은 의료 영상에 대한 3D 레벨 세트 분할 방법에 관한 것으로, GPU의 멀티 코어인 다수의 코어부 각각에 레벨 세트 데이터 벡터정보에 기록된 구조체 정보들에 대한 인덱스를 할당하는 단계; 상기 인덱스를 할당받은 다수의 코어부 각각이 할당받은 인덱스에 대응되는 구조체 정보에 기록된 해당 복셀 및 그 복셀의 주변 복셀들에 대한 구조체 정보들을 독출하고, 상기 구조체 정보들을 토대로 해당 복셀의 레벨을 산출하고, 산출된 레벨로 해당 복셀의 레벨을 갱신하는 단계; 및 갱신된 복셀의 레벨들로 오브젝트 영역을 도출하는 단계;를 구비하며, 상기 멀티 코어인 다수의 코어부는 상기 복셀의 레벨 산출 및 갱신을 병렬 처리하는 것을 특징으로 한다. The present invention relates to a 3D level set segmentation method for a medical image, comprising: allocating indexes for structure information recorded in level set data vector information to each of a plurality of core units that are multi-cores of a GPU; Each of the plurality of core units allocated with the index reads structure information on a corresponding voxel recorded in structure information corresponding to the allocated index and structure information on voxels surrounding the voxel, and calculates a level of the corresponding voxel based on the structure information and updating the level of the corresponding voxel to the calculated level; and deriving an object region using the updated voxel levels, wherein the multi-core plurality of core units performs parallel processing of calculating and updating the voxel level.

Figure R1020190129658
Figure R1020190129658

Description

의료 영상에 대한 3D 레벨 세트 분할 방법 및 장치{Level Set Segmentation method and apparatus for Medical Image}3D level set segmentation method and apparatus for medical image {Level Set Segmentation method and apparatus for Medical Image}

본 발명은 3D 프린팅 응용 기술에 관한 것으로, 더욱 상세하게는 3D 레벨 세트 분할 알고리즘의 수행을 위한 메모리 필요 크기를 최소화하여 영상크기에 관계없이 3D 레벨 세트 분할 알고리즘의 수행을 GPU의 멀티코어를 이용하여 빠르게 이행할 수 있게 하는 의료 영상에 대한 3D 레벨 세트 분할 방법 및 장치에 관한 것이다. The present invention relates to a 3D printing application technology, and more particularly, it minimizes the size of memory required for the execution of the 3D level set division algorithm so that the 3D level set division algorithm can be performed regardless of the image size by using the multi-core of the GPU. It relates to a method and apparatus for dividing a 3D level set for a medical image that can be implemented quickly.

3D 프린팅 응용 시장은 해마다 성장세에 있으며, 특히 의료 분야에서의 활용은 지속적으로 증가하여 향후 가장 큰 시장을 형성할 것으로 예상되고 있다. 이미 3D 프린팅은 수술 계획용 모형이나 특이 사례에 대한 의료진 또는 의학도들의 교육용 모형 등에 활용되고 있고 그 활용도도 증가하고 있다.The 3D printing application market is growing year by year, and its application in the medical field is expected to continue to increase and form the largest market in the future. Already, 3D printing is being used for models for surgical planning or educational models for medical staff or medical students for specific cases, and its utilization is increasing.

이러한 수술 시뮬레이션용 모형이나 의료 분야 교육용 모형 등의 제작을 위해서는 의료 영상을 분할(segmentation)하여 3D 모델을 만드는 과정이 요구된다. 상기 의료 영상 중 MRI 영상을 분할(segmentation)하는 방법은 여러가지가 있다. 그 방법 중 하나인 3D 레벨 세트 분할(Level Set Segmentation) 알고리즘을 개략적으로 도시한 것이 도 1이다. 상기 도 1을 참조하면 MRI 등과 같이 의료영상 데이터를 입력받아 레벨 세트 분할방식으로 오브젝트를 분할하고, 분할된 오브젝트는 3D 모델 생성을 위한 3D 데이터로 활용된다 In order to produce such a model for surgical simulation or a model for education in the medical field, a process of creating a 3D model by segmenting a medical image is required. There are several methods for segmenting the MRI image among the medical images. FIG. 1 schematically illustrates a 3D level set segmentation algorithm, which is one of the methods. Referring to FIG. 1 , an object is divided by a level set division method by receiving medical image data such as MRI, and the divided object is used as 3D data for 3D model generation.

상기한 3D 레벨 세트 분할 방법은 그 활용도가 매우 크지만 계산량이 많아 CPU(Central Processing Unit)에서 구현 및 구동시 수행 시간이 오래 걸리는 문제가 있었다. Although the above-described 3D level set division method is very useful, there is a problem that it takes a long time to implement and run in a CPU (Central Processing Unit) due to a large amount of calculation.

좀더 설명하면, 상기 의료 영상은 3차원 볼륨 데이터로 구성되며, 상기 3D 레벨 세트 분할(Level Set Segmentation) 알고리즘은 계산과정에서 3차원 메모리가 여러개 필요하며 전체 메모리는 10G ~ 20G Byte 이상 소요된다. More specifically, the medical image is composed of 3D volume data, and the 3D Level Set Segmentation algorithm requires several 3D memories in the calculation process, and the total memory takes 10G to 20G Byte or more.

도 2는 상기 3D 레벨 세트 분할(Level Set Segmentation) 알고리즘에 따르는 분할과정을 예시한 것으로, 대상 픽셀의 레벨이 기준값인 0보다 크면 오브젝트(object)로 판단하고, 0보다 같거나 작으면 배경(background)으로 판단한다. 이에 의료 영상에서 초기 시드 포인트(Seed point)가 설정되면, 상기 시드 포인트에 높은 레벨을 설정하고, 이 레벨을 영상에 맞게 확장하여 오브젝트 영역을 찾아내 분할하는 방법이다. 2 illustrates a segmentation process according to the 3D Level Set Segmentation algorithm. If the level of the target pixel is greater than 0, which is a reference value, it is determined as an object, and if it is less than or equal to 0, the background (background) ) is judged as Accordingly, when an initial seed point is set in a medical image, a high level is set at the seed point, and the level is extended to match the image to find and segment an object region.

상기의 3D 레벨 세트 분할 알고리즘을 GPU에서 구현할 때에는 GPU의 메모리에 레벨과 속도함수 및 기타 계산에 필요한 변수의 배열들 모두를 할당하며, GPU의 멀티코어(multi-core)들은 각각 하나의 3차원 좌표를 할당받아 해당 좌표에 대한 레벨의 계산을 메모리에 저장된 배열들을 참조하여 각각 수행하여 레벨을 업데이트한다. 이러한 과정에서 기울기와 같은 인접 복셀(voxel) 값의 참조가 필요하면 메모리에 저장된 데이터를 참조한다. When implementing the above 3D level set partitioning algorithm in GPU, all arrays of level, velocity function, and other variables necessary for calculation are allotted to the memory of GPU, and multi-cores of GPU each have one 3D coordinate is allocated and the level is calculated for the corresponding coordinates by referring to the arrays stored in the memory to update the level. In this process, if it is necessary to refer to adjacent voxel values such as gradients, the data stored in the memory is referred to.

이러한 과정을 반복 수행하여 생성된 최종 레벨로 영역을 도출하는 방식인데, 이의 구현시 레벨과 속도함수 및 기타 계산에 필요한 변수의 배열들이 모두 원영상 크기의 3차원 배열로 구성되므로 필요한 메모리가 매우 커져서 처리할 수 있는 원영상의 크기에 제한이 발생하는 문제가 있었다. This is a method of deriving a region to the final level generated by repeating this process. When this is implemented, the array of variables required for level, velocity function, and other calculations are all composed of a three-dimensional array of the size of the original image, so the required memory becomes very large. There was a problem in that the size of the original image that can be processed was limited.

이에 종래에는 3D 레벨 세트 분할 알고리즘의 수행을 위한 메모리 크기를 최소화하여 영상크기에 관계없이 3D 레벨 세트 분할 알고리즘의 수행을 가능하게 할 수 있는 기술의 개발이 절실하게 요구되었다. Accordingly, in the prior art, it was urgently required to develop a technique capable of minimizing the size of a memory for performing a 3D level set division algorithm, thereby enabling the 3D level set division algorithm to be performed regardless of an image size.

대한민국 특허공개 제10-2018-0080786호(2018.07.13.)Korean Patent Publication No. 10-2018-0080786 (2018.07.13.) 대한민국 특허등록 제10-0613106호(2006.08.09)Korean Patent Registration No. 10-0613106 (2006.08.09) 대한민국 특허등록 제10-1471646호(2014.12.04.)Korean Patent Registration No. 10-1471646 (2014.12.04.)

본 발명은 3D 레벨 세트 분할 알고리즘의 수행을 위한 메모리 필요 크기를 최소화하여 영상크기에 관계없이 3D 레벨 세트 분할 알고리즘의 수행을 GPU의 멀티코어를 이용하여 빠르게 이행할 수 있게 하는 의료 영상에 대한 3D 레벨 세트 분할 방법 및 장치를 제공하는 것을 그 목적으로 한다. The present invention provides a 3D level for medical imaging that minimizes the memory required for performing the 3D level set segmentation algorithm and enables the execution of the 3D level set segmentation algorithm to be performed quickly using the multi-core of the GPU regardless of the image size. An object of the present invention is to provide a set dividing method and apparatus.

이를 위해, 본 발명의 일측면에 따르면, 의료 영상에 대한 3D 레벨 세트 분할 방법에 있어서, To this end, according to one aspect of the present invention, in a 3D level set segmentation method for a medical image,

GPU의 멀티 코어인 다수의 코어부 각각에 레벨 세트 데이터 벡터정보에 기록된 구조체 정보들에 대한 인덱스를 할당하는 단계; allocating indexes for structure information recorded in level set data vector information to each of a plurality of core units that are multi-cores of the GPU;

상기 인덱스를 할당받은 다수의 코어부 각각이 할당받은 인덱스에 대응되는 구조체 정보에 기록된 해당 복셀 및 그 복셀의 주변 복셀들에 대한 구조체 정보들을 독출하고, 상기 구조체 정보들을 토대로 해당 복셀의 레벨을 산출하고, 산출된 레벨로 해당 복셀의 레벨을 갱신하는 단계; 및 Each of the plurality of core units allocated with the index reads structure information on a corresponding voxel recorded in structure information corresponding to the allocated index and structure information on voxels surrounding the voxel, and calculates a level of the corresponding voxel based on the structure information and updating the level of the corresponding voxel to the calculated level; and

갱신된 복셀의 레벨들로 오브젝트 영역을 도출하는 단계;를 포함하며, deriving the object region with the updated voxel levels;

상기 멀티 코어인 다수의 코어부는 상기 복셀의 레벨 산출 및 갱신을 병렬 처리하는 것을 특징으로 한다.The plurality of core units that are the multi-core units may parallelly process the level calculation and update of the voxels.

또한, 상기 구조체 정보는 미리 정해둔 관심영역에 속한 복셀에 대한 좌표 및 레벨 계산을 위한 변수들임을 특징으로 한다.In addition, the structure information is characterized in that it is a variable for calculating the coordinates and level of a voxel belonging to a predetermined region of interest.

또한, 의료영상정보 및 속도함수, 시드 포인트(SEED POINT)를 설정받아, 상기 시드 포인트에서의 레벨로 오브젝트 영역을 도출하고, 오브젝트 영역을 중심으로 미리 정해둔 거리만큼 확장된 관심영역을 설정하는 단계;를 더 포함할 수 있다.In addition, receiving medical image information, a velocity function, and a seed point, deriving an object region at a level from the seed point, and setting a region of interest extended by a predetermined distance from the object region ; may be further included.

또한, 상기 레벨이 갱신될 때마다 상기 오브젝트 영역 및 관심영역은 재설정됨을 특징으로 한다.In addition, whenever the level is updated, the object region and the region of interest are reset.

또한, 상기 관심영역이 설정되면, 상기 관심영역의 복셀들에 대한 구조체 정보들을 생성하고, 생성된 구조체 정보들을 레벨 세트 데이터 벡터 정보에 기록하는 단계; In addition, when the ROI is set, generating structure information on voxels in the ROI, and recording the generated structure information in level set data vector information;

상기 레벨 세트 데이터 벡터 정보에 기록된 구조체 정보들에 대응되는 복셀들의 좌표에 대응되는 인덱스 배열 정보의 위치에 해당 구조체의 접근주소인 인덱스 정보를 기록하는 단계;를 더 포함할 수 있다.The method may further include; recording index information that is an access address of a corresponding structure at a location of index array information corresponding to coordinates of voxels corresponding to the structure information recorded in the level set data vector information.

또한, 상기 구조체는 벡터로 구성되며, 상기 인덱스 배열 정보는 3D 영상정보의 복셀의 좌표에 대응되게 인덱스 정보가 기록된 것임을 특징으로 한다.In addition, the structure is composed of a vector, and the index arrangement information is characterized in that the index information is recorded to correspond to the coordinates of the voxel of the 3D image information.

본 발명의 다른 측면에 따르면, 의료 영상에 대한 3D 레벨 세트 분할 장치에 있어서, According to another aspect of the present invention, in an apparatus for dividing a 3D level set for a medical image,

구조체 정보들을 기록하는 레벨 세트 데이터 벡터정보를 저장하는 메모리부; 및 a memory unit for storing level set data vector information for recording structure information; and

내부의 멀티 코어인 다수의 코어부가 상기 레벨 세트 데이터 벡터정보에 기록된 구조체 정보들에 대한 인덱스를 할당받아, A plurality of core units that are internal multi-cores are assigned indexes for structure information recorded in the level set data vector information,

상기 인덱스를 할당받으면, 상기 인덱스에 대응되는 구조체 정보에 기록된 해당 복셀 및 그 복셀의 주변 복셀들에 대한 구조체 정보들을 상기 레벨 세트 데이터 벡터 정보로부터 독출하고, 상기 구조체 정보들을 토대로 해당 복셀의 레벨을 산출하고, 산출된 레벨로 해당 복셀의 레벨을 갱신하고, When the index is assigned, structure information on the corresponding voxel recorded in the structure information corresponding to the index and the voxels surrounding the voxel is read from the level set data vector information, and the level of the corresponding voxel is determined based on the structure information calculated, and updating the level of the voxel with the calculated level;

갱신된 복셀의 레벨들로 오브젝트 영역을 도출하는 GPU;를 포함하며,GPU for deriving the object region with the updated voxel levels;

상기 멀티 코어인 다수의 코어부는 상기 복셀의 레벨 산출 및 갱신을 병렬 처리하는 것을 특징으로 한다.The plurality of core units that are the multi-core units may parallelly process the level calculation and update of the voxels.

또한, 상기 구조체 정보는 미리 정해둔 관심영역에 속한 복셀에 대한 좌표 및 레벨 계산을 위한 변수들임을 특징으로 한다.In addition, the structure information is characterized in that it is a variable for calculating the coordinates and level of a voxel belonging to a predetermined region of interest.

또한, 상기 GPU가 의료영상정보 및 속도함수, 시드 포인트(SEED POINT)를 설정받아, 상기 시드 포인트에서의 레벨로 오브젝트 영역을 도출하고, 오브젝트 영역을 중심으로 미리 정해둔 거리만큼 확장된 관심영역을 설정함을 특징으로 한다.In addition, the GPU receives medical image information, a velocity function, and a seed point, derives an object region at a level from the seed point, and extends the region of interest by a predetermined distance from the object region. It is characterized by setting.

또한, 상기 GPU가, 상기 레벨이 갱신될 때마다 상기 오브젝트 영역 및 관심영역은 재설정함을 특징으로 한다.Also, the GPU resets the object region and the ROI whenever the level is updated.

또한, 상기 GPU가, 상기 관심영역이 설정되면, 상기 관심영역의 복셀들에 대한 구조체 정보들을 생성하고, 생성된 구조체 정보들을 레벨 세트 데이터 벡터 정보에 기록하고, 상기 레벨 세트 데이터 벡터 정보에 기록된 구조체 정보들에 대응되는 복셀들의 좌표에 대응되는 인덱스 배열 정보의 위치에 해당 구조체의 접근주소인 인덱스 정보를 기록하는 것을 특징으로 한다.In addition, when the region of interest is set, the GPU generates structure information for voxels of the region of interest, records the generated structure information in the level set data vector information, and records the generated structure information in the level set data vector information. It is characterized in that index information, which is an access address of the corresponding structure, is recorded at a position of the index array information corresponding to the coordinates of voxels corresponding to the structure information.

또한, 상기 구조체는 벡터로 구성되며, 상기 인덱스 배열 정보는 3D 영상정보의 복셀의 좌표에 대응되게 인덱스 정보가 기록된 것임을 특징으로 한다.In addition, the structure is composed of a vector, and the index arrangement information is characterized in that the index information is recorded to correspond to the coordinates of the voxel of the 3D image information.

본 발명은 3D 레벨 세트 분할 알고리즘의 수행을 위한 메모리 필요 크기를 최소화하여 영상크기에 관계없이 3D 레벨 세트 분할 알고리즘의 수행을 GPU의 멀티코어를 이용하여 빠르게 이행할 수 있게 효과를 야기한다. The present invention minimizes the size of memory required for the execution of the 3D level set division algorithm, thereby enabling the execution of the 3D level set division algorithm to be performed quickly using the multi-core of the GPU regardless of the image size.

도 1은 일반적인 3D 레벨 세트 분할과정을 개략적으로 도시한 도면.
도 2는 일반적인 3D 레벨 세트 분할 알고리즘을 예시한 도면.
도 3은 본 발명의 바람직한 실시예에 따르는 3D 레벨 세트 분할 장치의 구성을 도시한 도면.
도 4는 본 발명의 바람직한 실시예에 따르는 3D 레벨 세트 분할 장치의 상세구성을 도시한 도면.
도 5는 본 발명의 바람직한 실시예에 따르는 구조체정보의 구조를 예시한 도면.
도 6은 본 발명의 바람직한 실시예에 따르는 3D 레벨 세트 분할 방법의 절차도.
1 is a diagram schematically illustrating a general 3D level set division process.
2 is a diagram illustrating a general 3D level set segmentation algorithm.
3 is a diagram showing the configuration of a 3D level set dividing apparatus according to a preferred embodiment of the present invention.
4 is a view showing a detailed configuration of a 3D level set dividing apparatus according to a preferred embodiment of the present invention.
5 is a diagram illustrating the structure of structure information according to a preferred embodiment of the present invention.
6 is a flowchart of a 3D level set segmentation method according to a preferred embodiment of the present invention.

본 발명은 3D 레벨 세트 분할 알고리즘의 수행을 위한 메모리 필요 크기를 최소화하여 영상크기에 관계없이 3D 레벨 세트 분할 알고리즘을 GPU의 멀티코어를 이용하여 수행할 수 있게 한다. The present invention minimizes the size of memory required for performing the 3D level set division algorithm, so that the 3D level set division algorithm can be performed using multiple cores of the GPU regardless of the image size.

본 발명은 원 의료영상에 대한 3D 데이터 중 오브젝트를 분할할 때에 사용되는 관심영역에 대해서만 원 의료영상의 값과 계산이 필요한 변수들을 구조체 정보의 멤버들로 구성하여 저장하고, 이 구조체 정보들 각각에 대한 접근주소인 인덱스 정보를 원 의료영상에 대응되는 3D 데이터로 구성한 인덱스 배열정보에 기록하여, 3D 레벨 세트 분할시에 사용하여, 3D 레벨 세트 분할 알고리즘의 수행을 위한 메모리 필요크기를 최소화한다. 특히 상기의 구조체 정보는 벡터(VECTOR)의 구조를 가진다. The present invention configures and stores the values of the original medical image and the variables that require calculation only for the region of interest used when dividing the object among the 3D data of the original medical image as members of the structure information, and stores each of these structure information. The index information, which is the access address for the medical image, is recorded in the index arrangement information composed of 3D data corresponding to the original medical image and used when dividing the 3D level set, thereby minimizing the size of memory required to perform the 3D level set division algorithm. In particular, the structure information has a structure of a vector (VECTOR).

이러한 본 발명에 따르는 3D 레벨 세트 분할 장치 및 방법을 도면을 참조하여 상세히 설명한다. An apparatus and method for dividing a 3D level set according to the present invention will be described in detail with reference to the drawings.

<3D 레벨 세트 분할 장치의 구성><Configuration of 3D level set dividing device>

도 3 및 도 4는 본 발명의 바람직한 실시예에 따르는 3D 레벨 세트 분할 장치의 구성을 도시한 것이다.3 and 4 show the configuration of a 3D level set dividing apparatus according to a preferred embodiment of the present invention.

상기 3D 레벨 세트 분할 장치는 GPU(100)와 메모리부(200)로 구성되어, 현재의 레벨에서 오브젝트와 배경의 경계를 찾고 경계 지역에서 영역을 특정 voxel만큼 확장시켜 관심영역을 설정한 후, 관심영역의 voxel들을 구조체 벡터에 추가한다. 다음으로, 앞서 만들어진 구조체 벡터를 메모리부(200)에도 동일하게 설정하고 데이터를 복사하고 GPU(100)에서의 계산을 수행한다. 또한, GPU(100)는 멀티코어(multi-core)인 다수의 코어부(1041~104N)를 포함한다. 이에, GPU(100)의 다수의 코어부(1041~104N)는 각각의 구조체 벡터 항목들에게 할당되어 계산을 수행하고 구조체 내 정의된 x, y, z 위치에 변경된 레벨을 저장한다. 따라서, 결과적으로 관심영역들에 대해 GPU 병렬처리가 수행되어 결과 레벨을 저장되며, 한 단계가 끝나면 다시 첫 번째 단계로 돌아가서 변경된 레벨에서 관심영역을 찾고 관심영역에 대해 GPU 병렬처리로 계산을 수행하는 과정이 되풀이되어 최종 결과를 얻을 수 있게 된다. The 3D level set division apparatus is composed of the GPU 100 and the memory unit 200, finds the boundary between the object and the background in the current level, expands the region by a specific voxel in the boundary region, sets the region of interest, Add the voxels of the region to the struct vector. Next, the previously created structure vector is equally set in the memory unit 200 , data is copied, and calculation is performed in the GPU 100 . Also, the GPU 100 includes a plurality of core units 1041 to 104N that are multi-core. Accordingly, the plurality of core units 1041 to 104N of the GPU 100 are assigned to respective structure vector items to perform calculations and store the changed levels in x, y, and z positions defined in the structure. Therefore, as a result, GPU parallel processing is performed on the regions of interest and the resulting level is saved, and when one stage is finished, it goes back to the first stage, finds the region of interest at the changed level, and performs calculations with GPU parallel processing for the region of interest. The process is repeated to obtain the final result.

좀더 부연하여 설명하면, GPU(100)는, 시드(SEED) 포인트가 설정되면 시드(SEED) 포인트의 레벨을 기준으로 오브젝트 영역을 도출하고 그 도출된 오브젝트 영역에서 일정 거리로 확장한 관심영역을 설정하고, 관심영역의 복셀(VOXEL)들에 대한 원 의료영상의 값과 레벨 계산이 필요한 변수들로 구성되는 구조체 정보들을 생성한다. 이때, 다수의 코어부(1041~104N) 각각은 관심영역의 복셀(VOXEL)들에 대해 레벨을 산출하고 산출된 레벨을 토대로 오브젝트 영역을 다시 도출하는 과정을 병렬로 반복하여 수행한다. 이러한 과정을 거쳐 최종 레벨이 결정되면, 상기 GPU(100)는 상기 최종 레벨을 토대로 오브젝트 영역을 도출한다. 상기한 바와 같이 본 발명은 관심영역에 대해서면 레벨 갱신 및 오브젝트 영역의 도출을 위한 정보만을 메모리부(200)에 기록하므로, 메모리 요구량을 현격하게 감소할 수 있다. 또한 다수의 코어부(1041~104N)는 복셀들에 대한 레벨 산출 과정을 병렬처리하므로, 3D 의료영상정보에 대한 빠른 처리가 가능해진다. In more detail, when a seed (SEED) point is set, the GPU 100 derives an object region based on the level of the seed point, and sets a region of interest that is extended to a certain distance from the derived object region. and generates structure information composed of variables that require calculating the values and levels of the original medical image for the voxels of the region of interest. In this case, each of the plurality of core units 1041 to 104N calculates a level for the voxel of the ROI and re-derives the object region based on the calculated level by repeating in parallel and repeating the process. When the final level is determined through this process, the GPU 100 derives an object region based on the final level. As described above, in the present invention, since only information for level update and derivation of the object region is recorded in the memory unit 200 for the region of interest, the memory requirement can be significantly reduced. In addition, since the plurality of core units 1041 to 104N parallelly process the level calculation process for voxels, it is possible to quickly process 3D medical image information.

상기 메모리부(200)는 상기 GPU(100)의 처리 프로그램을 포함하는 다양한 정보를 저장하며, 특히 3D 의료영상정보와 레벨 세트 데이터 벡터정보와 인덱스 배열정보를 저장한다. 상기 3D 의료영상정보는 원 의료영상에 대한 정보이다. 그리고 상기 레벨 세트 데이터 벡터정보는 시드 포인트의 레벨을 기준으로 도출한 오브젝트 영역에서 일정 거리 확장된 관심영역에 포함되는 복셀들에 대한 원 의료영상 값과 레벨 계산이 필요한 변수들로 구성된 벡터정보인 구조체 정보들이 기록된 것이다. 이처럼, 원영상 값과 계산에 변수들을 각각의 배열 형태가 아니라 구조체 정보로 구성하고, 상기 구조체를 벡터(vector)로 설정한다.The memory unit 200 stores various information including the processing program of the GPU 100 , and in particular stores 3D medical image information, level set data vector information, and index arrangement information. The 3D medical image information is information about the original medical image. In addition, the level set data vector information is a structure that is vector information composed of variables requiring level calculation and original medical image values for voxels included in the region of interest extended by a predetermined distance from the object region derived based on the level of the seed point. information is recorded. In this way, variables in the original image value and calculation are composed of structure information rather than each array type, and the structure is set as a vector.

가령, 상기 구조체 정보는, 도 5에 도시한 바와 같이 복셀의 위치정보(int x; int y; int z;)와 레벨 계산에 필요한 변수들(float phi; vec3f dphi; float g; vec3 dg; float dphi_norm; vec3f N;)로 구성된다. 상기 인덱스 배열정보에는 3D 의료영상정보에 대응되며, 상기 3D 의료영상정보의 복셀들의 좌표들(x,y,z) 각각에 대한 구조체 정보들이 기록된 레벨 세트 데이터 벡터정보의 접근 주소 정보인 인덱스 정보가 기록된다. For example, as shown in FIG. 5 , the structure information includes voxel position information (int x; int y; int z;) and variables necessary for level calculation (float phi; vec3f dphi; float g; vec3 dg; float). dphi_norm; vec3f N;). The index arrangement information corresponds to 3D medical image information, and index information that is access address information of level set data vector information in which structure information for each of the coordinates (x, y, z) of voxels of the 3D medical image information is recorded is recorded

이제 상기 본 발명의 3D 레벨 세트 분할 장치에 적용 가능한 3D 레벨 세트 분할 방법을 도면을 참조하여 설명한다. Now, a 3D level set dividing method applicable to the 3D level set dividing apparatus of the present invention will be described with reference to the drawings.

<3D 레벨 세트 분할 방법의 절차><Procedure of 3D level set division method>

도 6은 본 발명의 바람직한 실시예에 따르는 3D 레벨 세트 분할 방법의 흐름도를 도시한 것이다. 상기 도 6을 참조하면, GPU(100)는 의료영상정보 및 속도함수, 시드 포인트(SEED POINT)가 설정되면(300,302,304단계), 시드 포인트에서의 레벨인 현재 레벨에서의 오브젝트 영역을 도출하고, 오브젝트 영역을 중심으로 미리정해둔 거리만큼 확장된 관심영역을 설정한다(306단계). 6 is a flowchart of a 3D level set segmentation method according to a preferred embodiment of the present invention. Referring to FIG. 6, when the medical image information, the velocity function, and the seed point are set (steps 300, 302, and 304), the GPU 100 derives the object area at the current level, which is the level at the seed point, and A region of interest extended by a predetermined distance from the region is set (step 306).

상기 관심영역이 설정되면, 상기 GPU(100)는 관심영역의 복셀들에 대한 구조체 정보를 생성하고, 생성된 구조체 정보를 레벨 세트 데이터 벡터 정보에 기록한다(308단계). 상기 구조체 정보는 복셀의 위치정보(int x; int y; int z;)와 레벨 계산에 필요한 변수들(float phi; vec3f dphi; float g; vec3 dg; float dphi_norm; vec3f N;)로 구성된다. 여기서, 레벨 계산에 필요한 변수들은 이미 공지된 것으로 상세한 설명은 생략한다. When the region of interest is set, the GPU 100 generates structure information on voxels of the region of interest and records the generated structure information in level set data vector information (step 308). The structure information is composed of voxel position information (int x; int y; int z;) and variables necessary for level calculation (float phi; vec3f dphi; float g; vec3 dg; float dphi_norm; vec3f N;). Here, the variables required for level calculation are already known, and detailed descriptions thereof will be omitted.

이후 상기 GPU(100)는 레벨 세트 데이터 벡터 정보에 기록된 구조체 정보들에 대응되는 복셀들의 좌표에 대응되는 인덱스 배열정보의 위치에 해당 구조체 정보의 접근주소인 인덱스 정보를 기록한다(310단계).Thereafter, the GPU 100 records index information, which is an access address of the corresponding structure information, at a position of the index arrangement information corresponding to the coordinates of the voxels corresponding to the structure information recorded in the level set data vector information (step 310).

이후 GPU(100)는 멀티 코어인 다수의 코어부(1041~104N) 각각에 상기 레벨 세트 데이터 벡터정보에 기록된 구조체 정보들에 대한 인덱스를 할당한다(312단계). 상기 인덱스가 할당된 멀티 코어인 다수의 코어부(1041~104N) 각각은 메모리에서 해당 인덱스에 대응되는 구조체 정보에 기록된 복셀과 그 복셀의 주변 복셀들에 대한 구조체 정보들을 독출하고, 상기 구조체 정보들을 토대로 해당 복셀의 레벨을 새로이 산출한다(314단계). 여기서, 상기 복셀의 레벨 산출과정은 이미 공지된 것이므로 그 상세한 설명은 생략한다. Thereafter, the GPU 100 allocates an index for the structure information recorded in the level set data vector information to each of the plurality of core units 1041 to 104N that are multi-core (step 312). Each of the plurality of core units 1041 to 104N, which is a multi-core to which the index is assigned, reads structure information about a voxel recorded in structure information corresponding to the corresponding index from a memory and structure information on voxels surrounding the voxel, and the structure information The level of the corresponding voxel is newly calculated based on the values (step 314). Here, since the process of calculating the level of the voxel is already known, a detailed description thereof will be omitted.

상기한 바와 같이 복셀의 레벨 산출이 완료되면, 각각의 멀티 코어가 산출된 레벨로 해당되는 복셀들의 레벨들을 갱신한다(316단계). As described above, when the level calculation of the voxel is completed, the levels of the voxels corresponding to each multi-core are updated to the calculated level (step 316).

이러한 복셀의 레벨 산출 및 갱신이 미리 정해둔 횟수, 즉 관심 영역으로 설정된 모든 복셀들에 대한 레벨의 갱신이 이루어지지 않았다면, 상기의 306단계로 복귀하여 나머지 복셀에 대한 레벨의 갱신을 반복하여 이행한다. If the level calculation and update of the voxels have not been performed a predetermined number of times, that is, the level of all voxels set as the region of interest has not been updated, the process returns to step 306 and repeats the level update for the remaining voxels. .

이와 달리 복셀의 레벨 산출 및 갱신이 미리 정해둔 횟수, 즉 관심 영역으로 설정된 모든 복셀들에 대한 레벨이 갱신되었다면, 최종으로 갱신된 레벨값을 토대로 오브젝트 영역을 도출한다(320단계). Contrary to this, if the level of the voxel is calculated and updated a predetermined number of times, that is, the levels of all voxels set as the ROI are updated, an object region is derived based on the finally updated level value (step 320).

이와 같이 본 발명은 모든 좌표의 데이터((float phi; vec3f dphi; float g; vec3 dg; float dphi_norm; vec3f N;)가 3차원 배열 형태로 메모리에 기록하는 것이 아니라 관심 영역 좌표들의 데이터만 벡터 형태로 메모리에 기록한다. 또한 레벨 산출을 위해 주변 복셀(voxel) 값을 참조하기 위해 각 좌표의 인덱스 정보(vector index)를 인덱스(index) 배열정보에 따로 저장하고, 원하는 좌표의 데이터 참조시 해당 좌표의 인덱스(index)를 참조한 후, 레벨 세트 데이터 벡터(level set data vector)에서 해당 인덱스(index)를 참조함으로써 원하는 데이터의 참조가 가능하다. As described above, according to the present invention, data of all coordinates ((float phi; vec3f dphi; float g; vec3 dg; float dphi_norm; vec3f N;) is not recorded in the memory in a three-dimensional array form, but only the data of the coordinates of the region of interest are in a vector form. Also, for level calculation, the vector index of each coordinate is separately stored in the index array information to refer to the surrounding voxel values, and when referring to the data of the desired coordinate, the corresponding coordinate After referring to the index of , it is possible to refer to the desired data by referring to the corresponding index in the level set data vector.

이러한 본 발명에 따르는 GPU 레벨 세트 분할 알고리즘은 의료영상의 크기에 제한을 받지 않고 GPU의 병렬처리를 이용하여 매우 빠른 속도로 구동될 수 있어, 의료영상의 분할 작업 및 이를 통한 의료영상기반 인체 3D 모델 생성에 도움을 주며 수술계획 및 교육 등 여러 가지 활용에 기여할 것으로 기대한다. The GPU level set segmentation algorithm according to the present invention is not limited by the size of the medical image and can be driven at a very high speed using the parallel processing of the GPU. It is expected to help in creation and contribute to various uses such as surgery planning and education.

상기한 바와 같은, 본 발명의 실시예들에서 설명한 기술적 사상들은 각각 독립적으로 실시될 수 있으며, 서로 조합되어 실시될 수 있다. 또한, 본 발명은 도면 및 발명의 상세한 설명에 기재된 실시예를 통하여 설명되었으나 이는 예시적인 것에 불과하며, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자라면 이로부터 다양한 변형 및 균등한 타 실시예가 가능하다. 따라서, 본 발명의 기술적 보호범위는 첨부된 특허청구범위에 의해 정해져야 할 것이다.As described above, the technical ideas described in the embodiments of the present invention may be implemented independently or in combination with each other. In addition, although the present invention has been described through the embodiments described in the drawings and detailed description of the invention, these are merely exemplary, and those of ordinary skill in the art to which the present invention pertains may make various modifications and equivalent other embodiments therefrom. possible. Accordingly, the technical protection scope of the present invention should be defined by the appended claims.

100 : GPU
1041~ 104N : 다수의 코어부
200 : 메모리부
100 : GPU
1041 ~ 104N: Multiple core parts
200: memory unit

Claims (12)

의료 영상에 대한 3D 레벨 세트 분할 방법에 있어서,
(a) 의료영상정보 및 속도함수, 시드 포인트(SEED POINT)를 설정받아, 상기 시드 포인트에서의 레벨로 오브젝트 영역을 도출하고, 도출된 오브젝트 영역을 중심으로 미리 정해둔 거리만큼 확장된 관심영역을 설정하는 단계;
(b) GPU의 멀티 코어인 다수의 코어부 각각에 레벨 세트 데이터 벡터정보에 기록된 구조체 정보들에 대한 인덱스를 할당하는 단계;
(c) 상기 인덱스를 할당받은 다수의 코어부 각각이 할당받은 인덱스에 대응되는 구조체 정보에 기록된 해당 복셀 및 그 복셀의 주변 복셀들에 대한 구조체 정보들을 독출하고, 상기 구조체 정보들을 토대로 해당 복셀의 레벨을 산출하고, 산출된 레벨로 해당 복셀의 레벨을 갱신하는 단계; 및
(d) 갱신된 복셀의 레벨들로 오브젝트 영역을 도출하는 단계;를 포함하며,
상기 멀티 코어인 다수의 코어부는 상기 복셀의 레벨 산출 및 갱신을 병렬 처리하는 것을 특징으로 하는 의료 영상에 대한 3D 레벨 세트 분할 방법.
In the 3D level set segmentation method for a medical image,
(a) Medical image information, velocity function, and seed point are set, an object region is derived at a level from the seed point, and a region of interest extended by a predetermined distance from the derived object region setting;
(b) allocating indexes for structure information recorded in level set data vector information to each of a plurality of core units that are multi-cores of the GPU;
(c) each of the plurality of core units allocated with the index reads structure information on a corresponding voxel recorded in structure information corresponding to the allocated index and structure information on voxels surrounding the voxel, and, based on the structure information, of the corresponding voxel calculating a level and updating a level of a corresponding voxel with the calculated level; and
(d) deriving an object region with the updated voxel levels;
The method of dividing a 3D level set for a medical image, wherein the plurality of core units that are multi-core perform parallel processing of calculating and updating the level of the voxel.
제1항에 있어서,
상기 구조체 정보는 미리 정해둔 관심영역에 속한 복셀에 대한 좌표 및 레벨 계산을 위한 변수들인 것을 특징으로 하는 의료 영상에 대한 3D 레벨 세트 분할 방법.
According to claim 1,
The 3D level set segmentation method for a medical image, wherein the structure information is a variable for calculating coordinates and a level of a voxel belonging to a predetermined region of interest.
삭제delete 제1항에 있어서,
상기 레벨이 갱신될 때마다 상기 오브젝트 영역 및 관심영역은 재설정됨을 특징으로 하는 의료 영상에 대한 3D 레벨 세트 분할 방법.
According to claim 1,
Each time the level is updated, the object region and the region of interest are reset.
제1항에 있어서,
(a-1) 상기 (a) 단계에서 관심영역이 설정되면, 상기 관심영역의 복셀들에 대한 구조체 정보들을 생성하고, 생성된 구조체 정보들을 레벨 세트 데이터 벡터 정보에 기록하는 단계; 및
(a-2) 상기 레벨 세트 데이터 벡터 정보에 기록된 구조체 정보들에 대응되는 복셀들의 좌표에 대응되는 인덱스 배열 정보의 위치에 해당 구조체의 접근주소인 인덱스 정보를 기록하는 단계;를 더 포함하는 것을 특징으로 하는 의료 영상에 대한 3D 레벨 세트 분할 방법.
According to claim 1,
(a-1) when the region of interest is set in step (a), generating structure information for voxels of the region of interest, and recording the generated structure information in level set data vector information; and
(a-2) recording the index information that is the access address of the structure at the location of the index array information corresponding to the coordinates of the voxels corresponding to the structure information recorded in the level set data vector information; A 3D level set segmentation method for a characterized medical image.
제5항에 있어서,
상기 구조체는 벡터로 구성되며,
상기 인덱스 배열 정보는 3D 영상정보의 복셀의 좌표에 대응되게 인덱스 정보를 기록하는 것을 특징으로 하는 의료 영상에 대한 3D 레벨 세트 분할 방법.
6. The method of claim 5,
The structure consists of a vector,
The method of dividing a 3D level set for a medical image, wherein the index arrangement information records index information to correspond to the coordinates of voxels of the 3D image information.
의료 영상에 대한 3D 레벨 세트 분할 장치에 있어서,
구조체 정보들을 기록하는 레벨 세트 데이터 벡터정보를 저장하는 메모리부; 및
내부의 멀티 코어인 다수의 코어부가 상기 레벨 세트 데이터 벡터정보에 기록된 구조체 정보들에 대한 인덱스를 할당받아,
상기 인덱스를 할당받으면, 상기 인덱스에 대응되는 구조체 정보에 기록된 해당 복셀 및 그 복셀의 주변 복셀들에 대한 구조체 정보들을 상기 레벨 세트 데이터 벡터 정보로부터 독출하고, 상기 구조체 정보들을 토대로 해당 복셀의 레벨을 산출하고, 산출된 레벨로 해당 복셀의 레벨을 갱신하고,
갱신된 복셀의 레벨들로 오브젝트 영역을 도출하는 GPU;를 포함하며,
상기 GPU가 의료영상정보 및 속도함수, 시드 포인트(SEED POINT)를 설정받아, 상기 시드 포인트에서의 레벨로 오브젝트 영역을 도출하고, 도출된 오브젝트 영역을 중심으로 미리 정해둔 거리만큼 확장된 관심영역을 설정하며,
상기 멀티 코어인 다수의 코어부는 상기 복셀의 레벨 산출 및 갱신을 병렬 처리하는 것을 특징으로 하는 의료 영상에 대한 3D 레벨 세트 분할 장치.
A 3D level set dividing apparatus for a medical image, comprising:
a memory unit for storing level set data vector information for recording structure information; and
A plurality of core units that are internal multi-cores are assigned indexes for structure information recorded in the level set data vector information,
When the index is assigned, structure information on a corresponding voxel recorded in structure information corresponding to the index and surrounding voxels of the voxel is read from the level set data vector information, and the level of the corresponding voxel is determined based on the structure information. calculated, and updating the level of the voxel with the calculated level;
GPU for deriving the object region with the updated voxel levels;
The GPU receives medical image information, a velocity function, and a seed point, derives an object region at a level from the seed point, and extends the region of interest by a predetermined distance from the derived object region. set,
The apparatus for dividing a 3D level set for a medical image, wherein the plurality of core units, which are multi-core, parallelly process the level calculation and update of the voxels.
제7항에 있어서,
상기 구조체 정보는 미리 정해둔 관심영역에 속한 복셀에 대한 좌표 및 레벨 계산을 위한 변수들인 것을 특징으로 하는 의료 영상에 대한 3D 레벨 세트 분할 장치.
8. The method of claim 7,
The apparatus for dividing a 3D level set for a medical image, wherein the structure information is a variable for calculating coordinates and a level of a voxel belonging to a predetermined region of interest.
삭제delete 제7항에 있어서,
상기 GPU가, 상기 레벨이 갱신될 때마다 상기 오브젝트 영역 및 관심영역은 재설정함을 특징으로 하는 의료 영상에 대한 3D 레벨 세트 분할 장치.
8. The method of claim 7,
3D level set dividing apparatus for a medical image, characterized in that the GPU resets the object region and the region of interest whenever the level is updated.
제7항에 있어서,
상기 GPU가, 상기 관심영역이 설정되면, 상기 관심영역의 복셀들에 대한 구조체 정보들을 생성하고, 생성된 구조체 정보들을 레벨 세트 데이터 벡터 정보에 기록하고,
상기 레벨 세트 데이터 벡터 정보에 기록된 구조체 정보들에 대응되는 복셀들의 좌표에 대응되는 인덱스 배열 정보의 위치에 해당 구조체의 접근주소인 인덱스 정보를 기록하는 것을 특징으로 하는 의료 영상에 대한 3D 레벨 세트 분할 장치.
8. The method of claim 7,
the GPU generates structure information on voxels of the region of interest when the region of interest is set, and records the generated structure information in level set data vector information;
3D level set division for a medical image, characterized in that index information that is an access address of a corresponding structure is recorded at a position of index array information corresponding to coordinates of voxels corresponding to structure information recorded in the level set data vector information Device.
제11항에 있어서,
상기 구조체는 벡터로 구성되며,
상기 인덱스 배열 정보는 3D 영상정보의 복셀의 좌표에 대응되게 인덱스 정보를 기록하는 것을 특징으로 하는 의료 영상에 대한 3D 레벨 세트 분할 장치.
12. The method of claim 11,
The structure consists of a vector,
The apparatus for dividing a 3D level set for a medical image, wherein the index arrangement information records index information corresponding to the coordinates of voxels of the 3D image information.
KR1020190129658A 2019-10-18 2019-10-18 Level Set Segmentation method and apparatus for Medical Image KR102308059B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020190129658A KR102308059B1 (en) 2019-10-18 2019-10-18 Level Set Segmentation method and apparatus for Medical Image

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020190129658A KR102308059B1 (en) 2019-10-18 2019-10-18 Level Set Segmentation method and apparatus for Medical Image

Publications (2)

Publication Number Publication Date
KR20210046889A KR20210046889A (en) 2021-04-29
KR102308059B1 true KR102308059B1 (en) 2021-10-06

Family

ID=75728172

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020190129658A KR102308059B1 (en) 2019-10-18 2019-10-18 Level Set Segmentation method and apparatus for Medical Image

Country Status (1)

Country Link
KR (1) KR102308059B1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101471646B1 (en) * 2012-08-21 2014-12-26 인하대학교 산학협력단 Parallel processing of 3D medical image registration by GP-GPU
US20160003928A1 (en) 2013-03-27 2016-01-07 Duke University Mri with repeated k-t -sub-sampling and artifact minimization allowing for free breathing abdominal mri
US20160260224A1 (en) 2013-10-28 2016-09-08 London Health Sciences Centre Research Inc. Method and apparatus for analyzing three-dimensional image data of a target region of a subject

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100613106B1 (en) 1999-09-17 2006-08-17 삼성전자주식회사 An index assignment method for coding based on Tree-Structured Vector Quantization
KR20180080786A (en) 2017-01-05 2018-07-13 한국전자통신연구원 Data processing method for 3d printing and appratus therefor

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101471646B1 (en) * 2012-08-21 2014-12-26 인하대학교 산학협력단 Parallel processing of 3D medical image registration by GP-GPU
US20160003928A1 (en) 2013-03-27 2016-01-07 Duke University Mri with repeated k-t -sub-sampling and artifact minimization allowing for free breathing abdominal mri
US20160260224A1 (en) 2013-10-28 2016-09-08 London Health Sciences Centre Research Inc. Method and apparatus for analyzing three-dimensional image data of a target region of a subject

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Gavin Young, IOWA State Univ. Graduate Theses (2017) 1부.*

Also Published As

Publication number Publication date
KR20210046889A (en) 2021-04-29

Similar Documents

Publication Publication Date Title
JP6657137B2 (en) Information processing apparatus, information processing method, and program
JP4152648B2 (en) Method for segmenting a 3D image contained in an object
US8149237B2 (en) Information processing apparatus and program
CN116071519B (en) Image processing method and device for generating grid model based on harmonic mapping
CN109493417A (en) Three-dimension object method for reconstructing, device, equipment and storage medium
EP1588323B1 (en) Method of segmenting a three-dimensional structure
US20150127301A1 (en) Updating A CAD Model To Reflect Global Or Local Shape Changes
CN111127487B (en) Real-time multi-tissue medical image segmentation method
JP7471814B2 (en) Optimizing volume rendering using known transfer functions.
EP2631877A2 (en) Mesh generating apparatus and method
KR102308059B1 (en) Level Set Segmentation method and apparatus for Medical Image
Banerjee et al. A semi-automated approach to improve the efficiency of medical imaging segmentation for haptic rendering
EP3726477A1 (en) Chamber reconstruction from a partial volume
US6249287B1 (en) Method of modeling a closed surface geometry
CN108805876A (en) Using biomechanical model magnetic resonance and ultrasonoscopy can deformable registration
CN108665548B (en) Quick point cloud progressive reconstruction method based on star hypothesis
US9324187B2 (en) Visualization apparatus and method
JP2006510078A (en) Extraction method of 3D data set that can be modified by user
Jahanshahloo et al. Reconstruction of 3D shapes with B-spline surface using diagonal approximation BFGS methods
CN111862001A (en) Semi-automatic labeling method and device for CT image, electronic equipment and storage medium
JP2020075063A (en) Image interpolation/organ extraction device and program thereof
CN109887081A (en) A kind of terrain generation method
CN113126944B (en) Depth map display method, display device, electronic device, and storage medium
US20200388038A1 (en) Image processing system and method for interactive contouring of three-dimensional medical data
JP2019046080A (en) Information processing apparatus, method, and program

Legal Events

Date Code Title Description
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant