• Title/Summary/Keyword: 비정렬

Search Result 641, Processing Time 0.027 seconds

Multiscale-Architectured Functional Membranes Based on Inverse-Opal Structures (멀티스케일 아키텍쳐링 기반 역오팔상 구조체 기능성 멤브레인 기술)

  • Yoo, Pil J.
    • Membrane Journal
    • /
    • v.26 no.6
    • /
    • pp.421-431
    • /
    • 2016
  • Novel membrane technologies that harness ordered nanostructures have recently received much attention because they allow for high permeability due to their reduced flow resistance while also maintaining high selectivity due to their isoporous characteristics. In particular, the opaline structure (made from the self-assembly of colloidal particles) and its inverted form (inverse-opal) have shown strong potential for membrane applications on account of several advantages in processing and the resulting membrane properties. These include controllability over the pore size and surface functional moieties, which enable a wide range of applications ranging from size-exclusive separation to catalytically-reactive membranes. Furthermore, when combined with multiscale architecturing strategies, inverse-opal-structured membranes can be designed to have specific pores or channel structures. These materials are anticipated to be utilized for next-generation, high-performance, and high-value-added functional membranes. In this review article, various types of inverse-opal-structured membranes are reviewed and their functionalization through hierarchical structuring will be comprehensively investigated and discussed.

Panoramic Image Composition Algorithm through Scaling and Rotation Invariant Features (크기 및 회전 불변 특징점을 이용한 파노라마 영상 합성 알고리즘)

  • Kwon, Ki-Won;Lee, Hae-Yeoun;Oh, Duk-Hwan
    • The KIPS Transactions:PartB
    • /
    • v.17B no.5
    • /
    • pp.333-344
    • /
    • 2010
  • This paper addresses the way to compose paronamic images from images taken the same objects. With the spread of digital camera, the panoramic image has been studied to generate with its interest. In this paper, we propose a panoramic image generation method using scaling and rotation invariant features. First, feature points are extracted from input images and matched with a RANSAC algorithm. Then, after the perspective model is estimated, the input image is registered with this model. Since the SURF feature extraction algorithm is adapted, the proposed method is robust against geometric distortions such as scaling and rotation. Also, the improvement of computational cost is achieved. In the experiment, the SURF feature in the proposed method is compared with features from Harris corner detector or the SIFT algorithm. The proposed method is tested by generating panoramic images using $640{\times}480$ images. Results show that it takes 0.4 second in average for computation and is more efficient than other schemes.

Theoretical Prediction of Dynamic Elastic Moduli and Attenuation Properties of Fiber-Reinforced Composite Materials (섬유강화 복합재료의 동탄성계수 및 감쇠특성의 이론적 예측)

  • 김진연;이정권
    • Transactions of the Korean Society of Mechanical Engineers
    • /
    • v.16 no.12
    • /
    • pp.2328-2339
    • /
    • 1992
  • The propagation of coherent time-harmonic elastic L-and SV-waves is studied in a medium with random distribution of cylindrical inclusions. The purpose of the research is to characterize the dynamic elastic moduli and the attenuation properties of fiber-reinforced composite materials. The cylindes representing the fibers are assumed to be distributed in parallel with each other and the direction of incident waves are normal to the cylinder axes. A multiple scattering formula using the single scattering coefficients in conjunction with the Lax's quasicrystalline approximation is derived from which the dispersion relation for such medium is obtained. In order to formulate the multiple scattering interaction between cylinders, the pair correlation functions are generated by the Monte Carlo simulation technique. From the numerically evaluated complex wavenumbers, the propagation speed of the average wave, the coherent attenuation and the effective elastic moduli are presented as functions of frequency and fiber volume fraction.

An Analysis of Learning Materials Use in an Outstanding Primary English Class (우수 초등 영어 수업의 학습 자료 활용 분석)

  • Hong, Jeong-Sil;Kim, Jeong-ryeol
    • The Journal of the Korea Contents Association
    • /
    • v.18 no.4
    • /
    • pp.128-137
    • /
    • 2018
  • This study aims to investigate how learning materials are used in an outstanding English class and to analyze learning materials and their use in primary English classroom activities. To this end, An Analytic Scheme of Learning Materials Use (ASLMU) is used to quantify utilization patterns of learning materials. The findings are: Learning materials are most actively used in the development period, followed by introduction and consolidation. The teacher's rate of using learning materials is much higher than student's, and the rate of using materials for whole students is higher than the rate of using materials for an individual or groups. It requires developing learning materials toward more a student-centered class because the teacher's occupancy of the learning materials is fourfold compared to the student's occupancy. Also, non-language materials are used more than language materials, and English materials are used more than Korean materials. Most of the materials are used to present a question and explain. The findings of the study are expected to suggest features of learning materials in an outstanding English class and application method of learning materials to primary English teachers.

Collaborative Local Active Appearance Models for Illuminated Face Images (조명얼굴 영상을 위한 협력적 지역 능동표현 모델)

  • Yang, Jun-Young;Ko, Jae-Pil;Byun, Hye-Ran
    • Journal of KIISE:Software and Applications
    • /
    • v.36 no.10
    • /
    • pp.816-824
    • /
    • 2009
  • In the face space, face images due to illumination and pose variations have a nonlinear distribution. Active Appearance Models (AAM) based on the linear model have limits to the nonlinear distribution of face images. In this paper, we assume that a few clusters of face images are given; we build local AAMs according to the clusters of face images, and then select a proper AAM model during the fitting phase. To solve the problem of updating fitting parameters among the models due to the model changing, we propose to build in advance relationships among the clusters in the parameter space from the training images. In addition, we suggest a gradual model changing to reduce improper model selections due to serious fitting failures. In our experiment, we apply the proposed model to Yale Face Database B and compare it with the previous method. The proposed method demonstrated successful fitting results with strongly illuminated face images of deep shadows.

An Efficient Cleaning Scheme for File Defragmentation on Log-Structured File System (로그 구조 파일 시스템의 파일 단편화 해소를 위한 클리닝 기법)

  • Park, Jonggyu;Kang, Dong Hyun;Seo, Euiseong;Eom, Young Ik
    • Journal of KIISE
    • /
    • v.43 no.6
    • /
    • pp.627-635
    • /
    • 2016
  • When many processes issue write operations alternately on Log-structured File System (LFS), the created files can be fragmented on the file system layer although LFS sequentially allocates new blocks of each process. Unfortunately, this file fragmentation degrades read performance because it increases the number of block I/Os. Additionally, read-ahead operations which increase the number of data to request at a time exacerbates the performance degradation. In this paper, we suggest a new cleaning method on LFS that minimizes file fragmentation. During a cleaning process of LFS, our method sorts valid data blocks by inode numbers before copying the valid blocks to a new segment. This sorting re-locates fragmented blocks contiguously. Our cleaning method experimentally eliminates 60% of file fragmentation as compared to file fragmentation before cleaning. Consequently, our cleaning method improves sequential read throughput by 21% when read-ahead is applied.

A Study on the cognition of Busan Port Container Terminal Operator's strategies and effective measures (부산항 컨테이너터미널 운영전략 효과의 인식에 관한 연구)

  • Yun, Eun-Ju;Ahn, Ki-Myung
    • Journal of Korea Port Economic Association
    • /
    • v.29 no.4
    • /
    • pp.175-199
    • /
    • 2013
  • The purpose of this paper is tthe first, diagnosing the effect of terminal operating strategy which Busan Port container operators established and executed by the strategy execution process (XPP) model, second, enhancing the competitiveness of Busan Port Container Terminal by presenting ways to improve the executive ability of strategies. In order to achieve the purpose, this study utilized XPP 6 steps diagnostic variables of Kaplan and Dr. Norton for problems of the strategy execution of Busan Port container operators and conducted the survey of 7-point scale targeting employees of Busan Port container operators for the variable measurement.

Rapid Rigid Registration Method Between Intra-Operative 2D XA and Pre-operative 3D CTA Images (수술 중 촬영된 2D XA 영상과 수술 전 촬영된 3D CTA 영상의 고속 강체 정합 기법)

  • Park, Taeyong;Shin, Yongbin;Lim, Sunhye;Lee, Jeongjin
    • Journal of Korea Multimedia Society
    • /
    • v.16 no.12
    • /
    • pp.1454-1464
    • /
    • 2013
  • In this paper, we propose a rapid rigid registration method for the fusion visualization of intra-operative 2D XA and pre-operative 3D CTA images. In this paper, we propose a global movement estimation based on a trilateration for the fast and robust initial registration. In addition, the principal axis of each image is generated and aligned, and the bounding box of the vascular shape is compared for more accurate initial registration. For the fine registration, two images are registered where the distance between two vascular structures is minimized by selective distance measure. In the experiment, we evaluate a speed, accuracy and robustness using five patients' data by comparing the previous registration method. Our proposed method shows that two volumes can be registered at optimal location rapidly, and robustly comparing with the previous method.

The Study on the Temperature Compensation of Ultrasonic Motor for Robot Actuator Using Fuzzy Controller (퍼지제어기를 이용한 로보트 액츄에이터용 초음파 모터의 온도 보상에 관한 연구)

  • 차인수;유권종;백형래;김영동
    • The Transactions of the Korean Institute of Power Electronics
    • /
    • v.3 no.3
    • /
    • pp.165-172
    • /
    • 1998
  • The electromechanical energy conversion conditioning and processing implementation in USM direct motion control system is generally divided into two power stages: the two-phase high-frequency ac power inversion stage for driving piezoelectric ceramic PZT transducer array off the USM stator and the mechanical thrust power conversion stage based on the frictional force between the piezo electric stator array and the rotary slider of the USM. However, the dynamic and steady-state mathematical modeling of the USM is extremely default from a theoretical point of view because it contains many complicated an nonlinear characteristics dependant on operation temperature. In +2$0^{\circ}C$~3$0^{\circ}C$, the operating characteristics of the USM has represented normal condition. But the other temperature, it has abnormal condition so that driving frequency, current and motor speed will be down. The recent USM has controller without temperature compensation. This study represents the fuzzy controller for speed compensation according to operating temperature by driving frequency.

Automatic Recognition of Translation Phrases Enclosed with Parenthesis in Korean-English Mixed Documents (한영 혼용문에서 괄호 안 대역어구의 자동 인식)

  • Lee, Jae-Sung;Seo, Young-Hoon
    • The KIPS Transactions:PartB
    • /
    • v.9B no.4
    • /
    • pp.445-452
    • /
    • 2002
  • In Korean-English mixed documents, translated technical words are usually used with the attached full words or original words enclosed with parenthesis. In this paper, a collective method is presented to recognize and extract the translation phrases with using a base translation dictionary. In order to process the unregistered title words and translation words in the dictionary, a phonetic similarity matching method, a translation partial matching method, and a compound word matching method are newly proposed. The experiment result of each method was measured in F-measure(the alpha is set to 0.4) ; exact matching of dictionary terms as a baseline method showed 23.8%, the hybrid method of translation partial matching and phonetic similarity matching 75.9%, and the compound word matching method including the hybrid method 77.3%, which is 3.25 times better than the baseline method.