• Title/Summary/Keyword: Prominent Line Detection

Search Result 7, Processing Time 0.025 seconds

Interval Hough Transform For Prominent Line Detection (배경선 추출을 위한 구간 허프 변환)

  • Choi, Jin-Mo;Kim, Changick
    • Journal of Korea Multimedia Society
    • /
    • v.16 no.11
    • /
    • pp.1288-1296
    • /
    • 2013
  • The prominent line at the singe image is the important fact for understanding spatial structure or estimating aesthetic scoring. According to this thesis, the abstraction of the background line helps analyzing vanishing point, reconstitution of 3 dimensions, and determining of image sloppiness. It also makes easy to calculate the rule of thirds. This thesis is composed of section hough transform mapping, prioritizing of the prominent line, and selection of the prominent line. These technologies are departmentalized to be applied abstraction of traffic lane, analyzing of building structure, abstraction of vanishing point, and abstraction of straight line documentation. This gives the choice that users are able to compose technology by considering characteristic of objects and luminous environment. This thesis also can be applied to abstract circle. The interval hough transform is able to select the number of prominent line which users want to abstract. It can analyze important prominent line numbers at the image and then abstract the lines, too. Results of prominent lines by experiments would be show at this thesis.

Asymmetric Capacitive Sensor for On-line and Real-time Partial Discharge Detection in Power Cables

  • Changhee Son;Hyewon Cheon;Hakson Lee;Daekyung Kang;Jonghoo Park
    • Journal of Sensor Science and Technology
    • /
    • v.32 no.4
    • /
    • pp.219-222
    • /
    • 2023
  • Partial discharges (PD) have long been recognized as a major contributing factor to catastrophic failures in high-power equipment. As the demand for high voltage direct current (HVDC) facilities continues to rise, the significance of on-line and real-time monitoring of PD becomes increasingly prominent. In this study, we have designed, fabricated, and characterized a highly sensitive and cost-effective PD sensor comprising a pair of copper electrodes with different arc lengths. The key advantage of our sensor is its non-invasive nature, as it can be installed at any location along the entire power cable without requiring structural modifications. In contrast, conventional PD sensors are typically limited to installation at cable terminals or insulation joint boxes, often necessitating invasive alterations. Our PD sensor demonstrates exceptional accuracy in estimating PD location, with a success rate exceeding 95% in the straight sections of the power cable and surpassing 89% in curved sections. These remarkable characteristics indicate its high potential for realtime and on-line detection of PD.

A Self-Organizing Map Based Hough Transform for Detecting Straight Lines (직선 추출을 위한 자기조직화지도 기반의 허프 변환)

  • Lee, Moon-Kyu
    • Journal of Korean Institute of Industrial Engineers
    • /
    • v.28 no.2
    • /
    • pp.162-170
    • /
    • 2002
  • Detecting straight lines in an image is frequently required for various machine vision applications such as restoring CAD drawings from scanned images and object recognition. The standard Hough transform has been dominantly used to that purpose. However, massive storage requirement and low precision in estimating line parameters due to the quantization of parameter space are the major drawbacks of the Hough transform technique. In this paper, to overcome the drawbacks, an iterative algorithm based on a self-organizing map is presented. The self-organizing map can be adaptively learned such that image points are clustered by prominent lines. Through the procedure of the algorithm, a set of lines are sequentially detected one at a time. The algorithm can produce highly precised estimates of line parameters using very small amount of storage memory. Computational results for synthetically generated images are given. The promise of the algorithm is also demonstrated with its application to two natural images of inserts.

On-Road Succeeding Vehicle Detection using Characteristic Visual Features (시각적 특징들을 이용한 도로 상의 후방 추종 차량 인식)

  • Adhikari, Shyam Prasad;Cho, Hi-Tek;Yoo, Hyeon-Joong;Yang, Chang-Ju;Kim, Hyong-Suk
    • The Transactions of The Korean Institute of Electrical Engineers
    • /
    • v.59 no.3
    • /
    • pp.636-644
    • /
    • 2010
  • A method for the detection of on-road succeeding vehicles using visual characteristic features like horizontal edges, shadow, symmetry and intensity is proposed. The proposed method uses the prominent horizontal edges along with the shadow under the vehicle to generate an initial estimate of the vehicle-road surface contact. Fast symmetry detection, utilizing the edge pixels, is then performed to detect the presence of vertically symmetric object, possibly vehicle, in the region above the initially estimated vehicle-road surface contact. A window defined by the horizontal and the vertical line obtained from above along with local perspective information provides a narrow region for the final search of the vehicle. A bounding box around the vehicle is extracted from the horizontal edges, symmetry histogram and a proposed squared difference of intensity measure. Experiments have been performed on natural traffic scenes obtained from a camera mounted on the side view mirror of a host vehicle demonstrate good and reliable performance of the proposed method.

Abundant Methanol Ices toward a Massive Young Stellar Object in the Galactic Center

  • An, Deokkeun;Sellgren, Kris;Adwin Boogert, A.C.;Ramirez, Solange V.;Pyo, Tae-Soo
    • The Bulletin of The Korean Astronomical Society
    • /
    • v.41 no.2
    • /
    • pp.57.1-57.1
    • /
    • 2016
  • Methanol ($CH_3OH$) is a key species in the formation of complex organic molecules. We report the first detection of solid $CH_3OH$ in a line of sight toward the Galactic center (GC) region, based on L-band spectra taken with the Subaru telescope, aided by L'-band imaging data and moderate-resolution spectra from NASA/IRTF. It is found toward a background star, ~8000 AU in projected distance from a newly discovered massive young stellar object (YSO). This YSO also exhibits a strong $CO_2$ ice absorption band at ${\sim}15{\mu}m$ in Spitzer/IRS data, which has a prominent long-wavelength wing. It confirms that a high $CH_3OH$ abundance is responsible for the broad $15{\mu}m$ $CO_2$ ice absorption towards massive YSOs in the GC. Clearly, $CH_3OH$ formation in ices is efficient in the GC region, as it is in star-forming regions in the Galactic disk. We discuss implications of our result on the astrochemical processes in the hostile GC molecular clouds.

  • PDF

Minimize Web Applications Vulnerabilities through the Early Detection of CRLF Injection

  • Md. Mijanur Rahman;Md. Asibul Hasan
    • International Journal of Computer Science & Network Security
    • /
    • v.23 no.2
    • /
    • pp.199-202
    • /
    • 2023
  • Carriage return (CR) and line feed (LF), also known as CRLF injection is a type of vulnerability that allows a hacker to enter special characters into a web application, altering its operation or confusing the administrator. Log poisoning and HTTP response splitting are two prominent harmful uses of this technique. Additionally, CRLF injection can be used by an attacker to exploit other vulnerabilities, such as cross-site scripting (XSS). Email injection, also known as email header injection, is another way that can be used to modify the behavior of emails. The Open Web Application Security Project (OWASP) is an organization that studies vulnerabilities and ranks them based on their level of risk. According to OWASP, CRLF vulnerabilities are among the top 10 vulnerabilities and are a type of injection attack. Automated testing can help to quickly identify CRLF vulnerabilities, and is particularly useful for companies to test their applications before releasing them. However, CRLF vulnerabilities can also lead to the discovery of other high-risk vulnerabilities, and it fosters a better approach to mitigate CRLF vulnerabilities in the early stage and help secure applications against known vulnerabilities. Although there has been a significant amount of research on other types of injection attacks, such as Structure Query Language Injection (SQL Injection). There has been less research on CRLF vulnerabilities and how to detect them with automated testing. There is room for further research to be done on this subject matter in order to develop creative solutions to problems. It will also help to reduce false positive alerts by checking the header response of each request. Security automation is an important issue for companies trying to protect themselves against security threats. Automated alerts from security systems can provide a quicker and more accurate understanding of potential vulnerabilities and can help to reduce false positive alerts. Despite the extensive research on various types of vulnerabilities in web applications, CRLF vulnerabilities have only recently been included in the research. Utilizing automated testing as a recurring task can assist companies in receiving consistent updates about their systems and enhance their security.

A Study of Galactic Molecular Clouds through Multiwavelength Observations

  • Park, Sung-Joon;Min, Kyoung-Wook;Seon, Kwang-Il;Han, Won-Yong;Lee, Dae-Hee;Edelstein, Jerry;Korpela, Eric;Sankrit, Ravi
    • The Bulletin of The Korean Astronomical Society
    • /
    • v.35 no.1
    • /
    • pp.68.1-68.1
    • /
    • 2010
  • We focus on two Galactic molecular clouds that are located in wholly different environments and both are observed by FIMS instrument onboard STSAT-1. The Draco cloud is known as a translucent molecular cloud at high Galactic latitude. The FUV spectra show important ionic lines of C IV, Si IV+O IV], Si II* and Al II, indicating the existence of hot and warm interstellar gases in the region. The enhanced C IV emission inside the Draco cloud region is attributable to the turbulent mixing of the interacting cold and warm/hot media, which is supported by the detection of the O III] emission line and the $H{\alpha}$ feature in this region. The Si II* emission covers the remainder of the region outside the Draco cloud, in agreement with previous observations of Galactic halos. Additionally, the H2 fluorescent map is consistent with the morphology of the atomic neutral hydrogen and dust emission of the Draco cloud. In the Aquila Rift region near Galactic plane, FIMS observed that the FUV continuum emission from the core of the Aquila Rift suffers heavy dust extinction. The entire field is divided into three sub-regions that are known as the- "halo," "diffuse," and "star-forming" regions. The "diffuse" and "star-forming" regions show various prominent H2 fluorescent emission lines, while the "halo" region indicates the general ubiquitous characteristics of H2. The CLOUD model and the FUV line ratio are included here to investigate the physical conditions of each sub-region. Finally, the development of an infrared imaging system known as the MIRIS instrument onboard STSAT-3 is briefly introduced. It can be used in WIM studies through $Pa{\alpha}$ observations.

  • PDF