• Title/Summary/Keyword: Camera Model

Search Result 1,509, Processing Time 0.041 seconds

Vision-based Motion Control for the Immersive Interaction with a Mobile Augmented Reality Object (모바일 증강현실 물체와 몰입형 상호작용을 위한 비전기반 동작제어)

  • Chun, Jun-Chul
    • Journal of Internet Computing and Services
    • /
    • v.12 no.3
    • /
    • pp.119-129
    • /
    • 2011
  • Vision-based Human computer interaction is an emerging field of science and industry to provide natural way to communicate with human and computer. Especially, recent increasing demands for mobile augmented reality require the development of efficient interactive technologies between the augmented virtual object and users. This paper presents a novel approach to construct marker-less mobile augmented reality object and control the object. Replacing a traditional market, the human hand interface is used for marker-less mobile augmented reality system. In order to implement the marker-less mobile augmented system in the limited resources of mobile device compared with the desktop environments, we proposed a method to extract an optimal hand region which plays a role of the marker and augment object in a realtime fashion by using the camera attached on mobile device. The optimal hand region detection can be composed of detecting hand region with YCbCr skin color model and extracting the optimal rectangle region with Rotating Calipers Algorithm. The extracted optimal rectangle region takes a role of traditional marker. The proposed method resolved the problem of missing the track of fingertips when the hand is rotated or occluded in the hand marker system. From the experiment, we can prove that the proposed framework can effectively construct and control the augmented virtual object in the mobile environments.

Accident Prevention and Safety Management System for a Children School Bus (어린이 통학버스 사고 방지 및 안전 관리 시스템)

  • Kim, Hyeonju;Lee, Seungmin;Ham, Sojeong;Kim, Sunhee
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.21 no.7
    • /
    • pp.446-452
    • /
    • 2020
  • As the use of children's school buses increases, accidents caused by the negligence of school bus drivers and ride carers have also increased significantly. To prevent such accidents, the government is coming up with various policies. We propose an accident prevention and safety management system for children's school buses. Through this system, bus drivers can easily check whether each child is seated and whether the seat belt is used, so it is possible to quickly respond to children's conditions while driving. With the ability to recognize faces by analyzing camera images, children can use a seat belt that is automatically adjusted to their height. It is therefore possible to prevent secondary injuries that may occur in the event of a traffic accident. In addition, a sleeping child-check system is provided to confirm that all children get off the bus, and a text service is provided to inform parents of their children's locations in real time. Based on Raspberry Pi, the system is implemented with cameras, pressure sensors, motors, Bluetooth modules, and so on. This proposed system was attached to a bus model to confirm that the series of functions work correctly.

Development of Conversion Solutions for Interoperability of Applications on Different Mobile Internet Platforms (이기종 무선인터넷 플랫폼의 어플리케이션 상호 호환을 위한 변환 솔루션 개발)

  • Kang, Kyung-Bo;Kang, Dong-Hyun;Hong, Chang-Pyo;Ryu, Jong-Min;Lee, Joong-Hoon;Yoon, Jung-Han;Jwa, Jeong-Woo
    • The Journal of the Korea Contents Association
    • /
    • v.7 no.4
    • /
    • pp.1-9
    • /
    • 2007
  • Cellular operators develop high speed mobile internet and multi-function cellular phones to activate new business model based on mobile internet services. Domestic cellular operators evolve their mobile networks from cdma2000-1x and EvDo to HSDPA to activate high speed mobile internet services. They also develop mobile internet platforms such as WIPI, BREW, and J2ME on multi-function cellular phones having multimedia solutions such as camera, MP3, MPEG, 3D game engine, DMB, PAN such as bluetooth, IrDA, W-LAN, and location information using GPS. But, content providers have problems of redevelopment of the same mobile internet application on different mobile internet platforms provided by cellular operators. In this paper, we develop conversion solutions for interoperability of mobile internet applications on WIPI and BREW using an one-pass compiler. We confirm the performance the proposed conversion solutions for the API conversion rate, the converted file size, and the full conversion time using the popular mobile games which are the killer applications on WiPI and BREW.

Development of a CNN-based Cross Point Detection Algorithm for an Air Duct Cleaning Robot (CNN 기반 공조 덕트 청소 로봇의 교차점 검출 알고리듬 개발)

  • Yi, Sarang;Noh, Eunsol;Hong, Seokmoo
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.21 no.8
    • /
    • pp.1-8
    • /
    • 2020
  • Air ducts installed for ventilation inside buildings accumulate contaminants during their service life. Robots are installed to clean the air duct at low cost, but they are still not fully automated and depend on manpower. In this study, an intersection detection algorithm for autonomous driving was applied to an air duct cleaning robot. Autonomous driving of the robot was achieved by calculating the distance and angle between the extracted point and the center point through the intersection detection algorithm from the camera image mounted on the robot. The training data consisted of CAD images of the duct interior as well as the cross-point coordinates and angles between the two boundary lines. The deep learning-based CNN model was applied as a detection algorithm. For training, the cross-point coordinates were obtained from CAD images. The accuracy was determined based on the differences in the actual and predicted areas and distances. A cleaning robot prototype was designed, consisting of a frame, a Raspberry Pi computer, a control unit and a drive unit. The algorithm was validated by video imagery of the robot in operation. The algorithm can be applied to vehicles operating in similar environments.

A Design on Face Recognition System Based on pRBFNNs by Obtaining Real Time Image (실시간 이미지 획득을 통한 pRBFNNs 기반 얼굴인식 시스템 설계)

  • Oh, Sung-Kwun;Seok, Jin-Wook;Kim, Ki-Sang;Kim, Hyun-Ki
    • Journal of Institute of Control, Robotics and Systems
    • /
    • v.16 no.12
    • /
    • pp.1150-1158
    • /
    • 2010
  • In this study, the Polynomial-based Radial Basis Function Neural Networks is proposed as one of the recognition part of overall face recognition system that consists of two parts such as the preprocessing part and recognition part. The design methodology and procedure of the proposed pRBFNNs are presented to obtain the solution to high-dimensional pattern recognition problem. First, in preprocessing part, we use a CCD camera to obtain a picture frame in real-time. By using histogram equalization method, we can partially enhance the distorted image influenced by natural as well as artificial illumination. We use an AdaBoost algorithm proposed by Viola and Jones, which is exploited for the detection of facial image area between face and non-facial image area. As the feature extraction algorithm, PCA method is used. In this study, the PCA method, which is a feature extraction algorithm, is used to carry out the dimension reduction of facial image area formed by high-dimensional information. Secondly, we use pRBFNNs to identify the ID by recognizing unique pattern of each person. The proposed pRBFNNs architecture consists of three functional modules such as the condition part, the conclusion part, and the inference part as fuzzy rules formed in 'If-then' format. In the condition part of fuzzy rules, input space is partitioned with Fuzzy C-Means clustering. In the conclusion part of rules, the connection weight of pRBFNNs is represented as three kinds of polynomials such as constant, linear, and quadratic. Coefficients of connection weight identified with back-propagation using gradient descent method. The output of pRBFNNs model is obtained by fuzzy inference method in the inference part of fuzzy rules. The essential design parameters (including learning rate, momentum coefficient and fuzzification coefficient) of the networks are optimized by means of the Particle Swarm Optimization. The proposed pRBFNNs are applied to real-time face recognition system and then demonstrated from the viewpoint of output performance and recognition rate.

A Scheme of Security Drone Convergence Service using Cam-Shift Algorithm (Cam-Shift 알고리즘을 이용한 경비드론 융합서비스 기법)

  • Lee, Jeong-Pil;Lee, Jae-Wook;Lee, Keun-Ho
    • Journal of the Korea Convergence Society
    • /
    • v.7 no.5
    • /
    • pp.29-34
    • /
    • 2016
  • Recently, with the development of high-tech industry, the use of the drones in various aspects of daily life is rapidly advancing. With technical and functional advancements, drones have an advantage of being easy to be utilized in the areas of use according to various lifestyles. In addition, through the diversification of the drone service converged with image processing medium such as camera and CCTV, an automated security system that can replace humans is expected to be introduced. By designing these unmanned security technology, a new convergence security drone service techniques that can strengthen the previous drone application technology will be proposed. In the proposed techniques, a biometric authentication technology will be designed as additional authentication methods that can determine the safety incorporated with security by selecting the search and areas of an object focusing on the objects in the initial windows and search windows through OpenCV technology and CAM-Shift algorithm which are an object tracking algorithm. Through such, a highly efficient security drone convergence service model will be proposed for performing unmanned security by using the drones that can continuously increase the analysis of technology on the mobility and real-time image processing.

Velocity Field Measurement of Flow Inside SNOUT of Zinc Plating Process ( I ) (용융아연 도금공정에서의 SNOUT 내부 유동장 해석 ( I ))

  • Shin, Dae Sig;Choi, Jayho;Lee, Sang-Joon
    • Transactions of the Korean Society of Mechanical Engineers B
    • /
    • v.23 no.10
    • /
    • pp.1265-1273
    • /
    • 1999
  • PIV(Particle Image Velocimetry) velocity field measurements inside the snout of a1/10 scale model of the Zn plating process were carried out at the strip speed $V_s=1.5m/s$. Aluminum powder particles ($1{\mu}m$) and atomized olive oil ($3{\mu}m$) were used as seeding particles to simulate the molten Zinc flow and deoxidization gas flow, respectively. A pulsed Nd:Yag laser and a $2K{\times}2K$ high-resolution CCD camera were synchronized for the PIV velocity field measurement. From flow visualization study, it is found that the liquid flow in the Zn pot is dominantly governed by the uprising flow caused by the rotating sink roll, with its effect on the steel strip inside the snout largely diminished by installing of the snout. The deoxidization gas flow in front of the strip inside the snout can be characterized by a large-scale vortex rotating clockwise direction formed by the moving strip. In the rear side of the strip, a counter-clockwise vortex is formed and some of the flow entrained by the moving strip impinges on the free surface of molten zinc. The liquid flow in front of the strip is governed by the flow entering the snout, caused by the spinning sink roll. Just below the free surface a counter-clockwise vortex is formed near the snout wall. The moving strip affects dominantly the flow behind the strip inside the snout, and large amount of the liquid flow follows the moving strip toward the sink roll. The thickness of the flow following the strip is very thin in the front side due to the uprising flow, however thick boundary layer is formed in the rear side of the strip. Its thickness is increased as moving downstream toward the sink roll. Inside the snout, the deoxidization gas flow above the free surface is much faster than the liquid flow in the zinc pot. Due to the larger influx of the flow following the moving strip in the rear side of the strip, higher percentage of imperfection can be anticipated on the rear surface of the strip.

Integrated Color Matching in Stereoscopic Image by Combining Local and Global Color Compensation (지역과 전역적인 색보정을 결합한 스테레오 영상에서의 색 일치)

  • Shu, Ran;Ha, Ho-Gun;Kim, Dae-Chul;Ha, Yeong-Ho
    • Journal of the Institute of Electronics and Information Engineers
    • /
    • v.50 no.12
    • /
    • pp.168-175
    • /
    • 2013
  • Color consistency in stereoscopic contents is important for 3D display systems. Even with a stereo camera of the same model and with the same hardware settings, complex color discrepancies occur when acquiring high quality stereo images. In this paper, we propose an integrated color matching method that use cumulative histogram in global matching and estimated 3D-distance for the stage of local matching. The distance between the current pixel and the target local region is computed using depth information and the spatial distance in the 2D image plane. The 3D-distance is then used to determine the similarity between the current pixel and the target local region. The overall algorithm is described as follow; First, the cumulative histogram matching is introduced for reducing global color discrepancies. Then, the proposed local color matching is established for reducing local discrepancies. Finally, a weight-based combination of global and local matching is computed. Experimental results show the proposed algorithm has improved global and local error correction performance for stereoscopic contents with respect to other approaches.

Elastic properties of addition silicone interocclusal recording materials (부가중합형 실리콘 교합인기재의 탄성 특성)

  • Lee, Young-Ok;Kim, Kyoung-Nam
    • Journal of Korean society of Dental Hygiene
    • /
    • v.12 no.3
    • /
    • pp.513-520
    • /
    • 2012
  • Objectives : In this study, contact angle and shore D hardness were measured, and a shark fin test was conducted after selecting five addition silicon(Blu-Mousse, BM; EXABITE II, EX; PERFECT, PF; Regisil$^{(R)}$ Rigid, RE; Silagum$^{(R)}$, SI) in order to figure out the properties of elastomeric interocclusal recording materials and reduce errors at interocclusal recording. 8) Methods : A contact angle was measured using a contact angle analyzer. After placing a drop of liquid on the surface of the specimens of interocclusal recording materials, a contact angle was photographed with a CCD camera on the equipment. In terms of a shark fin test, interocclusal recording materials were mixed for the time proposed by the manufacturer and inserted into the split ring of the Shark fin device. Twenty (20) seconds exactly, a metal rod was removed to make the materials slowly absorbed. Once they hardened, fin height was measured with a caliper after separating molds and trimming the specimens. The shore D hardness was measured with a shore D hardness tester(Model HPDSD, Hans Schmidt & Co. Gmbh, Germany) in sixty (60) minutes after fabricating specimens. In each experiment, five specimens, mean and standard deviation were calculated. A one-way ANOVA test was performed at the p>0.05 level of significance. In terms of correlation among the tests, Pearson correlation coefficient was estimated. For multiple comparison, Scheffe's test was carried out. Results : A contact angle was the highest in EX with $99.23^{\circ}$ (p<0.05) while the result of the shark fin test was the longest in RE with 5.45mm. SI was the lowest (0.27mm) with statistical significance. Among the interocclusal recording materials, significant difference was observed in terms of means (p<0.05). The shore D hardness was the highest in SI with 31.0 while RE was significantly low with 16.4 (p<0.05). Among the materials, statistically significant difference was observed in terms of means when compared to the rest materials (RE), BM, RE and SI (PF and EX) and the remaining materials (BM and SI) (p<0.05). In terms of correlations among the tests, a negative correlation occurred between shore D hardness and shark fin test(r=-0.823, p=0.000). Conclusions : According to the study above, it is necessary to understand the properties of interocclusal recording materials and consider contact angle, shark fin test and properties of shore D hardness to select appropriate materials.

Evaluation of marginal fit of 2 CAD-CAM anatomic contour zirconia crown systems and lithium disilicate glass-ceramic crown

  • Ji, Min-Kyung;Park, Ji-Hee;Park, Sang-Won;Yun, Kwi-Dug;Oh, Gye-Jeong;Lim, Hyun-Pil
    • The Journal of Advanced Prosthodontics
    • /
    • v.7 no.4
    • /
    • pp.271-277
    • /
    • 2015
  • PURPOSE. This study was to evaluate the marginal fit of two CAD-CAM anatomic contour zirconia crown systems compared to lithium disilicate glass-ceramic crowns. MATERIALS AND METHODS. Shoulder and deep chamfer margin were formed on each acrylic resin tooth model of a maxillary first premolar. Two CAD-CAM systems (Prettau$^{(R)}$Zirconia and ZENOSTAR$^{(R)}$ZR translucent) and lithium disilicate glass ceramic (IPS e.max$^{(R)}$press) crowns were made (n=16). Each crown was bonded to stone dies with resin cement (Rely X Unicem). Marginal gap and absolute marginal discrepancy of crowns were measured using a light microscope equipped with a digital camera (Leica DFC295) magnified by a factor of 100. Two-way analysis of variance (ANOVA) and post-hoc Tukey's HSD test were conducted to analyze the significance of crown marginal fit regarding the finish line configuration and the fabrication system. RESULTS. The mean marginal gap of lithium disilicate glass ceramic crowns (IPS e.max$^{(R)}$press) was significantly lower than that of the CAD-CAM anatomic contour zirconia crown system (Prettau$^{(R)}$Zirconia) (P<.05). Both fabrication systems and finish line configurations significantly influenced the absolute marginal discrepancy (P<.05). CONCLUSION. The lithium disilicate glass ceramic crown (IPS e.max$^{(R)}$press) had significantly smaller marginal gap than the CAD-CAM anatomic contour zirconia crown system (Prettau$^{(R)}$Zirconia). In terms of absolute marginal discrepancy, the CAD-CAM anatomic contour zirconia crown system (ZENOSTAR$^{(R)}$ZR translucent) had under-extended margin, whereas the CAD-CAM anatomic contour zirconia crown system (Prettau$^{(R)}$Zirconia) and lithium disilicate glass ceramic crowns (IPS e.max$^{(R)}$press) had overextended margins.