
http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.
변환된 중국어를 복사하여 사용하시면 됩니다.
이미지 인식 기술을 이용한 스피드스케이팅 스트로크 자동 측정 방법 : 출발 후 직선 100m 구간
문지연 상명대학교 일반대학원 2024 국내박사
Using MediaPipe, we aim to automatically measure the stroke count of a skater in the straight 100m section following the start in speed skating. For each frame in the video, we track the actual movement of the skater, detecting key body joint coordinates. We calculate body angles, including angles from shoulders to knees and from pelvis to ankles, derived from the detected major joint coordinates. Additionally, we introduce the concept of General Labeling Logic (GLL) from angle data to calculate an index, aiming to quantitatively represent the skater's movements. We also plan to employ Gaussian filtering to eliminate noise and measure the stroke count by computing the inflection points of the filtered GLL signal. The automated method for measuring speed skating strokes starts by preparing a video of the straight 100m segment after the start. Then, it prompts the user to input the Region of Interest (ROI) in the form of a bounding box using a computer mouse, focusing on the athlete whose stroke count needs to be measured. The identified object is tracked in each frame using the OpenCV tracker, and the image is cropped to retain only the object of measurement. MediaPipe Pose is used to extract the landmark x, y, z coordinates from the cropped image, and these 3D coordinates are employed to calculate body angles necessary for measurement, such as pelvic and knee angles. GLL is computed using these angles and stored per frame. This process iterates over all frames of the user video, creating a list of GLLs, which undergo noise removal through Gaussian filtering. Each GLL value in the list is processed into a continuous signal with frame numbers on the time axis. Finally, stroke count is measured by calculating the number of inflection points in the noise-filtered signal. The proposed system is primarily designed for videos shot from the front, demonstrating outstanding accuracy of 99.91% in front-facing videos. It successfully tracked all subjects except for a single instance out of 1170 strokes. This system allowed for automatic stroke measurement in speed skating events and offered higher consistency compared to manual measurement, enabling standardization of measurements and providing athletes with rapid feedback during training. When applied to the 500m actual race of Short Track Female Athlete A in the 2022-2023 international competitions, it was observed that the fastest 100m record corresponded to the highest stroke count, validating the efficacy of the method. By continuously improving the system to enhance accuracy, reduce side noise, and ensure its independent usability, it is anticipated to establish an effective on-field game analysis system using the innovative technology of image recognition for automatic stroke measurement. 본 논문에서는 MediaPipe라는 이미지 인식 기술을 활용하여 스피드스케이팅 출발 후 직선 100m 구간에 대한 스트로크 횟수를 자동으로 측정하고자 한다. 영상 속 각 프레임에 대해 선수의 실제 움직임을 추적하고, 주요 신체 관절 좌표를 감지하여 어깨부터 무릎까지의 각도와 골반에서 발목까지의 각도를 포함하여 신체 각도를 계산하고, 이와 함께 각도 데이터에서 파생된 핵심 지표인 일반 라벨링 논리(GLL)을 도입하여 지수를 계산함으로써 선수의 동작을 양적으로 표현하고자 한다. 또 가우시안 필터링을 사용하여 노이즈를 제거하고, 필터링 된 GLL 신호의 변곡점 수를 계산하여 스트로크 수를 측정하고자 한다. 스피드스케이팅 스트로크 자동 측정 방법은 먼저 스타트 직후 직선 100m 구간의 비디오를 준비한다. 다음, 사용자에게 입력 장치인 컴퓨터 마우스를 통해 bounding box 형태로 측정 대상의 관심 영역(ROI)을 입력하도록 요청하며, 이때 측정 대상은 스트로크 횟수를 측정하려는 선수이다. 사용자가 입력한 객체는 OpenCV tracker를 사용하여 각 프레임마다 추적되며, 이미지는 측정할 객체만 남도록 자르게 된다. MediaPipe Pose를 활용하여 잘린 이미지에서 대상의 랜드마크 x, y, z 좌표를 추출하고, 추출된 3D 좌표는 대상의 측정을 위해 필요한 골반 및 무릎 각도와 같은 몸의 각도를 계산하는 데 사용된다. 이러한 각도를 사용하여 GLL(Generic Labeling Logic)이 계산되고 프레임에 저장된다. 또 이 작업은 사용자 비디오 입력의 모든 프레임에 대해 반복되어 GLL 목록이 생성되고, 가우시안 필터링을 사용하여 노이즈가 제거되며, 이 과정에서 목록의 각 GLL 값은 시간 축으로 프레임 번호를 갖는 연속 신호로 처리된다. 마지막으로 노이즈가 제거된 신호에서 꼭지점의 수를 계산하여 스트로크 횟수를 측정하게 한다. 제안된 시스템은 주로 정면에서 촬영된 비디오로 설계되었으며, 따라서 정면 촬영 비디오에서 99.91% 뛰어난 정확도를 보였다. 1170번의 스트로크 중 단 1회만 제외하고 측정 대상을 모두 추적할 수 있었으며, 이 시스템을 활용하여 스피드스케이팅 종목에서 스트로크 측정을 자동으로 진행할 수 있었다. 이 방법은 사람이 수동으로 측정하는 것보다 높은 일관성을 제공하여 측정값을 표준화할 수 있으며, 선수들이 훈련하는 동안 빠른 피드백을 받을 수 있게 해준다. 2022-2023 국제 대회에 출전한 단거리 여자 A 선수의 500m 실제 경기에 적용시켜 스트로크 횟수가 가장 높을 때, 100m 기록이 시즌 기록 중 가장 빠르게 나타난 것을 확인할 수 있었다. 따라서 이미지 인식이라는 새로운 기술을 이용하여 스트로크를 자동으로 측정하는 방법을 실제 경기에 적용했으며, 측면에서의 노이즈 개선 및 정확도 향상과 시스템의 독립적인 이용 가능성을 보장하기 위해 지속적으로 시스템을 개선해 나아간다면 현장에서 활용되는 효과적인 경기분석 시스템을 구축할 수 있을 것으로 사료된다.
액체섬광계수기를 이용한 환경 중 삼중수소 분석 및 절차 연구
문지연 조선대학교 산업대학원 2007 국내석사
원자력시설과 같이 인공적으로 생성된 삼중수소는 최종적으로 지구 규모로 분포하게 되겠지만 그전에 작업환경 또는 국지적 환경에 분포되고, 전 세계적으로 원자력발전소에 대한 에너지 의존도가 점차적으로 증가하고 있기 때문에 그에 따른 방사선피폭을 비교적 정확하게 평가해야 할 것으로 판단된다. 이를 위해 본 논문에서는 기존 방법을 분석하였고, 전처리 및 계측을 수행할 때 발생할 수 있는 error를 최소화시키고자 민감도 분석을 수행하였으며, 자료 분석 및 민감도 분석 결과에 근거하여 최적의 분석방법을 제시하고자 하였다. 민감도분석을 수행한 결과, 동일한 비방사능 농도에 대한 최대 count를 나타낸 시료와 섬광액의 배합비율이 8:12를 최적배합비율로 선정하였고, 계측 시 타 핵종의 기여와 background를 줄이기 위해 최적의 FM 영역인 유효 channel을 51 ~ 150 channel로 설정하였으며, 시료 조제 시 포함될 수 있는 인적, 환경적 변수를 파악하기 위해 200 ~ 1,024 channel을 참고 channel로 설정하여 시료의 상태를 파악하였다. 또한, 계측용기로는 Teflon coating vial이 가장 적합하다고 판단하였고, 증류효과에 따른 영향을 평가한 결과, 전처리를 수행할 때 정확한 값을 얻기 위해서는 증류는 꼭 필요하며, 증류시 1차 증류로 충분하다고 판단하였다. 시료조제 후 계측 전에 냉암소에서 어느 정도의 충분한 시간동안 방치를 해야 잔광이 제거되고 시료의 안정화가 이루어지는 결과를 도출하였다. 이러한 민감도분석 결과를 반영하여 본 논문에서는 외부표준법의 소광보정곡선과 내부표준법의 Spectrum을 혼용하는 분석방법을 제시하였다. 제안한 분석방법은 시료의 소광정도를 평가하기 위해 외부감마선을 조사하여 SQP(E)값을 산출하였고, 분석 결과에 대한 신뢰도와 정확성을 높이기 위해 Spectrum plot mode의 Spectrum 분석을 통하여 최적의 FM영역에서 삼중수소의 농도를 계산함과 동시에 시료의 상태를 평가하였다. 민감도 분석결과와 개선된 분석방법을 이용하여 계측한 결과에 대한 검증을 수행한 결과, 5% 이내의 오차를 보였기 때문에 개선된 방법을 적용하더라도 큰 문제는 없을 것으로 판단된다. 향후 발전소 주변지역의 주민피폭선량 평가를 위한 삼중수소 분석시 개선된 방법을 적용하여 농도를 평가한다면 정확한 피폭선량 산출에 기여할 것이며, 원전주변 환경시료에 대한 방사능농도 측정시 비교적 정확하고 신뢰성 있는 측정결과를 지역주민들에게 제공함으로써 신뢰도를 높일 수 있을 것으로 사료 된다. Because the ₃H produced artificially into NPP(Nuclear Power Plant) are distributed locally in environment around NPP and also the dependency about NPP is increased all over the world gradually, it is judged that the radiation exposure due to the ₃H discharged from NPP have to be taken into account importantly. For this, after analysis on the existing method and measurement procedure calibration had been performed in this paper, Sensitivity Study was executed for the purpose of decreasing the error which can be generated in process of pre-treatment or measurement. Also, the optimum analysis method was presented a basis for on data analysis result and Sensitivity study result. Based on Sensitivity Study result, an optimum mixing ratio of 8:12 which is composed out of scintillating material and sample was selected, and Effective Channel of 51~150 to decrease background and the effect by other nuclear species was established. Also, Reference Channel of 200~1,024 with a view to understand environmental factors and human error and otherwise which can exist in dispensing samples was established. In this paper, it was judged that teflon coating vial with measurement receptacle is the most suitable and that distillation in pre-treatment have to be performed. Also, before measuring sample which is manufactured, the conclusion that sample have to be left alone for enough time in order to stabilize was derived. In this paper, the analysis method based on above Sensitivity study result was presented. For increasing reliability and accuracy about measurement result, the state of sample and ₃H radioactivity were evaluated by mixing the spectrum of spectrum plot mode and the SQP(E) of cpm/dpm counting mode. The verification result which is based on above sensitivity-study-result and the analysis method presented by this paper, the error is within ±5%. Therefore, it is judged that there will be not a problem, even if the analysis method presented by this paper is used in environment sample. From now on, if the method presented is used in evaluating the radioactive concentration of the ₃H which can exist within environment samples around NPP, it is jedged that the accuracy any reliability about analysis result is increased greatly.
Classification of simply-connected 6-manifolds : 단순 연결 6차원 다양체의 분류
In this paper, we survey the result of C. T. C. Wall on simply-connected 6- manifolds. Roughly speaking, Wall shows that a simply-connected 6-manifold, M , with vanishing 2nd Stiefel-Whitney class and torsion-free homology, is determined, up to diffeomorphism, by its cohomology ring and its first Pontryagin class. We also give some explicit examples.
Background: Hyperpolarization-activated cyclic nucleotide-gated (HCN) ion channels and their current, Ih, have been suggested to play an important role in neuropathic pain by involvement in ectopic discharges after peripheral nerve injury. Prostaglandin E1 (PGE1), known as its powerful vasodilatory, antiplatelet and cytoprotective properties, has been well established as a therapeutic agent for lumbar spinal stenosis in clinical fields. The present study investigated the cellular action of PGE1 on HCN channel subunit 2 in primary dissociated neurons of trigeminal ganglia (TG) in rats. Method: Medium-size (DM 33 – 40 μm) TG neurons were prepared and whole-cell recordings were made using patch electrodes. The Ih current was identified in the medium-size TG neurons of rats and the effects of PGE1on Ih current were determined. To investigate the intracellular effect of PGE1 on increasing Ih current, we applied an adenylyl cyclase inhibitor (MDL-12,330A hydrochloride) and an analogue of cAMP (8-Br-cAMP), and observed the mechanisms of Ih current and PGE1. We examined which subtype(s) of EP receptor was activated by PGE1 to facilitate Ih current in TG neurons. Then, the frequency of action potential elicited by a current injection after exposure to PGE1 was determined in Ih-expressing TG neurons. Results: Ih was identified in the medium-sized TG neurons isolated from rats and increased about 130% by PGE1. PGE1 facilitated Ih current in a dose-dependent manner (ED50= 29 nM). Adenylyl cyclase inhibitor and 8-Br-cAMP inhibited the facilitation of Ih current by PGE1. EP2 receptor antagonist inhibited the facilitation of Ih current by PGE1 and exposure to PGE1 enhanced their excitability by an increase in action potential frequency in Ih-expressing TG neurons. Conclusion: PGE1 facilitated Ih current in medium-sized TG neurons in rats, which was mediated by EP2 receptor by transmitting a signal to adenylyl cyclase and increasing the intracellular concentration of cAMP. Exposure to PGE1 would control the firing of action potential by enhancing their excitability in Ih-expressing TG neurons. 과분극(hyperpolarization)과 고리형 뉴클레오타이드(cyclic nucleotide)에 의해 활성화되는 이온통로(hyperpolarization-activated cyclic nucleotide-gated channel, HCN channel)는 삼차 신경절 신경세포에서 내향전류(hyperpolarization-activated current, Ih)를 일으키며, 신경병증 통증의 주요 원인 중의 하나인 신경 과흥분성(neuronal excitability)을 유발하는데 중요한 역할을 하는 것으로 알려져 있다. 본 연구에서는 이러한 HCN 이온통로에 대한 프로스타글란딘 E1(prostaglandin E1, PGE1)의 효과를 알아보고자 하였다. 흰쥐의 삼차 신경절 신경세포를 분리한 뒤 전세포 막전압 기록법을 이용하여 중간크기(직경 32 -40 µm)의 삼차 신경절 신경세포의 Ih 전류에 대한 PGE1의 효과와 이와 관련된 기전을 알아보았다. PGE1은 삼차 신경절 신경세포에서 가역적이며 농도 의존적인 방식으로 Ih를 증가시켰다(ED50 = 29.0 nM). PGE1에 의한 Ih 증가 효과는 adenylyl cyclase 억제제인 MDL-12,330A hydrochloride의 전처치에 의해 상쇄되었고, 세포막 투과성을 가진 cAMP 유사체인 8Br-cAMP의 전처치 역시 PGE1에 의해 유도된 Ih 증가를 차단하였다. 이와 같은 PGE1의 삼차 신경절 신경세포에 대한 작용은 프로스타글란딘 수용체 중 EP2 수용체를 경유하여 일어남을 확인하였다. PGE1에 의한 Ih의 증가는 삼차 신경절 신경세포의 막전압에 직접적으로 영향을 주어, PGE1의 전처치에 의해 대부분의 삼차 신경절 신경세포에서 활동전압의 발생이 촉진되었다. 이상의 결과를 종합해 보면, PGE1은 흰쥐의 삼차 신경절 신경세포의 EP2 수용체를 통해 HCN2 이온통로를 활성화하며, 이러한 활성화는 활동전압의 빈도를 조절하는 기능을 가지고 있음을 확인하였다. 이러한 PGE1의 HCN2 이온통로에 대한 약물작용은 통증조절에 관여할 수 있으리라 사료된다.
인터넷保險去來의 法的 爭點에 관한 硏究 : 締約過程을 중심으로
컴퓨터와 인터넷을 이용한 통신망의 발달은 우리가 경험하지 못한 전혀 새로운 방식인 전자상거래를 출현시켰고, 이러한 전자상거래는 비대면성, 개방성, 직접성 및 쌍방향성 등 전통적 계약 관계에서 볼 수 없었던 특징을 갖기 때문에 기존의 계약 관련 법규범 또는 전통적인 계약 과정에서는 논의되지 않았던 새로운 문제점들을 발생시키며 이에 따른 법적 환경의 변화 또한 요구되는 실정이다. 이러한 변화는 보험산업 분야에서도 예외일 수는 없으며, 비록 보험산업이 유통시스템이 복잡한 고비용의 금융서비스 분야로 소비자들의 적극적 구매가 어렵다는 점이 있어 온라인화가 더딘 면은 있지만, 인터넷을 이용한 보험계약이 이러한 단점을 보완하여 이용의 편의성, 풍부한 정보공개, 상품비교 가능, 고객위주의 상품구색, 유통경로 단축으로 인한 보험료 인하 등의 특색을 가지기 때문에 폭발적인 성장을 할 것이라는 예상도 있다. 문제는 기존의 보험계약과 인터넷보험계약은 여러 면에서 차이가 있다는 점인데, 즉 대면관계와 비대면관계, 종이문서와 전자문서, 기명날인이나 자필서명과 전자서명, 현금결제와 전자지급수단, 고지의무와 약관의 명시·설명의무등의 사이버몰상의 이행 등의 면에서 뚜렷하게 다른 특징을 보인다. 이에 따라 인터넷을 이용한 보험이 어떤 특징을 가지는지, 현재 우리나라에서 인터넷을 이용한 보험계약은 어느 정도로 체결되고 있는지를 비롯한 보험계약과 관련한 제반 현황을 알아보고, 이에 따라 발생할 수 있는 법적 문제들을 고찰하고, 그에 따라 인터넷보험의 활성화방안을 모색함과 동시에 그에 따른 보험계약자들의 피해를 줄이기 위한 소비자 보호방안에 관해 논하고자 이 논문을 계획하였다. 따라서 이하에서는 인터넷보험거래의 법적 쟁점에 관한 연구 -체약과정을 중심으로- 라는 논제하에 제1장에서는 연구목적과 연구범위에 관하여 서술하고, 제2장에서는 인터넷보험거래를 일반적으로 고찰해 보고자한다. 이에 따라 제1절에서는 인터넷보험의 의의를 명확히 하기위해 인터넷보험의 개념과 특징에 대해 알아보고, 제2절에서는 전자상거래와 인터넷보험과의 관계에 대해 검토한 뒤 제3절에서는 인터넷보험의 장단점과 우리나라에서의 인터넷보험의 운영현황 및 인터넷보험시장의 발전요인과 장애요인을 검토하여 중요성에 대해 부각시키고자 한다. 특히 이와 관련해 보험모집인과 보험대리점이 배제된 직판방식으로 수수료 절약과 부가 보험료 인하 효과가 있으므로 중점을 두어 논의할 것이며, 또한 주요국에서 인터넷보험의 도입시기, 이용현황 및 실태에 관하여 검토한다. 제3장에서는 인터넷보험거래의 체약과정에서 발생되는 각종 법적 쟁점과 관련하여, 우선 약관의 교부·설명의무, 고지의무, 보험영업소와 관련하여 기존의 보험계약과의 차이점을 알아보기 위해 일반보험계약에 대한 검토와 더불어 순차적으로 논의할 것이다. 제4장에서는 인터넷보험거래의 성립 및 체약 후의 쟁점과 관련하여 인터넷보험거래의 성립시기, 보험증권의 교부문제, 기타 이와 관련된 인터넷보험상의 보험료 할인문제를 보험업법규제와 관련하여 논의할 것이고 또한 이것이 보험계약자평등원칙 위반되는지 여부에 관해 검토한 뒤, 계속보험료 부지급과 관련된 실효약관 문제, 인터넷보험거래상의 소비자에 대한 효과적인 보호방안에 관해 순차적으로 논의하고자 한다. 마지막으로 제5장에서는 이 모든 사항을 종합 정리하고 인터넷보험거래의 활성화방안을 살펴보는 방향에서 이 논문을 마치고자 한다.
Synthesis of biomacromolecule-conjugated hydrogel scaffolds for controlled peptide/drug delivery
재생 의학 및 조직 공학 분야에서, 하이드로젤 지지체는 가장 많이 사용 되는 물질이며 다양한 목적으로 널리 사용된다. 친수성 고분자 사슬의 구조는 그 조직과 유사한 합성 세포외기질 (ECM:Extracellular Matrix)을 더 쉽게 만들기 위하여 하이드로젤의 구조와 기계적 성질을 변형시키는데 도움을 준다. 게다가 이러한 하이드로젤의 네트워크 구조에서 펩티드, 단백질 및 항원 같은 생체거대분자를 상대적으로 더 쉽게 결합시킬 수 있다. 그럼에도 불구하고, 하이드로젤 매트릭스의 팽윤과 분해의 특성으로 인하여 약물이 투여되는 초기에 약물이 많이 방출되기 때문에 약물 방출을 유지하고 조절하는 것이 항상 요구된다. 키토산 지지체는 조직공학에서 다양한 용도로 적용되고 있다. 키토산은 유리 아민기를 가지고 있는 몇 안 되는 천연고분자로서 수분흡수용량이 높은 하이드젤로서 특징을 지니고 있으며 생분해성과 생체적합성이 우수하다고 알려져 있다. 하지만 키토산 자체의 생체적합성이 세포에 따라 그 성장도가 차이가 있기 때문에 젤라틴, 콜라겐 등 다른 세포외기질의 성분과 혼합된 지지체를 사용하거나 RGD를 함유하고 있는 단백질 및 펩티드를 접목시키는 연구가 수행되었다. 본 연구에서, 간단한 방법을 통해 골 조직 공학에서 이용하기 위하여 DSS 펩티드를 결합한 키토산 지지체를 제조하였다. 우리는 DSS 펩티드가 키토산 지지체에 이미드 결합 반응 통해 결합시켰다. DSS 펩티드는 아스파르트산염-세린-세린(aspartate-serine-serine) 의 뉴클레오티드 배열이 계속해서 반복되어 매우 산성의 성질을 가지고 있어 칼슘 이온과 결합하기 때문에 수산화인회석 (HA: hydroxyapatite) 의 형성을 촉진시키는데 영향을 준다고 여겨지고 있다. DSS 펩티드와 키토산의 결합을 확인하기 위하여 FT-IR, XRD, FE-SEM과 swelling ratio를 분석하였다. 또한 DSS가 결합된 키토산 지지체가 골아 세포 유전자 발현에 더 영향을 주는지 확인하는 실험을 하였다. 인산 칼슘 (CaP) 입자와 젤라틴 고분자는 무기 입자 시스템에서 안정성을 향상시키기 위하여 결합시켰다. 인산 칼슙이 결합된 젤라틴 지지체의 약물 역학을 확인하기 위하여 소혈청알부민 (BSA: bovine serum albumin) 을 사용하였다. 연구의 결과를 통해 약물 방출의 시간과 위치를 제어할 수 있는 잠재적 가능성을 가지고 있다고 결론을 내릴 수 있다. In the field of regenerative medicine and tissue engineering, a hydrogel scaffold is a favorite material and widely used for various purposes. Its structure of hydrophilic polymeric chain helps the modification of the structural and mechanical properties of hydrogels to be rendered much easily to mimic those tissues and the synthetic extracellular matrix (ECM). Additionally, it is relatively easy to incorporate morphogenic biomacro-molecules such as peptides, proteins, and antigens in the network structure of hydrogels. Nevertheless, it is always challenging to maintain controlled and sustained release of drug contents loaded due to the swelling and degradation of the hydrogel matrices at the initial burst of drug contents. Chitosan and gelatin scaffolds are ones of the most widely used candidate materials for multiple related applications in tissue engineering. In this study, we established a simple process to fabricate DSS peptide-conjugated chitosan scaffolds for bone tissue engineering. We conjugated DSS peptides onto chitosan scaffolds by an imide-bond forming reaction. DSS peptide, a nucleotide sequence of repeated aspartate-serine-serine, is very acidic, forming bonds with calcium ions to enhance hydroxyapatite formation. To verify DSS peptide and chitosan conjugation, scaffolds were analyzed by FT-IR, FE-SEM, and swelling ratio. In addition, DSS peptide-conjugated chitosan scaffolds were tested for osteoblast gene expression level. The results of the current study indicate that DSS peptide-conjugated chitosan scaffolds could maintain extended osteogenic gene expression. Calcium phosphate (CaP) particles and gelatin polymers were linked chemically in order to improve the level of stability in the inorganic particle system. The release kinetics of this CaP-conjugated gelatin scaffolds was evaluated using bovine serum albumin (BSA) as a model drug. We could conclude that CaP-conjugated gelatin scaffolds have the possible potential to control the timing and site for drug release through the results of the study
크루즈 선상 정보서비스에 관한 연구 : 정보 및 매체특성 인식이 정보이용 만족에 미치는 영향을 중심으로
Cruise tourism is one of the growing industries in the world market, which is able to offer varied services from shore excursion to on-board programs. Unlike land tour, cruise tourism is composed of daily scheduled programs so that tourists can adjust according to their preferences. Therefore, as many informations about these programs as possible should be provided to tourists and many cruise companies is developing a variety of measures to provide these informations. In addition, they keep improving global competitiveness by building enormous vessels with high-tech installations and varied services. For that matter, cruise tour information service is being upgraded with user-based communication system based on the contents fulfilling customers’ needs and all new media. As customer convenience is a determinants of customer’s satisfaction, it is important to improve on-board information service. Since early 2000s that domestic market of cruise tourism began to expand, many researches on cruise industry or ship were conducted but those on onboard information service can hardly be found. Extensive study on cruise information service seemed to be needed as the information technology is advancing rapidly in the field of tourism. This study aimed to investigate the definition, the actual conditions and the features of on-board information of cruise tourism and also to examine its service type, trend and spatial characteristics. Furthermore, the study contains empirical method to verify the effects of the contents and the media of information on user satisfaction and the correlation among variables. This study is comprised of 5 chapters. The outline of the study was dealt in 1st chapter. The factors for empirical study were deduced from literature review. 2nd chapter contains the overview of cruise tourism and information services. The actual conditions of the contents and the media of information service were investigated in 3rd chapter. The types of content and media were categorized based on former studies. The spatial characteristics of information service can be useful data for service provision. In 4th chapter, the collected data from survey on tourists about the types of contents and media was analyzed using SPSS ver. 18.0. The satisfaction with on-board information and the cognition of contents traits and media traits were evaluated. The analyzation methods were frequencies analysis, reliability analysis, multiple regression analysis and correlation analysis. It is hoped that the findings of the study might be helpful to the developers and the designers of on-board information service and be the useful data for later researches on cruise tourism seeking improvement of user-based communication system. 차세대 유망 관광산업이자 세계 시장이 급성장하고 있는 크루즈 관광은 크루즈선박을 통해 여러 국가를 여행할 수 있는 기항지 관광과 선상의 다양한 서비스를 동시에 즐길 수 있는 장점이 있다. 크루즈 관광은 육상 여행과는 달리 관광기간의 일일 프로그램이 구체적으로 계획되어있어 개인 의도에 따라 자유롭게 선택이 가능하다. 따라서 관광객의 입장에서는 선상 관광과 기항지 관광을 위한 각종 정보를 필요로 하며 선사는 여행 중 관광 프로그램과 시설이용, 선실생활 규정과 같이 크루즈 관광에 필요한 모든 정보를 다양한 방법으로 제공하고 있다. 또한 크루즈 선사들은 세계 시장의 수요에 맞춰 새로운 기항지 노선을 확장하거나 초대형 선박을 건조하여 최첨단 시설과 다양한 프로그램을 통해 선사만의 독자적인 서비스 경쟁력을 갖추고 있다. 이러한 추세에 따라 크루즈 관광정보 서비스도 관광객의 기대와 욕구에 부응하는 콘텐츠 개발과 새로운 정보매체 도입으로 사용자를 고려한 정보전달 환경을 구축해 나가고 있다. 이처럼 선상 관광정보의 관광객 편의 증대는 결과적으로 고객 서비스만족에 영향을 주는 요인으로써 그 중요성이 커질 것이다. 국내의 크루즈 관광시장이 본격적으로 확대되는 2000년대에 들어서 크루즈 산업이나 선박에 관한 연구가 많이 진행되었으나 상대적으로 크루즈 관광정보에 대한 연구는 매우 부족한 편이다. 게다가 관광분야에서도 이미 관광정보와 IT기술간 융합이 활발히 진행되고 있어 크루즈 정보서비스에 대한 폭넓은 연구가 필요한 시점이다. 따라서 본 연구는 크루즈 선상 관광정보란 무엇이며 그 현황과 특징에 대해 다루었으며 현장 조사를 통해 크루즈 선상 관광정보의 제공 형태와 동향, 공간적 특징에 대해 다루고자 한다. 또한 크루즈 선상관광정보 사용자에 대한 실증연구로써 정보특성 및 매체특성이 정보이용 만족에 어떠한 영향을 주는지, 그리고 각 변수간 유의미한 상관관계가 있는지에 대한 문제를 검증하였다. 본 연구의 구성으로 1장에서는 본 연구에 대한 개요를 다루었으며 실증연구에 필요한 요인을 도출하기 위해 크루즈 분야 및 타 정보와 매체 관련 선행연구를 검토하여 현황과 도출 근거를 정리하였다. 2장에서는 이론적 배경으로써 크루즈 관광과 관광정보에 대한 개론적 내용을 관련분야 문헌연구를 통해 정리하였다. 3장부터는 크루즈 정보서비스에 대한 현황 조사로 정보서비스의 의미와 특징을 살펴봄으로써 서비스되는 정보와 매체 현황을 조사하였고 선행연구를 통해 도출된 정보 유형과 매체 유형의 구분을 실제적으로 비교 검토하여 선상 정보서비스의 체계를 정리하였다. 또한 정보제공의 공간적 특징을 살펴봄으로써 향후 정보서비스 제공에 참고가 될 수 있도록 하였다. 4장에서는 실증연구를 위해 3장의 정보유형, 매체유형을 바탕으로 관광객 대상으로 정보이용에 대한 설문조사를 진행하였으며 결과는 통계 프로그램인 SPSS 18.0으로 분석하였다. 관광정보서비스에 대한 관광객의 정보이용에 대한 만족, 정보 특성과 매체 특성의 인지를 평가하는 관점에서 접근하였고 분석 방법으로는 통계의 기초적 결과를 볼 수 있는 빈도분석과 측정문항의 신뢰성 검증, 여러 독립변인에 따라 종속변수와의 관계를 살펴볼 수 있는 다중회귀분석과 상관관계 분석을 활용하여 정보 이용에 관한 연구가설의 검증을 실시하였다. 주요 연구 가설에 대한 통계적 결과로는 정보특성이 정보이용 만족에 정(+)의 영향을 끼치며 매체특성 또한 정보이용 만족도 정(+)의 영향을 미친다는 결과를 확인 할 수 있었다. 상관관계에서도 정보 특성과 매체 특성간의 정(+)의 높은 상관관계가 나타나 정보특성간의 영향력을 살펴볼 수 있었다. 또한 크루즈의 정보와 매체는 이용의도에 따라 각기 다른 특성을 가지므로 정보유형의 구성과 효과적인 매체를 제공하기 위해서는 각 특성에 적합한 적용이 필요함을 알 수 있었다. 따라서 본 연구는 크루즈 선상 관광정보의 정보서비스 개발자들과 디자인 실무자들에게 실질적인 도움을 제공하고 사용자 중심의 선내 정보환경 개선 방향을 모색 할 수 있는 크루즈 관광정보에 관한 기초연구가 되기를 바란다.