CN104091301A - Tile pyramid parallel construction method based on MapReduce - Google Patents

Tile pyramid parallel construction method based on MapReduce Download PDF

Info

Publication number
CN104091301A
CN104091301A CN201410305679.5A CN201410305679A CN104091301A CN 104091301 A CN104091301 A CN 104091301A CN 201410305679 A CN201410305679 A CN 201410305679A CN 104091301 A CN104091301 A CN 104091301A
Authority
CN
China
Prior art keywords
tile
image
data
mapreduce
pyramid
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
CN201410305679.5A
Other languages
Chinese (zh)
Other versions
CN104091301B (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.)
North China Electric Power University
Original Assignee
JIANGSU HUADA TIANYI ELECTRIC POWER SCIENCE & TECHNOLOGY Co Ltd
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 JIANGSU HUADA TIANYI ELECTRIC POWER SCIENCE & TECHNOLOGY Co Ltd filed Critical JIANGSU HUADA TIANYI ELECTRIC POWER SCIENCE & TECHNOLOGY Co Ltd
Priority to CN201410305679.5A priority Critical patent/CN104091301B/en
Publication of CN104091301A publication Critical patent/CN104091301A/en
Application granted granted Critical
Publication of CN104091301B publication Critical patent/CN104091301B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The invention provides a tile pyramid parallel construction method based on MapReduce. The tile pyramid parallel construction method based on MapReduce includes the following steps that first, an image with the highest resolution is used as the bottom layer of a pyramid; second, the bottom layer is partitioned, and the image blocks obtained through partitioning are encoded; third, data of the encoded image blocks obtained through partitioning are input into a MapReduce model to generate tile data of a new layer; fourth, tile data of a new layer generated through the MapReduce model every time are sequentially used as data input into the MapReduce model next time, and tile data of a higher layer are generated till construction of the pyramid model is finished. The tile pyramid parallel construction method based on MapReduce has good extensibility, the pyramid model is constructed in parallel on a computer cluster, and thus higher efficiency is achieved for mass data.

Description

A kind of tile pyramid parallel constructing method based on MapReduce
Technical field
The present invention relates to a kind of pyramidal method of structure tile, particularly a kind of tile pyramid parallel constructing method based on MapReduce.
Background technology
Raster data is by the row of grid cell, to arrange, have the array data of different gray scales or color from row, and generally the bottom figure layer as map loads, and serves as the background image of generalized information system.In order to shorten the GIS server data access time, solve the problem of multiresolution simultaneously, conventionally raster data is carried out to tile piecemeal by different resolution and zoom level, structure tile pyramid, the image blocks of piecemeal gained is called " tile " of original image.Pyramid model is a kind of static multiresolution hierarchical model, and it take the redundant storage of geography information is cost, to exchange GIS platform response speed faster for.Pyramid model directly provide different resolution data and without resampling in real time, client is when request raster data like this, server end provides and can meet the part tile that it shows demand, rather than transmit whole panoramic picture, thereby avoid not needing in a large number the key element paid close attention to loading, transmit and play up, greatly alleviate the pressure of client rendering module, reduce the load of the network bandwidth, thereby improve the efficiency of entire system.
Oneself becomes the conventional way of processing big data quantity raster dataset current multi-resolution pyramid (multi-resolution pyramid).Multi-resolution pyramid keeps fixing resolution ratio layer by layer, normally 2:1, adopts the tile of equal sizes to cut apart with layer data.Famous Google Earth has adopted the pyramidal form of many resolutions to store its magnanimity remote sensing image, because of the operation of simple and fast and fast network browsing show the support obtain public users.The World Wind of NASA, what the Virtual Earth of Microsoft etc. also adopted is this mode.
Along with the fast development of spatial information infrastructure construction and Spatial data capture technology, spatial data scale is increasing, and raster data is as a kind of important spatial data, just towards high-resolution future development.High resolving power means big data quantity, and for the Raster Images data of areal different resolution, the higher data volume of resolution is larger, is not simple linear increasing between the two, but be index, doubly increases.The traditional pyramid construction algorithm of employing based on unit is magnanimity Raster Images data construct pyramid, and not only the time is long, inefficiency, and single node also easily becomes restriction bottleneck.
Summary of the invention
Goal of the invention: the object of the invention is to for the deficiencies in the prior art, provide a kind of and there is the more high efficiency tile pyramid parallel constructing method based on MapReduce for mass data.
Technical scheme: the invention provides a kind of tile pyramid parallel constructing method based on MapReduce, comprise the following steps:
Step 10: adopt ultimate resolution image as pyramid bottom;
Step 20: bottom is carried out to piecemeal, and the image blocks being divided into is encoded;
Step 30: the image blocks data after block encoding in step 20 are input to the tile data that generates new one deck in MapReduce model;
Step 40: input data using the tile data of the every new one deck of taking turns generation of MapReduce model as next round MapReduce model successively, generate more last layer tile data, until building, finishes pyramid model.
Further, the method for partition in described step 20 is: the slit mode of quaternary tree carries out piecemeal to image.Adopt this slit mode quaternary tree index easy to use to locate fast.
Further, the coding method in described step 20 is: adopt the mode based on grid and Hilbert coding to encode to the image tile being blocked into; The numbering of described each image tile is comprised of zoom level Z, Hilbert coding, columns of tiles number and tile line number.Coding based on grid can calculate corresponding tile file quickly and easily according to given coordinate range; And Hilbert coding has good Clustering Effect, when Hilbert permutation code adjacent or close, its corresponding extraterrestrial target is also certain when adjacent or close, based on Hilbert coding, image tile is stored, can make subdivision after image tile file keep certain ability of aggregation.
Further, the method that described every layer of tile data generates is:
Step 401: each image tile file Z_H_C_R.dat of place layer produces a series of key-value pair Key->Value by Map function, wherein key is last layer father image tiles code, by the zoom level of this floor tile file subtract 1, No. Hilbert divided by 4 rounding, row, column number rounds acquisition divided by 2 respectively; Value is comprised of reference number of a document i and tile file; Relative position when wherein reference number of a document i is for definite image tile splicing, reference number of a document i is number divided by after 2 remainders by image tile file row, column, the two-dimensional coordinate (R%2, C%2) obtaining is calculated to transform by formula (2 * (R%2)+C%2) and obtain; Wherein R represents image tile line number, and C represents image columns of tiles number;
Step 402: the image tile data of identical key value Key can be sent to same reduction function (hereinafter referred Reduce function), first Reduce function is arranged the tile file ascending order in List list according to i value, then the file after sequence is spliced to merger according to the position relationship of lower-left, upper left, bottom right, bottom right, obtain one with the new image tile file of key assignments name; After the image tile file of new one deck all generates, new image tile layer data generates more last layer image tile data as the input data of MapReduce again, until pyramid model builds, finishes.
Principle of work: the present invention first divides into groups the extensive image data of input, then can be by the extraction task for certain layer the mode by Map be assigned on each back end and carry out, in this process, system has the action of data and computation migration, after back end is finished dealing with, call Reduce function each back end is calculated respectively to merger, finally obtain the image of the little one-level of resolution, with the order from bottom to upper strata, extract successively necessary layer, until obtain whole pyramid model, built.
Beneficial effect: compared with prior art, the present invention is with good expansibility, and this pyramid parallel constructing method, based on MapReduce parallel computation pattern, can be adjusted hardware infrastructure easily when operation, as increased or reducing number of nodes, hard disk is adjusted etc.Meanwhile, on computer cluster, the parallel pyramid model that builds, has higher efficiency for mass data; In unit situation, centralized structure image pyramid is only limited to low volume data among a small circle and processes slowly, even if disk size can be held raw data, very low for the treatment effeciency of the extensive image such as multidate, multi-data source.The present invention is based on the independence between tile, under cluster environment, according to pyramid bottom tile, generate concurrently upper strata tile, make full use of storage resources and the calculating advantage of cluster, the tile pyramid model for structure large region (such as global range), large-scale data more has superiority especially.
Accompanying drawing explanation
Fig. 1 is process flow diagram of the present invention;
Fig. 2 be tile pyramid model structural representation.
Embodiment
Below technical solution of the present invention is elaborated, but protection scope of the present invention is not limited to described embodiment.
Embodiment: to be Google proposed in 2004 MapReduce adopting in this patent is applied to the parallel computational model that large-scale cluster carries out data processing, is also the core calculations pattern of current cloud computing.
As shown in Figure 1, a kind of tile pyramid parallel constructing method based on MapReduce, comprises the following steps:
Step 10: adopt ultimate resolution image as pyramid bottom;
Step 20: bottom is carried out to piecemeal, and the image blocks being divided into is encoded; Wherein, adopt the slit mode of quaternary tree to carry out piecemeal to image.The mode of employing based on grid and Hilbert coding encoded to the image tile being blocked into; The numbering of described each image tile is comprised of zoom level Z, Hilbert coding, columns of tiles number and tile line number.
Step 30: the image blocks data after block encoding in step 20 are input to the tile data that generates new one deck in MapReduce model;
Step 40: input data using the tile data of the every new one deck of taking turns generation of MapReduce model as next round MapReduce model successively, generate more last layer tile data, until building, finishes pyramid model.
As shown in Figure 2, the pyramidal generation strategy of tile is: elder generation is the N layer as pyramid model initial image, carries out 2 n* 2 npiecemeal after just obtained the tile matrix of bottom, then according to every 2 * 2 pixels, get the rule that average obtains 1 pixel based on this and obtain N-1 layer, then carry out 2 n-1* 2 n-1after piecemeal, obtain N-1 layer tile, by that analogy, on the basis of front one deck, generate later layer, until finally generate the 0th layer of tile.
From the pyramidal structure principle of tile, vertical mapping relations between pyramid levels, if four image blocks of lower floor by hilbert coding divided by 4 rounding, ranks number round father's image block coding that can obtain upper strata divided by 2 respectively, based on this mapping relations, can realize based on MapReduce the parallel structure of pyramid model.
The input/output argument of Map and Reduce is as shown in table 1, and wherein Z represents that zoom level, H represent that Hilbert coding, C represent that columns of tiles number, R represent tile line number, and Z_H_C_R.dat represents corresponding image tile file.
Table 1
The algorithm of parallel structure pyramid model is as follows:
1, the Map stage
Each image tile file Z_H_C_R.dat for this layer, produces a series of key-value pairs by Map function wherein key is last layer father image tiles code, by the zoom level of this floor tile file subtract 1, No. Hilbert divided by 4 rounding, ranks number round acquisition divided by 2; Value is comprised of reference number of a document i and tile file, relative position when wherein i is for definite tile splicing, its principle is that four tile file ranks number that father's block number is identical are (0 divided by the value after 2 remainders, 0), (0,1), (1,0), (1,1), during splicing, shine upon respectively the position of lower-left, upper left, bottom right, bottom right, here the convenience in order to sort, calculates this two-dimensional position relation the reference number of a document i that is converted into string relation by (2 * (R%2)+C%2).
2, the Reduce stage
The tile data of identical key assignments can be sent to same Reduce function, first Reduce function is arranged the tile file ascending order in List list according to i value, then the file after sequence is spliced to merger according to the position relationship of lower-left, upper left, bottom right, bottom right, obtain one with the new tile file of key assignments name.After the tile file of new one deck all generates, new tile layer data generates more last layer tile data as the input data of MapReduce again, until pyramid model builds, finishes.
The N level tile pyramid model that generates certain Raster Images data of take is example, and implementation process of the present invention is described:
1. build cloud computing environment.The Hadoop of take is example as cloud platform, can be using physical machine as computing node, or by being installed in physical machine, virtual machine increases computing node number, for these nodes distribute role's (Master node or Worker node) and JDK is installed, for the compiling of Hadoop and the operation of MapReduce ready; OpenSSH is installed, and configuration SSH exempts from password login.After JDK and SSH install and configure, install and configure Hadoop as cloud computing platform, and relevant configuration file is set.
2. raw video data are carried out to piecemeal processing, raw video data can be comprised of several images, cutting size to raw video data is generally got 2 integer power, conventionally adopt 256 * 256 or 512 * 512, if the pixel of tile is M * M, must guarantee that the resolution of raw video data meets M * M * 2 n* 2 n.
3. raw video data are being carried out in piecemeal processing procedure, according to the scope of tile representative, calling tiles code algorithm for each tile name.
4. the image data of bottom, as the input file of MapReduce after piecemeal, calls the parallel tile pyramid construction algorithm based on MapReduce, until generate the 0th grade of tile.
So far, the pyramidal construction work of tile completes.

Claims (4)

1. the tile pyramid parallel constructing method based on MapReduce, is characterized in that: comprise the following steps:
Step 10: adopt ultimate resolution image as pyramid bottom;
Step 20: bottom is carried out to piecemeal, and the image blocks being divided into is encoded;
Step 30: the image blocks data after block encoding in step 20 are input to the tile data that generates new one deck in MapReduce model;
Step 40: input data using the tile data of the every new one deck of taking turns generation of MapReduce model as next round MapReduce model successively, generate more last layer tile data, until building, finishes pyramid model.
2. the tile pyramid parallel constructing method based on MapReduce according to claim 1, is characterized in that: the method for partition in described step 20 is: the slit mode of quaternary tree carries out piecemeal to image.
3. the tile pyramid parallel constructing method based on MapReduce according to claim 2, is characterized in that: the coding method in described step 20 is: adopt the mode based on grid and Hilbert coding to encode to the image tile being blocked into; The numbering of described each image tile is comprised of zoom level Z, Hilbert coding, columns of tiles number and tile line number.
4. the tile pyramid parallel constructing method based on MapReduce according to claim 3, is characterized in that: the method that described every layer of tile data generates is:
Step 401: each image tile file Z_H_C_R.dat of place layer produces a series of key-value pair Key->Value by Map function, wherein key is last layer father image tiles code, by the zoom level of this floor tile file subtract 1, No. Hilbert divided by 4 rounding, row, column number rounds acquisition divided by 2 respectively; Value is comprised of reference number of a document i and tile file; Relative position when wherein reference number of a document i is for definite image tile splicing, reference number of a document i is number divided by after 2 remainders by image tile file row, column, the two-dimensional coordinate (R%2, C%2) obtaining is calculated to transform by formula (2 * (R%2)+C%2) and obtain; Wherein R represents image tile line number, and C represents image columns of tiles number;
Step 402: the image tile data of identical key value Key can be sent to same Reduce function, first Reduce function is arranged the tile file ascending order in List list according to i value, then the file after sequence is spliced to merger according to the position relationship of lower-left, upper left, bottom right, bottom right, obtain one with the new image tile file of key assignments name; After the image tile file of new one deck all generates, new image tile layer data generates more last layer image tile data as the input data of MapReduce again, until pyramid model builds, finishes.
CN201410305679.5A 2014-06-30 2014-06-30 A kind of tile pyramid parallel constructing method based on MapReduce Expired - Fee Related CN104091301B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410305679.5A CN104091301B (en) 2014-06-30 2014-06-30 A kind of tile pyramid parallel constructing method based on MapReduce

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410305679.5A CN104091301B (en) 2014-06-30 2014-06-30 A kind of tile pyramid parallel constructing method based on MapReduce

Publications (2)

Publication Number Publication Date
CN104091301A true CN104091301A (en) 2014-10-08
CN104091301B CN104091301B (en) 2017-08-25

Family

ID=51639016

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410305679.5A Expired - Fee Related CN104091301B (en) 2014-06-30 2014-06-30 A kind of tile pyramid parallel constructing method based on MapReduce

Country Status (1)

Country Link
CN (1) CN104091301B (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104657436A (en) * 2015-02-02 2015-05-27 中国人民解放军空军航空大学 Static tile pyramid parallel building method based on MapReduce
CN105608222A (en) * 2016-01-12 2016-05-25 中国人民解放军国防科学技术大学 Rapid building method of tile pyramid for large-scale raster data set
WO2016197223A1 (en) * 2015-06-10 2016-12-15 Faculdades Católicas, Mantenedora Da Pontifícia Universidade Católica Do Rio De Janeiro - Puc-Rio Method for assisting digital vectorial and raster data processing in a computer cluster
CN106251374A (en) * 2016-07-21 2016-12-21 深圳市检验检疫科学研究院 MapReduce data processing method based on Zigzag in Hadoop
CN106528699A (en) * 2016-11-02 2017-03-22 北京航天泰坦科技股份有限公司 IO multi-thread computing method and system for fast building image pyramid
CN106991143A (en) * 2017-03-22 2017-07-28 苏州中科图新网络科技有限公司 Multi-layer image file, generation method and device, read method and device
CN106991135A (en) * 2017-03-15 2017-07-28 江苏物联网研究发展中心 Towards the quick tile generation method of remote sensing image data
CN107679164A (en) * 2017-09-28 2018-02-09 上海交通大学 The browsing method and system of the vast capacity image virtually shown based on quaternary tree
CN110109751A (en) * 2019-04-03 2019-08-09 百度在线网络技术(北京)有限公司 Distribution method, device and the distribution that distribution cuts figure task cut drawing system
CN111061806A (en) * 2019-11-21 2020-04-24 中国航空无线电电子研究所 Storage method and networked access method for distributed massive geographic tiles
CN111552753A (en) * 2020-04-24 2020-08-18 中国科学院空天信息创新研究院 Global massive remote sensing data organization and management method and system
CN113157654A (en) * 2021-05-12 2021-07-23 山东志盈医学科技有限公司 Method and apparatus for digital slice image storage
CN115470366A (en) * 2022-08-31 2022-12-13 湖南省第二测绘院 Tile-based remote sensing image storage method and system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103281376A (en) * 2013-05-31 2013-09-04 武汉大学 Method for automatic caching construction of massive timing sequence remote-sensing images in cloud environment
CN103455624A (en) * 2013-09-16 2013-12-18 湖北文理学院 Implement method of lightweight-class global multi-dimensional remote-sensing image network map service

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103281376A (en) * 2013-05-31 2013-09-04 武汉大学 Method for automatic caching construction of massive timing sequence remote-sensing images in cloud environment
CN103455624A (en) * 2013-09-16 2013-12-18 湖北文理学院 Implement method of lightweight-class global multi-dimensional remote-sensing image network map service

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
刘义等: "利用MapReduce进行批量遥感影像瓦片金字塔构建", 《武汉大学学报(信息科学版)》 *
夏英 等: "云环境中基于金字塔模型的影像数据存储方法", 《重庆邮电大学学报( 自然科学版)》 *
高峥: "海量遥感影像快速生成金字塔算法的研究与实现", 《中国优秀硕士学问论文全文数据库信息科技辑》 *

Cited By (19)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104657436B (en) * 2015-02-02 2019-01-25 中国人民解放军空军航空大学 Static tile pyramid parallel constructing method based on MapReduce
CN104657436A (en) * 2015-02-02 2015-05-27 中国人民解放军空军航空大学 Static tile pyramid parallel building method based on MapReduce
WO2016197223A1 (en) * 2015-06-10 2016-12-15 Faculdades Católicas, Mantenedora Da Pontifícia Universidade Católica Do Rio De Janeiro - Puc-Rio Method for assisting digital vectorial and raster data processing in a computer cluster
US10832443B2 (en) 2015-06-10 2020-11-10 Faculdades Católicas, Associação Sem Fins Lucrativos, Mantenedora Da Pontifícia Universidade Católica Method that supports the analysis of digital images in a computer cluster environment
CN105608222A (en) * 2016-01-12 2016-05-25 中国人民解放军国防科学技术大学 Rapid building method of tile pyramid for large-scale raster data set
CN106251374A (en) * 2016-07-21 2016-12-21 深圳市检验检疫科学研究院 MapReduce data processing method based on Zigzag in Hadoop
CN106251374B (en) * 2016-07-21 2019-05-10 深圳市检验检疫科学研究院 MapReduce data processing method in Hadoop based on Zigzag
CN106528699A (en) * 2016-11-02 2017-03-22 北京航天泰坦科技股份有限公司 IO multi-thread computing method and system for fast building image pyramid
CN106991135A (en) * 2017-03-15 2017-07-28 江苏物联网研究发展中心 Towards the quick tile generation method of remote sensing image data
CN106991143B (en) * 2017-03-22 2019-07-19 苏州中科图新网络科技有限公司 Multi-layer image file, generation method and device, read method and device
CN106991143A (en) * 2017-03-22 2017-07-28 苏州中科图新网络科技有限公司 Multi-layer image file, generation method and device, read method and device
CN107679164A (en) * 2017-09-28 2018-02-09 上海交通大学 The browsing method and system of the vast capacity image virtually shown based on quaternary tree
CN110109751A (en) * 2019-04-03 2019-08-09 百度在线网络技术(北京)有限公司 Distribution method, device and the distribution that distribution cuts figure task cut drawing system
CN110109751B (en) * 2019-04-03 2022-04-05 百度在线网络技术(北京)有限公司 Distribution method and device of distributed graph cutting tasks and distributed graph cutting system
CN111061806A (en) * 2019-11-21 2020-04-24 中国航空无线电电子研究所 Storage method and networked access method for distributed massive geographic tiles
CN111061806B (en) * 2019-11-21 2023-04-07 中国航空无线电电子研究所 Storage method and networked access method for distributed massive geographic tiles
CN111552753A (en) * 2020-04-24 2020-08-18 中国科学院空天信息创新研究院 Global massive remote sensing data organization and management method and system
CN113157654A (en) * 2021-05-12 2021-07-23 山东志盈医学科技有限公司 Method and apparatus for digital slice image storage
CN115470366A (en) * 2022-08-31 2022-12-13 湖南省第二测绘院 Tile-based remote sensing image storage method and system

Also Published As

Publication number Publication date
CN104091301B (en) 2017-08-25

Similar Documents

Publication Publication Date Title
CN104091301A (en) Tile pyramid parallel construction method based on MapReduce
CN107193911B (en) BIM model-based three-dimensional visualization engine and WEB application program calling method
CN105786942B (en) A kind of geography information storage system based on cloud platform
CN104657436B (en) Static tile pyramid parallel constructing method based on MapReduce
US10120905B2 (en) Efficient determination of join paths via cardinality estimation
Li et al. Performance improvement techniques for geospatial web services in a cyberinfrastructure environment–A case study with a disaster management portal
US9719790B2 (en) Mapping uncertain geometries to graticules
CN105630882A (en) Remote sensing data deep learning based offshore pollutant identifying and tracking method
CN103281376A (en) Method for automatic caching construction of massive timing sequence remote-sensing images in cloud environment
CN103403769A (en) Planetary scale object rendering
CN113227997A (en) Efficient and extensible building and probing of hash tables using multiple GPUs
Wijerathne et al. Strengthening of parallel computation performance of integrated earthquake simulation
CN106055678A (en) Hadoop-based panoramic big data distributed storage method
Xinxiang et al. A new data mining algorithm based on MapReduce and Hadoop
CN103714184A (en) Quick parallel processing method and device of remote-sensing images
CN107679127A (en) Point cloud information parallel extraction method and its system based on geographical position
CN111061806B (en) Storage method and networked access method for distributed massive geographic tiles
CN116226139B (en) Distributed storage and processing method and system suitable for large-scale ocean data
CN108694702A (en) A kind of spatial coordinate system conversion method of oblique photograph outdoor scene threedimensional model
CN205899536U (en) Geographic information service system based on tile map
CN103809937A (en) Intervisibility parallel processing method based on GPU
CN104484404B (en) One kind improves geographical raster data document handling method in distributed file system
Tripathi et al. A comparative analysis of conventional hadoop with proposed cloud enabled hadoop framework for spatial big data processing
CN110765130B (en) Ripley's K function-based spatio-temporal POI data point pattern analysis method in distributed environment
JP7202410B2 (en) Image processing method and apparatus, electronic equipment, computer storage medium and computer program

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C41 Transfer of patent application or patent right or utility model
TA01 Transfer of patent application right

Effective date of registration: 20170215

Address after: 102206 Beijing city Changping District Zhu Daxinzhuang North Agricultural Road No. 2

Applicant after: North China Electric Power University

Address before: Shishi Fuda Road Park 212000 city of Jiangsu Province, Zhenjiang Jurong Economic Development Zone, building 02, room 315

Applicant before: Jiangsu Huada Tianyi Electric Power Science & Technology Co., Ltd.

GR01 Patent grant
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20170825

Termination date: 20180630

CF01 Termination of patent right due to non-payment of annual fee