CN104615739A - A fast data archiving method suitable for high-resolution massive atlases of 3D brain tissue - Google Patents

A fast data archiving method suitable for high-resolution massive atlases of 3D brain tissue Download PDF

Info

Publication number
CN104615739A
CN104615739A CN201510072037.XA CN201510072037A CN104615739A CN 104615739 A CN104615739 A CN 104615739A CN 201510072037 A CN201510072037 A CN 201510072037A CN 104615739 A CN104615739 A CN 104615739A
Authority
CN
China
Prior art keywords
data
resolution
dimensional
block
brain tissue
Prior art date
Legal status (The legal status 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 status listed.)
Granted
Application number
CN201510072037.XA
Other languages
Chinese (zh)
Other versions
CN104615739B (en
Inventor
骆清铭
龚辉
李宇昕
李安安
丰钊
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Huazhong University of Science and Technology
Original Assignee
Huazhong University of Science and Technology
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 Huazhong University of Science and Technology filed Critical Huazhong University of Science and Technology
Priority to CN201510072037.XA priority Critical patent/CN104615739B/en
Publication of CN104615739A publication Critical patent/CN104615739A/en
Application granted granted Critical
Publication of CN104615739B publication Critical patent/CN104615739B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/1858Parallel file systems, i.e. file systems supporting multiple processors
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/11File system administration, e.g. details of archiving or snapshots
    • G06F16/113Details of archiving
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/50Information retrieval; Database structures therefor; File system structures therefor of still image data
    • G06F16/56Information retrieval; Database structures therefor; File system structures therefor of still image data having vectorial format

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Processing Or Creating Images (AREA)

Abstract

The invention relates to a data rapid filing method suitable for a three-dimensional brain tissue high-resolution mass atlas, which comprises the following steps: generating the archived data: dividing a three-dimensional data space into a plurality of data blocks with equal size, generating n +1 sets of data sets with n +1 different resolutions, and storing the data sets as independent data documents according to a path self-index structure; extracting the archived data: calculating the minimum data block required by the interested area through the start coordinate and the end coordinate of the interested area and the 6 parameters of the several-level resolution; and sequentially reading the independent data documents of the data blocks required by the region of interest into the memory, and forming an interested data space with the data points of the reserved region of interest. The invention archives the three-dimensional brain tissue high-resolution massive atlas, and can quickly and continuously take out the interested data blocks from the archived file without an index file. The document establishing and extracting process has parallelism, and can be further accelerated by applying parallel calculation.

Description

适用于三维脑组织高分辨海量图集的数据快速归档方法A fast data archiving method suitable for high-resolution massive atlases of 3D brain tissue

技术领域technical field

本发明适用于生物医学图像处理领域,更具体的,适用于三维脑组织高分辨海量图集的归档,并能从归档文件中快速、连续调取出感兴趣数据块,在不增加硬件投入的情况下大大提高计算机系统对脑科学研究中所获得三维海量图像数据集的处理能力,具体涉及一种适用于三维脑组织高分辨海量图集的数据快速归档方法。The present invention is suitable for the field of biomedical image processing, more specifically, it is suitable for archiving high-resolution massive atlases of three-dimensional brain tissue, and can quickly and continuously retrieve interested data blocks from archived files without increasing hardware investment. Under the circumstances, the processing ability of the computer system for the three-dimensional massive image data sets obtained in the brain science research is greatly improved, and it specifically relates to a fast data archiving method suitable for high-resolution massive atlases of three-dimensional brain tissue.

背景技术Background technique

现在的脑科学研究中,随着成像技术的发展,一方面研究人员可以对大范围的脑组织进行成像,另一方面,可以对更加精细的脑组织进行成像,随着成像范围和成像精度的增加,所产生的图像数据量也非常巨大,往往达到TB级。如何处理这些海量脑组织图像数据是一个非常大的挑战。通常采用两种解决方法。第一种就是提升硬件水平,例如超级计算机,但是这个投入是非常巨大。第二种方法就是对数据组织进行优化,最常用的方法就是采用多级分辨率技术。该技术在地理信息系统以及遥感图像领域运用的较多。In current brain science research, with the development of imaging technology, on the one hand, researchers can image a wide range of brain tissue, and on the other hand, they can image finer brain tissue. With the improvement of imaging range and imaging precision The amount of image data generated is also very large, often reaching TB level. How to deal with these massive brain tissue image data is a very big challenge. There are usually two solutions. The first is to improve the level of hardware, such as supercomputers, but this investment is very huge. The second method is to optimize the data organization, the most common method is to use multi-level resolution technology. This technology is widely used in the field of geographic information system and remote sensing images.

在中国发明专利说明书CN102663140A中提出了一种用于TB级图像的快速访问方法,该方法通过建立图像索引和图像分块实现,根据图像所应用的场景,建立数据索引,并将图像转换成小图的方式,利用内存缓冲池和显存缓冲池技术实现数据快速访问。但是该方法所处理的图像仅为二维图像,所建立的索引适用于特定的应用领域。而且,索引文件是针对每个小文件都建立,数量巨大,消耗计算资源。In the Chinese invention patent specification CN102663140A, a fast access method for TB-level images is proposed. This method is realized by establishing image indexes and image blocks. In the way of graph, the memory buffer pool and video memory buffer pool technologies are used to realize fast data access. However, the images processed by this method are only two-dimensional images, and the index established is suitable for specific application fields. Moreover, index files are created for each small file, and the number is huge, which consumes computing resources.

在中国发明专利说明书CN103440350A中,提出了一种基于八叉树的三维数据检索方法,该方法通过将三维数据建立八叉树文件并建立对应每个八叉树节点数据块索引表,通过查询数据块对应的标识,来找到所对应的数据块。完成三维数据的检索请求。该方法每次检索的三维数据块的最小单位为每个八叉树数据块的大小。In the Chinese invention patent specification CN103440350A, a three-dimensional data retrieval method based on an octree is proposed. The method establishes an octree file for the three-dimensional data and establishes a data block index table corresponding to each octree node. By querying the data Block corresponding identification, to find the corresponding data block. Complete a retrieval request for 3D data. The minimum unit of the three-dimensional data block retrieved each time by this method is the size of each octree data block.

上述两个专利主要面向地理遥感中产生的海量数据,与遥感图像相比较,三维脑组织图像中包含许多组织结构信息,例如血管、神经网络,结构复杂。研究人员对脑组织中的某些结构的位置都是采用坐标表示,调取感兴趣区域时也是通过其在整个图像中的坐标信息来完成调取,不适合采用索引文件。另一方面由于脑组织中多结构的特点,其在三维空间中具有一定的连续性,所以不能采用二维的方式来存储这些连续图像。The above two patents are mainly for the massive data generated in geographic remote sensing. Compared with remote sensing images, three-dimensional brain tissue images contain a lot of organizational structure information, such as blood vessels and neural networks, with complex structures. Researchers use coordinates to represent the positions of certain structures in the brain tissue. When calling the region of interest, it also uses its coordinate information in the entire image to complete the call, and it is not suitable to use index files. On the other hand, due to the characteristics of multiple structures in the brain tissue, it has a certain continuity in the three-dimensional space, so these continuous images cannot be stored in a two-dimensional manner.

在脑科学研究中广泛使用的一些商业软件也提出了归档三维海量数据的解决方案,例如Amira软件中的Large Data Access(LDA)模块和OpenInventor可视化开发平台中的Large Data Management(LDM)开发包。无论是LDA或LDM,都将所有的数据(不同分辨率水平)归档在一个单一的文档中,并不适合数百GB以上数据的存储和传输,数据归档时也不易实现并行化。Some commercial software widely used in brain science research has also proposed solutions for archiving 3D massive data, such as the Large Data Access (LDA) module in Amira software and the Large Data Management (LDM) development kit in the OpenInventor visualization development platform. Whether it is LDA or LDM, all the data (different resolution levels) are archived in a single file, which is not suitable for the storage and transmission of more than hundreds of GB of data, and it is not easy to achieve parallelization when data is archived.

发明内容Contents of the invention

本发明所要解决的技术问题是提供一种用于三维脑组织高分辨海量图集的快速提取方法,对三维脑组织高分辨海量图集进行归档,并能从归档文件中快速、连续调取出感兴趣数据块,在不增加硬件投入的情况下大大提高计算机系统对脑科学研究中所获得三维海量图像数据集的处理能力。The technical problem to be solved by the present invention is to provide a rapid extraction method for high-resolution mass atlases of three-dimensional brain tissue, to archive high-resolution mass atlases of three-dimensional brain tissue, and to quickly and continuously retrieve Interested data blocks can greatly improve the computer system's ability to process three-dimensional massive image data sets obtained in brain science research without increasing hardware investment.

一种适用于三维脑组织高分辨海量图集的数据快速归档方法,其特征在于包括以下步骤:A data rapid archiving method suitable for high-resolution massive atlases of three-dimensional brain tissue, characterized in that it includes the following steps:

1)生成归档数据:1) Generate archived data:

将三维数据空间分割为由若干大小相等数据块,所组成的数据集D0,每个数据块的尺寸为x、y、z;Divide the three-dimensional data space into a data set D0 composed of several data blocks of equal size, each data block has a size of x, y, z;

将所述三维数据空间进行等比例三维采样,分割为由若干大小相等数据块所组成的低分辨数据集D1,每个数据块的尺寸也为x、y、z;The three-dimensional data space is subjected to equal-scale three-dimensional sampling, and divided into low-resolution data sets D1 composed of several equal-sized data blocks, and the size of each data block is also x, y, and z;

由此类推,进行n次等比例三维采样,获得n+1套具有不同分辨率水平的数据集D0、D1、D2、D3…Dn,组成每个数据集的数据块的尺寸均为x、y、z;By analogy, carry out n equal-scale three-dimensional sampling, and obtain n+1 sets of data sets D0, D1, D2, D3...Dn with different resolution levels, and the size of the data blocks that make up each data set are x, y ,z;

将所有数据块保存为独立数据文档,并根据路径自索引结构进行存储;Save all data blocks as independent data files, and store them according to the path self-index structure;

建立参数文件,参数文件记录原始数据体素分辨率,每块数据块的尺寸,每次采样的倍数;Create a parameter file, which records the voxel resolution of the original data, the size of each data block, and the multiple of each sampling;

2)提取归档数据:2) Extract archived data:

通过参数文件所提供的体素分辨率、数据块尺寸、采样倍数的信息,所需感兴趣区域的X、Y、Z的起始坐标和终止坐标,以及所需分辨率等级数这6组参数,计算出包含所述感兴趣区域所需的最少数据块;The information provided by the parameter file includes the voxel resolution, data block size, sampling multiple, the starting and ending coordinates of X, Y, and Z of the required region of interest, and the number of required resolution levels. These six groups of parameters , calculating the minimum data blocks required to contain the region of interest;

依次将感兴趣区域所需的数据块的独立数据文档读入内存,但仅保留感兴趣区域的数据点;sequentially read into memory the independent data files of the data blocks required for the region of interest, but retain only the data points for the region of interest;

所有保留在内存中的数据点与读入内存的数据块的独立数据文档组成感兴趣的数据空间。All data points held in memory and the individual data files of the data blocks read into memory form the data space of interest.

步骤1)中所述的独立的数据文档所采用的格式为三维图像存储格式。The format adopted by the independent data file described in step 1) is a three-dimensional image storage format.

步骤1)中所述的自索引结构为一种四层路径结构,每一层定义为:The self-index structure described in step 1) is a four-layer path structure, and each layer is defined as:

第一层为根目录;The first level is the root directory;

第二层为分辨率等级,用文件夹名称区分;The second layer is the resolution level, which is distinguished by folder name;

第三层为Z方向,即原三维图集轴向的块索引号,用文件夹名称区分;The third layer is the Z direction, that is, the block index number in the axial direction of the original 3D atlas, which is distinguished by the folder name;

第四层为X或Y方向的块索引号,用文件夹名称区分,每个文件夹中包含相关的数据块所对应的数据文档,文档名中包含X、Y和Z的块索引编号。The fourth layer is the block index number in the X or Y direction, which is distinguished by the folder name. Each folder contains the data file corresponding to the relevant data block, and the file name includes the block index number of X, Y, and Z.

本发明的主要特点为:可以对三维脑组织高分辨海量图集进行归档,无需索引文件便可从归档文件中快速、连续调取出感兴趣数据块。在存储能力允许的情况下,普通台式计算机应用本发明,至少可实现10TB海量数据的处理能力。此外,本发明中建立和提取文档的过程具有并行性,可以通过应用并行计算作进一步加速。The main features of the present invention are: the high-resolution mass atlas of three-dimensional brain tissue can be archived, and interested data blocks can be quickly and continuously retrieved from the archived file without an index file. Under the condition that the storage capacity allows, the ordinary desktop computer can realize the processing capacity of at least 10 TB massive data by applying the present invention. In addition, the process of creating and extracting documents in the present invention has parallelism, which can be further accelerated by applying parallel computing.

附图说明Description of drawings

图1是本发明生成归档数据示意图;Fig. 1 is a schematic diagram of generating archived data in the present invention;

图2是本发明三维小块的自索引组织形式示意图;Fig. 2 is a schematic diagram of the self-index organization form of the three-dimensional small block of the present invention;

图3是本发明调用感兴趣三维区域时的示意流程图。Fig. 3 is a schematic flowchart of calling the three-dimensional region of interest in the present invention.

具体实施方式Detailed ways

本发明一种适用于三维脑组织高分辨海量图集的数据快速提取方法,通过对二维连续序列图进行多分辨率拆分为三维小块的方式,并按照自索引方式建立文件夹组织形式和文件名命名方式,通过提供所要调用的三维块的坐标信息和分辨率等级,调用三维小块并计算得到该区域三维块。从而完成三维脑组织高分辨海量图集的数据归档和调用。The present invention is a fast data extraction method applicable to high-resolution mass atlases of three-dimensional brain tissue, which divides two-dimensional continuous sequence images into three-dimensional small blocks at multiple resolutions, and establishes a folder organization form according to a self-indexing method And the file name naming method, by providing the coordinate information and resolution level of the 3D block to be called, call the 3D small block and calculate the 3D block in the area. In this way, the data archiving and calling of the high-resolution massive atlas of three-dimensional brain tissue can be completed.

下面结构附图及实施方式对本发明作进一步的详细描述。The following structural drawings and embodiments describe the present invention in further detail.

如图1所示,本实施例提供的三维脑组织高分辨海量图集的数据归档方法,可以包括以下步骤:As shown in Figure 1, the data archiving method for the high-resolution massive atlas of three-dimensional brain tissue provided by this embodiment may include the following steps:

1.生成归档数据。1. Generate archived data.

二维图形序列可以看成一个三维的图像堆栈。首先将整个三维图像堆栈拆分为多个大小为512×512×512像素的三维数据块(简称三维小块),形成数据集D0;然后将原来的二维图像序列每张X、Y方向各采样2倍,每两张图像抽取一张,然后再对新的图像序列进行拆分,获得多个大小为512×512×512像素的三维小块,形成数据集D1;以此类推,直到X、Y、Z三个方向的大小采样到均小于等于512像素,形成D0、D1…Dn总共n+1套不同分辨率的数据集。生成的示意图可以参考图1。A two-dimensional graphics sequence can be viewed as a three-dimensional image stack. First, the entire 3D image stack is split into multiple 3D data blocks (referred to as 3D small blocks) with a size of 512×512×512 pixels to form a data set D0; Sampling is doubled, and one image is extracted for every two images, and then the new image sequence is split to obtain multiple three-dimensional small blocks with a size of 512×512×512 pixels to form a data set D1; and so on until X The size of the three directions of , Y, and Z is sampled to be less than or equal to 512 pixels, forming a total of n+1 sets of data sets with different resolutions in D0, D1...Dn. The generated schematic diagram can refer to Figure 1.

上述拆分成的512×512×512大小的三维小块,保存为三维的TIFF格式,但也可以是RAW等三维矩阵格式,甚至是视频格式。在调用数据的时候针对不同的格式使用不同的调用方法,保证了本方法的灵活性和扩展性。The three-dimensional small blocks with a size of 512×512×512 split above are saved in a three-dimensional TIFF format, but may also be in a three-dimensional matrix format such as RAW, or even a video format. When calling data, different calling methods are used for different formats, which ensures the flexibility and expansibility of this method.

按照一定的文件夹组织方式和文件命名方式对所有的三维小块进行命名存储,并建立参数文件,形成自索引组织。文件夹和文件组织的形式可以如图2所示:All three-dimensional small blocks are named and stored according to a certain folder organization method and file naming method, and parameter files are established to form a self-index organization. The form of folder and file organization can be shown in Figure 2:

首先为根目录,根目录下包含一个描述文件,该描述文件用于描述三维图像堆栈的总体信息,包括三维图像堆栈XYZ方向的大小,图像三个方向的分辨率,一共形成多少个不同分辨率等级的数据集,每个分辨率等级每个方向分别拆分了多少个块,以及拆分后文件保存的总文件夹路径。The first is the root directory, which contains a description file, which is used to describe the overall information of the 3D image stack, including the size of the 3D image stack in the XYZ direction, the resolution of the three directions of the image, and how many different resolutions are formed in total Level dataset, how many blocks are split in each direction for each resolution level, and the total folder path where the split files are saved.

在根目录下还包含P个子文件夹,代表了不同的分辨率级数,即D0,D1,D2…Dn,总共n+1套。文件夹前缀为“level”,在每个分辨率级数文件夹下,包含Q个Z方向块号文件夹,文件夹前缀为“z”,Q为当前该分辨率等级下Z方向的块数。在每个Z方向块号文件夹下,包含R个Y方向块号文件夹,文件夹前缀为“y”,R为该分辨率下Y方向的块数。在每个Y方向块号文件夹下,包含S个三维小块,S为该分辨率下X方向的块数。There are also P subfolders under the root directory, representing different resolution series, namely D0, D1, D2...Dn, a total of n+1 sets. The folder prefix is "level". Under each resolution series folder, it contains Q Z-direction block number folders. The folder prefix is "z", and Q is the number of blocks in the Z direction at the current resolution level. . Under each block number folder in the Z direction, there are R block number folders in the Y direction, the folder prefix is "y", and R is the number of blocks in the Y direction at this resolution. Under each Y-direction block number folder, there are S three-dimensional small blocks, and S is the number of blocks in the X-direction at this resolution.

每个三维小块的文件命名以X_Y_Z的方式命名,其中X表示该三维小块在所在分辨率等级下,整个三维图像x方向的序列块号,Y表示该三维小块在所在分辨率等级下,在整个三维图像Y方向的序列块号,Z表示该三维小块在所在分辨率等级下,在整个三维图像Z方向的序列块号,X的值为P/512,其中P为整个三维在所在分辨率等级下,图像X方向上大小,同理可得Y和Z的计算方式。The file name of each 3D small block is named in the form of X_Y_Z, where X represents the sequence block number of the entire 3D image in the x direction at the resolution level of the 3D small block, and Y represents the resolution level of the 3D small block at the current resolution level , the sequence block number in the Y direction of the entire 3D image, Z represents the sequence block number in the Z direction of the entire 3D image at the resolution level of the 3D small block, and the value of X is P/512, where P is the entire 3D image in the Under the resolution level, the size of the image in the X direction can be calculated in the same way as Y and Z.

例如一个像素大小为2000×1500×1000的原始数据,其分辨率为1×1×1,总共可以拆分成D0、D1、D2三套数据集,所以分辨率等级文件夹个数P为3,文件夹分别为“level0”、“level1”、“level2”。在D0数据集中Z方向的块数为1000/512+1=2个,D0数据集中Y方向的块数1500/512+1=3个,D0数据集中X方向的块数2000/512+1=4个,所以在“level0”文件夹中包含“z0”、“z1”2个文件夹,在每个Z方向块号文件夹中包含“y0”、“y1”、“y2”三个文件夹,在每个y方向块号文件夹中包含4个三维小块。在level0/z0/y0文件夹下的4个三维小块,名称分别为0_0_0、1_0_0、2_0_0、3_0_0,在level0/z0/y1文件夹下的4个三维小块,名称分别为0_1_0、1_1_0、2_1_0、3_1_0,同理可得其他文件夹下三维小块的文件名。D1和D2数据集文件夹结构以此类推。For example, the original data with a pixel size of 2000×1500×1000 has a resolution of 1×1×1, which can be split into three sets of data sets D0, D1, and D2 in total, so the number of resolution folders P is 3 , the folders are "level0", "level1", and "level2". The number of blocks in the Z direction in the D0 data set is 1000/512+1=2, the number of blocks in the Y direction in the D0 data set is 1500/512+1=3, and the number of blocks in the X direction in the D0 data set is 2000/512+1= 4, so the "level0" folder contains two folders "z0" and "z1", and each Z-direction block number folder contains three folders "y0", "y1" and "y2" , containing 4 small three-dimensional blocks in each y-direction block number folder. The four three-dimensional small blocks under the level0/z0/y0 folder are named 0_0_0, 1_0_0, 2_0_0, 3_0_0, and the four three-dimensional small blocks under the level0/z0/y1 folder are named 0_1_0, 1_1_0, 2_1_0, 3_1_0, in the same way, you can get the file names of the 3D small blocks in other folders. D1 and D2 dataset folder structure and so on.

2.提取归档数据。2. Extract archived data.

用户提出需要调用的感兴趣区域的坐标范围,包括X、Y、Z的起始坐标和终止坐标以及第几级分辨率等级7个参数,通过计算可以得到X、Y、Z起始坐标和终止坐标所对应的三维小块三个方向的块索引号范围。The user proposes the coordinate range of the region of interest that needs to be called, including the start and end coordinates of X, Y, Z and the 7 parameters of the resolution level. Through calculation, the start and end coordinates of X, Y, and Z can be obtained The range of block index numbers in three directions of the three-dimensional small block corresponding to the coordinates.

通过二次调用得到所需感兴趣区域的三维图像。Obtain the 3D image of the desired region of interest through the second call.

举例说明,当用户需要调取起始坐标为201、301、0,终止坐标为800、900、399,分辨率为第0级的600×600×400大小的感兴趣区域时,通过计算,X方向起始的块号为201/512=0,终止块号为800/512=1,Y方向起始的块号为301/512=0,终止块号为900/512=1,Z方向起始的块号为For example, when the user needs to call a region of interest whose starting coordinates are 201, 301, 0, ending coordinates are 800, 900, 399, and the resolution is 0-level 600×600×400, by calculation, X The starting block number in the direction is 201/512=0, the ending block number is 800/512=1, the starting block number in the Y direction is 301/512=0, the ending block number is 900/512=1, starting from the Z direction The starting block number is

0/512=0,终止块号为399/512=0。所以总共需要读取2×2×1=4个块,要读取的路径为:0/512=0, the end block number is 399/512=0. So a total of 2×2×1=4 blocks need to be read, and the path to read is:

Data_floder/level0/z0/y0/0_0_0Data_floder/level0/z0/y0/0_0_0

Data_floder/level0/z0/y0/1_0_0Data_floder/level0/z0/y0/1_0_0

Data_floder/level0/z0/y1/0_1_0Data_floder/level0/z0/y1/0_1_0

Data_floder/level0/z0/y1/1_1_0Data_floder/level0/z0/y1/1_1_0

该步骤完成将三维小块提取到内存中的过程。This step completes the process of fetching the 3D patch into memory.

将所有需要的三维小块读取进内存中后,这些三维小块中包含了用户所需要的感兴趣区域,通过精细计算过程,将需要用三维小块将感兴趣区域组合成一个完整的三维数据空间,完成调用过程。如图3所示。After reading all the required three-dimensional small blocks into the memory, these three-dimensional small blocks contain the regions of interest required by the user. Through the fine calculation process, the three-dimensional small blocks will be required to combine the regions of interest into a complete three-dimensional Data space, complete the calling process. As shown in Figure 3.

Claims (3)

1. be applicable to the quick archiving method of data of three-dimensional brain tissue high-resolution magnanimity atlas, it is characterized in that comprising the following steps:
1) filing data is generated:
Be by some equal and opposite in direction data blocks by three-dimensional data compartition, the data set D0 formed, each data block is of a size of x, y, z;
Equal proportion three-dimensional sample is carried out in described three-dimensional data space, is divided into the low-resolution data collection D1 be made up of some equal and opposite in direction data blocks, the size of each data block is also x, y, z;
By parity of reasoning, carries out n equal proportion three-dimensional sample, obtains data set D0, D1, D2, D3 that n+1 cover has different resolution level ... Dn, the size forming the data block of each data set is x, y, z;
All data blocks are saved as independent data document, and stores from index structure according to path;
Set up Parameter File, Parameter File record raw data voxel resolution, the size of every blocks of data block, the multiple of each sampling;
2) filing data is extracted:
The information of the voxel resolution provided by Parameter File, block size, sampling multiple, the origin coordinates of X, Y, Z of required area-of-interest and termination coordinate, and these 6 groups of parameters of required level of resolution number, calculate the minimal data block comprised needed for described area-of-interest;
Successively the independent data document of the data block needed for area-of-interest is read in internal memory, but only retain the data point of area-of-interest;
All data points be retained in internal memory form interested data space with the independent data document of the data block of reading in internal memory.
2., according to the quick archiving method of data being applicable to three-dimensional brain tissue high-resolution magnanimity atlas described in claim 1, it is characterized in that, step 1) described in the form that adopts of independently data file be 3-D view storage format.
3., according to the quick archiving method of data being applicable to three-dimensional brain tissue high-resolution magnanimity atlas described in claim 1, it is characterized in that, step 1) described in be a kind of four layers of path structure from index structure, every one deck is defined as:
Ground floor is root directory;
The second layer is level of resolution, distinguishes with Folder Name;
Third layer is Z-direction, and namely the block call number of former three-dimensional atlas axis, distinguishes with Folder Name;
4th layer is the block call number of X or Y-direction, distinguishes, comprise the data file corresponding to relevant data block, comprise the block index number of X, Y and Z in document name in each file with Folder Name.
CN201510072037.XA 2015-02-11 2015-02-11 Data rapid filing method suitable for three-dimensional brain tissue high-resolution mass atlas Active CN104615739B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510072037.XA CN104615739B (en) 2015-02-11 2015-02-11 Data rapid filing method suitable for three-dimensional brain tissue high-resolution mass atlas

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510072037.XA CN104615739B (en) 2015-02-11 2015-02-11 Data rapid filing method suitable for three-dimensional brain tissue high-resolution mass atlas

Publications (2)

Publication Number Publication Date
CN104615739A true CN104615739A (en) 2015-05-13
CN104615739B CN104615739B (en) 2018-10-09

Family

ID=53150181

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510072037.XA Active CN104615739B (en) 2015-02-11 2015-02-11 Data rapid filing method suitable for three-dimensional brain tissue high-resolution mass atlas

Country Status (1)

Country Link
CN (1) CN104615739B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108513136A (en) * 2018-04-08 2018-09-07 华中科技大学苏州脑空间信息研究院 The compression method and read method of magnanimity space three-dimensional image data

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1602059A (en) * 2003-09-28 2005-03-30 乐金电子(惠州)有限公司 Audio file selective playing method having catalogue structure
CN101388043A (en) * 2008-09-26 2009-03-18 北京航空航天大学 A OGC high-performance remote sensing image map service method based on small block pictures
CN101719148A (en) * 2009-11-24 2010-06-02 北京灵图软件技术有限公司 Three-dimensional spatial information saving method, device, system and dispatching system
CN101887595A (en) * 2009-05-14 2010-11-17 武汉如临其境科技创意有限公司 Three-dimensional digital earth-space data organizing and rendering method based on quad-tree index

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1602059A (en) * 2003-09-28 2005-03-30 乐金电子(惠州)有限公司 Audio file selective playing method having catalogue structure
CN101388043A (en) * 2008-09-26 2009-03-18 北京航空航天大学 A OGC high-performance remote sensing image map service method based on small block pictures
CN101887595A (en) * 2009-05-14 2010-11-17 武汉如临其境科技创意有限公司 Three-dimensional digital earth-space data organizing and rendering method based on quad-tree index
CN101719148A (en) * 2009-11-24 2010-06-02 北京灵图软件技术有限公司 Three-dimensional spatial information saving method, device, system and dispatching system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
闵阳: "基于多源空间数据的三维可视化", 《中国优秀硕士学位论文全文数据库 基础科学辑》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108513136A (en) * 2018-04-08 2018-09-07 华中科技大学苏州脑空间信息研究院 The compression method and read method of magnanimity space three-dimensional image data

Also Published As

Publication number Publication date
CN104615739B (en) 2018-10-09

Similar Documents

Publication Publication Date Title
CN111291016B (en) Hierarchical hybrid storage and indexing method for massive remote sensing image data
US11657473B2 (en) Method and system for storing and retrieving wide-area motion imagery frames as objects on an object storage device
Burns et al. The open connectome project data cluster: scalable analysis and vision for high-throughput neuroscience
US9442960B2 (en) High performance data layout and processing
DE202015009255U1 (en) Automatic image organization
Xiao et al. Remote sensing image database based on NOSQL database
CN111427847A (en) Index and query method and system for user-defined metadata
JP2000311246A (en) Similar image display method and recording medium storing similar image display processing program
CN103425653A (en) Method and system for realizing DICOM (digital imaging and communication in medicine) image quadratic search
CN104778182A (en) Data import method and system based on HBase (Hadoop Database)
Bueno et al. How to add content-based image retrieval capability in a PACS
US7751621B1 (en) Method and system for rapid object recall within images
CN106570177A (en) Image management system of biological species
CN104615739B (en) Data rapid filing method suitable for three-dimensional brain tissue high-resolution mass atlas
KR20100104844A (en) Method for searching images
CN116664465A (en) Multi-mode image fusion method and device and computer equipment
Dravyakar et al. Private content based multimedia information retrieval using map-reduce
Rajkumar et al. A review of visual information retrieval on massive image data using hadoop
CN114443708A (en) Method, system and readable storage medium for displaying results of pathological slice interpretation
Bremer et al. Halcyon--A Pathology Imaging and Feature analysis and Management System
Chen et al. Data preparation for deep learning
Kune et al. XHAMI--extended HDFS and MapReduce interface for image processing applications
Luo et al. Research and Application of Content-based Image Hash Retrieval Algorithm
Chen et al. A distributed storage scheme for remote sensing image based on mapfile
Badghaiya et al. Image classification using tag and segmentation based retrieval

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant