• Title/Summary/Keyword: point matching

Search Result 840, Processing Time 0.026 seconds

Integration and Decision Algorithm for Location-Based Road Hazardous Data Collected by Probe Vehicles (프로브 수집 위치기반 도로위험정보 통합 및 판단 알고리즘)

  • Chae, Chandle;Sim, HyeonJeong;Lee, Jonghoon
    • The Journal of The Korea Institute of Intelligent Transport Systems
    • /
    • v.17 no.6
    • /
    • pp.173-184
    • /
    • 2018
  • As the portable traffic information collection system using probe vehicles spreads, it is becoming possible to collect road hazard information such as portholes, falling objects, and road surface freezing using in-vehicle sensors in addition to existing traffic information. In this study, we developed a integration and decision algorithm that integrates time and space in real time when multiple probe vehicles detect events such as road hazard information based on GPS coordinates. The core function of the algorithm is to determine whether the road hazard information generated at a specific point is the same point from the result of detecting multiple GPS probes with different GPS coordinates, Generating the data, (3) continuously determining whether the generated event data is valid, and (4) ending the event when the road hazard situation ends. For this purpose, the road risk information collected by the probe vehicle was processed in real time to achieve the conditional probability, and the validity of the event was verified by continuously updating the road risk information collected by the probe vehicle. It is considered that the developed hybrid processing algorithm can be applied to probe-based traffic information collection and event information processing such as C-ITS and autonomous driving car in the future.

Measurement Technique of Indoor location Based on Markerless applicable to AR (AR에 적용 가능한 마커리스 기반의 실내 위치 측정 기법)

  • Kim, Jae-Hyeong;Lee, Seung-Ho
    • Journal of IKEEE
    • /
    • v.25 no.2
    • /
    • pp.243-251
    • /
    • 2021
  • In this paper, we propose a measurement technique of indoor location based on markerless applicable to AR. The proposed technique has the following originality. The first is to extract feature points and use them to generate local patches to enable faster computation by learning and using only local patches that are more useful than the surroundings without learning the entire image. Second, learning is performed through deep learning using the convolution neural network structure to improve accuracy by reducing the error rate. Third, unlike the existing feature point matching technique, it enables indoor location measurement including left and right movement. Fourth, since the indoor location is newly measured every frame, errors occurring in the front side during movement are prevented from accumulating. Therefore, it has the advantage that the error between the final arrival point and the predicted indoor location does not increase even if the moving distance increases. As a result of the experiment conducted to evaluate the time required and accuracy of the measurement technique of indoor location based on markerless applicable to AR proposed in this paper, the difference between the actual indoor location and the measured indoor location is an average of 12.8cm and a maximum of 21.2cm. As measured, the indoor location measurement accuracy was better than that of the existing IEEE paper. In addition, it was determined that it was possible to measure the user's indoor location in real time by displaying the measured result at 20 frames per second.

Improved Original Entry Point Detection Method Based on PinDemonium (PinDemonium 기반 Original Entry Point 탐지 방법 개선)

  • Kim, Gyeong Min;Park, Yong Su
    • KIPS Transactions on Computer and Communication Systems
    • /
    • v.7 no.6
    • /
    • pp.155-164
    • /
    • 2018
  • Many malicious programs have been compressed or encrypted using various commercial packers to prevent reverse engineering, So malicious code analysts must decompress or decrypt them first. The OEP (Original Entry Point) is the address of the first instruction executed after returning the encrypted or compressed executable file back to the original binary state. Several unpackers, including PinDemonium, execute the packed file and keep tracks of the addresses until the OEP appears and find the OEP among the addresses. However, instead of finding exact one OEP, unpackers provide a relatively large set of OEP candidates and sometimes OEP is missing among candidates. In other words, existing unpackers have difficulty in finding the correct OEP. We have developed new tool which provides fewer OEP candidate sets by adding two methods based on the property of the OEP. In this paper, we propose two methods to provide fewer OEP candidate sets by using the property that the function call sequence and parameters are same between packed program and original program. First way is based on a function call. Programs written in the C/C++ language are compiled to translate languages into binary code. Compiler-specific system functions are added to the compiled program. After examining these functions, we have added a method that we suggest to PinDemonium to detect the unpacking work by matching the patterns of system functions that are called in packed programs and unpacked programs. Second way is based on parameters. The parameters include not only the user-entered inputs, but also the system inputs. We have added a method that we suggest to PinDemonium to find the OEP using the system parameters of a particular function in stack memory. OEP detection experiments were performed on sample programs packed by 16 commercial packers. We can reduce the OEP candidate by more than 40% on average compared to PinDemonium except 2 commercial packers which are can not be executed due to the anti-debugging technique.

A Mobile Landmarks Guide : Outdoor Augmented Reality based on LOD and Contextual Device (모바일 랜드마크 가이드 : LOD와 문맥적 장치 기반의 실외 증강현실)

  • Zhao, Bi-Cheng;Rosli, Ahmad Nurzid;Jang, Chol-Hee;Lee, Kee-Sung;Jo, Geun-Sik
    • Journal of Intelligence and Information Systems
    • /
    • v.18 no.1
    • /
    • pp.1-21
    • /
    • 2012
  • In recent years, mobile phone has experienced an extremely fast evolution. It is equipped with high-quality color displays, high resolution cameras, and real-time accelerated 3D graphics. In addition, some other features are includes GPS sensor and Digital Compass, etc. This evolution advent significantly helps the application developers to use the power of smart-phones, to create a rich environment that offers a wide range of services and exciting possibilities. To date mobile AR in outdoor research there are many popular location-based AR services, such Layar and Wikitude. These systems have big limitation the AR contents hardly overlaid on the real target. Another research is context-based AR services using image recognition and tracking. The AR contents are precisely overlaid on the real target. But the real-time performance is restricted by the retrieval time and hardly implement in large scale area. In our work, we exploit to combine advantages of location-based AR with context-based AR. The system can easily find out surrounding landmarks first and then do the recognition and tracking with them. The proposed system mainly consists of two major parts-landmark browsing module and annotation module. In landmark browsing module, user can view an augmented virtual information (information media), such as text, picture and video on their smart-phone viewfinder, when they pointing out their smart-phone to a certain building or landmark. For this, landmark recognition technique is applied in this work. SURF point-based features are used in the matching process due to their robustness. To ensure the image retrieval and matching processes is fast enough for real time tracking, we exploit the contextual device (GPS and digital compass) information. This is necessary to select the nearest and pointed orientation landmarks from the database. The queried image is only matched with this selected data. Therefore, the speed for matching will be significantly increased. Secondly is the annotation module. Instead of viewing only the augmented information media, user can create virtual annotation based on linked data. Having to know a full knowledge about the landmark, are not necessary required. They can simply look for the appropriate topic by searching it with a keyword in linked data. With this, it helps the system to find out target URI in order to generate correct AR contents. On the other hand, in order to recognize target landmarks, images of selected building or landmark are captured from different angle and distance. This procedure looks like a similar processing of building a connection between the real building and the virtual information existed in the Linked Open Data. In our experiments, search range in the database is reduced by clustering images into groups according to their coordinates. A Grid-base clustering method and user location information are used to restrict the retrieval range. Comparing the existed research using cluster and GPS information the retrieval time is around 70~80ms. Experiment results show our approach the retrieval time reduces to around 18~20ms in average. Therefore the totally processing time is reduced from 490~540ms to 438~480ms. The performance improvement will be more obvious when the database growing. It demonstrates the proposed system is efficient and robust in many cases.

Relationship between Brand Personality and the Personality of Consumers, and its Application to Corporate Branding Strategy

  • Kim, Young-Ei;Lee, Jung-Wan;Lee, Yong-Ki
    • Journal of Global Scholars of Marketing Science
    • /
    • v.18 no.3
    • /
    • pp.27-57
    • /
    • 2008
  • Many consumers enjoy the challenge of purchasing a brand that matches well with their own values and personalities (for example, Ko et al., 2008; Ko et al., 2006). Therefore, the personalities of consumers can impact on the final selection of a brand and its brand personality in two ways: first, the consumers may incline to purchase a brand or a product that reflects their own personalities; second, consumers tend to choose a company that has similar brand personalities to those brands that are being promoted. Therefore, the objectives of this study are following: 1. Is there any empirical relationship between a consumer's personality and the personality of a brand that he or she chooses? 2. Can a corporate brand be differentiated by the brand personality? In short, consumers are more likely to hold favorable attitudes towards those brands that match their own personality and will most probably purchase those brands matching well with their personality. For example, Matzler et al. (2006) found that extraversion and openness were positively related to hedonic product value; and that the personality traits directly (openness) and indirectly (extraversion, via hedonic value) influenced brand effects, which in turn droved attitudinal and purchase loyalty. Based on the above discussion, the following hypotheses are proposed: Hypothesis 1: the personality of a consumer is related to the brand personality of a product/corporate that he/she purchases. Kuksov (2007) and Wernerfelt (1990) argued that brands as a symbolic language allowed consumers to communicate their types to each other and postulated that consumers had a certain value of communicating their types to each other. Therefore, how brand meanings are established, and how a firm communicate with consumers about the meanings of the brand are interesting topics for research (for example, Escalas and Bettman, 2005; McCracken, 1989; Moon, 2007). Hence, the following hypothesis is proposed: Hypothesis 2: A corporate brand identity is differentiated by the brand personality. And there are significant differences among companies. A questionnaire was developed for collecting empirical measures of the Big-Five personality traits and brand personality variables. A survey was conducted to the online access panel members through the Internet during December 2007 in Korea. In total, 500 respondents completed the questionnaire, and considered as useable. Personality constructs were measured using the Five-factor Inventory (NEO-FFI) scale and a total of 30 items were actually utilized. Brand personality was measured using the five-dimension scale developed by Aaker (1997). A total of 17 items were actually utilized. The seven-point Likert-type scale was the format of responses, for example, from 1 indicating strongly disagreed to 7 for strongly agreed. The Analysis of Moment Structures (AMOS) was used for an empirical testing of the model, and the Maximum Likelihood Estimation (MLE) was applied to estimate numerical values for the components in the model. To diagnose the presence of distribution problems in the data and to gauge their effects on the parameter estimates, bootstapping method was used. The results of the hypothesis-1 test empirically show that there exit certain causality relationship between a consumer's personality and the brand personality of the consumer's choice. Thus, the consumer's personality has an impact on consumer's final selection of a brand that has a brand personality matches well with their own personalities. In other words, the consumers are inclined to purchase a brand that reflects their own personalities and tend to choose a company that has similar brand personalities to those of the brand being promoted. The results of this study further suggest that certain dimensions of the brand personality cause consumers to have preference to certain (corporate) brands. For example, the conscientiousness, neuroticism, and extraversion of the consumer personality have positively related to a selection of "ruggedness" characteristics of the brand personality. Consumers who possess that personality dimension seek for matching with certain brand personality dimensions. Results of the hypothesis-2 test show that the average "ruggedness" attributes of the brand personality differ significantly among Korean automobile manufacturers. However, the result of ANOVA also indicates that there are no significant differences in the mean values among manufacturers for the "sophistication," "excitement," "competence" and "sincerity" attributes of the corporate brand personality. The tight link between what a firm is and its corporate brand means that there is far less room for marketing communications than there is with products and brands. Consequently, successful corporate brand strategies must position the organization within the boundaries of what is acceptable, while at the same time differentiating the organization from its competitors.

  • PDF

Patient Setup Aid with Wireless CCTV System in Radiation Therapy (무선 CCTV 시스템을 이용한 환자 고정 보조기술의 개발)

  • Park, Yang-Kyun;Ha, Sung-Whan;Ye, Sung-Joon;Cho, Woong;Park, Jong-Min;Park, Suk-Won;Huh, Soon-Nyung
    • Radiation Oncology Journal
    • /
    • v.24 no.4
    • /
    • pp.300-308
    • /
    • 2006
  • $\underline{Purpose}$: To develop a wireless CCTV system in semi-beam's eye view (BEV) to monitor daily patient setup in radiation therapy. $\underline{Materials\;and\;Methods}$: In order to get patient images in semi-BEV, CCTV cameras are installed in a custom-made acrylic applicator below the treatment head of a linear accelerator. The images from the cameras are transmitted via radio frequency signal (${\sim}2.4\;GHz$ and 10 mW RF output). An expected problem with this system is radio frequency interference, which is solved utilizing RF shielding with Cu foils and median filtering software. The images are analyzed by our custom-made software. In the software, three anatomical landmarks in the patient surface are indicated by a user, then automatically the 3 dimensional structures are obtained and registered by utilizing a localization procedure consisting mainly of stereo matching algorithm and Gauss-Newton optimization. This algorithm is applied to phantom images to investigate the setup accuracy. Respiratory gating system is also researched with real-time image processing. A line-laser marker projected on a patient's surface is extracted by binary image processing and the breath pattern is calculated and displayed in real-time. $\underline{Results}$: More than 80% of the camera noises from the linear accelerator are eliminated by wrapping the camera with copper foils. The accuracy of the localization procedure is found to be on the order of $1.5{\pm}0.7\;mm$ with a point phantom and sub-millimeters and degrees with a custom-made head/neck phantom. With line-laser marker, real-time respiratory monitoring is possible in the delay time of ${\sim}0.17\;sec$. $\underline{Conclusion}$: The wireless CCTV camera system is the novel tool which can monitor daily patient setups. The feasibility of respiratory gating system with the wireless CCTV is hopeful.

Induced Prisms of Wearing Glasses Measured by Photographing (사진촬영으로 측정한 착용안경의 유발프리즘)

  • Shin, Hyung-Sup;Jang, Jun-Kyu
    • Journal of Korean Ophthalmic Optics Society
    • /
    • v.19 no.4
    • /
    • pp.527-532
    • /
    • 2014
  • Purpose: The matching of the optical center and the pupil center was measured by photographs in wearing glasses. In this study, the influences of the induced prism by the mismatching are studied. Methods: 74 subjects (148 eyes) who were spectacles wearer were participated in this study. The mean age was $29.19{\pm}12.22$ years (range 19-55 years). The facial photographs of subjects were taken while wearing spectacles. The matching of the corneal reflected image and optical center of the spectacle lens in the horizontal deviations, and the vertical deviations were measured by the observation of the photo image. The prisms induced in accordance with various frame type were calculated from the mismatching deviations. Results: The binocular horizontal deviations were $1.55{\pm}1.70mm$ for the metal frame, $1.71{\pm}2.21mm$ for the clings type plastic frame, and $1.15{\pm}1.38mm$ for the plastic frame. In the horizontal direction induced prism, the ratio over the tolerance was 23%. The ratio were the 17.6% at the BI prism, and 5.4% at the BO prism. The binocular vertical deviation comparisons were $3.93{\pm}1.91mm$ for the metal frame, $5.79{\pm}1.93mm$ for the clings type plastic frame, and 1$6.01{\pm}2.94mm$ for the plastic frame. In the vertical direction induced prism, the ratio over the tolerance was 44.6%. Based on the refraction power, the ratio were 12.2% at -0.25${\leq}-3.00$, and 32.4% at -3.00${\leq}-12.00D$. Conclusions: The induced prisms in the horizontal direction were much in the BI prism. The binocular vertical deviations of the glasses.

Restructuring of the Old-Age Income Maintenance System and Development Direction of the Seniority Pension Scheme in Korea (노령소득보장체계의 재구축과 경로연금제도의 발전방향)

  • Seok, Jae-Eun
    • Korean Journal of Social Welfare
    • /
    • v.50
    • /
    • pp.235-263
    • /
    • 2002
  • The present study is designed to explore restructuring direction of the old-age income maintenance system and development direction of the Seniority Pension Scheme(SPS) in Korea. While the SPS is trifling scheme with tiny benefit amount and small budget, the SPS has important role that function as only public income maintenance scheme for both the low income class and the excluded from public pension and public assistance at present stage because of immature National Pension. This study starts with the research question why serious mis-matching problem between needs and resources in old-age income maintenance system occur. Thus this study explores fundamental change direction of the old-age income maintenance system which is coincide with further situation change(demography, labour market, family structure). Also this study explores desirable SPS's development direction as taking into account relation with other public old-age income maintenance system. This paper suggests basic direction of old-age income maintenance system as follows: principle of universal and individual security; principle of sustainability; principle of equity. Under general principle, this paper also proposes largely two development scenario of the SPS. The one is to maintain present transitional and provisional scheme with trying scheme's substantiality. The other is to change into permanent old-age income maintenance scheme for the excluded public pension and public assistance. At this point it is the public pension's role that the SPS's development direction is determined. If the public pension keep one pension per one earner as present system, non-contribution pension as present SPS should maintain continuously. However, if the public pension reorganize into basic pension of one pension per one person and earning-related pension, the SPS should be managed temporarily until mature of public pension. Therefore whether the public pension play basic security role for all elderly or not will determine the SPS development direction.

  • PDF

Effects of Storytelling in Advertising on Consumers' Empathy

  • Park, Myungjin;Lee, Doo-Hee
    • Asia Marketing Journal
    • /
    • v.15 no.4
    • /
    • pp.103-129
    • /
    • 2014
  • Differentiated positioning becomes increasingly difficult when brand salience weakens. Also, the daily increase in new media use and information load has led to a social climate that regards advertising stimuli as spamming. For these reasons, the focus of advertisement-related communication is shifting from persuading consumers through the direct delivery of information to an emphasis on appealing to their emotions using matching stimuli to enhance persuasion effects. Recently, both academia and industry have increasingly shown an interest in storytelling methods that can generate positive emotional responses and attitude changes by arousing consumers' narrative processing. The purpose of storytelling is to elicit consumers' emotional experience to meet the objectives of advertisement producers. Therefore, the most important requirement for storytelling in advertising is that it evokes consumers' sympathy for the main character in the advertisement. This does not involve advertisements directly persuading consumers, but rather, consumers themselves finding an answer through the advertisement's story. Thus, consumers have an indirect experience regarding the product features and usage through empathy with the advertisement's main character. In this study, we took the results of a precedent study as the starting point, according to which consumers' emotional response can be altered depending on the storytelling methods adopted for storytelling ads. Previous studies have reported that drama-type and vignette-type storytelling methods have a considerably different impact on the emotional responses of advertising audiences, due to their different structural characteristics. Thus, this study aims to verify that emotional response aroused by different types of advertisement storytelling (drama ads vs. vignette ads) can be controlled by the socio-psychological gender difference of advertising audiences and that the interaction effects between the socio-psychological gender differences of the audience and the gender stereotype of emotions to which advertisements appeal can exert an influence on emotional responses to types of storytelling in advertising. To achieve this, an experiment was conducted employing a between-group design consisting of 2 (storytelling type: drama ads vs. vignette ads) × 2 (socio-psychological gender of the audience: masculinity vs. femininity) × 2 (advertising appeal emotion type: male stereotype emotion vs. female stereotype emotion). The experiment revealed that the femininity group displayed a strong and consistent empathy for drama ads regardless of whether the ads appealed to masculine or feminine emotions, whereas the masculinity group displayed a stronger empathy for drama ads appealing to the emotional types matching its own gender as well as for vignette ads. The theoretical contribution of this study is significant in that it sheds light on the controllability of the audiences' emotional responses to advertisement storytelling depending on their socio-psychological gender and gender stereotype of emotions appealed to through advertising. Specifically, its considerable practical contribution consists in easing unnecessary creative constraints by comprehensively analyzing essential advertising strategic factors such as the target consumers' gender and the objective of the advertisement, in contrast to the oversimplified view of previous studies that considered emotional responses to storytelling ads were determined by the different types of production techniques used. This study revealed that emotional response to advertisement storytelling varies depending on the target gender of and emotion type appealed to by the advertisement. This suggests that an understanding of the targeted gender is necessary prior to producing an advertisement and that in deciding on an advertisement storytelling type, strategic attention should be directed to the advertisement's appeal concept or emotion type. Thus, it is safe to use drama-type storytelling that expresses masculine emotions (ex. fun, happy, encouraged) when the advertisement target, like Bacchus, includes both men and women. For brands and advertisements targeting only women (ex. female clothes), it is more effective to use a drama-type storytelling method that expresses feminine emotions (lovely, romantic, sad). The drama method can be still more effective than the vignette when women are the main target and a masculine concept-based creative is to be produced. However, when male consumers are targeted and the brand concept or advertisement concept is focused on feminine emotions (ex. romantic), vignette ads can more effectively induce empathy than drama ads.

  • PDF

Mobile Camera-Based Positioning Method by Applying Landmark Corner Extraction (랜드마크 코너 추출을 적용한 모바일 카메라 기반 위치결정 기법)

  • Yoo Jin Lee;Wansang Yoon;Sooahm Rhee
    • Korean Journal of Remote Sensing
    • /
    • v.39 no.6_1
    • /
    • pp.1309-1320
    • /
    • 2023
  • The technological development and popularization of mobile devices have developed so that users can check their location anywhere and use the Internet. However, in the case of indoors, the Internet can be used smoothly, but the global positioning system (GPS) function is difficult to use. There is an increasing need to provide real-time location information in shaded areas where GPS is not received, such as department stores, museums, conference halls, schools, and tunnels, which are indoor public places. Accordingly, research on the recent indoor positioning technology based on light detection and ranging (LiDAR) equipment is increasing to build a landmark database. Focusing on the accessibility of building a landmark database, this study attempted to develop a technique for estimating the user's location by using a single image taken of a landmark based on a mobile device and the landmark database information constructed in advance. First, a landmark database was constructed. In order to estimate the user's location only with the mobile image photographing the landmark, it is essential to detect the landmark from the mobile image, and to acquire the ground coordinates of the points with fixed characteristics from the detected landmark. In the second step, by applying the bag of words (BoW) image search technology, the landmark photographed by the mobile image among the landmark database was searched up to a similar 4th place. In the third step, one of the four candidate landmarks searched through the scale invariant feature transform (SIFT) feature point extraction technique and Homography random sample consensus(RANSAC) was selected, and at this time, filtering was performed once more based on the number of matching points through threshold setting. In the fourth step, the landmark image was projected onto the mobile image through the Homography matrix between the corresponding landmark and the mobile image to detect the area of the landmark and the corner. Finally, the user's location was estimated through the location estimation technique. As a result of analyzing the performance of the technology, the landmark search performance was measured to be about 86%. As a result of comparing the location estimation result with the user's actual ground coordinate, it was confirmed that it had a horizontal location accuracy of about 0.56 m, and it was confirmed that the user's location could be estimated with a mobile image by constructing a landmark database without separate expensive equipment.