CN1595957A - Method for determining automatic detection threshold of bad pixel of medical image - Google Patents
Method for determining automatic detection threshold of bad pixel of medical image Download PDFInfo
- Publication number
- CN1595957A CN1595957A CN 200410020792 CN200410020792A CN1595957A CN 1595957 A CN1595957 A CN 1595957A CN 200410020792 CN200410020792 CN 200410020792 CN 200410020792 A CN200410020792 A CN 200410020792A CN 1595957 A CN1595957 A CN 1595957A
- Authority
- CN
- China
- Prior art keywords
- detection
- threshold
- bad point
- image
- detection threshold
- 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
Links
- 238000001514 detection method Methods 0.000 title claims abstract description 115
- 238000000034 method Methods 0.000 title claims abstract description 38
- 238000001914 filtration Methods 0.000 claims description 10
- 230000000007 visual effect Effects 0.000 claims description 5
- 238000011946 reduction process Methods 0.000 claims description 2
- 238000010586 diagram Methods 0.000 description 3
- 230000000694 effects Effects 0.000 description 3
- 230000003321 amplification Effects 0.000 description 2
- 230000002950 deficient Effects 0.000 description 2
- 238000005516 engineering process Methods 0.000 description 2
- 238000003199 nucleic acid amplification method Methods 0.000 description 2
- 238000003672 processing method Methods 0.000 description 2
- 239000007787 solid Substances 0.000 description 2
- 230000008030 elimination Effects 0.000 description 1
- 238000003379 elimination reaction Methods 0.000 description 1
- 230000001915 proofreading effect Effects 0.000 description 1
Images
Landscapes
- Image Analysis (AREA)
Abstract
The invention is a confirming method for medical image bad dots automatic detection threshold. The invention detects the bad dot with formula alpha(x, y) = (grav(x, y)-avg(x, y))/ avg(x, y) and I median= Median (I original), I (x, y) =| I median - I original|, the automatic checking threshold of bad dot includes: collecting detection image, threshold detection, video detection, and detection threshold definition. It is a process method combining threshold detection and video detection. The method is simple, upgrades the detection speed, and guarantees the high accuracy.
Description
Technical field
The inventive method belongs to the medical image processing technical field, definite method of the automatic detection threshold of the bad point of particularly a kind of medical image.
Background technology
Bad point in the digital X ray machine in the image system generally is meant the unusual pixel of gray value performance, is usually expressed as " bright spot " or " dim spot " with respect to background." bright spot " is meant gradation of image obviously greater than the pixel of facing the territory average gray, and " dim spot " is meant that gradation of image is significantly less than the pixel of facing the territory average gray.At present vision-based detection is that bad point detects an a kind of method more accurately, but for the image of 1024*1024, shows at data line that at every turn need carry out 1024 times vision-based detection altogether, too much manual detection number of times is unfavorable for increasing work efficiency.And the method for the bad point of Threshold detection, though can carry out the problem that exists detection threshold to set automatically.Detection threshold is the key point that bad point detects.United States Patent (USP) " Automaticidentification and correction of bad pixels in a large area solid state x-ray detector " (U.S.Pat.No.5,657,400), " Defective pixel detection circuit of a solid state image pick-up device capable ofdetecting defective pixels with low power consumption and high precision, and image pick-updevice having such detection circuit " (U.S.Pat.No.5,854,655), detect though proposed to utilize detection threshold to go bad a little, do not relate to and how to set detection threshold.
Summary of the invention
Problem at the prior art existence, the inventive method provides definite method of the automatic detection threshold of the bad point of a kind of medical image, be a kind of simple and practical automatic detection of bad point and the image processing method of bad point calibration, from mathematical computations and two angles of human eye vision, Threshold detection and the visible detection method of differentiating dead pixel points of images are combined, on automatic detection of thresholding and vision-based detection basis, determine suitable detection threshold, reduced the bad point of medical image probability of false detection.
The definition of the bad point of the medical image that the present invention relates to, a kind of is the definition of adopting Agilent (Agilent Technologies):
(x is that ((x is that (x is the mean value of the image-region S pixel grey scale at center y), and its computing formula is with pixel y) to avg to pixel for x, gray value y) y) to gray in the formula
Wherein S is that (x y) is the image-region at center, and (i is that (i, j) gradation of image, N are that the whole zone removal of image pixel grey scale is the number of pixels of two pixels of extreme value to pixel j) to gray with pixel.If | α (x, y) |>detection threshold, (x y) is bad point then to adjudicate this point.
Another kind is at U.S.Pat.No.5, in 854,655, adopts medium filtering to handle, and bad point of elimination with the image subtraction of original image and Filtering Processing, is judged as bad point for subtracting each other the pixel of result greater than thresholding then.Formula is described as (2) (3).
I
median=Median(I
originall) (2)
I(x,y)=|I
median-I
originall| (3)
I in the formula
OriginallBe original image, I
MedianBe median-filtered result, Median () expression medium filtering is handled.If I (x, y)>detection threshold, (x y) is bad point then to adjudicate this point.
According to above definition, the inventive method determines that the automatic detection threshold of bad point comprises the bad point of collection detected image, thresholding detection, vision-based detection, determines four steps of detection threshold, and its bad some testing process as shown in Figure 1.
Step 1: obtain bad some detected image
The images acquired sequence obtains bad some detected image.
Step 2: Threshold detection
It is as follows to utilize formula (1) to carry out the step of Threshold detection:
1) according to the definition of image size and bad some image is divided into several zonules according to the size of certain pixel; Bad point is meant and faces the territory pixel has notable difference on gray scale pixel around it, when therefore adopting formula (1) to calculate, in order to guarantee accuracy, facing the territory selects unsuitable excessive, consider detection speed simultaneously and image evenly can be divided equally, the image of 1024*1024 is divided into several regions according to the size of 16*16 pixel.
2) at each zone, determine its gray scale maximum, minimum value, the mean value of the pixel grey scale after maximum, the minimum gradation value is removed in calculating; When calculating average gray, must eliminate the influence of extreme point (potential " bad point "): for example to mean value, in the zone of image 16*16, if the gray value of a bad point is 1000, all the other each pixel averages are 10, and then this area pixel gray value is 13.9, like this for 15% detection threshold, not only bad point (gray value is 1000) has reached detection threshold, and other each points also might surpass detection threshold; The reason that causes this result is exactly the influence of extreme point (potential " bad point ") to mean value.Therefore when computation of mean values, at first obtain the maximum and the minimum value of this area grayscale, the mean value of all pixels after calculating removal maximum and the minimum value.
3) utilize formula (1), set less detection threshold, at each zone, Threshold detection is carried out in pointwise;
4) to pixel greater than thresholding, its position of mark.
It is as follows to utilize formula (2), (3) to carry out the step of Threshold detection:
1) carry out medium filtering according to formula (2), the medium filtering parameter is (2n+1) * (2n+1), for the image of 1024*1024, and 1<n<511;
2), medium filtering and original image are carried out subtraction process, and the result is taken absolute value according to formula (3);
3) set less detection threshold, carry out Threshold detection;
4) to pixel greater than thresholding, its position of mark.
Step 3: vision-based detection
" vision-based detection " described in the inventive method is to utilize human-eye visual characteristic, adopts the display mode of " the mark mark is relevant ", the small-signal in the detection background.So-called " the mark mark is relevant " is meant the multiframe sequence image that will collect under the situation of not doing any noise reduction process, and every two field picture nominated bank is shown successively side by side, and bad like this point can become bright (secretly) line by a bit.Detect bad point by such processing.
The setting of detection threshold mainly is to determine by practical experience.Whether pixel is bad point, finally needs the observer to pass through to observe judgement.Though the relative mean value of some gray values of pixel points can rise and fall to some extent, as long as by observing the not obvious adjacent pixels gray scale on every side that is different from of its gray scale, such pixel can not adjudicated and is bad point.
Adopt the relevant mode of mark mark to show the corresponding row of bad point in the image sequence of gathering, utilize multirow to show the effect of bringing, can very clearly find bad point.The bad point that Threshold detection is obtained carries out vision-based detection, investigate the relevant result displayed of mark mark and whether have " bright (secretly) line ", Fig. 2 is that the relevant display result of mark mark exists the schematic diagram of " bright line ", as long as there is the bad point of place's Threshold detection " bright (secretly) line " not occur, illustrate that then detection threshold is too small, should improve detection threshold, carry out Threshold detection again, the amplitude that each step-length is adjusted is unsuitable excessive.
Step 4: determine detection threshold
Repeating step two and three is carrying out till vision-based detection still is judged as bad point until the bad point that all Threshold detection obtain, and the thresholding of this moment is rational detection threshold.
The invention provides a kind of processing method that Threshold detection and vision-based detection are combined, both used the automaticity of Threshold detection, taken into account the accuracy of vision-based detection again, its advantage is simple and practical, has guaranteed accuracy simultaneously.
Description of drawings
Fig. 1 is the bad point of the inventive method testing process figure;
Fig. 2 is the display result of " the mark mark is relevant " of bad some corresponding row in the inventive method;
Fig. 3 is for being used for the image that bad point detects in the inventive method;
Fig. 4 amplifies for the part that is used for bad some image that detects in the inventive method;
Fig. 5 is the display result of bad point in the inventive method (500,62) " the mark mark is relevant ";
Fig. 6 is the display result of bad point in the inventive method (492,24) " the mark mark is relevant ";
Fig. 7 is the result behind the bad point calibration in the inventive method;
Fig. 8 is local amplification behind the bad point calibration in the inventive method;
Fig. 9 is the display effect of " the mark mark is relevant " behind the bad point calibration in the inventive method.
Embodiment
In conjunction with the accompanying drawings, be that 1024*1024 is an example with the image size, concrete implementation step of the present invention is as follows:
Utilize formula (1) to detect bad point:
1) obtain detected image:
Bad point is a relative background " bright spot " perhaps " dim spot ": detect " bright spot ", need to gather the darker image of background and detect; On the contrary, detect " dim spot ", the image background of collection should be brighter.Bad point has on gray value than big difference with other pixels that face the territory, and therefore should be noted that 2 points when going bad some detection: 1, the removal of images background fluctuation is to avg (x, influence y); 2, using the higher image of signal to noise ratio to go bad a little detects.
Present embodiment detects at " bright spot ", and " dim spot " detection case is similar with it.
At first close the CCD camera aperture, the removal of images background fluctuation; Gather multiple image, utilize the method for multiple image stack to obtain being used for the higher image of signal to noise ratio that bad point detects.Gather 98 frame image sequence under these conditions, carry out multi-frame mean and handle, the result as shown in Figure 3.By visual observation, can find wherein to have a bad point in the two field picture top.Local amplification effect as shown in Figure 4.
2) set a detection threshold 10%, utilize formula (1) to carry out Threshold detection, judgement pixel (500,62) is a bright spot;
3) the bad point that Threshold detection is obtained carries out vision-based detection, investigate the relevant result displayed of its mark mark as shown in Figure 5, obvious " bright line " that does not have similar Fig. 2 among Fig. 5, though illustrating that this pixel grey scale departs from faces territory mean value, but visual effect can not be adjudicated and is bad point, therefore judge that 10% detection threshold is less than normal, should adjust detection threshold, the amplitude that each step-length is adjusted is unsuitable excessive;
4) repeating step 2), 3), adjust detection threshold, the result is adjudicated by vision, determine that at last detection threshold is 30% comparatively suitable, the bad point that this moment, all Threshold detection obtained still is judged as bad point carrying out vision-based detection, so this thresholding is rational detection threshold.
Utilize formula (2), (3) to detect bad point:
1) obtain detected image:
Method is the same.
2) setting detection threshold is 5, by the medium filtering of formula (2) selection 5*5, carries out the medium filtering of 5*5, image and source images after by formula (3) medium filtering being handled carry out subtraction process, and carry out Threshold detection after the result taken absolute value, judgement pixel (492,24) is a bright spot;
3) the bad point that Threshold detection is obtained carries out vision-based detection, and the relevant display result of its mark mark as shown in Figure 6.Do not have similar Fig. 4 obvious " bright line " among Fig. 6, though this grey scale pixel value is described greater than detection threshold, visual effect can not be adjudicated and is bad point.Illustrate that 5 detection threshold is less than normal, adjust detection threshold,
4) repeating step 2), 3), adjust detection threshold, the result is adjudicated by vision, determine that at last detection threshold is 20 comparatively suitable, the bad point that this moment, all Threshold detection obtained still is judged as bad point carrying out vision-based detection, so this thresholding is rational detection threshold.
Behind definite badly some position, adopt its pixel value at the bad some place of non-bad some pixel weighted sum replacement of neighborhood on every side, carry out bad point calibration.
Result after Fig. 3 detected and proofread and correct locally amplifies the result as shown in Figure 8 as shown in Figure 7, and Fig. 9 is for proofreading and correct the relevant display result of back mark mark.
Comparison diagram 4 and Fig. 8, visible the inventive method detects validity to bad point.Comparison diagram 2 and Fig. 9, Fig. 9 do not exist the tangible similar Fig. 2's of vision " bright line ", the correctness of bearing calibration is described.
Claims (5)
1. the automatic detection threshold of the bad point of medical image is determined method, and the bad point that the inventive method will be referred at first is defined as:
(x is that ((x is that (x is the mean value of the image-region pixel grey scale at center y), and computing formula is with pixel y) to avg to pixel for x, gray value y) y) to gray in the formula
Wherein S is that (x y) is the image-region at center, and (i j) is pixel (i to gray with pixel, j) gradation of image, N are that the whole zone removal of image pixel grey scale is the number of pixels of two pixels of extreme value, if | a (x, y) |>detection threshold, (x y) is bad point then to adjudicate this point; Perhaps by formula I
Median=Median (I
Originall), I (x, y)=| I
Median-I
Originall| judge I in the formula
OriginallBe original image, I
MedianBe median-filtered result, Median () expression medium filtering is handled, if I (x, y)>detection threshold, (x y) is bad point then to adjudicate this point; It is characterized in that the automatic detection threshold of its definite bad point comprises collection bad some detected image, thresholding detection, vision-based detection, determines four steps of detection threshold.
2. determine method according to the automatic detection threshold of the bad point of the described medical image of claim 1, it is characterized in that at first closing the CCD camera aperture, the removal of images background fluctuation in the bad point of the described collection detected image step; Gather multiple image, utilize the method for multiple image stack to obtain being used for the higher image of signal to noise ratio that bad point detects.
3. determine method according to the automatic detection threshold of the bad point of the described medical image of claim 1, it is characterized in that described thresholding detects in the step, set a less detection threshold, according to the formula of determining bad point, carry out Threshold detection, to its position of pixel mark greater than thresholding.
4. determine method according to the automatic detection threshold of the bad point of the described medical image of claim 1, it is characterized in that " vision-based detection " described in the inventive method, be to utilize the people to follow visual characteristic, adopt the display mode of " the mark mark is relevant ", the small-signal in the detection background; So-called " the mark mark is relevant " is meant the multiframe sequence image that will collect under the situation of not doing any noise reduction process, and every two field picture nominated bank is shown successively side by side, and bad like this point can become bright (secretly) line by a bit; The bad point that Threshold detection is obtained carries out vision-based detection, investigate the relevant result displayed of mark mark and whether have " bright (secretly) line ", as long as there is the bad point of place's Threshold detection " bright (secretly) line " not occur, illustrate that then detection threshold is too small, should improve detection threshold, again carry out Threshold detection, the amplitude that each step-length is adjusted is unsuitable excessive.
5. determine method according to the automatic detection threshold of the bad point of the described medical image of claim 1, it is characterized in that determining that detection threshold is that the repetition thresholding detects, the vision-based detection step, carrying out till vision-based detection still is judged as bad point until the bad point that all Threshold detection obtain, the thresholding of this moment is rational detection threshold.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CNB2004100207925A CN1323545C (en) | 2004-06-22 | 2004-06-22 | Method for determining automatic detection threshold of bad pixel of medical image |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CNB2004100207925A CN1323545C (en) | 2004-06-22 | 2004-06-22 | Method for determining automatic detection threshold of bad pixel of medical image |
Publications (2)
Publication Number | Publication Date |
---|---|
CN1595957A true CN1595957A (en) | 2005-03-16 |
CN1323545C CN1323545C (en) | 2007-06-27 |
Family
ID=34663232
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CNB2004100207925A Expired - Fee Related CN1323545C (en) | 2004-06-22 | 2004-06-22 | Method for determining automatic detection threshold of bad pixel of medical image |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN1323545C (en) |
Cited By (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101212703B (en) * | 2006-12-29 | 2010-05-19 | 华晶科技股份有限公司 | Real-time bad image pixel detection method |
CN101895786A (en) * | 2010-07-15 | 2010-11-24 | 杭州海康威视软件有限公司 | Detection method and device for image sensor |
CN102045584A (en) * | 2010-12-23 | 2011-05-04 | 杭州海康威视软件有限公司 | Method for acquiring bad point detection image of image sensor and device thereof |
CN102549641A (en) * | 2009-09-30 | 2012-07-04 | 全球Oled科技有限责任公司 | Defective emitter detection for electroluminescent display |
CN102957878A (en) * | 2011-08-29 | 2013-03-06 | 深圳市蓝韵实业有限公司 | Method and system for automatically detecting defective pixel on medical image |
CN104700424A (en) * | 2015-03-30 | 2015-06-10 | 山东省计量科学研究院 | Medical colorful electronic endoscopy image bad point detection device |
CN106952238A (en) * | 2017-03-21 | 2017-07-14 | 北京思比科微电子技术股份有限公司 | Bayer images remove bad pixels approach |
CN108198150A (en) * | 2018-01-30 | 2018-06-22 | 努比亚技术有限公司 | A kind of removing method of dead pixel points of images, terminal and storage medium |
CN110458827A (en) * | 2019-08-12 | 2019-11-15 | 深圳蓝韵医学影像有限公司 | Detection method, device, equipment and the medium of medical image bad point |
CN112507856A (en) * | 2020-12-04 | 2021-03-16 | 山东省科学院海洋仪器仪表研究所 | Method for rapidly judging singularity of underwater image of seawater |
CN115379199A (en) * | 2022-07-13 | 2022-11-22 | 南京威派视半导体技术有限公司 | Bad point detection method for image sensor |
Family Cites Families (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5694228A (en) * | 1994-08-09 | 1997-12-02 | Ricoh Company,Ltd. | Document image processor with defect detection |
US5657400A (en) * | 1995-01-31 | 1997-08-12 | General Electric Company | Automatic identification and correction of bad pixels in a large area solid state x-ray detector |
US5854655A (en) * | 1995-08-29 | 1998-12-29 | Sanyo Electric Co., Ltd. | Defective pixel detecting circuit of a solid state image pick-up device capable of detecting defective pixels with low power consumption and high precision, and image pick-up device having such detecting circuit |
JP3333686B2 (en) * | 1996-06-28 | 2002-10-15 | 松下電器産業株式会社 | Display screen inspection method |
US7009644B1 (en) * | 1999-12-15 | 2006-03-07 | Logitech Europe S.A. | Dynamic anomalous pixel detection and correction |
JP2002300404A (en) * | 2001-04-02 | 2002-10-11 | Canon Inc | Image processing method and image processor |
JP4265183B2 (en) * | 2002-09-13 | 2009-05-20 | 富士ゼロックス株式会社 | Image defect inspection equipment |
US7283164B2 (en) * | 2002-09-18 | 2007-10-16 | Micron Technology, Inc. | Method for detecting and correcting defective pixels in a digital image sensor |
-
2004
- 2004-06-22 CN CNB2004100207925A patent/CN1323545C/en not_active Expired - Fee Related
Cited By (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101212703B (en) * | 2006-12-29 | 2010-05-19 | 华晶科技股份有限公司 | Real-time bad image pixel detection method |
CN102549641A (en) * | 2009-09-30 | 2012-07-04 | 全球Oled科技有限责任公司 | Defective emitter detection for electroluminescent display |
CN101895786A (en) * | 2010-07-15 | 2010-11-24 | 杭州海康威视软件有限公司 | Detection method and device for image sensor |
CN102045584A (en) * | 2010-12-23 | 2011-05-04 | 杭州海康威视软件有限公司 | Method for acquiring bad point detection image of image sensor and device thereof |
CN102957878A (en) * | 2011-08-29 | 2013-03-06 | 深圳市蓝韵实业有限公司 | Method and system for automatically detecting defective pixel on medical image |
CN104700424B (en) * | 2015-03-30 | 2017-07-11 | 山东省计量科学研究院 | Medical color fujinon electronic video endoscope dead pixel points of images detection means |
CN104700424A (en) * | 2015-03-30 | 2015-06-10 | 山东省计量科学研究院 | Medical colorful electronic endoscopy image bad point detection device |
CN106952238A (en) * | 2017-03-21 | 2017-07-14 | 北京思比科微电子技术股份有限公司 | Bayer images remove bad pixels approach |
CN108198150A (en) * | 2018-01-30 | 2018-06-22 | 努比亚技术有限公司 | A kind of removing method of dead pixel points of images, terminal and storage medium |
CN108198150B (en) * | 2018-01-30 | 2022-03-18 | 努比亚技术有限公司 | Method for eliminating image dead pixel, terminal and storage medium |
CN110458827A (en) * | 2019-08-12 | 2019-11-15 | 深圳蓝韵医学影像有限公司 | Detection method, device, equipment and the medium of medical image bad point |
CN112507856A (en) * | 2020-12-04 | 2021-03-16 | 山东省科学院海洋仪器仪表研究所 | Method for rapidly judging singularity of underwater image of seawater |
CN115379199A (en) * | 2022-07-13 | 2022-11-22 | 南京威派视半导体技术有限公司 | Bad point detection method for image sensor |
Also Published As
Publication number | Publication date |
---|---|
CN1323545C (en) | 2007-06-27 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN107507173B (en) | No-reference definition evaluation method and system for full-slice image | |
CN114937055A (en) | Image self-adaptive segmentation method and system based on artificial intelligence | |
CN115239704B (en) | Accurate detection and repair method for wood surface defects | |
WO2022110219A1 (en) | Inspection method, device, and system for display panel | |
CN109872309B (en) | Detection system, method, device and computer readable storage medium | |
CN114549441B (en) | Straw defect detection method based on image processing | |
CN1595957A (en) | Method for determining automatic detection threshold of bad pixel of medical image | |
CN113487563B (en) | EL image-based self-adaptive detection method for hidden cracks of photovoltaic module | |
CN110335233B (en) | Highway guardrail plate defect detection system and method based on image processing technology | |
JP2003085558A (en) | Method of pattern inspection and inspection device | |
CN110648330B (en) | Defect detection method for camera glass | |
CN107610675A (en) | A kind of image processing method and device based on dynamic level | |
CN107545557A (en) | Egg detecting method and device in excrement image | |
CN112233111A (en) | Tunnel gap detection method based on digital image processing | |
CN112419261B (en) | Visual acquisition method and device with abnormal point removing function | |
CN115511814A (en) | Image quality evaluation method based on region-of-interest multi-texture feature fusion | |
CN113269747B (en) | Pathological image liver cancer diffusion detection method and system based on deep learning | |
CN112233032B (en) | Method for eliminating ghost image of high dynamic range image | |
CN1815489A (en) | Intelligent image counting method | |
LU501813B1 (en) | Clear image screening method based on fourier transform | |
CN111175300A (en) | Real-time observation system for drug resistance generation of bacteria | |
CN117522778A (en) | Hollow brick flaw detection system | |
CN109448012A (en) | A kind of method for detecting image edge and device | |
JP3127598B2 (en) | Method for extracting density-varying constituent pixels in image and method for determining density-fluctuation block | |
CN114612390A (en) | Priming system real-time automatic detection method and device based on X-ray digital image |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C14 | Grant of patent or utility model | ||
GR01 | Patent grant | ||
C17 | Cessation of patent right | ||
CF01 | Termination of patent right due to non-payment of annual fee |
Granted publication date: 20070627 Termination date: 20130622 |