• Title/Summary/Keyword: Map size

Search Result 763, Processing Time 0.021 seconds

Farmland Use Mapping Using High Resolution Images and Land Use Change Analysis (고해상도 영상을 이용한 농경지 지도 작성 및 토지이용 변화 분석)

  • Lee, Kyungdo;Hong, Sukyoung;Kim, Yihyun
    • Korean Journal of Soil Science and Fertilizer
    • /
    • v.45 no.6
    • /
    • pp.1164-1172
    • /
    • 2012
  • This study aims to make a "farmland use map" using high-resolution images and to analyze the land use change for about 8 years in Goyang, Namyangju, and Yongin cities. We have made a new numerical map named as a farmland use map using high-resolution images taken mostly in 2007 and digital topographical maps in Goyang, Namyangju, and Yongin cities near metropolitan areas to classify farmland use of paddy, upland, plastic film house, and orchard. We also made a land use map by overlaying the farmland use map and the land registration map of each city made in 2007, and compared the land use map made by RDA (Rural Development Administration) in 1999. Paddy areas decreased at a range of 3,000 to 5,000 ha during 8 years and were changed to residential areas in the cities. Upland and orchard areas also showed similar tendency and were changed to residential areas as well. On the other hand, the areas of the plastic film houses in the cities showed an increase or same in size. It is suggested that farmland use map can be broadly used as a base map for various survey projects including soil survey, statistics, and farmland information management.

Performance Analysis on Various Design Issues of Turbo Decoder (다양한 Design Issue에 대한 터보 디코더의 성능분석)

  • Park Taegeun;Kim Kiwhan
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.29 no.12A
    • /
    • pp.1387-1395
    • /
    • 2004
  • Turbo decoder inherently requires large memory and intensive hardware complexity due to iterative decoding, despite of excellent decoding efficiency. To decrease the memory space and reduce hardware complexity, various design issues have to be discussed. In this paper, various design issues on Turbo decoder are investigated and the tradeoffs between the hardware complexity and the performance are analyzed. Through the various simulations on the fixed-length analysis, we decided 5-bits for the received data, 6-bits for a priori information, and 7-bits for the quantization state metric, so the performance gets close to that of infinite precision. The MAX operation which is the main function of Log-MAP decoding algorithm is analyzed and the error correction term for MAX* operation can be efficiently implemented with very small hardware overhead. The size of the sliding window was decided as 32 to reduce the state metric memory space and to achieve an acceptable BER.

Grid-based Index Generation and k-nearest-neighbor Join Query-processing Algorithm using MapReduce (맵리듀스를 이용한 그리드 기반 인덱스 생성 및 k-NN 조인 질의 처리 알고리즘)

  • Jang, Miyoung;Chang, Jae Woo
    • Journal of KIISE
    • /
    • v.42 no.11
    • /
    • pp.1303-1313
    • /
    • 2015
  • MapReduce provides high levels of system scalability and fault tolerance for large-size data processing. A MapReduce-based k-nearest-neighbor(k-NN) join algorithm seeks to produce the k nearest-neighbors of each point of a dataset from another dataset. The algorithm has been considered important in bigdata analysis. However, the existing k-NN join query-processing algorithm suffers from a high index-construction cost that makes it unsuitable for the processing of bigdata. To solve the corresponding problems, we propose a new grid-based, k-NN join query-processing algorithm. Our algorithm retrieves only the neighboring data from a query cell and sends them to each MapReduce task, making it possible to improve the overhead data transmission and computation. Our performance analysis shows that our algorithm outperforms the existing scheme by up to seven-fold in terms of the query-processing time, while also achieving high extent of query-result accuracy.

Computer-Assisted Map Analysis for Planning Forest Road Network (컴퓨터 지도분석(地圖分析)을 이용(利用)한 임도계획(林道計劃))

  • Lee, Kyu-Sung
    • Journal of Korean Society of Forest Science
    • /
    • v.80 no.3
    • /
    • pp.317-325
    • /
    • 1991
  • Route projection of forest road involves several constraints ranging from construction cost to environmental impacts. This study is designed to assess the capability of computer-assisted map analysis techniques for deriving several alternatives of forest road planning. Three cartographic models are presented to address the limit of slope, soil erosion, and aesthetic value in designing forest roads over a relatively small size of mountainous forest. Primary spatial analysis techniques used are distance measurements and connectivity analysis. The fundamental approach used was to generate a set of friction maps in which each friction map represents a combined restriction for a forest road projection. Products of the spatial analysis are compared by both qualitative and quantitative methods. The results demonstrate that computer-assisted map analysis has a potential to solve rather complex problems of forest road planning by providing several alternatives effectively.

  • PDF

Block Unit to Present Panoramic View in 3D Map (3차원 지도에서 파노라마 전경 표현을 위한 단위 블록 디자인에 관한 연구)

  • Kim, Sung-Kon
    • Science of Emotion and Sensibility
    • /
    • v.12 no.1
    • /
    • pp.137-144
    • /
    • 2009
  • This study aims to develop a 3D map which allows users to better understand the overall topography and to memorize the general concepts of the current location for tourists. The Map also utilizes different forms and color codes of the block units in the panoramic view. First, in preparation for making the road block unit, 28 types of roads presented in common map were defined. Based on the definitions, 12 dominant groups were formed. In designing each form, visual correlation was considered. Second, 42 types of terrain features presented in normal maps were defined for making the panoramic block unit. Then, 2 dominant groups, each contains 5 subgroups, were made according to the assemble pattern and the size of area. On the basis of the grouped units, the panoramic block units were produced with 3D pole line graphics maintaining integration. Lastly, each panoramic block units were categorized by color classes such as blue, green, gray and brown class. The overall color combination of the work was evaluated as well harmonized since the Moon&Spencer's Aesthetic measure value exceeds 0.5.

  • PDF

An Iterative Algorithm for the Bottom Up Computation of the Data Cube using MapReduce (맵리듀스를 이용한 데이터 큐브의 상향식 계산을 위한 반복적 알고리즘)

  • Lee, Suan;Jo, Sunhwa;Kim, Jinho
    • Journal of Information Technology and Architecture
    • /
    • v.9 no.4
    • /
    • pp.455-464
    • /
    • 2012
  • Due to the recent data explosion, methods which can meet the requirement of large data analysis has been studying. This paper proposes MRIterativeBUC algorithm which enables efficient computation of large data cube by distributed parallel processing with MapReduce framework. MRIterativeBUC algorithm is developed for efficient iterative operation of the BUC method with MapReduce, and overcomes the limitations about the storage size and processing ability caused by large data cube computation. It employs the idea from the iceberg cube which computes only the interesting aspect of analysts and the distributed parallel process of cube computation by partitioning and sorting. Thus, it reduces data emission so that it can reduce network overload, processing amount on each node, and eventually the cube computation cost. The bottom-up cube computation and iterative algorithm using MapReduce, proposed in this paper, can be expanded in various way, and will make full use of many applications.

Post-processing Algorithm Based on Edge Information to Improve the Accuracy of Semantic Image Segmentation (의미론적 영상 분할의 정확도 향상을 위한 에지 정보 기반 후처리 방법)

  • Kim, Jung-Hwan;Kim, Seon-Hyeok;Kim, Joo-heui;Choi, Hyung-Il
    • The Journal of the Korea Contents Association
    • /
    • v.21 no.3
    • /
    • pp.23-32
    • /
    • 2021
  • Semantic image segmentation technology in the field of computer vision is a technology that classifies an image by dividing it into pixels. This technique is also rapidly improving performance using a machine learning method, and a high possibility of utilizing information in units of pixels is drawing attention. However, this technology has been raised from the early days until recently for 'lack of detailed segmentation' problem. Since this problem was caused by increasing the size of the label map, it was expected that the label map could be improved by using the edge map of the original image with detailed edge information. Therefore, in this paper, we propose a post-processing algorithm that maintains semantic image segmentation based on learning, but modifies the resulting label map based on the edge map of the original image. After applying the algorithm to the existing method, when comparing similar applications before and after, approximately 1.74% pixels and 1.35% IoU (Intersection of Union) were applied, and when analyzing the results, the precise targeting fine segmentation function was improved.

The Usefulness of Deconvolution Perfusion CT in Patients with Acute Cerebral Infarction : Comparison with Diffusion MRI (급성 뇌경색 환자에서 Deconvolution perfusion CT의 유용성 : Diffusion MRI와 비교)

  • Eun, Sung-Jong;Kim, Young-Keun
    • Journal of radiological science and technology
    • /
    • v.26 no.3
    • /
    • pp.25-31
    • /
    • 2003
  • This study was performed to evaluate the usefulness of Deconvolution perfusion CT in patients with acute cerebral infarction. Nine patients with acute cerebral infarction underwent conventional CT and cerebral perfusion CT within 23 hours of the onset of symptoms. The perfusion CT scan for each patient was obtained at the levels of basal ganglia and 1cm caudal to the basal ganglia. By special imaging software, perfusion images including cerebral blood volume(CBV), cerebral blood flow(CBF), and mean transit time(MTT) maps were created. The created lesions were evaluated on each perfusion maps by 3 radiolocical technician. MTT delay time was measured in the perfusion defect lesion and symmetric contralateral normal cerebral hemisphere. Lesion sire were measured on each perfusion map and compared with the value obtained by diffusion weighted MR imaging(DWMRI). All perfusion CT maps showed the perfusion defect lesion in all patients. There were remarkable CT delay in perfusion defect lesion. In comparison of lesion size between each perfusion map and DWMRI, the lesion on CBF map was the most closely correlated with the lesion on DWMRI(7/9). The size of perfusion defect lesion on MTT map was larger than that of lesion on DWMRI, suggesting that m map can evaluate the ischemic penumbra. Deconvolution Perfusion CT maps make it possible to evaluate not only ischemic core and ischemic penumbra but also hemodynamic status in perfusion defect area. These results demonstrate that perfusion CT can be useful to the diagnosis and treatment in the patients with acute cerebral ischemic infarction.

  • PDF

Evaluation of the Usefulness of MapPHAN for the Verification of Volumetric Modulated Arc Therapy Planning (용적세기조절회전치료 치료계획 확인에 사용되는 MapPHAN의 유용성 평가)

  • Woo, Heon;Park, Jang Pil;Min, Jae Soon;Lee, Jae Hee;Yoo, Suk Hyun
    • The Journal of Korean Society for Radiation Therapy
    • /
    • v.25 no.2
    • /
    • pp.115-121
    • /
    • 2013
  • Purpose: Latest linear accelerator and the introduction of new measurement equipment to the agency that the introduction of this equipment in the future, by analyzing the process of confirming the usefulness of the preparation process for applying it in the clinical causes some problems, should be helpful. Materials and Methods: All measurements TrueBEAM STX (Varian, USA) was used, and a file specific to each energy, irradiation conditions, the dose distribution was calculated using a computerized treatment planning equipment (Eclipse ver 10.0.39, Varian, USA). Measuring performance and cause errors in MapCHECK 2 were analyzed and measured against. In order to verify the performance of the MapCHECK 2, 6X, 6X-FFF, 10X, 10X-FFF, 15X field size $10{\times}10$ cm, gantry $0^{\circ}$, $180^{\circ}$ direction was measured by the energy. IGRT couch of the CT values affect the measurements in order to confirm, CT number values : -800 (Carbon) & -950 (COUCH in the air), -100 & 6X-950 in the state for FFF, 15X of the energy field sizes $10{\times}10$, gantry $180^{\circ}$, $135^{\circ}$, $275^{\circ}$ directionwas measured at, MapPHAN allocated to confirm the value of HU were compared, using the treatment planning computer for, Measurement error problem by the sharp edges MapPHAN Learn gantry direction MapPHAN of dependence was measured in three ways. GANTRY $90^{\circ}$, $270^{\circ}$ in the direction of the vertically erected settings 6X-FFF, 15X respectively, and Setting the state established as a horizontal field sizes $10{\times}10$, $90^{\circ}$, $45^{\circ}$, $315^{\circ}$, $270^{\circ}$ of in the direction of the energy-6X-FFF, 15X, respectively, were measured. Without intensity modulated beam of the third open arc were investigated. Results: Of basic performance MapCHECK confirm the attenuation measured by Couch, measured from the measured HU values that are assigned to the MAP-PHAN, check for calculation accuracy for the angled edge of the MapPHAN all come in a range of valid measurement errors do not affect the could see. three ways for the Gantry direction dependence, the first of the meter built into the value of the Gantry $270^{\circ}$ (relative $0^{\circ}$), $90^{\circ}$ (relative $180^{\circ}$), 6X-FFF, 15X from each -1.51, 0.83% and -0.63, -0.22% was not affected by the AP/PA direction represented. Setting the meter horizontally Gantry $90^{\circ}$, $270^{\circ}$ from the couch, Energy 6X-FFF 4.37, 2.84%, 15X, -9.63, -13.32% the difference. By-side direction measurements MapPHAN in value is not within the valid range can not, because that could be confirmed as gamma pass rate 3% of the value is greater than the value shown. You can check the Open Arc 6X-FFF, 15X energy, field size $10{\times}10$ cm $360^{\circ}$ rotation of the dose distribution in the state to look at nearly 90% pass rate to emerge. Conclusion: Based on the above results, the MapPHAN gantry direction dependence by side in the direction of the beam relative dose distribution suitable for measuring the gamma value, but accurate measurement of the absolute dose can not be considered is. this paper, a more accurate treatment plan in order to confirm, Reduce the tolerance for VMAT, such as lateral rotation investigation in order to measure accurate absolute isodose using a combination of IMF (Isocentric Mounting Fixture) MapCHEK 2, will be able to minimize the impact due to the angular dependence.

  • PDF

Non-stationary vibration and super-harmonic resonances of nonlinear viscoelastic nano-resonators

  • Ajri, Masoud;Rastgoo, Abbas;Fakhrabadi, Mir Masoud Seyyed
    • Structural Engineering and Mechanics
    • /
    • v.70 no.5
    • /
    • pp.623-637
    • /
    • 2019
  • This paper analyzes the non-stationary vibration and super-harmonic resonances in nonlinear dynamic motion of viscoelastic nano-resonators. For this purpose, a new coupled size-dependent model is developed for a plate-shape nano-resonator made of nonlinear viscoelastic material based on modified coupled stress theory. The virtual work induced by viscous forces obtained in the framework of the Leaderman integral for the size-independent and size-dependent stress tensors. With incorporating the size-dependent potential energy, kinetic energy, and an external excitation force work based on Hamilton's principle, the viscous work equation is balanced. The resulting size-dependent viscoelastically coupled equations are solved using the expansion theory, Galerkin method and the fourth-order Runge-Kutta technique. The Hilbert-Huang transform is performed to examine the effects of the viscoelastic parameter and initial excitation values on the nanosystem free vibration. Furthermore, the secondary resonance due to the super-harmonic motions are examined in the form of frequency response, force response, Poincare map, phase portrait and fast Fourier transforms. The results show that the vibration of viscoelastic nanosystem is non-stationary at higher excitation values unlike the elastic ones. In addition, ignoring the small-size effects shifts the secondary resonance, significantly.