• Title/Summary/Keyword: distributed object

Search Result 746, Processing Time 0.031 seconds

Extraction of a Central Object in a Color Image Based on Significant Colors (특이 칼라에 기반한 칼라 영상에서의 중심 객체 추출)

  • SungYoung Kim;Eunkyung Lim;MinHwan Kim
    • Journal of Korea Multimedia Society
    • /
    • v.7 no.5
    • /
    • pp.648-657
    • /
    • 2004
  • A method of extracting central objects in color images without any prior-knowledge is proposed in this paper, which uses basically information of significant color distribution. A central object in an image is defined as a set of regions that lie around center of the image and have significant color distribution against the other surround (or background) regions. Significant colors in an image are first defined as the colors that are distributed more densely around center of the image than near borders. Then core object regions (CORs) are selected as the regions a lot of pixels of which have the significant colors. Finally, the adjacent regions to the CORs are iteratively merged if they are similar to the CORs but not to the background regions in color distribution. The merging result is accepted as the central object that may include differently color-characterized regions and/or two or more objects of interest. Usefulness of the significant colors in extracting the central object was verified through experiments on several kinds of test images. We expect that central objects shall be used usefully in image retrieval applications.

  • PDF

Design and Implementation of Integrated Network Management System for Internet Service Subscribers Network (인터넷 서비스 가입자망을 통합 관리하는 망 관리 시스템의 설계 및 구현)

  • 윤병수;김채영
    • Journal of Korea Multimedia Society
    • /
    • v.7 no.2
    • /
    • pp.283-291
    • /
    • 2004
  • Internet Service Subscribers Network has a new role of providing the various multimedia services to the home. However, there exist several types of distributed subscribers network using Asymmetric Digital Subscriber Line (ADSL), Very high-bit rate Digital Subscriber Line (VDSL), and Data Over Cable Service Interface Specifications (DOCSIS). The efficient and concentrated network management of those several distributed subscribers networks with resources require the general information model of network, which has abstract and conceptional managed objects independent of type of network and its equipment to manage the integrated subscriber network. This paper presents the general Internet subscribers network model of the managed object to manage that network in the form of integrated hierarchy This paper adopts the object-oriented development methodology with UML and designs and implements the integrated subscribers NMS of cable data network and VDSL network as examples of the subscriber networks.

  • PDF

Optimal Trajectory Planning for Cooperative Control of Dual-arm Robot (양팔 로봇의 협조제어를 위한 최적 경로 설계)

  • Park, Chi-Sung;Ha, Hyun-Uk;Lee, Jang-Myung
    • Journal of Institute of Control, Robotics and Systems
    • /
    • v.16 no.9
    • /
    • pp.891-897
    • /
    • 2010
  • This paper proposes a cooperative control algorithm for a dual-arms robot which is carrying an object to the desired location. When the dual-arms robot is carrying an object from the start to the goal point, the optimal path in terms of safety, energy, and time needs to be selected among the numerous possible paths. In order to quantify the carrying efficiency of dual-arms, DAMM (Dual Arm Manipulability Measure) has been defined and applied for the decision of the optimal path. The DAMM is defined as the intersection of the manipulability ellipsoids of the dual-arms, while the manipulability measure indicates a relationship between the joint velocity and the Cartesian velocity for each arm. The cost function for achieving the optimal path is defined as the summation of the distance to the goal and inverse of this DAMM, which aims to generate the efficient motion to the goal. It is confirmed that the optimal path planning keeps higher manipulability through the short distance path by using computer simulation. To show the effectiveness of this cooperative control algorithm experimentally, a 5-DOF dual-arm robot with distributed controllers for synchronization control has been developed and used for the experiments.

Agent Application for E-Beam Manufacturing System (전자빔 가공기에 대한 에이전트 응용)

  • Lim, Sun-Jong;Lee, Chan-Hong;Song, Jun-Yeob
    • Transactions of the Korean Society of Machine Tool Engineers
    • /
    • v.16 no.2
    • /
    • pp.44-49
    • /
    • 2007
  • An agent is an abstract unit for problem solving in the field of distributed artificial intelligence, and an agent-based system is designed and implemented based on the definition of agent as its central concept. Agent modeling is advantageous to abstraction, disintegration and structuring for describing complex system, so its application is increased in various areas including air traffic control, power transmission, e-commerce and medicine. There is no agreed definition of agent but agents have common points as follows: autonomy, reactivity, pro-activeness and cooperation. An agent-oriented modeling is an approach of a concept different form existing object-oriented modeling. This study proposed the agent application for E-Beam manufacturing system. To evaluate the performance of the proposed process design, we used the JADE library. The JADE toolkit provides a FIPA-compliant agent platform and a package to develp Java agents. It provides a basic set of functionalities that are regarded as essential for an autonomous agent architecture.

CORBA/JAVA Based Distributed Object Composer for M/VC Applications (CORBA/JAVA 기반 분산 M/VC 응용 프로그램의 조립식 작성기)

  • 양유진;유은자;이미은;음두헌;최성운
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 1998.10b
    • /
    • pp.608-610
    • /
    • 1998
  • 분산 M/VC 응용 프로그램의 조립식 작성기, DOC(Distributed Object Composer)는 M/VC(Model/View.Controller) 모델 기반 실시간 클라이언트/서버 응용의 신속한 개발을 지원한다. 본 논문에서는 DOC를 이용한 분산 M/VC 응용 프로그램의 조립식 작성 과정과 함께 그 구현을 소개한다. DOC는 개방화 및 표준화를 주도하는 CORBA 미들웨어를 기반으로 하여, 이질적인 통신 환경에서 클라이언트와 서버 객체간의 네트워크 투과성을 제공하고, 분산된 객체들 간의 상호작용(interaction) 패턴을 추상화하여 조립식 분산 응용 프로그램의 작성을 가능하게 한다. 분산 객체들 간의 상호작용을 처리하기 위해 자바의 관찰자/피관찰자(Observer/Observable) 패턴을 분산 관찰자/피관찰자 패턴으로 확장하여, serverDOC와 clientDOC로 구성된 DOC의 구현에 사용한다. 분산 피관찰자는 M/VC의 모델에 해당하고, 분산 관찰자는 뷰.콘트롤러에 해당한다. 개발자는 분산 환경을 고려하지 않고 필요한 관찰자/피관찰자 객체들을 생성하여 로컬상의 DOC에 조립식으로 연결하기만 하면 피관찰자의 상태 변화는 곧 관찰자에게 전달되고, 관찰자를 통한 사용자의 입력은 피관찰자에게 전달되어 반영된다. DOC를 이용한 응용 프로그램의 작성은 구성 객체들을 DOC에 plug-and-play 방식으로 조립하는 과정이다. 따라서 DOC는 분산 환경하의 컴포넌트 재사용성을 개선하고, 분산 응용의 생산성을 높인다.

A Study on Information Retrieval Systems Integration Using Common Object Request Broker Architecture (CORBA기능을 이용한 정보검색시스템 통합에 관한 연구)

  • 최한석;김상미;남태우;손덕주
    • Journal of the Korean Society for information Management
    • /
    • v.13 no.2
    • /
    • pp.223-242
    • /
    • 1996
  • This study proposes an integration model of information retrieval systems using a standard distributed object computing technology in digital library environments. In the proposed integration model called DDIRIORB, the middleware broker based on CORBA is designed for the transparent access to the distributed information repositories and the consistent view of the information retrieval by applying 239.50 protocol. The DDIRIORB is an adaptable open architecture that allows for the following benefits : bibliographic and abstract information retrieval simultaneously, interoperability between application servers and clients, consistent view of search results, complexity reduction of integration interfaces, and easy to use.

  • PDF

A Comparison Study for Optimal Implementation of the EDI Systems of Port Logistics (항만물류 EDI 시스템의 최적 구현을 위한 비교 분석)

  • 김현수;박남규;한계섭;최형림;조재형
    • The Journal of Information Systems
    • /
    • v.10 no.2
    • /
    • pp.103-128
    • /
    • 2001
  • At present, the EDI systems are indispensable software in port logistics industry. Currently, a monopolistic VAN/EDI service provider operates the EDI services. The current EDI client software has the 2-tier fat client/server architecture. However, the current EDI software is lack of Web interface and causes lots of cost for maintenance. Therefore, a variety of implementation architecture has been being tried by using script, XML and distributed object-oriented technology. Web/EDI and XML/EDI are the new EDI systems, However, the EDI systems have some limitations such as speed. This study intends to compare the variety implementation architecture for the EDI systems in the users' perspective and explore the strong and weak points of each architecture. We compared the EDI systems based on our experience of more than 2-years of implementation project for the EDI systems of port logistics. We categorized the EDI systems as client application EDI, Web EDI using script, XML/EDI, and 3-tier distributed object-oriented EDI system. We compared them with criteria such as speed, program maintenance, easiness of implementation and usage, security, and load balancing and fail-over. Finally we discuss the direction of optimal EDI system architecture for the future.

  • PDF

Reducing False Sharing based on Memory Reference Patterns in Distributed Shared Memory Systems (분산 공유 메모리 시스템에서 메모리 참조 패턴에 근거한 거짓 공유 감속 기법)

  • Jo, Seong-Je
    • The Transactions of the Korea Information Processing Society
    • /
    • v.7 no.4
    • /
    • pp.1082-1091
    • /
    • 2000
  • In Distributed Shared Memory systems, false sharing occurs when two different data items, not shared but accessed by two different processors, are allocated to a single block and is an important factor in degrading system performance. The paper first analyzes shared memory allocation and reference patterns in parallel applications that allocate memory for shared data objects using a dynamic memory allocator. The shared objects are sequentially allocated and generally show different reference patterns. If the objects with the same size are requested successively as many times as the number of processors, each object is referenced by only a particular processor. If the objects with the same size are requested successively much more than the number of processors, two or more successive objects are referenced by only particular processors. On the basis of these analyses, we propose a memory allocation scheme which allocates each object requested by different processors to different pages and evaluate the existing memory allocation techniques for reducing false sharing faults. Our allocation scheme reduces a considerable amount of false sharing faults for some applications with a little additional memory space.

  • PDF

A Study on Reliability for Application QoS in Distributed Multimedia (분산 멀티미디어에서 응용 QoS를 위한 신뢰성에 관한 연구)

  • Ko, Eung-Nam;Bae, Cheol-Soo
    • The Journal of Korea Institute of Information, Electronics, and Communication Technology
    • /
    • v.8 no.1
    • /
    • pp.18-22
    • /
    • 2015
  • The relationship of information collection and utility is relationship of man to man, but is developed object to object by information communication and control system. This paper suggests a multimedia collaboration environment based on M2M(Machine to machine). We propose a study on reliability for application QoS in distributed multimedia. When it recovers, the characteristic of this system is to use the same method to get back again it as it creates a session.

A Study on the Web-based Integrated Environment for Design Systems (웹 기반 통합 설계 환경 구축에 관한 연구)

  • 이창근;이수홍;방건동
    • Korean Journal of Computational Design and Engineering
    • /
    • v.7 no.2
    • /
    • pp.110-120
    • /
    • 2002
  • This paper presents the method that allows easy and rapid integration of legacy resources within the company and between departments. The proposed system can easily construct a distributed environment for collaborative design between departments in the companies. It supports knowledge-based integration system, which allows designers to develop product with deep knowledge about product design. For the purpose, DOME (Distributed Object-based Modeling Environment)-which has been developed through various studies-was used in this paper. To overcome its problems and insufficiency, the Web-Integrator is proposed. The Web-Integrator is very suitable for an Internet environment because it uses HTTP (Hyper Text Transfer Protocol) and XML (extensible Markup Language) as its main communication method. By supporting the remote object access via URL (Uniform Resource Locator), the implementation of the integrated system makes the Web-Integrator systematic and intuitive. All the functions and resources provided by DOME could be used with the interface that enables bi-directional communication with the DOME system. Web-Integrator provides full web-based environments for the general designers, who do not have a full design knowledge and experience, and the proposed system allows design operations to happen at any place and anytime. Also it provides XML-RPC(Remote Procedure Call) based web service framework, which allows other systems to use easily the service that the DOME system supplies regardless the location and the platform.