• Title/Summary/Keyword: Local coordinates system

Search Result 83, Processing Time 0.021 seconds

An Evaluation of Accuracy of Overlays Using Cadastral Maps and Google Earth Images (지적도와 Google Earth 영상의 중첩정확도 평가)

  • Kim, Suk-Jong;Kim, Jun-Hyun
    • Journal of the Korean Society of Surveying, Geodesy, Photogrammetry and Cartography
    • /
    • v.28 no.1
    • /
    • pp.143-152
    • /
    • 2010
  • These days, we can't confirm cadastre information about stereoscopic digital map that was consist of 2 dimensions and more difficult to understand of detailed parcel boundary, area, land using for 3 dimensions. An each local government providing three-dimensional that are connected to an aerial photograph with cadastre maps. Satisfaction is high for citizens but, this service additional cost for purchase of an aerial photograph order to provide of it. So far, in various ways are under study about three dimensions using Google Earth which is possible to provides 3 dimensional information by real time for individual parcel situation. The purpose of this study was analyzed an accuracy of overlapping between cadstre maps and an image on Google Earth Web in the each different coordinates system. Also, this paper could be provided for use possibility of 3 dimensions information service with an indicator of using or a guideline of direction for local government which provide 3 dimensions information oneday.

Automatic Registration of High Resolution Satellite Images using Local Properties of Tie Points (지역적 매칭쌍 특성에 기반한 고해상도영상의 자동기하보정)

  • Han, You-Kyung;Byun, Young-Gi;Choi, Jae-Wan;Han, Dong-Yeob;Kim, -Yong-Il
    • Journal of the Korean Society of Surveying, Geodesy, Photogrammetry and Cartography
    • /
    • v.28 no.3
    • /
    • pp.353-359
    • /
    • 2010
  • In this paper, we propose the automatic image-to-image registration of high resolution satellite images using local properties of tie points to improve the registration accuracy. A spatial distance between interest points of reference and sensed images extracted by Scale Invariant Feature Transform(SIFT) is additionally used to extract tie points. Coefficients of affine transform between images are extracted by invariant descriptor based matching, and interest points of sensed image are transformed to the reference coordinate system using these coefficients. The spatial distance between interest points of sensed image which have been transformed to the reference coordinates and interest points of reference image is calculated for secondary matching. The piecewise linear function is applied to the matched tie points for automatic registration of high resolution images. The proposed method can extract spatially well-distributed tie points compared with SIFT based method.

Study on the Environment Information Providing Method based on Spatial Information Document

  • Choi, Byoung Gil;Na, Young Woo;Kim, Sung Pyo
    • Journal of the Korean Society of Surveying, Geodesy, Photogrammetry and Cartography
    • /
    • v.34 no.2
    • /
    • pp.185-194
    • /
    • 2016
  • The purpose of this study is to present a method to provide environment information based on spatial information document. At present, a lot of spatial information, including environment information, is being produced, but separate software or system is required for the user to acquire the information. In particular, in the case of environment information, various types of information are being produced, such as ecology, vegetation and measurement network data. Therefore, it is necessary to present the form and the making method of spatial information document that allows using environment information as spatial information without separate software or system. To provide spatial information document-based environment information, types and forms of environment information, data format and offering methods produced by the government, in particular, the Ministry of Environment and the local governments, are analyzed. 12 fields are classified and the form of produced data is GIS DB, measurement network data, text data and so on. With decrease of paper maps, spatial information document that offers display by layer, coordinate data, attribute data, distance and area measurement, location search by coordinates, GPS location linkage and location display on the map is presented to increase utilization of geo-environment information maps. Finally, the standard document specification based on spatial information document is presented in consideration of usability and readability in order to provide a variety of environment information without separate software or system.

A Study on the Acquisition of Geoidal Height by Means of Global Positioning System (GPS에 의한 지형의 높이정보 획득에 관한 연구)

  • Kang, Joon-Mook;Lee, Yong-Chang;Park, Pil-Ho
    • Journal of Korean Society for Geospatial Information Science
    • /
    • v.1 no.1 s.1
    • /
    • pp.159-169
    • /
    • 1993
  • As Global Positioning System is able to provide 24-hour all weather surveying capability and high precision survey in three dimension, expected that the extensive use of GPS to support geophysics, geophysics, millitary and time correction etc. But in order to use the GPS results effectively, we have to solve problems about coordinates transformation relating the WGS84 to Bessel Datums and development of the accurate geoid undulation model. In this paper, we derive polynomial model equations about geoid undulation around local area(longitude $126^{\circ}{\sim}129^{\circ}$, latitude $36^{\circ}{\sim}37^{\circ}$) in Korea by GPS/Leveling method, also study the geoidal height calcaulation methods supplemented by Earth Gravitational Models (OSU981A, OSU86F).

  • PDF

Calculation of Local Coordinate of Common Points for Coordinate Transformation by Trilateral Adjustment (좌표변환 공통점의 지역측지계 조정좌표 산출 - 삼변망조정계산의 활용 -)

  • Yang, Chul Soo;Kang, Sang-gu;Song, Wonho;Lee, Won Hui
    • Journal of Cadastre & Land InformatiX
    • /
    • v.54 no.1
    • /
    • pp.103-115
    • /
    • 2024
  • Trilateral adjustment can complement the problem of transforming cadastral maps into World Geodetic Coordinate system. First, it is possible to determine adjusted coordinate of common points that match each other over a wide area. Second, calculations that focus on specific points can be performed. Third, a solution that maintains the shape of the regional network can be obtained through constraints. Thus, the point coordinates can be determined appropriately for the survey system. In addition, heterogeneous survey results that span regions with different coordinate origins can be calculated on a single origin coordinate. This improves the efficiency of the workflow in tranforming cadastral maps into World Geodetic Coordinate System.

An efficient acceleration algorithm of GPU ray tracing using CUDA (CUDA를 이용한 효과적인 GPU 광선추적 가속 알고리즘)

  • Ji, Joong-Hyun;Yun, Dong-Ho;Ko, Kwang-Hee
    • 한국HCI학회:학술대회논문집
    • /
    • 2009.02a
    • /
    • pp.469-474
    • /
    • 2009
  • This paper proposes an real time ray tracing system using optimized kd-tree traversal environment and ray/triangle intersection algorithm. The previous kd-tree traversal algorithms search for the upper nodes in a bottom-up manner. In a such way we need to revisit the already visited parent node or use redundant memory after failing to find the intersected primitives in the leaf node. Thus ray tracing for relatively complex scenes become more difficult. The new algorithm contains stacks implemented on GPU's local memory on CUDA framework, thus elegantly eliminate the problems of previous algorithms. After traversing the node we perform the latest CPU-based ray/triangle intersection algorithm 'Plucker coordinate test', which is further accelerated in massively parallel thanks to CUDA. Plucker test can drastically reduce the computational costs since it does not use barycentric coordinates but only simple test using the relations between a ray and the triangle edges. The entire system is consist of a single ray kernel simply and implemented without introduction of complicated synchronization or ray packets. Consequently our experiment shows the new algorithm can is roughly twice as faster as the previous.

  • PDF

DYNAMIC ANALYSIS AND DESIGN CALCULATION METHODS FOR POWERTRAIN MOUNTING SYSTEMS

  • Shangguan, W.B.;Zhao, Y.
    • International Journal of Automotive Technology
    • /
    • v.8 no.6
    • /
    • pp.731-744
    • /
    • 2007
  • A method for dynamic analysis and design calculation of a Powertrain Mounting System(PMS) including Hydraulic Engine Mounts(HEM) is developed with the aim of controlling powertrain motion and reducing low-frequency vibration in pitch and bounce modes. Here the pitch mode of the powertrain is defined as the mode rotating around the crankshaft of an engine for a transversely mounted powertrain. The powertrain is modeled as a rigid body connected to rigid ground by rubber mounts and/or HEMs. A mount is simplified as a three-dimensional spring with damping elements in its Local Coordinate System(LCS). The relation between force and displacement of each mount in its LCS is usually nonlinear and is simplified as piecewise linear in five ranges in this paper. An equation for estimating displacements of the powertrain center of gravity(C.G.) under static or quasi-static load is developed using Newton's second law, and an iterative algorithm is presented to calculate the displacements. Also an equation for analyzing the dynamic response of the powertrain under ground and engine shake excitations is derived using Newton's second law. Formulae for calculating reaction forces and displacements at each mount are presented. A generic PMS with four rubber mounts or two rubber mounts and two HEMs are used to validate the dynamic analysis and design calculation methods. Calculated displacements of the powertrain C.G. under static or quasi-static loads show that a powertrain motion can meet the displacement limits by properly selecting the stiffness and coordinates of the tuning points of each mount in its LCS using the calculation methods developed in this paper. Simulation results of the dynamic responses of a powertrain C.G. and the reaction forces at mounts demonstrate that resonance peaks can be reduced effectively with HEMs designed on the basis of the proposed methods.

Fast Structure Recovery and Integration using Improved Scaled Orthographic Factorization (개선된 직교분해기법을 사용한 빠른 구조 복원 및 융합)

  • Park, Jong-Seung;Yoon, Jong-Hyun
    • Journal of Korea Multimedia Society
    • /
    • v.10 no.3
    • /
    • pp.303-315
    • /
    • 2007
  • This paper proposes a 3D structure recovery and registration method that uses four or more common points. For each frame of a given video, a partial structure is recovered using tracked points. The 3D coordinates, camera positions and camera directions are computed at once by our improved scaled orthographic factorization method. The partially recovered point sets are parts of a whole model. A registration of point sets makes the complete shape. The recovered subsets are integrated by transforming each coordinate system of the local point subset into a common basis coordinate system. The process of shape recovery and integration is performed uniformly and linearly without any nonlinear iterative process and without loss of accuracy. The execution time for the integration is significantly reduced relative to the conventional ICP method. Due to the fast recovery and registration framework, our shape recovery scheme is applicable to various interactive video applications. The processing time per frame is under 0.01 seconds in most cases and the integration error is under 0.1mm on average.

  • PDF

A Study on Practical Approaches for CSR in Small and Medium-Sized Enterprises in Korea (한국 중소기업 CSR 경영 실태 분석과 개선방안에 관한 연구)

  • Jeung, Gil-Chea
    • Journal of Industrial Convergence
    • /
    • v.18 no.2
    • /
    • pp.87-94
    • /
    • 2020
  • This paper belongs in a literature of sustainablity policy determination. This paper offers an actual status and explanation to corporate social responsibility of SMEs in Korea. This study examines CSR situation focused on developing mechanisms to enable the SMEs sector. Firstly, this study suggests introducing the third-party professional assurance service on sustainablity reports and/or asking global accreditation such as ISO14001 and ISO26000 when entry as a provider in government e-procurement system. Secondly, this study introduce the CSR Committee headed by the CEO and coordinates group-wide committees to discuss the CSR Guidelines. Third, because CSR does not only have to do with the SMEs, but pertains to the local community and business partner, this study offered the opportunity to work with large companies in aspects of CSR.

Optimal Route Guidance Algorithm using Lidar Sensor (Lidar 센서를 활용한 최적 경로 안내 알고리즘)

  • Choi, Seungjin;Kim, Dohun;Lim, Jihu;Park, Sanghyun
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2021.10a
    • /
    • pp.400-403
    • /
    • 2021
  • Algorithms for predicting the optimal route of vehicles are being actively sudied with the recent development of autonomous driving technology. Companies such as SK, Kakao, and Naver provide services that navigate the optimal route. They predicts the optimal path with information from the users in real time. However, they can predict the optimal route, but not optimal lane route. We proposes a system that navigates the optimal lane path with coordinates data from vehicles using Lidar sensor. The proposed method is a system that guides smooth lanes by acquiring time series coordinate data of a vehicle after performing the Lidar-based object detection method. we demonstrates the performance using actual acquired data from the experimental results.

  • PDF