• 제목/요약/키워드: visibility graph

검색결과 60건 처리시간 0.024초

NPC의 자연스러운 이동경로를 보장하는 효율적인 상태공간의 생성 (Efficient State Space Generation for Guaranteeing a Natural-Looking Path for NPCs)

  • 유견아
    • 한국정보과학회논문지:소프트웨어및응용
    • /
    • 제34권4호
    • /
    • pp.368-376
    • /
    • 2007
  • 컴퓨터 게임에서 NPC(non-player character)가 이동하는 자연스러운 경로를 찾기 위해서는 탐색을 위한 공간을 어떻게 표현할 것인가에 대한 연구가 어떤 탐색 방법을 사용할 것인가에 대한 연구 못지 않게 중요하다고 할 수 있다. 최근까지 게염 경로 찾기의 동향을 보면 경로 계획을 위한 탐색 방법으로는 A* 알고리즘이 단연 우위를 보이지만 A* 알고리즘을 적용하기 위한 상태 공간 표현 방식으로는 게임을 위해 만들어진 여러가지 표현 방법들이 사용되고 있다. 기존의 방법들은 탐색 공간의 크기가 너무 크거나, 최적의 경로를 찾지 못하거나, 경로가 자연스럽지 못하는 등의 단점 뿐 아니라 노드와 링크의 생성이 자동적이지 못하고 레벨 디자이너에 의존하는 것도 문제점으로 지적되고 있다. 본 논문에서는 경로가 자연스럽게 보이기 위한 성질을 정의하고 이를 충족하는 경로를 생성할 수 있도록 로보틱스 분야의 가시 성그래프를 응용한 일반화 가시성그래프를 이용하여 상태공간을 표현할 것을 제안한다.

화랑 문제의 최소 정점 경비원 수 알고리즘 (Minimum number of Vertex Guards Algorithm for Art Gallery Problem)

  • 이상운
    • 한국컴퓨터정보학회논문지
    • /
    • 제16권6호
    • /
    • pp.179-186
    • /
    • 2011
  • 본 논문은 화랑 문제의 최소 정점 경비원 수를 구하는 알고리즘을 제안하였다. n개의 사각형 방으로 구성된 화랑의 최소 경비원수는 정확한 해를 구하는 공식이 제안되었다. 그러나 단순하거나 장애물이 있는 다각형 또는 직각 다각형에 대해 최대 경비원수를 구하는 공식만이 제안되었으며, 최소 경비원수를 구하는 근사 알고리즘만이 제안되고 있다. n개의 정점으로 구성된 다각형 P에 대한 최대 정점 경비원 수를 구하는 방법은 Fisk가 다음과 같이 제안하였다. 첫 번째로, n-2개의 삼각형으로 구성된 삼각분할을 수행한다. 두 번째로 3색-정점색칠을 한다. 세 번째로 최소 원소를 가진 채색수를 정점 경비원의 위치로 결정한다. 본 논문에서는 지배집합으로 최소 정점 경비원 수를 구한다. 첫 번째로, 가능한 모든 가시적인 정점들 간에 간선을 그린 가시성 그래프를 얻는다. 두 번째로, 가시성그래프로부터 직접 지배집합을 얻는 방법과 가시성 행렬로부터 지배집합을 얻는 방법을 적용하였다. 다양한 화랑 문제에 적용한 결과 제안된 알고리즘은 단순하면서도 최소 정점 경비원 수를 얻을 수 있었다.

그래프 기반 영역 분할 방법을 이용한 매체 전달량 계산과 가시성 복원 (Estimation of the Medium Transmission Using Graph-based Image Segmentation and Visibility Restoration)

  • 김상균;박종현;박순영
    • 전자공학회논문지
    • /
    • 제50권4호
    • /
    • pp.163-170
    • /
    • 2013
  • 일반적으로 외부에서 획득되는 영상은 대기 중에 존재하는 먼지, 물방울, 연무, 안개, 연기 등에 의해 화질이 감쇠되고 결과적으로 대비도 감소와 색상의 왜곡 현상이 발생한다. 그리나 안개와 배경 사이에 내재된 모호성 때문에 배경으로부터 안개를 제거하는 작업은 결코 간단한 문제가 아니다. 본 논문에서는 단일 영상에서 비용함수로서 에지의 기울기를 이용한 그래프 기반 영역 분할 방법을 이용하여 안개 제거를 위한 새로운 방법을 제안한다. 우리는 장면을 깊이 관련 정보에 따라 여러 영역으로 분리하고 전역적인 안개값을 추정한다. 매체의 전달량은 그래프 기반 영역 분할 알고리즘의 임계 함수에 의해서 직접적으로 계산된다. 매체 전달량과 안개값이 계산되면 안개 모델식에 의해서 쉽게 안개가 제거된 영상을 복원할 수 있다. 그리고 안개 영상과 복원된 영상간의 에지의 기울기 비율을 계산함으로써 기존의 연구 방법과 제안된 연구 방법의 가시성 복원 정도를 비교 평가하였다. 다양한 안개 영상에 대한 실험 결과 제안된 방법의 우수한 안개 제거 및 화질 복원 능력이 입증되었다.

Reducing the Search Space for Pathfinding in Navigation Meshes by Using Visibility Tests

  • Kim, Hyun-Gil;Yu, Kyeon-Ah;Kim, Jun-Tae
    • Journal of Electrical Engineering and Technology
    • /
    • 제6권6호
    • /
    • pp.867-873
    • /
    • 2011
  • A navigation mesh (NavMesh) is a suitable tool for the representation of a three-dimensional game world. A NavMesh consists of convex polygons covering free space, so the path can be found reliably without detecting collision with obstacles. The main disadvantage of a NavMesh is the huge state space. When the $A^*$ algorithm is applied to polygonal meshes for detailed terrain representation, the pathfinding can be inefficient due to the many states to be searched. In this paper, we propose a method to reduce the number of states searched by using visibility tests to achieve fast searching even on a detailed terrain with a large number of polygons. Our algorithm finds the visible vertices of the obstacles from the critical states and uses the heuristic function of $A^*$, defined as the distance to the goal through such visible vertices. The results show that the number of searched states can be substantially reduced compared to the $A^*$ search with a straight-line distance heuristic.

Dual Beam LDV 의 數密度 에 관한 硏究 (A study on the number density in a dual beam LDV)

  • 이기백;주은선
    • 대한기계학회논문집
    • /
    • 제9권6호
    • /
    • pp.788-794
    • /
    • 1985
  • 본 논문에서는 유동산란입자들을 1개에서 35개까지 불규칙 상태로 배열한 13 가지의 모델을 만들어 probe volume 속으로 횡단시키므로 나타나는 신호를 분석하여 수밀도와 가시도에 대한 실험적 관계를 파악하고 이를 이론식과 비교검토하고자 했다. 또한 두 입자의 간격을 좁혀가면서 실험하므로 간섭무늬에 대한 두 입자의 입상차가 합성신호특성에 중요 파라미터임을 확인했다.

컴퓨터 게임 환경에서 일반화 가시성 그래프를 이용한 경로찾기 (Path-finding by using generalized visibility graphs in computer game environments)

  • 유견아;전현주
    • 한국시뮬레이션학회논문지
    • /
    • 제14권3호
    • /
    • pp.21-31
    • /
    • 2005
  • In state-of-the-art games, characters can move in a goal-directed manner so that they can move to the goal position without colliding obstacles. Many path-finding methods have been proposed and implemented for these characters and most of them use the A* search algorithm. When .the map is represented with a regular grid of squares or a navigation mesh, it often takes a long time for the A* to search the state space because the number of cells used In the grid or the mesh increases for higher resolution. Moreover the A* search on the grid often causes a zigzag effect, which is not optimal and realistic. In this paper we propose to use visibility graphs to improve the search time by reducing the search space and to find the optimal path. We also propose a method of taking into account the size of moving characters in the phase of planning to prevent them from colliding with obstacles as they move. Simulation results show that the proposed method performs better than the grid-based A* algorithm in terms of the search time and space and that the resulting paths are more realistic.

  • PDF

시각적 측면에서 랜드마크 요소의 최적입지선정 분석방법에 관한 연구 (A Study on Optimal Location Selection and Analytic Method of Landmark Element in terms of Visual Perception)

  • 김석태
    • 한국산학기술학회논문지
    • /
    • 제16권9호
    • /
    • pp.6360-6367
    • /
    • 2015
  • 랜드마크와 같이 시각적 인지가 용이해야 하는 요소의 입지 선택은 공간설계과정에서 많이 등장하는 화두이다. 최근에는 이러한 시각적 요소의 가시성을 평가하기 위해서 컴퓨터를 활용한 그래프 분석기술이 많이 적용되고 있으나, 분석의 틀이 평면적이고 시점과 대상점의 설정이 고정적이어서, 실질적인 분석결과를 얻는데 한계가 컸다. 이에 본 연구에서는 3차원 환경에서 동적 시점에 대한 분석이 가능한 비지향성 다차원 가시도 분석(MDVC-N) 분석방법론을 제시하였으며, 3차원 컴퓨터그래픽기술을 이용하여 분석어플리케이션을 구축하고, 시점과 대상점을 설정하는 스크립트 구조를 설계하였다. 여기에 고저차를 갖는 지형에 다양한 높이의 건물이 배치되어 있는 복합화된 대지를 예시모델로 적용하여 분석방법론을 검증하고 입지별 대안의 시각적 특성을 파악하였다. 연구를 통하여 다음과 같은 결론을 얻을 수 있었다. 1) 6개의 대안을 설정하여 정량적인 가시도를 측정할 수 있었다. 2) 3차원 그래프로 재현하여 직관적인 분석이 가능하였다. 3)공간구문론의 국부통합도를 공간이용행태 변수로 보정한 결과를 산출함으로서 분석의 적용성을 향상시켰다.

이산사건 시뮬레이션을 이용한 공간구조론의 검증 및 평가 (Verification and Evaluation of Spatial Structure Theory through Discrete Event Simulation)

  • 윤소희;김석태
    • 한국멀티미디어학회논문지
    • /
    • 제19권12호
    • /
    • pp.2000-2013
    • /
    • 2016
  • The purpose of this study is to validate the validity of the methodology for analyzing the space with complex characteristics and to evaluate the existing spatial structure analysis theory. Seven example models are designed and analyzed data of spatial syntax analysis and visibility graph analysis. And analyzed the agent-based model using two analytical methods: the adjacent space and the whole spatial connection. The results of this study are as follows. Based on the analysis of the agent - based model for perfectly freewalking, the validity of the method is verified in terms of predictive ability and effectiveness. Agent-based models can be simulated considering various variables, so realistic predictions will be possible and a new biography of complex systems can be met.

Motion planning with planar geometric models

  • Kim, Myung-Doo;Moon, Sang-Ryong;Lee, Kwan-Hee
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 제어로봇시스템학회 1990년도 한국자동제어학술회의논문집(국제학술편); KOEX, Seoul; 26-27 Oct. 1990
    • /
    • pp.996-1003
    • /
    • 1990
  • We present algebraic algorithms for collision-avoidance robot motion planning problems with planar geometric models. By decomposing the collision-free space into horizontal vertex visibility cells and connecting these cells into a connectivity graph, we represent the global topological structure of collision-free space. Using the C-space obstacle boundaries and this connectivity graph we generate exact (non-heuristic) compliant and gross motion paths of planar curved objects moving with a fixed orientation amidst similar obstacles. The gross motion planning algorithm is further extended (though using approximations) to the case of objects moving with both translational and rotational degrees of freedom by taking slices of the overall orientations into finite segments.

  • PDF

신고전주의 뮤지엄의 공간구조분석과 전시영역특성에 관한 연구 (A Study on the Analyzing Space Configuration and Character of Exhibition Area in Neo-Classical Museum)

  • 오지영;박혜경;김석태
    • 한국실내디자인학회논문집
    • /
    • 제20권3호
    • /
    • pp.225-232
    • /
    • 2011
  • This study analyzed characteristics of space configuration and exhibition contents in the Neo-classism style museum while carrying out space syntax and visibility graph analysis. Therefore, this research has the purpose to survey the status of existing museum analyze their visual perception space structural characteristics and ultimately utilize their characteristics as basic data in planning out and designing space. As for the research scope, the research selected as research subject 4 Neo-classism style museum in Europe and US that composite set of room to room type and having major space. Research method is that the research analyzed the exhibition space of 4 art museums by using depth-map program which can analyze space with visual graph analysis function and analyzed the visibility among unit areas by each art museum integration and exhibition contents composition. In such analysis method, the research was able to Quantitatively analyze the visual characteristics of exhibition space that induce and adjusts the motion of audience. Visual perception quantitive analysis as in this research will enhance exhibition design by considering the correlation between audience and exhibited items when planning out art museum space to be established later on. Therefore, wien museum integration degree are high because of same openings direction and major space, Also another museums major space integrations are high level degree, and Exhibition area is set of high integration area. So, visitors can perceive exhibition contents easily.