1. A hierarchical universal algorithm for geometric objects’ reflection symmetry detectionBorut Žalik, Damjan Strnad, Štefan Kohek, Ivana Kolingerová, Andrej Nerat, Niko Lukač, David Podgorelec, 2022, original scientific article Abstract: A new algorithm is presented for detecting the global reflection symmetry of geometric
objects. The algorithm works for 2D and 3D objects which may be open or closed and may or may
not contain holes. The algorithm accepts a point cloud obtained by sampling the object’s surface at
the input. The points are inserted into a uniform grid and so-called boundary cells are identified.
The centroid of the boundary cells is determined, and a testing symmetry axis/plane is set through
it. In this way, the boundary cells are split into two parts and they are faced with the symmetry
estimation function. If the function estimates the symmetric case, the boundary cells are further split
until a given threshold is reached or a non-symmetric result is obtained. The new testing axis/plane
is then derived and tested by rotation around the centroid. This paper introduces three techniques to
accelerate the computation. Competitive results were obtained when the algorithm was compared
against the state of the art. Keywords: computer science, computational geometry, uniform subdivision, centroids Published in DKUM: 01.04.2025; Views: 0; Downloads: 4
Full text (2,99 MB) This document has many files! More... |
2. A case study on entropy-aware block-based linear transforms for lossless image compressionBorut Žalik, David Podgorelec, Ivana Kolingerová, Damjan Strnad, Štefan Kohek, 2024, original scientific article Abstract: Data compression algorithms tend to reduce information entropy, which is crucial, especially in the case of images, as they are data intensive. In this regard, lossless image data compression is especially challenging. Many popular lossless compression methods incorporate predictions and various types of pixel transformations, in order to reduce the information entropy of an image. In this paper, a block optimisation programming framework is introduced to support various experiments on raster images, divided into blocks of pixels. Eleven methods were implemented within , including prediction methods, string transformation methods, and inverse distance weighting, as a representative of interpolation methods. Thirty-two different greyscale raster images with varying resolutions and contents were used in the experiments. It was shown that reduces information entropy better than the popular JPEG LS and CALIC predictors. The additional information associated with each block in is then evaluated. It was confirmed that, despite this additional cost, the estimated size in bytes is smaller in comparison to the sizes achieved by the JPEG LS and CALIC predictors. Keywords: computer science, information entropy, prediction, inverse distance transform, string transformations Published in DKUM: 07.01.2025; Views: 0; Downloads: 9
Full text (5,13 MB) |
3. The role of computerized laboratory exercises in development of key competencesAndrej Šorgo, Vida Lang, 2023, published scientific conference contribution Abstract: Over the past 20 years, the first author and numerous collaborators have attempted to introduce computer-based laboratory exercises in science, particularly in biology classes. While working with secondary and post-secondary students, it was realised that it was possible to simultaneously develop cross-cutting competencies that bridged several key competences of the European framework of eight key competences for lifelong learning. These were (a) Collecting, analysing, and organising information; (b) Communication of ideas; (c) Planning and organising activities; (d) Working with others in teams; (e) The use of mathematical ideas and techniques; (f) Problem solving; and (g) The use of technology. When inquiry and problem-solving strategies are used, student achievement is much higher compared to explanatory and expository labs. Keywords: biology education, computer based laboratory, key competences, laboratory work, science education Published in DKUM: 25.09.2024; Views: 0; Downloads: 2
Link to file |
4. Abstracts of the 10th Student Computing Research Symposium (SCORES’24)2024, proceedings Abstract: The 2024 Student Computing Research Symposium (SCORES 2024), organized by the Faculty of Electrical Engineering and Computer Science at the University of Maribor (UM FERI) in collaboration with the University of Ljubljana and the University of Primorska, showcases innovative student research in computer science. This year’s symposium highlights advancements in fields such as artificial intelligence, data science, machine learning algorithms, computational problem-solving, and healthcare data analysis. The primary goal of SCORES 2024 is to provide a platform for students to present their research, fostering early engagement in academic inquiry. Beyond research presentations, the symposium seeks to create an environment where students from different institutions can meet, exchange ideas, and build lasting connections. It aims to cultivate friendships and future research collaborations among emerging scholars. Additionally, the conference offers an opportunity for students to interact with senior researchers from institutions beyond their own, promoting mentorship and broader academic networking. Keywords: student conference, computer and information science, artificial intelligence, data science, data mining Published in DKUM: 18.09.2024; Views: 0; Downloads: 32
Full text (1,22 MB) This document has many files! More... |
5. |
6. Geometric Shape Characterisation Based on a Multi-Sweeping ParadigmBorut Žalik, Damjan Strnad, David Podgorelec, Ivana Kolingerová, Andrej Nerat, Niko Lukač, Štefan Kohek, Luka Lukač, 2023, original scientific article Keywords: computer science, image analysis, computational geometry, local reflection symmetry Published in DKUM: 24.05.2024; Views: 300; Downloads: 23
Full text (1,87 MB) This document has many files! More... |
7. A new transformation technique for reducing information entropy : a case study on greyscale raster imagesBorut Žalik, Damjan Strnad, David Podgorelec, Ivana Kolingerová, Luka Lukač, Niko Lukač, Simon Kolmanič, Krista Rizman Žalik, Štefan Kohek, 2023, original scientific article Abstract: This paper proposes a new string transformation technique called Move with Interleaving (MwI). Four possible ways of rearranging 2D raster images into 1D sequences of values are applied, including scan-line, left-right, strip-based, and Hilbert arrangements. Experiments on 32 benchmark greyscale raster images of various resolutions demonstrated that the proposed transformation reduces information entropy to a similar extent as the combination of the Burrows–Wheeler transform followed by the Move-To-Front or the Inversion Frequencies. The proposed transformation MwI yields the best result among all the considered transformations when the Hilbert arrangement is applied. Keywords: computer science, algorithm, string transformation, information entropy, Hilbert space filling curve Published in DKUM: 22.05.2024; Views: 160; Downloads: 17
Full text (26,44 MB) This document has many files! More... |
8. FLoCIC: A Few Lines of Code for Raster Image CompressionBorut Žalik, Damjan Strnad, Štefan Kohek, Ivana Kolingerová, Andrej Nerat, Niko Lukač, Bogdan Lipuš, Mitja Žalik, David Podgorelec, 2023, original scientific article Keywords: computer science, algorithm, prediction, interpolative coding, PNG, JPEG LS, JPEG 2000 lossless Published in DKUM: 22.05.2024; Views: 165; Downloads: 29
Full text (10,78 MB) This document has many files! More... |
9. Reflection symmetry detection in earth observation dataDavid Podgorelec, Luka Lukač, Borut Žalik, 2023, original scientific article Abstract: The paper presents a new algorithm for reflection symmetry detection, which is specialized to detect maximal symmetric patterns in an Earth observation (EO) dataset. First, we stress the particularities that make symmetry detection in EO data different from detection in other geometric sets. The EO data acquisition cannot provide exact pairs of symmetric elements and, therefore, the approximate symmetry must be addressed, which is accomplished by voxelization. Besides this, the EO data symmetric patterns in the top view usually contain the most useful information for further processing and, thus, it suffices to detect symmetries with vertical symmetry planes. The algorithm first extracts the so-called interesting voxels and then finds symmetric pairs of line segments, separately for each horizontal voxel slice. The results with the same symmetry plane are then merged, first in individual slices and then through all the slices. The detected maximal symmetric patterns represent the so-called partial symmetries, which can be further processed to identify global and local symmetries. LiDAR datasets of six urban and natural attractions in Slovenia of different scales and in different voxel resolutions were analyzed in this paper, demonstrating high detection speed and quality of solutions. Keywords: computer science, approximate symmetry, partial symmetry, local symmetry, point cloud, voxel, line segment Published in DKUM: 28.09.2023; Views: 438; Downloads: 37
Full text (8,92 MB) This document has many files! More... |
10. Proceedings of the 2021 7th Student Computer Science Research Conference (StuCoSReC)2021, proceedings Abstract: The 7th Student Computer Science Research Conference is an answer to the fact that modern PhD and already Master level Computer Science programs foster early research activity among the students. The prime goal of the conference is to become a place for students to present their research work and hence further encourage students for an early research. Besides the conference also wants to establish an environment where students from different institutions meet, let know each other, exchange the ideas, and nonetheless make friends and research colleagues. At last but not least, the conference is also meant to be meeting place for students with senior researchers from institutions others than their own. Keywords: student conference, computer and information science, artificial intelligence, data science, data mining Published in DKUM: 13.09.2021; Views: 1360; Downloads: 183
Full text (11,87 MB) This document has many files! More... |