• Title/Summary/Keyword: Spatial Weight

Search Result 449, Processing Time 0.023 seconds

A Study of Edge Detection for Auto Focus of Infrared Camera

  • Park, Hee-Duk
    • Journal of the Korea Society of Computer and Information
    • /
    • v.23 no.1
    • /
    • pp.25-32
    • /
    • 2018
  • In this paper, we propose an edge detection algorithm for auto focus of infrared camera. We designed and implemented the edge detection of infrared image by using a spatial filter on FPGA. The infrared camera should be designed to minimize the image processing time and usage of hardware resource because these days surveillance systems should have the fast response and be low size, weight and power. we applied the $3{\times}3$ mask filter which has an advantage of minimizing the usage of memory and the propagation delay to process filtering. When we applied Laplacian filter to extract contour data from an image, not only edge components but also noise components of the image were extracted by the filter. These noise components make it difficult to determine the focus state. Also a bad pixel of infrared detector causes a problem in detecting the edge components. So we propose an adaptive edge detection filter that is a method to extract only edge components except noise components of an image by analyzing a variance of pixel data in $3{\times}3$ memory area. And we can detect the bad pixel and replace it with neighboring normal pixel value when we store a pixel in $3{\times}3$ memory area for filtering calculation. The experimental result proves that the proposed method is effective to implement the edge detection for auto focus in infrared camera.

Development of Robot Vision Control Schemes based on Batch Method for Tracking of Moving Rigid Body Target (강체 이동타겟 추적을 위한 일괄처리방법을 이용한 로봇비젼 제어기법 개발)

  • Kim, Jae-Myung;Choi, Cheol-Woong;Jang, Wan-Shik
    • Journal of the Korean Society of Manufacturing Process Engineers
    • /
    • v.17 no.5
    • /
    • pp.161-172
    • /
    • 2018
  • This paper proposed the robot vision control method to track a moving rigid body target using the vision system model that can actively control camera parameters even if the relative position between the camera and the robot and the focal length and posture of the camera change. The proposed robotic vision control scheme uses a batch method that uses all the vision data acquired from each moving point of the robot. To process all acquired data, this robot vision control scheme is divided into two cases. One is to give an equal weight for all acquired data, the other is to give weighting for the recent data acquired near the target. Finally, using the two proposed robot vision control schemes, experiments were performed to estimate the positions of a moving rigid body target whose spatial positions are unknown but only the vision data values are known. The efficiency of each control scheme is evaluated by comparing the accuracy through the experimental results of each control scheme.

An Optimization Method for the Calculation of SCADA Main Grid's Theoretical Line Loss Based on DBSCAN

  • Cao, Hongyi;Ren, Qiaomu;Zou, Xiuguo;Zhang, Shuaitang;Qian, Yan
    • Journal of Information Processing Systems
    • /
    • v.15 no.5
    • /
    • pp.1156-1170
    • /
    • 2019
  • In recent years, the problem of data drifted of the smart grid due to manual operation has been widely studied by researchers in the related domain areas. It has become an important research topic to effectively and reliably find the reasonable data needed in the Supervisory Control and Data Acquisition (SCADA) system has become an important research topic. This paper analyzes the data composition of the smart grid, and explains the power model in two smart grid applications, followed by an analysis on the application of each parameter in density-based spatial clustering of applications with noise (DBSCAN) algorithm. Then a comparison is carried out for the processing effects of the boxplot method, probability weight analysis method and DBSCAN clustering algorithm on the big data driven power grid. According to the comparison results, the performance of the DBSCAN algorithm outperforming other methods in processing effect. The experimental verification shows that the DBSCAN clustering algorithm can effectively screen the power grid data, thereby significantly improving the accuracy and reliability of the calculation result of the main grid's theoretical line loss.

The Meaning of Joint in Carlo Scarpa's Fragmentary Architecture (카를로 스카르파의 단편적 건축에 있어서 접합의 의미)

  • Lee, Kyung-Jin
    • Journal of the Architectural Institute of Korea Planning & Design
    • /
    • v.35 no.8
    • /
    • pp.15-22
    • /
    • 2019
  • According to Kenneth Frampton, the modern architecture starts to be recognized as the poetics of construction and lays a great weight in its value on the technology of making forms and the inherent meaning in the tectonics. The tectonic connotes not only the technological construction of the architecture but also ontological details as the joint of material and texture. The works of Carlo Scarpa are examples to prove the way how the ontological meanings are exposed in the tectonic form of architecture. The purpose of this study was to analyze the connections between Carlo Scarpa's architectural thoughts and visual logic(schemata) from the characteristic of details in his work during the 1950s to 1970s. Through the analysis, the Italian tradition in the architecture is reinterpreted through isolation and break of recollected montages. Carlo Scarpa makes spatial fragments and aspects of reinterpreting in surroundings and situation with the architectural place in Venezia. As a result, the unique details of his craftsmanship provide lessons on how to reinterpret the traditional architecture. In conclusion, Carlo Scarpa's architecture emphasizes the passage of its perceptive experience aspects as a dis-joint of tectonic forms. It may imply the significance of his philosophical approach, especially to the ontological architecture and tectonics.

Extraction of Motor Modules by Autoencoder to Identify Trained Motor Control Ability

  • LEE, Jae-Hyuk
    • Journal of Wellbeing Management and Applied Psychology
    • /
    • v.5 no.2
    • /
    • pp.15-19
    • /
    • 2022
  • Purpose: This pilot study aimed to clarify features of motor module during walking in exercise experts who experienced lately repeated training for sports skill. To identify motor modules, autoencoder machine learning algorithm was used, and modules were extracted from muscle activities of lower extremities. Research design, data and methodology: A total of 10 university students were participated. 5 students did not experience any sports training before, and 5 students did experience sports training more than 5 years. Eight muscle activities of dominant lower extremity were measured. After modules were extracted by autoencoder, the numbers of modules and spatial muscle weight values were compared between two groups. Results: There was no significant difference in the minimal number of motor modules that explain more than 90% of original data between groups. However, in similarity analysis, three motor modules were shown high similarity (r>0.8) while one module was shown low similarity (r<0.5). Conclusions: This study found not only common motor modules between exercise novice and expert during walking, but also found that a specific motor module, which would be associated with high motor control ability to distinguish the level of motor performance in the field of sports.

A Study on the Optimization of Convolution Operation Speed through FFT Algorithm (FFT 적용을 통한 Convolution 연산속도 향상에 관한 연구)

  • Lim, Su-Chang;Kim, Jong-Chan
    • Journal of Korea Multimedia Society
    • /
    • v.24 no.11
    • /
    • pp.1552-1559
    • /
    • 2021
  • Convolution neural networks (CNNs) show notable performance in image processing and are used as representative core models. CNNs extract and learn features from large amounts of train dataset. In general, it has a structure in which a convolution layer and a fully connected layer are stacked. The core of CNN is the convolution layer. The size of the kernel used for feature extraction and the number that affect the depth of the feature map determine the amount of weight parameters of the CNN that can be learned. These parameters are the main causes of increasing the computational complexity and memory usage of the entire neural network. The most computationally expensive components in CNNs are fully connected and spatial convolution computations. In this paper, we propose a Fourier Convolution Neural Network that performs the operation of the convolution layer in the Fourier domain. We work on modifying and improving the amount of computation by applying the fast fourier transform method. Using the MNIST dataset, the performance was similar to that of the general CNN in terms of accuracy. In terms of operation speed, 7.2% faster operation speed was achieved. An average of 19% faster speed was achieved in experiments using 1024x1024 images and various sizes of kernels.

Estimating Population Density of Leopards in Semi-Arid habitat, Western India

  • Randeep Singh;Puneet Pandey;Qamar Qureshi;Kalyanasundaram Sankar;Paul R. Krausman;Surendra Prakash Goyal
    • Proceedings of the National Institute of Ecology of the Republic of Korea
    • /
    • v.4 no.2
    • /
    • pp.72-78
    • /
    • 2023
  • The leopard (Panthera pardus) is one of the most widespread felids worldwide. Despite their wide distribution, reliable data on leopard population densities are still inadequate for conservation and management strategies in different landscapes. In the present study, we estimated leopard density using camera traps in the Ranthambhore Tiger Reserve (RTR), Rajasthan, India, between December 2010 and February 2011, where leopards coexist alongside a high density of tigers (Panthera tigris), a larger predator (RTR). A sampling effort of 4,450 trap days was made from 178 camera trapping stations over 75 days, resulting in 46 suitable photo captures (25 right flanks and 21 left flanks). In total, 18 individuals (7 males, 8 females, and 3 unknown sexes) were identified using the right flanks, and the estimated leopard density was 8.8 (standard error=2.8) individuals/100 km2. Leopard density appeared to respond to small prey (<50 kg weight) richness. As this is the first systematic study to provide baseline information on leopard density in RTR, it could form a baseline for comparison in future investigations.

Development of Hanging Type Circular-patterned System for Strawberry Cultivation (행거식 순환형 딸기 재배시스템 개발)

  • Sewoong An;Dong Eok Kim;Soonjung Hong;Dong Hyeon Kang
    • Journal of Practical Agriculture & Fisheries Research
    • /
    • v.26 no.2
    • /
    • pp.25-30
    • /
    • 2024
  • This study was conducted to develop the hanging type circular-patterned system that at maximizing the spatial efficiency of strawberry cultivation to increase yields, while also reducing labor and improving energy efficiency. The system consists of a cultivation bed units, longitudinal moving device, bed lifting device, front and rear transfer devices, lateral transfer device, nutrient supply device, and control unit. Performance testing revealed that the operational motor for longitudinal movement should have a torque of at least 0.1Nm based on the design weight and traction force of the cultivation bed unit. The power consumption required to move one cycle was calculated to be approximately 149Wh when performing harvesting or maintenance tasks for all 10 cultivation beds. Vibration angles measured during bed movement showed that the lateral transfer resulted in a roll angle ranging from -0.62° to 0.68° and a pitch angle ranging from -3.79° to 5.26°. For longitudinal transfer, the roll angle ranged from -3.37° to 3.36°, and the pitch angle ranged from -0.45° to 0.49°.

Calculation and Applicability of Rotifers Biomass (Polyarthra spp.) based on Length-Weight Relationship and Spatial Distribution of Body Length (윤충류 생체량 계산과 적용에 관한 고찰 및 제언: Polyarthra의 체장 분포를 이용한 길이-무게 관계식 및 생체량 비교 분석)

  • Oh, Hye-Ji;Seo, Dong-Hwan;Choi, Moonjung;Jeong, Hyun-Gi;Kim, Hyun-Woo;Oh, Jong Min;Chang, Kwang-Hyeon
    • Korean Journal of Ecology and Environment
    • /
    • v.51 no.3
    • /
    • pp.205-211
    • /
    • 2018
  • In this study, we estimated the applicability of length-weight relationship-based biomass calculations by comparison of body length of genus Polyarthra collected from different habitats. Through the comparison, we also tested availability of representative species-specific biomass value of Polyarthra which is often used without length measurement. Polyarthra samples were collected from rivers (Han River and Nakdong River) and reservoir (Paldang Reservoir), and the body length was measured for statistical comparison among habitats and biomass calculations using different equations suggested previously. According to the results, the body length of Polyarthra spp. was significantly different among sampling sites, and the necessity of body length measurement for rotifer species in each situation has been suggested rather than using the representative biomass values which is fixed without considering time and space. Comparison of suggested biomass calculations based on our measured Polyarthra body length, the equation suggested by McCauley showed more reasonable range of biomass values than that suggested by EPA. In addition, in order to calculate more accurate biomass, it is necessary to measure the body length of rotifers, at least more than 44 individuals to reduce error probability to less than 5% with 99% probability. However, since direct measurement of rotifers biomass is limited, it is considered that further analyses are required for more precise application of rotifer biomass of which has high variability due to complex morphologies and species-specific cyclomorphosis often induced by biotic and abiotic factors in the habitats.

Priority Determination of the Projects for Ecological Restoration of the Stream : Case Study for Han River Estuary (생태하천 복원사업 우선순위 선정에 대한 연구: 한강하구를 중심으로)

  • Seonuk Baek;Junhak Lee;Seungmin Lee;Haneul Lee;Hung Soo Kim;Soojun Kim
    • Journal of Wetlands Research
    • /
    • v.25 no.1
    • /
    • pp.64-73
    • /
    • 2023
  • Before 2022, there was a lot of confusion in the process of planning and implementing the projects for ecological restoration of the stream due to dualization the principal agent of stream management. Because the Ministry of Environment took charge of the project in 2022, securing the health of aquatic ecosystem of stream became an essential factor in the project. Therefore, in this study, the streams that require the project for ecological restoration was selected in Han River estuary, where it is essential to secure the health of the stream aquatic ecosystem as blackish water zone and Ramsar wetland are located. Physical, chemical, spatial/humanistic, health of aquatic ecosystems evaluation indexes were calculated based on the detailed facts and figures of the project for ecological restoration of the stream in the beginning. Ranking, re-scaling, z-score, and t-score normalization methods were applied to the calculated evaluation index, and the values were compared and analyzed. After that, the entropy weight method was applied to each evaluation index. Through this process, the streams(Mokgamcheon, Anyangcheon etc.) that require the project for ecological restoration were selected for the purpose of securing the health of the aquatic ecosystem in Han River estuary. The result of this study can be used as basic research data in the process of selecting the priority determination of the projects for ecological restoration of the stream.