CN102074026A - Method for displaying vector graph on medicinal image - Google Patents

Method for displaying vector graph on medicinal image Download PDF

Info

Publication number
CN102074026A
CN102074026A CN 201010503356 CN201010503356A CN102074026A CN 102074026 A CN102074026 A CN 102074026A CN 201010503356 CN201010503356 CN 201010503356 CN 201010503356 A CN201010503356 A CN 201010503356A CN 102074026 A CN102074026 A CN 102074026A
Authority
CN
China
Prior art keywords
medical image
vector graphics
rectangle
image
border
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
CN 201010503356
Other languages
Chinese (zh)
Other versions
CN102074026B (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.)
LANWON TECHNOLOGY CO., LTD.
Original Assignee
Shenzhen Landwind Industry 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 Shenzhen Landwind Industry Co Ltd filed Critical Shenzhen Landwind Industry Co Ltd
Priority to CN 201010503356 priority Critical patent/CN102074026B/en
Publication of CN102074026A publication Critical patent/CN102074026A/en
Application granted granted Critical
Publication of CN102074026B publication Critical patent/CN102074026B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Processing Or Creating Images (AREA)

Abstract

The invention provides a method for displaying a vector graph on a medicinal image. According to the relative change of boundary rectangles of the medicinal image and the vector graph, the method enables the vector graph to change together with the medicinal image. After the method is used, a medicinal digital imaging and communications in medicine (DICOM) image and an artificial joint industrial template file of a graphics interchange format (DXF) in accordance with industrial standards can be displayed on the same coordinate system through a doctor, and accurate matching of type and size is performed by the operations such as movement and rotation of an artificial joint graph and the like. Therefore, the method is convenient and quick, is greatly convenient for the doctor to select the type of the artificial joint, and plays a role in assisting and planning the operation of the doctor.

Description

A kind of method that on medical image, shows vector graphics
Technical field
The invention provides a kind of method that on medical image, shows vector graphics, relate in particular to and a kind ofly on medical image, show vector graphics and can move method with convergent-divergent together.
Background technology
The definition of vector graphics: vector image, be also referred to as OO image or drawing image, on mathematics, be defined as a series of points that connect by line.Graphic element in the vector file is called object.Each object all is an entity that has a style of one's own, and it has attributes such as color, shape, profile, size and screen position.Since each object all is an entity that has a style of one's own, just can when keeping its original sharpness and flexibility, repeatedly moves and change its attribute, and can not influence other object in the legend.These features make the program based on vector be specially adapted to legend and three-dimensional modeling, because they require to create and to operate single object usually.Drawing based on vector is irrelevant with resolution.This means that they can be shown on the output device by highest resolution.
The file layout of polar plot has SWF, SVG, WMF, EMF, EPS, DXF totally six kinds of file layouts, this paper example uses the DXF file layout, the DXF file layout is the vector file form among the AutoCAD, it is the actual industrial standard of polar plot form now, it is with ASCII character mode storage file (format standard of redaction is supported simultaneously with the binary mode storage file), and is very accurate aspect performance figure big or small.The DXF file can be by many software transfers or output, and the expansion of its file is called " .dxf ".
The problem that on medical image, shows vector graphics.Because the medical science DICOM image of standard is a vector graphics, and the joint prosthesis of orthopaedics also is the vector graphics of the industrial DXF form of standard.If two kinds of images are simultaneously displayed on a coordinate system the inside, just can help the doctor to determine that before operation operation needs the size and the model of the joint prosthesis of use, accelerate the speed of operation, shorten the time of operation, reduce patient simultaneously because the sum of errors risk that the displacement joint prosthesis brings.
When carrying out joint prosthesis implantation or replacement operation, the doctor often will push bloody musculature aside, and dependence experience is then judged the size and the model of required joint prosthesis.The problem that such operation brings is exactly that the doctor has extended the time of performing the operation in the selection of constantly carrying out joint prosthesis model and size, has also increased the risk of operation simultaneously.In order to reduce this time of by virtue of experience changing joint prosthesis, the orthopaedics DICOM image of taking before patient can being performed the operation is put together with the joint prosthesis vector graphics that meets the DXF form of industrial standard and is shown, helps the doctor to determine the size and the model of joint prosthesis accurately before operation.
Existing and the most akin implementation of the present invention: the doctor becomes film with patient's orthopaedics DICOM image print, is placed on the special-purpose lamp box, uses size and model that survey instruments such as ruler and set square determine to need to replace joint prosthesis simultaneously.
The shortcoming of prior art is conspicuous, doctor's trouble that operates not only, but also need to calculate a lot of parameters.
Summary of the invention
The invention provides a kind of method that on medical image, shows vector graphics, after using method of the present invention, the doctor can be presented under the same coordinate system by the joint prosthesis industry template file with medical science DICOM image and the DXF form that meets industrial standard, and by the operations such as mobile and rotation of joint prosthesis figure being carried out the coupling of accurate model and size.So not only convenient but also quick, greatly facilitate the type selecting of doctor to joint prosthesis, doctor's operation has been played the effect of auxiliary and plan.
The present invention solves the problems of the technologies described above the technical scheme that is adopted to be:
A kind of method that shows vector graphics on medical image is characterized in that may further comprise the steps:
A. set up unified coordinate system;
B. in coordinate system, load medical image;
C. load vector graphics in coordinate system, vector graphics is presented on the medical image;
D. medical image pixel f (x i, y i) (0<i≤N) coordinate in coordinate system is (x i, y i), wherein N is the number of pixel; Vector graphics is at the image pixel f of coordinate system 1(x1 i, y1 i) (coordinate of 0<i≤N1) is (x1 i, y1 i), wherein N1 is the number of pixel; According to the coordinate of medical image pixel, obtain the size of the border rectangle in medical image zone, it is Far Left left, rightmost right, top top and the bottommost bottom of the image-region of reference that the border rectangle has with coordinate; Four attributes of this border rectangle are obtained by following formula respectively:
left=min{x 0,x 1,...,x N-1};
right=max{x 0,x 1,...,x N-1};
top=max{y 0,y 1,...,y N-1};
bottom=min{y 0,y 1,...,y N-1};
Wherein N is the number of the image pixel in the rectangle of border, the border rectangle of medical image be (left, right, top, bottom), the border rectangle of vector graphics is (left 1, right 1, top 1, bottom 1);
E. the border rectangle of medical image obtains the center of this rectangle and is:
( ( left + right ) 2 , top + bottom 2 )
The center that the border rectangle of vector graphics obtains this rectangle is:
( ( left 1 + right 1 ) 2 , top 1 + bottom 1 2 )
After medical image was moved, the moving method step of vector graphics was as follows:
E1. the distance that move in coordinate system relative to former rectangular centre at the center of obtaining the new border rectangle of medical image for (x, y),
E2. when the distance that moves is not 0, the border rectangle mobile phase of vector graphics with distance,
E3. in new border rectangle, show new vector graphics;
F. during the medical image convergent-divergent, the center of medical image border rectangle does not change, and medical image convergent-divergent rate is α, and the distance of the central point of the border rectangle of vector graphics and the border rectangle of medical image is:
s = ( ( ( left 1 + right 1 ) 2 - ( left + right ) 2 ) 2 + ( top + bottom 2 - top 1 + bottom 1 2 ) 2 ) 1 / 2
New distance is after the convergent-divergent:
s 1=α*s
The angle β at the center of former vector graphics and the center of medical image is:
β = arctg ( | top + bottom 2 - top 1 + bottom 1 2 left 1 + right 1 2 - left + right 2 | ) ,
The center of the border rectangle of then new vector graphics is:
( ( left + right ) 2 - s 1 * cos β , top + bottom 2 + s 1 * sin β )
Can obtain new border rectangle after former vector graphics border rectangle calculates in the same way, draw new vector graphics in new border rectangle class.
Description of drawings
Fig. 1 is the border rectangle synoptic diagram of embodiment of the invention medical image in coordinate system;
Fig. 2 is the angle synoptic diagram at the center of the center of embodiment of the invention medical image and vector graphics;
Fig. 3 for the embodiment of the invention load vector graphics after main window show synoptic diagram;
Fig. 4 is an embodiment of the invention operating vector graphics class structural drawing;
Fig. 5 presses left mouse button for the embodiment of the invention and enters mobile status demonstration synoptic diagram in vector graphics;
Fig. 6 enters rotation status when pressing right mouse button for the embodiment of the invention in vector graphics;
Fig. 7 is an embodiment of the invention mouse roller amplification vector figure synoptic diagram;
Fig. 8 dwindles the polar plot synoptic diagram for embodiment of the invention mouse roller;
Fig. 9 is an embodiment of the invention operating process synoptic diagram.
Embodiment
With embodiment the present invention is described in further detail with reference to the accompanying drawings below:
The polar plot of DICOM image and DXF form be based upon with the current window be under the reference frame two not under the jurisdiction of each other with two width of cloth images that intersect.The DXF image is presented on the DICOM image.
In order to measure the size of bone, we are by loading polar plot, and the polar plot that loads moved and rotate mate with the bone that will undergo surgery.For the result who makes coupling is convenient to observe with more accurate, we have increased the same moved further and the synchronous zoom function of DICOM image and polar plot.
We suppose DICOM image pixel f (x i, y i) (0<i≤N) coordinate in the client area is (x i, y i), wherein N is the number of pixel.Suppose that the DXF polar plot that loads is presented at the image pixel f of client area 1(x1 i, y1 i) (coordinate of 0<i≤N1) is (x1 i, y1 i), wherein N1 is the number of pixel.
According to the coordinate of image pixel, we can obtain the size of the border rectangle of image-region.The hypothetical boundary rectangle has left, right, top and four attributes of bottom, and representing respectively with the client area coordinate is Far Left, rightmost, top and the bottommost of the image-region of reference.As shown in Figure 1.
Four attributes of this border rectangle are obtained by following formula respectively:
left=min{x 0,x 1,...,x N-1};
right=max{x 0,x 1,...,x N-1};
top=max{y 0,y 1,...,y N-1};
bottom=min{y 0,y 1,...,y N-1};
Wherein N is the number of the image pixel in the rectangle of border.The border rectangle of DICOM image be (left, right, top, bottom), the border rectangle of DXF vector image is (left 1, right 1, top 1, bottom 1).
We by the center that the border rectangle of original DICOM image obtains this rectangle are:
( ( left + right ) 2 , top + bottom 2 )
We by the center that the border rectangle of original DFX image obtains this rectangle are:
( ( left 1 + right 1 ) 2 , top 1 + bottom 1 2 )
After mouse drag DICOM image is moved, the distance that move relative to former rectangular centre at the center of new border rectangle for (x, y).When we judge mobile distance is not after 0, the border rectangle mobile phase of DXF image distance (direction is also identical, and we distinguish direction with sign) together.By calculating, we show new DXF figure in new border rectangle.
In the time of image zoom, the center of image boundary rectangle does not change.Suppose that DICOM image zoom rate is α, the distance of the central point of the border rectangle of DFX image and the border rectangle of DICOM image is:
s = ( ( ( left 1 + right 1 ) 2 - ( left + right ) 2 ) 2 + ( top + bottom 2 - top 1 + bottom 1 2 ) 2 ) 1 / 2
New distance is after the convergent-divergent: s 1=α * s
As shown below, the angle β at the center of the center of former DXF image and DICOM image is:
β = arctg ( | top + bottom 2 - top 1 + bottom 1 2 left 1 + right 1 2 - left + right 2 | )
The center of the border rectangle of then new DXF image is:
( ( left + right ) 2 - s 1 * cos β , top + bottom 2 + s 1 * sin β )
Can obtain new border rectangle after former DXF border rectangle calculates in the same way, draw new DXF image in new border rectangle class.Then we can realize the synchronous convergent-divergent of DXF image and DICOM image.
The orthopaedics image file is read in the internal memory from disk, in the main display window of screen, show the image that loads.In this process, calling the LoadFromFile function is loaded into the orthopaedics image the internal memory from disk, and the image that loading is come in is presented at the screen main window, when main window shows, employed function is the OnPaint among the VC, promptly in this function, the dc (contextual devices) that calls main window comes display image.After being loaded into internal memory from disk image, keep the pointer pImg of load image, use to treat the back.
The operating process of instantiation:
The image of needs is loaded into, be presented in the main window.
After showing the orthopaedics image, select corresponding orthopaedics template according to the different parts of health, this example uses the DXF file layout.
Selected with LoadFromFile vector file to be loaded into the internal memory from disk after the template, then the view data in the internal memory is presented on the basic display unit, in procedure for displaying, employed function is the OnPaint among the VC, promptly in this function, the dc (contextual devices) that calls the thumbnail window shows the template of loading.Load the back and preserve the address pDxfImg of view data in internal memory, use for later step.
Basic display unit shows as shown in Figure 3 after having loaded polar plot.
After having loaded polar plot, the user just can begin to adjust the position of polar plot in the orthopaedics image, mates by operations such as moving, rotate, amplification is dwindled.If the user thinks that the polar plot that loads can't well mate with the orthopaedics image all the time, can earlier former polar plot be deleted from display, reselect other polar plot then, till obtaining satisfied result.The employed function of delete procedure is the OnPaint among the VC, in this function, calls the dc (contextual devices) of thumbnail window, wipes former polar plot.In this example, we have defined class LAutoCadDXF, this class definition some interfaces, as SetPosition, SetRatio, finish operation, as shown in Figure 4 to vector graphics.
The pDxfImg vector image data pointer of preserving is previously passed to the LAutoCadDXF class, can operate the polar plot object of loading.
For can be on the orthopaedics image operating vector figure easily, also to respond window message, just can make polar plot along with corresponding adjustment is made in user's operation, the concrete operations flow process is as follows:
Response left mouse button is pressed message OnLButtonDown in polar plot, when left mouse button is pressed, this moment, polar plot entered mobile status (as shown in Figure 5), and (ShowMousePosX ShowMousePosY) uses for later step with polar plot viewing area oldRect to write down mouse coordinates.
Response mouse mobile messaging OnMouseMove in polar plot, the mouse coordinates parameter x, the y that pass over by OnMouseMove, with the mouse coordinates (ShowMousePosX that preserves in the step 1, ShowMousePosY) calculate displacement offsetX, the offsetY of mouse in directions X and Y direction, calculate the new viewing area newRect of polar plot by the oldRect in the step a) and the offsetX, the offsetY that calculate, the interface SetPosition that calls in the class LAutoCadDXF class is provided with the new display position of polar plot.
The OnRButtonDown message that response right mouse button is pressed in polar plot, this moment, polar plot entered rotation status (as shown in Figure 6), calculated angle of inclination npreAngle by mouse coordinates and polar plot centre coordinate, kept this value and used for later step.The concrete method of calculating angle is:
Mouse coordinates is oldPtX when supposing to press right mouse button, oldPtY, this coordinate is the coordinate in the polar plot coordinate system, be converted into screen coordinate so also will call ClientToScreen, obtain polar plot zone pRect by GetWindowRect after the coordinate conversion, obtain the coordinate centerX of polar plot center in screen thus, centerY, centerX=in the Windows system (pRect.right+pRect.left)/2, centerY=(pRect.top+pRect.bottom)/2 can obtain npreAngle=arctan ((oldPtY-centerY)/oldPtX-centerX)) by trigonometric function then
Response OnMouseMove message in the mouse moving process, calculate angle of inclination ncurAngle by mouse coordinates and polar plot centre coordinate, calculate the same step a) of method of angle, ncurAngle and the npreAngle that preserves previously subtracted each other obtain anglec of rotation angle, call the SetAngle clock-face diagram then, polar plot can move and rotates along with mouse, decontrols right mouse button, and polar plot stops the rotation.
Response mouse roller message OnMouseWheel in polar plot, rolling distance by mouse roller calculates amplification (dwindling) coefficient nRatio, concrete computing method genju passes to orthopaedics image and vector image simultaneously with coefficient, call the image after explicit function shows amplification (dwindling), as for polar plot, calling interface SetRatio gets final product, and this moment, polar plot dwindled (shown in Fig. 7,8) along with the orthopaedics image amplifies together.
Those skilled in the art do not break away from essence of the present invention and spirit, can there be the various deformation scheme to realize the present invention, the above only is the preferable feasible embodiment of the present invention, be not so limit to interest field of the present invention, the equivalent structure that all utilizations instructions of the present invention and accompanying drawing content are done changes, and all is contained within the interest field of the present invention.

Claims (1)

1. method that shows vector graphics on medical image is characterized in that may further comprise the steps:
A. set up unified coordinate system;
B. in coordinate system, load medical image;
C. load vector graphics in coordinate system, vector graphics is presented on the medical image;
D. medical image pixel f (x i, y i) (0<i≤N) coordinate in coordinate system is (x i, y i), wherein N is the number of pixel; Vector graphics is at the image pixel f of coordinate system 1(x1 i, y1 i) (coordinate of 0<i≤N1) is (x1 i, y1 i), wherein N1 is the number of pixel; According to the coordinate of medical image pixel, obtain the size of the border rectangle in medical image zone, it is Far Left left, rightmost right, top top and the bottommost bottom of the image-region of reference that the border rectangle has with coordinate; Four attributes of this border rectangle are obtained by following formula respectively:
left=min{x 0,x 1,...,x N-1};
right=max{x 0,x 1,...,x N-1};
top=max{y 0,y 1,...,y N-1};
bottom=min{y 0,y 1,...,y N-1};
Wherein N is the number of the image pixel in the rectangle of border, the border rectangle of medical image be (left, right, top, bottom), the border rectangle of vector graphics is (left 1, right 1, top 1, bottom 1);
E. the border rectangle of medical image obtains the center of this rectangle and is:
( ( left + right ) 2 , top + bottom 2 )
The center that the border rectangle of vector graphics obtains this rectangle is:
( ( left 1 + right 1 ) 2 , top 1 + bottom 1 2 )
After medical image was moved, the moving method step of vector graphics was as follows:
E1. the distance that move in coordinate system relative to former rectangular centre at the center of obtaining the new border rectangle of medical image for (x, y),
E2. when the distance that moves is not 0, the border rectangle mobile phase of vector graphics with distance,
E3. in new border rectangle, show new vector graphics;
F. during the medical image convergent-divergent, the center of medical image border rectangle does not change, and medical image convergent-divergent rate is α, and the distance of the central point of the border rectangle of vector graphics and the border rectangle of medical image is:
s = ( ( ( left 1 + right 1 ) 2 - ( left + right ) 2 ) 2 + ( top + bottom 2 - top 1 + bottom 1 2 ) 2 ) 1 / 2
New distance is after the convergent-divergent:
s 1=α*s
The angle β at the center of former vector graphics and the center of medical image is:
β = arctg ( | top + bottom 2 - top 1 + bottom 1 2 left 1 + right 1 2 - left + right 2 | ) ,
The center of the border rectangle of then new vector graphics is:
( ( left + right ) 2 - s 1 * cos β , top + bottom 2 + s 1 * sin β )
Can obtain new border rectangle after former vector graphics border rectangle calculates in the same way, draw new vector graphics in new border rectangle class.
CN 201010503356 2010-09-29 2010-09-29 Method for displaying vector graph on medicinal image Active CN102074026B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 201010503356 CN102074026B (en) 2010-09-29 2010-09-29 Method for displaying vector graph on medicinal image

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 201010503356 CN102074026B (en) 2010-09-29 2010-09-29 Method for displaying vector graph on medicinal image

Publications (2)

Publication Number Publication Date
CN102074026A true CN102074026A (en) 2011-05-25
CN102074026B CN102074026B (en) 2012-10-03

Family

ID=44032555

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 201010503356 Active CN102074026B (en) 2010-09-29 2010-09-29 Method for displaying vector graph on medicinal image

Country Status (1)

Country Link
CN (1) CN102074026B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105608319A (en) * 2015-12-21 2016-05-25 江苏康克移软软件有限公司 Digital pathological section labeling method and device
CN115309313A (en) * 2022-08-09 2022-11-08 盈帜科技(常州)有限公司 Method and device for displaying mass vector data of two-dimensional scene

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020067340A1 (en) * 2000-05-24 2002-06-06 Filips Van Liere Method and apparatus for shorthand processing of medical images, wherein mouse positionings and/or actuations will immediately control image measuring functionalities, and a pertinent computer program
CN1369865A (en) * 2001-01-30 2002-09-18 皇家菲利浦电子有限公司 Method for processing 2D image mapped on 3D target
CN101315633A (en) * 2008-06-03 2008-12-03 深圳市蓝韵实业有限公司 Integrated reduced graph implementing method based on single screen
CN101350103A (en) * 2008-08-05 2009-01-21 深圳市蓝韵实业有限公司 Method for implementing medical image multielement packet mark-remaining information
CN101455571A (en) * 2007-12-11 2009-06-17 上海泰美软件科技发展有限公司 Positioning method of plastic post-prosthesis in skull defect repairing operation

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020067340A1 (en) * 2000-05-24 2002-06-06 Filips Van Liere Method and apparatus for shorthand processing of medical images, wherein mouse positionings and/or actuations will immediately control image measuring functionalities, and a pertinent computer program
CN1369865A (en) * 2001-01-30 2002-09-18 皇家菲利浦电子有限公司 Method for processing 2D image mapped on 3D target
CN101455571A (en) * 2007-12-11 2009-06-17 上海泰美软件科技发展有限公司 Positioning method of plastic post-prosthesis in skull defect repairing operation
CN101315633A (en) * 2008-06-03 2008-12-03 深圳市蓝韵实业有限公司 Integrated reduced graph implementing method based on single screen
CN101350103A (en) * 2008-08-05 2009-01-21 深圳市蓝韵实业有限公司 Method for implementing medical image multielement packet mark-remaining information

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105608319A (en) * 2015-12-21 2016-05-25 江苏康克移软软件有限公司 Digital pathological section labeling method and device
CN105608319B (en) * 2015-12-21 2019-03-08 玖壹叁陆零医学科技南京有限公司 A kind of mask method and annotation equipment of digital pathological section
CN115309313A (en) * 2022-08-09 2022-11-08 盈帜科技(常州)有限公司 Method and device for displaying mass vector data of two-dimensional scene

Also Published As

Publication number Publication date
CN102074026B (en) 2012-10-03

Similar Documents

Publication Publication Date Title
AU2019202799B2 (en) A method to automatically predict handle locations for skinningtransformations using deep learning
CN110009721B (en) Generating a triangular mesh of an image represented by a curve
US11314400B2 (en) Unified digital content selection system for vector and raster graphics
JP2009080573A (en) Display method
KR20190092699A (en) Simulation system and method for dental patient consultation
CN102074026B (en) Method for displaying vector graph on medicinal image
CN112799583B (en) Point location schematic drawing system based on android platform
JPH05108786A (en) Method and apparatus for transforming graphic form
CN109840929B (en) Method and device for realizing dynamic base line drawing based on Echarts
Brownridge et al. Body scanning for avatar production and animation
CN112819741B (en) Image fusion method and device, electronic equipment and storage medium
CN114797109A (en) Object editing method and device, electronic equipment and storage medium
CN111521127B (en) Measuring method, measuring apparatus, and recording medium
JP4831788B2 (en) Conceptual model visualization system, program and recording medium
AU2019213404B2 (en) Unified selection model for vector and raster graphics
JPH10247136A (en) Information processor and information processing method
JP4934568B2 (en) Document information management support apparatus, raster data digitizing method, digitized program, and recording medium
CN106528130A (en) Editing button adaptation method and apparatus
Kegel et al. SandExplorer: Exploring Geospatial Data, Grain by Grain
CN111755102A (en) Method and device for displaying pathological section
JP2746981B2 (en) Figure generation method
JPH0577229B2 (en)
JP2004054572A (en) Method and device for editing three-dimensional model
JPH0411020B2 (en)
CN108256004A (en) Mark vector control method, device, signal handling equipment and the system of signal

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
ASS Succession or assignment of patent right

Owner name: SHENZHEN LANDWIND NETWORK CO., LTD.

Free format text: FORMER OWNER: LANYUN INDUSTRY CO., LTD.;SHENZHEN CITY

Effective date: 20120911

C41 Transfer of patent application or patent right or utility model
TR01 Transfer of patent right

Effective date of registration: 20120911

Address after: Futian District King Road Shenzhen city Guangdong province 518000 green garden building room 410 (only office)

Patentee after: Shenzhen Landwind Network Co., Ltd.

Address before: Futian District King Road Shenzhen city Guangdong province 518000 No. 81 country garden building E 601

Patentee before: Landwind Co., Ltd.

C56 Change in the name or address of the patentee

Owner name: LANWANG TECHNOLOGY CO., LTD.

Free format text: FORMER NAME: SHENZHEN LANDWIND NETWORK CO., LTD.

CP03 Change of name, title or address

Address after: Nanshan District Xueyuan Road in Shenzhen city of Guangdong province 518000 No. 1001 Nanshan Chi Park A3 building 6 floor

Patentee after: LANWON SCIENCE & TECHNOLOGY CO., LTD.

Address before: Futian District King Road Shenzhen city Guangdong province 518000 green garden building room 410 (only office)

Patentee before: Shenzhen Landwind Network Co., Ltd.

C56 Change in the name or address of the patentee
CP01 Change in the name or title of a patent holder

Address after: Nanshan District Xueyuan Road in Shenzhen city of Guangdong province 518000 No. 1001 Nanshan Chi Park A3 building 6 floor

Patentee after: LANWON TECHNOLOGY CO., LTD.

Address before: Nanshan District Xueyuan Road in Shenzhen city of Guangdong province 518000 No. 1001 Nanshan Chi Park A3 building 6 floor

Patentee before: LANWON SCIENCE & TECHNOLOGY CO., LTD.