Network


Latest external collaboration on country level. Dive into details by clicking on the dots.

Hotspot


Dive into the research topics where Jakub Romanowski is active.

Publication


Featured researches published by Jakub Romanowski.


international conference on parallel processing | 2013

Improved Digital Image Segmentation Based on Stereo Vision and Mean Shift Algorithm

Rafał Grycuk; Marcin Gabryel; Marcin Korytkowski; Jakub Romanowski; Rafal Scherer

Segmentation of digital images is an important issue of object recognition. This method of image processing allows to determine single object areas in images. This paper presents an improved segmentation method which gives a possibility to detect single objects in images by using the disparity map algorithm in connection with the mean shift pixel grouping algorithm. Images are processed in grayscale where range of colors is in from 0 to 255. Grayscale allows to detect objects on the basis of pixels brightness. To achieve this purpose we used one of grouping algorithms known as mean shift. Images obtained from mean shift are in the form of separated images which could be subject of further processing. Important feature of mean shift processing is that we obtain the results in the form of backgroundless images containing important objects from the input image.


international symposium on neural networks | 2014

Content-based image retrieval by dictionary of local feature descriptors

Patryk Najgebauer; Tomasz Nowak; Jakub Romanowski; Marcin Gabryel; Marcin Korytkowski; Rafal Scherer

This paper describes a novel method of image key-point descriptor indexing and comparison used to speed up the process of content-based image retrieval as the main advantage of the dictionary-based representation is faster comparison of image descriptors sets in contrast to the standard list representation. The proposed method of descriptor representation allows to avoid initial learning process, and can be adjusted taking into consideration new examples. The presented method sorts and groups components of descriptors in the process of the dictionary creation. The ordered structure of the descriptors dictionary is well suited for quick comparison of images by comparing their dictionaries of descriptors or by comparing individual descriptors with the dictionary. This allows to skip a large part of operations during descriptors comparison between two images. In contrast to the standard dictionary, our method takes into account the standard deviation between the image descriptors. This is due to the fact that almost all descriptors generated for the points indicating the same areas of the image have different descriptors. Estimation of the similarity is based on the determined value of the standard deviation between descriptors. We assume that proposed method can speed up the process of descriptor comparison. It can be used with many solutions which require high-speed operations on the image e.g. robotics, or in software which computes panoramic photography from scrap images and in many others.


international conference on artificial intelligence and soft computing | 2012

Novel method for parasite detection in microscopic samples

Patryk Najgebauer; Tomasz Nowak; Jakub Romanowski; Janusz Rygal; Marcin Korytkowski; Rafal Scherer

This paper describes a novel image retrieval method for parasite detection based on the analysis of digital images captured by the camera from a microscope. In our approach we use several image processing methods to find known parasite shapes. At first, we use an edge detection method with edge representation by vectors. The next step consists in clustering edges fragments by their normal vectors and positions. Then grouped edges fragments are used to perform elliptical or circular shapes fitting as they resemble most parasite forms. This approach is invariant from rotation of parasites eggs or the analyzed sample. It is also invariant to scale of digital images and it is robust to overlapping shapes of parasites eggs thanks to the ability to reconstructing elliptical or other symmetric shapes that represent the eggs of parasites. With this solution we can also reconstruct incomplete shape of parasite egg which can be visible only in some part of the retrieved image.


international conference on artificial intelligence and soft computing | 2012

Properties and structure of fast text search engine in context of semantic image analysis

Janusz Rygal; Patryk Najgebauer; Tomasz Nowak; Jakub Romanowski; Marcin Gabryel; Rafal Scherer

In the world of computer imaging, we still do not have a good and fast enough method for image searching. This is because science is still not able to imitate fully functions of the human brain. When humans think about images, they do not think about mathematical formulas, matrices, histograms etc. Those mathematical and algorithmic methods are very good for e.g. computer face detection or number plate recognition, but we cannot directly use them for analyzing a whole image and for searching in a set of thousands or even millions of images. On the other hand, computers are able to scan millions of documents, searching for some phrase or even a single word. Fast text search is fully supported by a majority of significant database systems such as Oracle, PostgreSQL or MS SQL Server. The paper presents fast text search engine from another point of view, that is, its application in content based image retrieval.


international conference on artificial intelligence and soft computing | 2013

Extraction of Objects from Images Using Density of Edges as Basis for GrabCut Algorithm

Janusz Rygal; Patryk Najgebauer; Jakub Romanowski; Rafal Scherer

When we think about images, we usually think about that what we can detect by our eyes. It is easy for us, because all of the hard work is already done by our own brain. Human brain extracts from images all information which is currently important. It is not possible to mirror the whole natural process, because now we do not posses enough knowledge about our brain. Nevertheless, a lot of research is devoted to achieve even part of the targets. This is a small steps strategy, so we are not able to do all at once, but we try to test different approaches, combine and develop new digital images processing algorithms. In this paper we present a DOE (Density of Edges) algorithm and its application as a basis for the GrubCut algorithm. We also present the whole preprocessing approach and which algorithms were used. Results of that work will be used and integrated in SIA Semantic Image Analysis project developed by authors.


international conference on artificial intelligence and soft computing | 2013

Representation of Edge Detection Results Based on Graph Theory

Patryk Najgebauer; Tomasz Nowak; Jakub Romanowski; Janusz Rygal; Marcin Korytkowski

This paper describes a concept of image retrieval method based on graph theory, used to speed up the process of edge detection and to represent results in more efficient way. We assume that result representation of edge detection based on graph theory is more efficient than standard map-based representation. Advantages of graph-based representation are direct access to edge nodes of the shape without search and segmentation of edges points as is the case with map-based representations. Another advance is less data consumption, only data for nodes and their connections are needed, what is important in large database applications for good scalability.


international conference on artificial intelligence and soft computing | 2014

Spatial Keypoint Representation for Visual Object Retrieval

Tomasz Nowak; Patryk Najgebauer; Jakub Romanowski; Marcin Gabryel; Marcin Korytkowski; Rafal Scherer; Dimce Kostadinov

This paper presents a concept of an object pre-classification method based on image keypoints generated by the SURF algorithm. For this purpose, the method uses keypoints histograms for image serialization and next histograms tree representation to speed-up the comparison process. Presented method generates histograms for each image based on localization of generated keypoints. Each histogram contains 72 values computed from keypoints that correspond to sectors that slice the entire image. Sectors divide image in radial direction form center points of objects that are the subject of classification. Generated histograms allow to store information of the object shape and also allow to compare shapes efficiently by determining the deviation between histograms. Moreover, a tree structure generated from a set of image histograms allows to further speed up process of image comparison. In this approach each histogram is added to a tree as a branch. The sub tree is created in a reverse order. The last element of the lowest level stores the entire histogram. Each next upper element is a simplified version of its child. This approach allows to group histograms by their parent node and reduce the number of node comparisons. In case of not matched element, its entire subtree is omitted. The final result is a set of similar images that could be processed by more complex methods.


international conference on artificial intelligence and soft computing | 2013

Improved X-ray Edge Detection Based on Background Extraction Algorithm

Jakub Romanowski; Tomasz Nowak; Patryk Najgebauer; Sławomir Litwiński

Digital X-ray imaging is a source of generous information about health of patient bones. One of major obstacles in computer analysis of digital X-ray images is the presence of bone tissue and soft-tissue areas. It has a negative impact on the quality of bone edge detection or detection of bones area on X-ray images. The main goal is to create an efficient method of edge detection which performs efficiently on properly prepared digital X-ray images. This paper describes a new method of background removal from X-ray images where the background is in the form of soft-tissue. The aim of this is to prepare the image to the next step of processing. We also present a new approach to edge detection of bones on X-ray images. Performance of the proposed method is achieved by eliminating unnecessary areas of the image which are not bone tissue and which are not the main region of interest. Additionally, the presented method of edge detection is partly based on known algorithm named Integral Image and specific edge detection filter, what allow to achieve the desired objectives.


international conference on artificial intelligence and soft computing | 2018

Towards Interpretability of the Movie Recommender Based on a Neuro-Fuzzy Approach

Tomasz Rutkowski; Jakub Romanowski; Piotr Woldan; Paweł Staszewski; Radoslaw Nielek

In the paper, a neuro-fuzzy structure is implemented as a movie recommender. First, a novel method for transforming nominal values of attributes into a numerical form is proposed. This allows representing the nominal values, e.g. movie genres or actors, in a neuro-fuzzy system designed from scratch using the Mendel-Wang algorithm for rules generation. Several experiments illustrate performance of the neuro-fuzzy recommender.


international conference on artificial intelligence and soft computing | 2015

Fast Dictionary Matching for Content-Based Image Retrieval

Patryk Najgebauer; Janusz Rygal; Tomasz Nowak; Jakub Romanowski; Leszek Rutkowski; Sviatoslav Voloshynovskiy; Rafal Scherer

This paper describes a method for searching for common sets of descriptors between collections of images. The presented method operates on local interest keypoints, which are generated using the SURF algorithm. The use of a dictionary of descriptors allowed achieving good performance of the content-based image retrieval. The method can be used to initially determine a set of similar pairs of keypoints between images. For this purpose, we use a certain level of tolerance between values of descriptors, as values of feature descriptors are almost never equal but similar between different images. After that, the method compares the structure of rotation and location of interest points in one image with the point structure in other images. Thus, we were able to find similar areas in images and determine the level of similarity between them, even when images contain different scenes.

Collaboration


Dive into the Jakub Romanowski's collaboration.

Top Co-Authors

Avatar

Rafal Scherer

Częstochowa University of Technology

View shared research outputs
Top Co-Authors

Avatar

Patryk Najgebauer

Częstochowa University of Technology

View shared research outputs
Top Co-Authors

Avatar

Tomasz Nowak

Częstochowa University of Technology

View shared research outputs
Top Co-Authors

Avatar

Janusz Rygal

Częstochowa University of Technology

View shared research outputs
Top Co-Authors

Avatar

Marcin Korytkowski

Częstochowa University of Technology

View shared research outputs
Top Co-Authors

Avatar

Marcin Gabryel

Częstochowa University of Technology

View shared research outputs
Top Co-Authors

Avatar

Leszek Rutkowski

Częstochowa University of Technology

View shared research outputs
Top Co-Authors

Avatar

Paweł Staszewski

Częstochowa University of Technology

View shared research outputs
Top Co-Authors

Avatar

Piotr Woldan

Częstochowa University of Technology

View shared research outputs
Top Co-Authors

Avatar
Researchain Logo
Decentralizing Knowledge