• Title/Summary/Keyword: vector graphics

Search Result 139, Processing Time 0.041 seconds

Wall Painting System using Robot (로봇을 이용한 벽화 시스템)

  • Jang, Ho-Yeon;Ryoo, Seung-Taek;Park, Jin-Wan
    • The Journal of the Korea Contents Association
    • /
    • v.9 no.12
    • /
    • pp.592-599
    • /
    • 2009
  • In this paper, I explain the design and implementation of an automated drawing system by communicating with a user. I made a system providing an UI for virtual environmental actual robot to interwork with environment to make a drawing that I was able to read work, and to help convenience of a user in computers. The UI of a system was used the AWT(Abstract Window Toolkit) in NetBean tools. To draw images, I got image information from SVG vector files. This system can make images according to the demand of users by using real-time communication. Also this kind of drawing process can be an artists performance, not only the final image as a result of the work. So I suggest that this real-time drawing process which is operated by user’s command can be considered as an artists performance.

SVG Based Realtime Drawing Using NXT Robot (NXT 로봇을 이용한 SVG 기반 실시간 드로잉)

  • Jang, ho-yeon;Ryoo, seung-taek;Park, jin-wan
    • Proceedings of the Korea Contents Association Conference
    • /
    • 2009.05a
    • /
    • pp.146-151
    • /
    • 2009
  • A reward of the work which used physical computing in fields artistic modern installation is becoming large. But the example that used a robot cannot try to easily look it up on a tool of the drawing which isn't robot use for interaction. I will mention it about a user and a drawing system design and the developmental process which I can communicate with at these papers. I used a Mindstorm NXT system to have been said in Lego companies in the robot which composed working environment, and I classified it to virtual environments that I forecasted environmental actual drawing this, and I did simulate. I used an Icommand library to control a NXT system, and drawing used a processing library in actual environments for the purpose of in order to to express to virtual environment. I got image information, and I expressed to a vector method SVG file to bases for line drawing. This system can have already made it according to demand of a user as real-time communication is possible by bluetooth working together. These figures can work to one performance not being stopping to the results of already in processes doing drawing.

  • PDF

The vectorization and recognition of circuit symbols for electronic circuit drawing management (전자회로 도면관리를 위한 벡터화와 회로 기호의 인식)

  • 백영묵;석종원;진성일;황찬식
    • Journal of the Korean Institute of Telematics and Electronics B
    • /
    • v.33B no.3
    • /
    • pp.176-185
    • /
    • 1996
  • Transformin the huge size of drawings into a suitable format for CAD system and recognizng the contents of drawings are the major concerans in the automated analysis of engineering drawings. This paper proposes some methods for text/graphics separation, symbol extraction, vectorization and symbol recognition with the object of applying them to electronic cirucit drawings. We use MBR (Minimum bounding rectangle) and size of isolated region on the drawings for separating text and graphic regions. Characteristics parameters such as the number of pixels, the length of circular constant and the degree of round shape are used for extracting loop symbols and geometric structures for non-loop symbols. To recognize symbols, nearest netighbor between FD (foruier descriptor) of extractd symbols and these of classification reference symbols is used. Experimental results show that the proposed method can generate compact vector representation of extracted symbols and perform the scale change and rotation of extracted symbol using symbol vectorization. Also we achieve an efficient searching of circuit drawings.

  • PDF

SVG document editing system based on XML for structured graphic representation (XML기반의 구조화된 그래픽 표현을 위한 SVG문서 저작 시스템)

  • 배희재;송병규;김윤기;김창수;정회경
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2004.04a
    • /
    • pp.817-819
    • /
    • 2004
  • 인터넷의 급속한 발전은 기존의 정적인 웹을 탈피하여 사용자들로 하여금 더욱더 동적이고 다양한 콘텐츠를 요구하는 형태로 바뀌어 가는 실정이다. 따라서 이러한 사용자들의 욕구를 충족시키기 위해 인터넷 상에서 표현의 고급화와 체계적이고 구조적인 방식의 콘텐츠를 생성하고 관리하기 위한 방법들이 논의됨에 따라 이를 충족시키기 위한 방법으로 W3C(World Wide Web Consortium)에서는 SVG(Sealable Vector Graphics)를 제안하였다. SVG는 기존의 인터넷에서 사용되던 비트맵 기반의 디스플레이 보다 훨씬 풍부하고 정교한 그래픽 표현을 제공하기 때문에 기능이나 장지 호환성의 희생 없이 완전하게 벡터 그래픽을 표현한다. 또한. 그래픽에 대한 논리적인 구조를 기술함으로써 인덱싱, 검색, 저장 또는 공유가 가능하도록 정의하고 있다. 이에 본 논문에서는 SVG에 관한 기초기술 연구 및 구조화된 SVG 문서를 사용자 중심의 편집 인터페이스를 통해 일반 사용자들이 손쉽게 그래픽 객체를 직접 저작함에 따라 복잡한 SVG 구문을 자동으로 생성하는 SVG 문서 저작 시스템을 설계 및 구현한다.

  • PDF

A Study On Improving the Performance of One Dimensional Systolic Array Processor for Matrix.Vector Operation using Sub-Matrix (부분행렬을 사용한 행렬.벡터 연산용 1차원 시스톨릭 어레이 프로세서 설계에 관한 연구)

  • Kim, Yong-Sung
    • The Journal of Information Technology
    • /
    • v.10 no.3
    • /
    • pp.33-45
    • /
    • 2007
  • Systolic Array Processor is used for designing the special purpose processor in Digital Signal Processing, Computer Graphics, Neural Network Applications etc., since it has the characteristic of parallelism, pipeline processing and architecture of regularity. But, in case of using general design method, it has intial waiting period as large as No. of PE-1. And if the connected system needs parallel and simultaneous outputs, processor has some problems of the performance, since it generates only one output at each clock in output state. So in this paper, one dimensional Systolic Array Processor that is designed according to the dependance of data and operations using the partitioned sub-matrix is proposed for the purpose of improving the performance. 1-D Systolic Array using 4 partitioned sub-matrix has efficient method in case of considering those two problems.

  • PDF

The Design of VGE(Vector Geometric Engine) for 3D Graphics Geometry Processing (3차원 그래픽 지오메트리 연산을 위한 벡터 지오메트리 엔진의 설계)

  • 김원석;정철호;이길환;박우찬;한탁돈;이문기
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2001.10c
    • /
    • pp.52-54
    • /
    • 2001
  • 3차원 그래픽 가속기는 지오메트리 처리(geometry processing)와 레스터라이져(rasterizer)로 구성된다. 본 논문에서는 지오메트리 처리들 고속으로 수행할 수 있는 벡터 형태의 처리 구조(VGE)를 제안하였다. 특허 기존의 부동소수점을 계산할 수 있는 구조에 4개의 FADD, FMUL, 128개의 벡터 레지스터를 추가하여 지오메트리 연산을 가속했으며 VGE와 비슷한 H/W 비용을 갖는 Hitachi의 SH4와 비교했을 때 평균 4.7배의 성능향상을 보였다. 또한 성능 평가를 위해 범용프로세서 시뮬레이터인 Simplescalar를 수정하여 시뮬레이터를 제작했으며 Viewperf Benchmark를 입력으로 사용하였다.

  • PDF

Interactive Multimedia Language for Mobile Media Player (모바일 미디어 플레이어를 위한 대화형 멀티미디어 언어)

  • Kim, Mi-Ha;Ryu, Eun-Suk;Jeong, Jin-Hwan;Yoo, Hyuck
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2003.11a
    • /
    • pp.19-22
    • /
    • 2003
  • 빨라진 프로세서와 충분한 메모리로 인하여 MPEG-1 MPEG-4 등의 동영상 표준을 기반으로 한 컨텐츠를 PDA 와 같은 모바일 단말기에서 단순히 플레이 시키는 일은 더 이상 문제가 되지 않는다. 이제는 사용자가 자신의 단말기에서 미디어를 감상하는 차원을 넘어서 사용자가 참여 할 수 있는 다양한 컨텐츠를 원한다. 이에 이 논문에서는 SMIL2.0 을 기반으로 하는 대화형 멀티미디어 언어를 연구하고, 여기에 벡터 그래픽스(Vector Graphics)를 추가 시켰다. 또한, 트랜스래이터(Translator)를 구현하여 markup language 를 바이너리 포맷(Binary format)으로 변환시킴으로써 좀 더 모바일 환경에 적합하도록 하였다. 본 논문에서 연구한 대화형 멀티 미디어 언어를 이용하여 대화형 미디어 컨텐츠를 제작하고 자체적으로 제작한 PDA 용 통합 미디어 플레이어에서 재생시킴으로써 대화형 멀티미디어 언어를 이용한 무선 환경에서 다양한 서비스의 가능성을 제시하여 준다.

  • PDF

Construction of Web-based GIS System for searching of the Teacher Information (교원정보 검색을 위한 Web기반 GIS 시스템 구축)

  • Shin, Sam-Bum;Kim, Sun-Mi;Kim, Chang-Soo
    • Journal of Fisheries and Marine Sciences Education
    • /
    • v.19 no.3
    • /
    • pp.373-382
    • /
    • 2007
  • As the Internet users are growing, GIS researchers that would like to integrate various GIS informations have more interests for information searching technologies based on Web. But, even though these researches is growing a infinite possibility of utilizing the map, there are not yet providing more functionalized GIS services. This paper proposes a searching mechanism for the teacher information based on the SVG(Scalable Vector Graphics) format transformed the SHP format. We also implement the home-page link function inserted Web-connection information of the specific locations that could connect specific school web site within SVG file. We also provide the services to interpret requested query with proposed scheme.

A Study on the High Speed Curve Generator Using 1-Dimensional Systolic Array Processor (1차원 시스톨릭 어레이 프로세서를 이용한 고속 곡선 발생기에 관한 연구)

  • 김용성;조원경
    • Journal of the Korean Institute of Telematics and Electronics B
    • /
    • v.31B no.5
    • /
    • pp.1-11
    • /
    • 1994
  • In computer graphics since objects atre constructed by lines and curves, the high-speed curve generator is indispensible for computer aided design and simulatation. Since the functions of graphic generation can be represented as a series of matrix operations, in this paper, two kind of the high-speed Bezier curve generator that uses matrix equation and a recursive relation for Bezier polynomials are designed. And B-spline curve generator is designed using interdependence of B-spline blending functions. As the result of the comparison of designed curve generator and reference [5], [6] in the operation time and number of operators, the curve generator with 1-dimensional systolic array processor for matrix vector operation that uses matrix equation for Bezier curve is more effective.

  • PDF

A Study on Laser Cutting Path Generation by Image Processing (이미지처리를 통한 레이저 가공경로생성에 관한 연구)

  • 박정호;이희관;양균의;김공묵
    • Proceedings of the Korean Society of Precision Engineering Conference
    • /
    • 2000.11a
    • /
    • pp.934-938
    • /
    • 2000
  • This paper presents a laser cutting of 2D image. 2D image in pixel graphic format is converted into vector graphic image by image processing. Bitmap graphics are made easily, but can not being used in application works for geometry transition. The Sobel's Edge detection method is used to find boundary points on 2D image. The points are fitted into curves with sampling and filtering. Sampling can provide efficient computation and filtering reconstuct features in image. The NC code is generated on MURBS curve of the points. Also, the offset of contour and cutting conditions are considered.

  • PDF