CN102930535A - Power line contour extraction method for detecting online foreign object intrusion - Google Patents

Power line contour extraction method for detecting online foreign object intrusion Download PDF

Info

Publication number
CN102930535A
CN102930535A CN2012103924553A CN201210392455A CN102930535A CN 102930535 A CN102930535 A CN 102930535A CN 2012103924553 A CN2012103924553 A CN 2012103924553A CN 201210392455 A CN201210392455 A CN 201210392455A CN 102930535 A CN102930535 A CN 102930535A
Authority
CN
China
Prior art keywords
parameter
array
straight line
seed points
point
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.)
Pending
Application number
CN2012103924553A
Other languages
Chinese (zh)
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.)
State Grid Corp of China SGCC
Hangzhou Power Supply Co of State Grid Zhejiang Electric Power Co Ltd
Original Assignee
YUHANG POWER SUPPLY BUREAU
State Grid Corp of China SGCC
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 YUHANG POWER SUPPLY BUREAU, State Grid Corp of China SGCC filed Critical YUHANG POWER SUPPLY BUREAU
Priority to CN2012103924553A priority Critical patent/CN102930535A/en
Publication of CN102930535A publication Critical patent/CN102930535A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Image Analysis (AREA)

Abstract

The invention discloses a power line contour extraction method for detecting online foreign object intrusion. According to the method, on the basis of a fact that the same memory space in a computer can be redistributed and reutilized, the defect that a great number of calculation and memory spaces are required in a standard Hough transform algorithm is overcome, linear parameters are extracted by means of two dot pairs on a line, and a great amount of unnecessary calculation is avoided, the memory spaces are saved, and the efficiency of extracting power line contours is greatly improved at the same time by technologies of dynamically allocating memory and selecting special feature points. The method is developed on the basis of a Qt+OpenCV platform, can be directly invoked by a power line foreign object intrusion detection module in an intelligent video monitoring system of a power system, and specific positions (polar coordinates or rectangular coordinates) of a power line in the image are returned to a main system. The method has the advantages that the algorithm complexity is low; the method is easy to implement; and the operating rate is high.

Description

A kind of power line profile extracting method that is applied to foreign body intrusion detection on the line
Technical field
The present invention relates to a kind of power line profile extracting method that foreign body intrusion detects on the line that is applied to, belong to the extraction identification that is applied to process to realize by image power line profile, providing basic support for follow-up realization line of electric force foreign body intrusion detects, is the key method of realizing foreign body intrusion measuring ability on the intelligent video monitoring line.
Background technology
The line of electric force foreign body intrusion very easily causes the alternate discharge short of line of electric force and line of electric force to shaft tower or to the lightning conducter discharge short, cause the tripping operation power outage, have a strong impact on safe operation and the power supply reliability of electrical network, effectively detect the line of electric force foreign body intrusion and have actively great meaning.
In the Power System Intelligent video monitoring system, the identification of the critical components such as the line of electric force of processing based on image, insulator is the precondition that realizes that foreign body intrusion detects.The Hough conversion provides in a kind of efficient detected image the method by straight line, circular arc, quafric curve even shape that arbitrary curve consists of, and the method is widely used in target detection identification.
The ultimate principle of Hough conversion is to utilize some the duality with line, the given curve negotiating curve representation form in original image space is become a point of parameter space, so just the test problems of given curve in the original image is converted into the spike problem of seeking in the parameter space, also namely be converted into the detection local characteristics detecting overall permanence, such as straight line, ellipse, circle, camber line etc.
The Hough conversion is in the situation that parameter space is no more than two dimension, and transform effect is desirable, and is with the obvious advantage.But the Hough conversion is mapped as corresponding curve in the parameter space with each marginal point in the image, in case parameter space increases, calculated amount just can sharply rise, and the parameter space that need to prestore, and expends huge storage space, also thereupon surge consuming time.The deficiency of conventional H ough conversion mainly contain following some:
1, parameter is by two parameters of straight line, and namely intercept and slope rise to three, i.e. central coordinate of circle and radius, and each point is mapped to a curved surface of parameter space, be one to many mappings, thereby calculated amount sharply increases;
2, need take a large amount of memory headrooms, consuming time for a long time, real-time is poor;
3, the image in the reality generally all is subject to the interference of outside noise, signal to noise ratio (S/N ratio) is lower, the performance of conventional H ough conversion will sharply descend this moment, be difficult to determine owing to suitable threshold value when carrying out the search of parameter space maximum value, the problem at " empty peak " and " undetected " often occur.
For the Hough change detection of straight line, because pseudo-peak value can appear in image, also brought difficulty to detection, limited its application.
Why standard Hough mapping algorithm (SHT algorithm) needs a large amount of storage spaces, mainly because numeral is to disperse in computing machine.When we realize the SHT algorithm in computing machine, have a fact usually to be left in the basket, that is exactly that storage space identical in the computing machine can be reallocated and utilize.
Summary of the invention
The present invention will solve the shortcoming of above-mentioned prior art, has overcome the shortcoming that the SHT algorithm needs a large amount of calculating storage spaces, and a kind of power line profile extracting method that foreign body intrusion detects on the line that is applied to is provided.
The present invention solves the technical scheme that its technical matters adopts: this power line profile extracting method that is applied to foreign body intrusion detection on the line may further comprise the steps:
(1) select Seed Points, for the binary edge map of a width of cloth N * N, each set D={ (x that forms from k marginal point in order i, y i) | i=1,2 ..., take out a unique point among the k} and calculate as Seed Points;
(2) selected characteristic point after determining Seed Points, is chosen from the remaining unique point of set D successively and is a bit participated in computing, and it is right that selecteed unique point and Seed Points will form a point, thus the straight line in unique definite image;
(3) calculating parameter detects and passes two unique points to { (x i, y i), (x j, y j) (the i index value that is Seed Points in set D wherein, j satisfy the straight line of i<j≤k), can get its Hough transformation parameter by formula (1), (2), and the present invention has only used parameter θ in computation process, therefore parameter ρ can calculate, work as y i-y j=0 o'clock, θ I, j=0;
θ i , j = tan - 1 ( x i - x j y i - y j ) - - - ( 1 )
| ρ i , j | = | x i y i - x j y j | ( x i - x j ) 2 + ( y i - y j ) 2 - - - ( 2 )
(4) add up at parameter space, for Seed Points (x i, y i), calculate different θ by formula (1) I, j, set an one dimension totalizer array H (θ), for it distributes specific totalizer cell unit H (θ I, j), and it is initialized as 1, if as the θ that calculate I, j(j=i+1, i+2 ..., k) with already present θ I, m(m=i+1, i+2 ..., k) equate or the two difference less than the fault tolerance δ that the user sets, then make corresponding cell accumulator element H (θ I, m) increasing by 1, step (2) ~ (4) have consisted of a little iteration cycle process;
(5) peak value in detected parameters space, program detects the number of unit among the totalizer array H (θ) through after the above-mentioned iteration once, and predetermined threshold value T is if H is (θ I, j) T, then by point (x i, y i) and parameter θ I, jCan from image, extract straight line;
(6) result of calculation is kept at other storage space, according to the result of step (5), can be with Seed Points (x i, y i) corresponding parameter (ρ I, j, θ I, j) be kept at an other array H *In (ρ, θ);
(7) remove the unique point that is positioned on the straight line that is detected, will be arranged in the unique point that step (6) obtains on the straight line and all be deleted from set D, avoid in continuous loop iteration producing unnecessary double counting;
(8) reinitialize parameter space, with Seed Points (x i, y i) release of corresponding totalizer array H (θ) space, by ensuing iteration is reused, step (1) ~ (8) have formed a loop iteration process, incite somebody to action again selected seed point after iteration finishes, and begin a new loop iteration process;
(9) EOP (end of program), the preservation parameter θ that finally obtains and the array H of ρ *(ρ, θ) is the straight line parameter array that detects.
As preferably, to determine after the Seed Points, choose in the unique point of being left from set D successively and a bit participate in computing, it is right that selecteed unique point and Seed Points will form a point, thus the straight line in unique definite image.
As preferably, two straight lines that unique point is right are passed in detection, only calculate its Hough transformation parameter θ, add up at parameter space, certain unit outnumbers predetermined threshold value T in totalizer array H (θ), then think to detect straight line, and with this to Parameter storage at other parameter array H *In (ρ, θ).
As preferably, will be arranged in the unique point that step (6) obtains on the straight line and all be deleted from set D, avoid in continuous loop iteration, producing unnecessary double counting.
As preferably, with Seed Points (x i, y i) release of corresponding totalizer array H (θ) space, by ensuing iterative computation is reused.
As preferably, after the EOP (end of program), the preservation parameter θ that finally obtains and the array H of ρ *(ρ, θ) is the straight line parameter array that detects.
Inventing useful effect is: this invention is based on the characteristic that reuses of storage space in the computing machine, utilize two points on the straight line to extracting the straight line parameter, by dynamic assigning memory and the technology of choosing special unique point, thereby avoided a large amount of unnecessary calculating, save memory headroom, greatly improved the efficient that straight line extracts simultaneously.This invention will lay the foundation for the quick identification of the critical components such as the ground wire processed based on image, line of electric force, has extraordinary application prospect.
Description of drawings
Fig. 1 is line of electric force image-recognizing method software flow;
Embodiment
The invention will be further described below in conjunction with accompanying drawing:
With reference to accompanying drawing: the inventive method is based on developing under the Qt+OpenCV platform, can directly offer the line detection algorithm that electric system patrols and examines in the detection system calls, the particular location (polar coordinates or rectangular coordinate) of line of electric force in image returned to main system, as shown in Figure 1.
This power line profile extracting method that is applied to foreign body intrusion detection on the line may further comprise the steps:
(1) selects Seed Points.For the binary edge map of a width of cloth N * N, k marginal point (the marginal point pixel value is 1, and background is 0) arranged.K the synthetic set of group of edge points D={ (x i, y i) | i=1,2 ..., k} in this set formation, takes out an Edge Feature Points as Seed Points at every turn in order, after processed the finishing of this point, will be deleted from set, chooses next point and again participates in calculating as Seed Points.
(2) remaining unique point is chosen successively.After determining Seed Points, from remaining unique point, choose successively and a bit participate in computing.For example, Seed Points needs to choose successively m+1 so for m unique point in the set, m+2 ..., until k unique point.It is right that selecteed unique point and Seed Points will form a point, by changing unique point, and the straight line in can unique definite image.
(3) calculating parameter.Detection is passed two unique points to { (x i, y i), (x j, y j) (the i index value that is Seed Points in set D wherein, j satisfy i<j≤k), calculate the Hough transformation parameter of respective straight.Suppose that the Seed Points coordinate is (x i, y i), the coordinate of another unique point is (x j, y j), got by standard Hough conversion:
ρ i , j = x i cos θ i , j + y i sin θ i , j ρ i , j = x j cos θ i , j + y j sin θ i , j
Wherein parameter θ is identical with the definition in the SHT algorithm with the ρ definition.
Can further be drawn by above formula:
θ i , j = tan - 1 ( x i - x j y i - y j ) - - - ( 1 )
| ρ i , j | = | x i y i - x j y j | ( x i - x j ) 2 + ( y i - y j ) 2 - - - ( 2 )
In fact, the present invention has only used parameter θ in computation process, therefore parameter ρ can calculate.Work as y i-y j=0 o'clock, θ I, j=0.
(4) add up at parameter space.For Seed Points (x i, y i), set an one dimension totalizer array H (θ), for the different θ that calculated by formula (1) I, j, for it distributes specific totalizer cell unit H (θ I, j), and it is initialized as 1.If the θ that calculates I, j(j=i+1, i+2 ..., k) equal the θ that existed I, m(m=i+1, i+2 ..., k), a perhaps fault tolerance δ setting less than the user of the difference of the two, so corresponding cell accumulator element H (θ I, m) increase by 1.For example, there is H (θ I, m), if | θ I, jI, m|≤δ then has H (θ I, m)+1=H (θ I, m).
(5) peak value in detected parameters space.Step 2 ~ 4 have consisted of a little iteration cycle process.Above program through after iteration, detect the number of unit among the totalizer array H (θ).Preset threshold value T, if H is (θ I, j) T, so by point (x i, y i) and parameter θ I, j, just can from image, extract straight line.
(6) result of calculation is kept at other storage space.By the result of step (5), straight line available parameter θ and ρ represent, for example ρ I, j=x iCos θ I, j+ y iSin θ I, j, (x wherein i, y i) be exactly the Seed Points that in this iteration, sets.Corresponding (the ρ that calculates I, j, θ I, j), it is kept at an other array H *In (ρ, θ).Array H *(ρ, θ) is a new storage space of opening up in internal memory.Along with the growth of extracting the straight line number, array H *(ρ, θ) be dynamic growth thereupon also.
(7) remove the unique point that is positioned on the straight line that is detected.Detect the straight line that satisfies condition by step (6), the unique point that will be arranged on this straight line is all deleted from set D, can effectively avoid producing in continuous loop iteration unnecessary double counting.
(8) reinitialize parameter space.After a loop iteration is finished, Seed Points (x i, y i) corresponding totalizer array H (θ) will not re-use, and most important parameter (ρ in the array I, j, θ I, j) it has been stored in new array H *In (ρ, θ), thus H (θ) space is discharged, and reused by ensuing iteration.
(9) EOP (end of program).Step 1 ~ 8 have formed a large loop iteration process.Above a few step program will restart selected seed point after finishing, and begin a new loop iteration process.The final utilization is kept at array H *Parameter ρ in (ρ, θ) and θ value can be extracted existing straight line in the original image.
In addition to the implementation, the present invention can also have other embodiments.All employings are equal to the technical scheme of replacement or equivalent transformation formation, all drop on the protection domain of requirement of the present invention.

Claims (6)

1. one kind is applied to the power line profile extracting method that foreign body intrusion detects on the line, may further comprise the steps:
(1) select Seed Points, for the binary edge map of a width of cloth N * N, each set D={ (x that forms from k marginal point in order i, y i) | i=1,2 ..., take out a unique point among the k} and calculate as Seed Points;
(2) selected characteristic point after determining Seed Points, is chosen from the remaining unique point of set D successively and is a bit participated in computing, and it is right that selecteed unique point and Seed Points will form a point, thus the straight line in unique definite image;
(3) calculating parameter detects and passes two unique points to { (x i, y i), (x j, y j) (the i index value that is Seed Points in set D wherein, j satisfy the straight line of i<j≤k), can get its Hough transformation parameter by formula (1), (2), and the present invention has only used parameter θ in computation process, therefore parameter ρ can calculate, work as y i-y j=0 o'clock, θ I, j=0;
θ i , j = tan - 1 ( x i - x j y i - y j ) - - - ( 1 )
| ρ i , j | = | x i y i - x j y j | ( x i - x j ) 2 + ( y i - y j ) 2 - - - ( 2 )
(4) add up at parameter space, for Seed Points (x i, y i), calculate different θ by formula (1) I, j, set an one dimension totalizer array H (θ), for it distributes specific totalizer cell unit H (θ I, j), and it is initialized as 1, if as the θ that calculate I, j(j=i+1, i+2 ..., k) with already present θ I, m(m=i+1, i+2 ..., k) equate or the two difference less than the fault tolerance δ that the user sets, then make corresponding cell accumulator element H (θ I, m) increasing by 1, step (2) ~ (4) have consisted of a little iteration cycle process;
(5) peak value in detected parameters space, program detects the number of unit among the totalizer array H (θ) through after the above-mentioned iteration once, and predetermined threshold value T is if H is (θ I, j) T, then by point (x i, y i) and parameter θ I, jCan from image, extract straight line;
(6) result of calculation is kept at other storage space, according to the result of step (5), can be with Seed Points (x i, y i) corresponding parameter (ρ I, j, θ I, j) be kept at an other array H *In (ρ, θ);
(7) remove the unique point that is positioned on the straight line that is detected, will be arranged in the unique point that step (6) obtains on the straight line and all be deleted from set D, avoid in continuous loop iteration producing unnecessary double counting;
(8) reinitialize parameter space, with Seed Points (x i, y i) release of corresponding totalizer array H (θ) space, by ensuing iteration is reused, step (1) ~ (8) have formed a loop iteration process, incite somebody to action again selected seed point after iteration finishes, and begin a new loop iteration process;
(9) EOP (end of program), the preservation parameter θ that finally obtains and the array H of ρ *(ρ, θ) is the straight line parameter array that detects.
2. a kind of power line profile extracting method that foreign body intrusion on the line detects that is applied to according to claim 1, it is characterized in that: determine after the Seed Points, choose in the unique point of from set D, being left successively and a bit participate in computing, it is right that selecteed unique point and Seed Points will form a point, thus the straight line in unique definite image.
3. a kind of power line profile extracting method that foreign body intrusion on the line detects that is applied to according to claim 1, it is characterized in that: detect and pass two straight lines that unique point is right, only calculate its Hough transformation parameter θ, add up at parameter space, certain unit outnumbers predetermined threshold value T in totalizer array H (θ), then think to detect straight line, and with this to Parameter storage at other parameter array H *In (ρ, θ).
4. a kind of power line profile extracting method that foreign body intrusion on the line detects that is applied to according to claim 1, it is characterized in that: will be arranged in the unique point that step (6) obtains on the straight line and all be deleted from set D, and avoid in continuous loop iteration producing unnecessary double counting.
5. a kind of power line profile extracting method that foreign body intrusion detects on the line that is applied to according to claim 1 is characterized in that: with Seed Points (x i, y i) release of corresponding totalizer array H (θ) space, by ensuing iterative computation is reused.
6. a kind of power line profile extracting method that foreign body intrusion on the line detects that is applied to according to claim 1 is characterized in that: after the EOP (end of program), and the preservation parameter θ that finally obtains and the array H of ρ *(ρ, θ) is the straight line parameter array that detects.
CN2012103924553A 2012-10-16 2012-10-16 Power line contour extraction method for detecting online foreign object intrusion Pending CN102930535A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2012103924553A CN102930535A (en) 2012-10-16 2012-10-16 Power line contour extraction method for detecting online foreign object intrusion

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2012103924553A CN102930535A (en) 2012-10-16 2012-10-16 Power line contour extraction method for detecting online foreign object intrusion

Publications (1)

Publication Number Publication Date
CN102930535A true CN102930535A (en) 2013-02-13

Family

ID=47645325

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2012103924553A Pending CN102930535A (en) 2012-10-16 2012-10-16 Power line contour extraction method for detecting online foreign object intrusion

Country Status (1)

Country Link
CN (1) CN102930535A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102568251A (en) * 2011-12-13 2012-07-11 天利航空科技深圳有限公司 Aircraft high-voltage wire anti-collision alarm device and aircraft
CN103714319A (en) * 2013-12-18 2014-04-09 国家电网公司 Video intrusion detection method used for power line external force damage-prevention system
CN106875378A (en) * 2016-12-30 2017-06-20 北京理工雷科电子信息技术有限公司 A kind of power line foreign matter detecting method
CN109242880A (en) * 2018-08-24 2019-01-18 国网福建省电力有限公司漳州供电公司 A kind of power line extraction method based on image procossing
CN110334612A (en) * 2019-06-19 2019-10-15 上海交通大学 Electric inspection process image object detection method with self-learning capability

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5365600A (en) * 1993-03-19 1994-11-15 Atr Auditory And Visual Perception Research Laboratories Image processing system
US5629989A (en) * 1993-04-27 1997-05-13 Honda Giken Kogyo Kabushiki Kaisha Image line-segment extracting apparatus

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5365600A (en) * 1993-03-19 1994-11-15 Atr Auditory And Visual Perception Research Laboratories Image processing system
US5629989A (en) * 1993-04-27 1997-05-13 Honda Giken Kogyo Kabushiki Kaisha Image line-segment extracting apparatus

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
卢惠民,郑志强: "一种新的用于检测直线的Hough变换", 《计算机应用》, vol. 25, no. 10, 31 October 2005 (2005-10-31), pages 2379 - 2380 *
王强,胡维平,陆志敏,黄克,许建元: "HOUGH变换实时检测算法研究", 《计算机工程与设计》, vol. 22, no. 3, 30 June 2001 (2001-06-30), pages 76 - 80 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102568251A (en) * 2011-12-13 2012-07-11 天利航空科技深圳有限公司 Aircraft high-voltage wire anti-collision alarm device and aircraft
CN103714319A (en) * 2013-12-18 2014-04-09 国家电网公司 Video intrusion detection method used for power line external force damage-prevention system
CN106875378A (en) * 2016-12-30 2017-06-20 北京理工雷科电子信息技术有限公司 A kind of power line foreign matter detecting method
CN109242880A (en) * 2018-08-24 2019-01-18 国网福建省电力有限公司漳州供电公司 A kind of power line extraction method based on image procossing
CN110334612A (en) * 2019-06-19 2019-10-15 上海交通大学 Electric inspection process image object detection method with self-learning capability

Similar Documents

Publication Publication Date Title
Zhao et al. Data-driven correction approach to refine power curve of wind farm under wind curtailment
CN113469253B (en) Electric larceny detection method based on triple twinning network
CN103020423B (en) The method of output of wind electric field correlation properties is obtained based on copula function
Xu et al. Hierarchical K-means method for clustering large-scale advanced metering infrastructure data
CN102930535A (en) Power line contour extraction method for detecting online foreign object intrusion
CN102945223B (en) Method for constructing joint probability distribution function of output of a plurality of wind power plants
CN105488538B (en) A kind of sky image cloud sky discrimination method based on improvement k means clustering algorithm
CN104182803B (en) Wind-powered electricity generation data preprocessing method and wind power forecasting method and system
CN109494724B (en) LU decomposition-based large power grid Thevenin equivalent parameter online identification method
CN111505443B (en) Low-voltage transformer area line-to-user relationship identification method and device and computer equipment
CN110009141B (en) Climbing event prediction method and system based on SDAE feature extraction and SVM classification model
CN110490760A (en) A kind of non-intrusion type electric appliance load discrimination method based on hidden Markov chain
CN106155985A (en) A kind of shortage of data fill method based on adjacent data feature
CN115545479A (en) Method and device for determining important nodes or important lines of power distribution network
CN105321050B (en) Method for measuring false data injection attack damage to dynamic micro-grid division in smart power grid
Su et al. Wind power curve data cleaning algorithm via image thresholding
Gao et al. Series arc fault diagnosis method of photovoltaic arrays based on GASF and improved DCGAN
Duan et al. Data mining & pattern recognition of voltage sag based on K-means clustering algorithm
CN104252571B (en) WLAV robust state estimation methods based on many prediction correction interior points
CN109802440B (en) Offshore wind farm equivalence method, system and device based on wake effect factor
Wu et al. A minutely solar irradiance forecasting method based on multidimensional feature extraction using all-sky images
CN106021798B (en) Wind power generating set control performance evaluation method based on quantile power curve
CN105186503B (en) A kind of distributed security feature selection approach based on operation of power networks data
Scarcelli et al. Aggregated inflows on stochastic dynamic programming for long term hydropower scheduling
CN109031006B (en) Method for determining influence factors of fixed loss of transformer

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
ASS Succession or assignment of patent right

Owner name: STATE GRID ZHEJIANG HANGZHOU YUHANG DISTRICT POWER

Free format text: FORMER OWNER: STATE GRID CORPORATION OF CHINA

Effective date: 20150112

Owner name: STATE GRID CORPORATION OF CHINA

Free format text: FORMER OWNER: STATE GRID ZHEJIANG HANGZHOU YUHANG DISTRICT POWER SUPPLY COMPANY

Effective date: 20150112

C41 Transfer of patent application or patent right or utility model
C53 Correction of patent of invention or patent application
CB02 Change of applicant information

Address after: Hangzhou City, Zhejiang province Yuhang District Linping 311106 Henan Dai

Applicant after: STATE GRID ZHEJIANG HANGZHOU YUHANG POWER SUPPLY Co.

Applicant after: State Grid Corporation of China

Address before: Hangzhou City, Zhejiang province Yuhang District Linping 311106 Henan Dai

Applicant before: Yuhang Power Supply Bureau

Applicant before: State Grid Corporation of China

COR Change of bibliographic data

Free format text: CORRECT: ADDRESS; FROM: 311106 HANGZHOU, ZHEJIANG PROVINCE TO: 100031 XICHENG, BEIJING

Free format text: CORRECT: APPLICANT; FROM: YUHANG POWER SUPPLY BUREAU TO: STATE GRID ZHEJIANG HANGZHOU YUHANG DISTRICT POWER SUPPLY COMPANY

TA01 Transfer of patent application right

Effective date of registration: 20150112

Address after: 100031 Xicheng District West Chang'an Avenue, No. 86, Beijing

Applicant after: State Grid Corporation of China

Applicant after: STATE GRID ZHEJIANG HANGZHOU YUHANG POWER SUPPLY Co.

Applicant after: HANGZHOU POWER SUPPLY COMPANY OF STATE GRID ZHEJIANG ELECTRIC POWER Co.

Address before: Hangzhou City, Zhejiang province Yuhang District Linping 311106 Henan Dai

Applicant before: STATE GRID ZHEJIANG HANGZHOU YUHANG POWER SUPPLY Co.

Applicant before: State Grid Corporation of China

C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20130213