Andrzej Skalski |
|
PhD
|
|
AGH University of Science and Technology in Kraków
·
Department of Measurement and Electronics
|
| a |
| a |
| a |
| a |
6.69
Skills (14)
-
44 Questions2996 Followers
-
291 Questions19586 Followers
-
6 Questions593 Followers
-
25 Questions3673 Followers
-
140 Questions14090 Followers
-
130 Questions17728 Followers
-
90 Questions265 Followers
-
2 Questions276 Followers
-
0 Questions9 Followers
-
329 Questions34043 Followers
-
181 Questions19144 Followers
-
15 Questions517 Followers
-
210 Questions16852 Followers
-
14 Questions9708 Followers
Research experience
-
Oct 2005–
presentResearch: AGH University of Science and Technology in Kraków
AGH University of Science and Technology in Kraków · Department of Measurement and ElectronicsPoland · Kraków
Education
-
Oct 2005–
Nov 2009AGH University of Science and Technology in Kraków
Biocybernetics and Biomedical Engineering · PhDPoland · Krakow -
Oct 2000–
Sep 2005AGH University of Science and Technology in Kraków
Electrical Engineering - Measurement and Instrumentation · MscPoland · Krakow
Other
-
LanguagesEnglish
Questions and Answers (5) View all
-
Answer added in Image Processing4 Features in an image?By Anas Amjad · Staffordshire UniversityAndrzej Skalski · AGH University of Science and Technology in KrakówYou can use Harris detectors, HOG, it depends on what object and what kind of images you have. You can also think about more complex solution like ASM... [more]You can use Harris detectors, HOG, it depends on what object and what kind of images you have. You can also think about more complex solution like ASM or AAM: http://personalpages.manchester.ac.uk/staff/timothy.f.cootes/ or different domains like wavelets etc. Please, give more detailsFollowing
-
Answer added in Signal, Image and Video Processing14 Any recommendation for non rigid objects registration?By Roba Yussof · University of Science, MalaysiaAndrzej Skalski · AGH University of Science and Technology in KrakówIf you have a segmented objects on images and you want to find deformed object on other image you can use ASM or AAM (you can download code from Matl... [more]If you have a segmented objects on images and you want to find deformed object on other image you can use ASM or AAM (you can download code from Matlab Exchange): http://personalpages.manchester.ac.uk/staff/timothy.f.cootes/tfc_publications.html http://www.mathworks.com/matlabcentral/fileexchange/26706-active-shape-model-asm-and-active-appearance-model-aam If you want to register 2 images 2D or 3D try : B-Spline FFD, software: http://www.doc.ic.ac.uk/~dr/software/ or Demons. You can also use a powerful library ITK: www.itk.org In case of video images ( Computer Vision) you can find solution in openCV: http://opencv.org/Following
-
Answer added in Computer Science7 Correlation in MATLAB programming: It returns a matrix. I just need it to return the unique number. Is it possible?By Mitra Kangaziyan · University of TehranAndrzej Skalski · AGH University of Science and Technology in Krakówb is in [-1 1] range, 1 is a perfect correlation. The + and - signs are used for positive linear correlations and negative linear correlations, res... [more]b is in [-1 1] range, 1 is a perfect correlation. The + and - signs are used for positive linear correlations and negative linear correlations, respectively. abs(b)>0.7 indicates strong correlation.Following
-
Answer added in Computer Science7 Correlation in MATLAB programming: It returns a matrix. I just need it to return the unique number. Is it possible?By Mitra Kangaziyan · University of TehranAndrzej Skalski · AGH University of Science and Technology in KrakówTry to use, correlation coefficient -> corrcoef. You receive a matrix which indicate how one signal are correlated with second. As result you received... [more]Try to use, correlation coefficient -> corrcoef. You receive a matrix which indicate how one signal are correlated with second. As result you received something like this: [ a,b b, a] b - is correlation between 2 signal which can be used to measure similarities..Following
-
Answer added in Programming Languages5 Histogram IN C# or in matlab!By Ankur Verma · Indian Institute of Space Science and TechnologyAndrzej Skalski · AGH University of Science and Technology in KrakówIf I is you image n by m by 3 then (in matlab): figure subplot(131) imhist(I(:,:,1)); %R subplot(132) imhist(I(:,:,2)); %G subplot(133) imhist(... [more]If I is you image n by m by 3 then (in matlab): figure subplot(131) imhist(I(:,:,1)); %R subplot(132) imhist(I(:,:,2)); %G subplot(133) imhist(I(:,:,3)); %BFollowing
Publications (16) View all
-
Article: Automatic tracking of implanted fiducial markers in cone beam CT projection images.
T E Marchant, A Skalski, B J Matuszewski[show abstract] [hide abstract]
ABSTRACT: This paper describes a novel method for simultaneous intrafraction tracking of multiple fiducial markers. Although the proposed method is generic and can be adopted for a number of applications including fluoroscopy based patient position monitoring and gated radiotherapy, the tracking results presented in this paper are specific to tracking fiducial markers in a sequence of cone beam CT projection images. The proposed method is accurate and robust thanks to utilizing the mean shift and random sampling principles, respectively. The performance of the proposed method was evaluated with qualitative and quantitative methods, using data from two pancreatic and one prostate cancer patients and a moving phantom. The ground truth, for quantitative evaluation, was calculated based on manual tracking preformed by three observers. The average dispersion of marker position error calculated from the tracking results for pancreas data (six markers tracked over 640 frames, 3840 marker identifications) was 0.25 mm (at iscoenter), compared with an average dispersion for the manual ground truth estimated at 0.22 mm. For prostate data (three markers tracked over 366 frames, 1098 marker identifications), the average error was 0.34 mm. The estimated tracking error in the pancreas data was < 1 mm (2 pixels) in 97.6% of cases where nearby image clutter was detected and in 100.0% of cases with no nearby image clutter. The proposed method has accuracy comparable to that of manual tracking and, in combination with the proposed batch postprocessing, superior robustness. Marker tracking in cone beam CT (CBCT) projections is useful for a variety of purposes, such as providing data for assessment of intrafraction motion, target tracking during rotational treatment delivery, motion correction of CBCT, and phase sorting for 4D CBCT.Medical Physics 03/2012; 39(3):1322-34. · 2.83 Impact Factor -
SourceAvailable from: Andrzej Skalski
Article: Heart Segmentation in Echo Images
A. Skalski, P. Turcza[show abstract] [hide abstract]
ABSTRACT: Cardiovascular system diseases are the major causes of mortality in the world. The most important and widely used tool for assessing the heart state is echocardiography (also abbreviated as ECHO). ECHO images are used e.g. for location of any damage of heart tissues, in calculation of cardiac tissue displacement at any arbitrary point and to derive useful heart parameters like size and shape, cardiac output, ejection fraction, pumping capacity. In this paper, a robust algorithm for heart shape estimation (segmentation) in ECHO images is proposed. It is based on the recently introduced variant of the level set method called level set without edges. This variant takes advantage of the intensity value of area information instead of module of gradient which is typically used. Such approach guarantees stability and correctness of algorithm working on the border between object and background with small absolute value of image gradient. To reassure meaningful results, the image segmentation is proceeded with automatic Region of Interest (ROI) calculation. The main idea of ROI calculations is to receive a triangle-like part of the acquired ECHO image, using linear Hough transform, thresholding and simple mathematics. Additionally, in order to improve the images quality, an anisotropic diffusion filter, before ROI calculation, was used. The proposed method has been tested on real echocardiographic image sequences. Derived results confirm the effectiveness of the presented method.Metrology and Measurement Systems. 01/2011; -
Conference Proceeding: Level set based automatic segmentation of ultrasound echocardiographic images
A. Skalski, T. Zielinski, P. Turcza[show abstract] [hide abstract]
ABSTRACT: In the paper novel application of the level set method to heart .segmentation in ultrasound echocardiography is addressed. In the presented approach region of interest of the ultrasound image is calculated by means of Hough transform and speckle noise is reduced by anisotropic diffusion filter. The method is initially validated on USG-like simulated noisy images.Signal Processing Algorithms, Architectures, Arrangements, and Applications Conference Proceedings (SPA), 2009; 10/2009 -
Conference Proceeding: Analysis of vocal folds movement in high speed videoendoscopy based on level set segmentation and image registration
A. Skalski, T. Zielinki, D. Deliyski[show abstract] [hide abstract]
ABSTRACT: Computer analysis of high-speed videoendoscopy (HSV) recordings is becoming increasingly useful in functional evaluation of vocal fold pathology. In this work we present two new approaches for the vocal fold HSV-based analysis that have not been previously reported. First, segmentation of vocal fold edges is performed in our method using the level set algorithm. Second, having two vocal fold contours (for two images) we find point-to-point matching of them using the image registration method based on B-spline free form deformation. Presented results from analysis of normal vocal folds and folds after laser treatment confirm usefulness of the method.Signals and Electronic Systems, 2008. ICSES '08. International Conference on; 10/2008 -
SourceAvailable from: Andrzej Skalski
Chapter: Virtual Colonoscopy - Technical Aspects
08/2011; , ISBN: 978-953-307-568-6