Claim Missing Document
Check
Articles

Found 3 Documents
Search

Cross-Language Text Document Plagiarism Detection System Using Winnowing Method Mustika Mentari; Imam Fahrur Rozi; Maria Puji Rahayu
Journal of Applied Intelligent System Vol 7, No 1 (2022): Journal of Applied Intelligent System
Publisher : Universitas Dian Nuswantoro and IndoCEISS

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33633/jais.v7i1.5950

Abstract

Currently, there are many text documents such as journals scattered on the internet, both Indonesian and English-language journals. With this, it is possible to act plagiarism by copying from foreign journals that are translated into other languages or copying directly without being changed from the original language. One way that can suppress these actions is to build a plagiarism detection system for cross-language text documents. The method that can be used to detect document plagiarism is the Winnowing method. Winnowing method is a method where text input will be processed to produce a hash value called a fingerprint. This study aims to build a system that can detect plagiarism of text documents in different languages using the Winnowing method. Text documents that can be tested are input text and PDF files. Documents used in system testing are journals that have the same topic. The results of the highest level of accuracy produced between the calculation of the Jaccard Coefficient with the Plagiarism Checker X application are in the fourth scenario with an average percentage value of 84.7%.
Canny and Morphological Approaches to Calculating Area and Perimeter of Two-Dimensional Geometry Mustika Mentari; Yan Watequlis Syaifudin; Nobuo Funabiki; Nadia Layra Aziza; Tita Wijayanti
Jurnal Jaringan Telekomunikasi Vol 12 No 4 (2022): Vol. 12 No. 04 (2022) : December 2022
Publisher : Politeknik Negeri Malang

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33795/jartel.v12i4.574

Abstract

Calculating area and perimeter in real-world conditions has its challenges. The actual conditions include applications in the medical field to measure the presence of tumors or the condition of human organs and applications in geography to measure specific areas on a map; applications in architecture often calculate the area and perimeter of buildings, interior design, exterior design, and other uses. Technology can make it easier with automatic calculations. Mathematical methods and computer vision techniques are required to create automated systems. The Canny method is usually used, which is good enough for detecting edges but not sufficient for measuring irregular geometric shapes. This paper aims to calculate the area and perimeter of a geometric shape using the Canny method and geometry. Data samples in various forms are used in this study. Calculating area and perimeter using the Canny method involves obtaining the length (X,Y) of the RGB image converted to HSV. Edge detection values are used to calculate the area and perimeter of objects. The morphological method uses binary image input as input data. Then proceed to the convolution process with structuring and calculating the area and circumference of objects. Based on the research results, calculating the area and circumference of objects is more effective using morphological methods. However, the level of accuracy is affected by the selection of structuring elements (strels) which must be optimal and global.
Detecting Objects Using Haar Cascade for Human Counting Implemented in OpenMV Mustika Mentari; Rosa Andrie Asmara; Kohei Arai; Haidar Sakti Oktafiansyah
Register: Jurnal Ilmiah Teknologi Sistem Informasi Vol 9 No 2 (2023): July
Publisher : Information Systems - Universitas Pesantren Tinggi Darul Ulum

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.26594/register.v9i2.3175

Abstract

Sight is a fundamental sense for humans, and individuals with visual impairments often rely on assistance from others or tools that promote independence in performing various tasks. One crucial aspect of aiding visually impaired individuals involves the detection and counting of objects. This paper aims to develop a simulation tool designed to assist visually impaired individuals in detecting and counting human objects. The tool's implementation necessitates a synergy of both hardware and software components, with OpenMV serving as a central hardware device in this study. The research software was developed using the Haar Cascade Classifier algorithm. The research process commences with the acquisition of image data through the OpenMV camera. Subsequently, the image data undergoes several stages of processing, including the utilization of the Haar Cascade classifier method within the OpenMV framework. The resulting output consists of bounding boxes delineating the detection areas and the tally of identified human objects. The results of human object detection and counting using OpenMV exhibit an accuracy rate of 71%. Moreover, when applied to video footage, the OpenMV system yields a correct detection rate of 73% for counting human objects. In summary, this study presents a valuable tool that aids visually impaired individuals in the detection and counting of human objects, achieving commendable accuracy rates through the implementation of OpenMV and the Haar Cascade Classifier algorithm.