0000000001053293

AUTHOR

Matti A. Eskelinen

showing 8 related works from this author

Miniature MOEMS hyperspectral imager with versatile analysis tools

2019

The Fabry-Perot interferometers (FPI) are essential components of many hyperspectral imagers (HSI). While the Piezo-FPI (PFPI) are still very relevant in low volume, high performance applications, the tunable MOEMS FPI (MFPI) technology enables volume-scalable manufacturing, thus having potential to be a major game changer with the advantages of low costs and miniaturization. However, before a FPI can be utilized, it must be integrated with matching optical assembly, driving electronics and imaging sensor. Most importantly, the whole HSI system must be calibrated to account for wide variety of unwanted physical and environmental effects, that significantly influence quality of hyperspectral…

hyperspectral imagerComputer sciencebusiness.industryHyperspectral imagerdata analysisspektrikuvausData analysisHyperspectral imagingOtaNanoVNIRMOEMSVNIRkuvantaminenFabry-Perot interferometerImage sensorbusinessComputer hardwarehyperspektrikuvantaminen
researchProduct

Multilabel segmentation of cancer cell culture on vascular structures with deep neural networks

2020

New increasingly complex in vitro cancer cell models are being developed. These new models seem to represent the cell behavior in vivo more accurately and have better physiological relevance than prior models. An efficient testing method for selecting the most optimal drug treatment does not exist to date. One proposed solution to the problem involves isolation of cancer cells from the patients' cancer tissue, after which they are exposed to potential drugs alone or in combinations to find the most optimal medication. To achieve this goal, methods that can efficiently quantify and analyze changes in tested cell are needed. Our study aimed to detect and segment cells and structures from canc…

Paperneural networkImage Processing3122 CancersComputational biologyneuroverkotmikroskopia030218 nuclear medicine & medical imaging03 medical and health sciences0302 clinical medicineIn vivoLNCaPmedicinecancerRadiology Nuclear Medicine and imagingSegmentationErrataContextual image classificationbusiness.industrysegmentationCancerin vitroImage segmentationmedicine.diseasesoluviljelysegmentointisyöpäsolutkuvantaminenin vitro -menetelmäCell culture030220 oncology & carcinogenesisCancer cellmicroscopy3111 Biomedicinebusiness
researchProduct

Remote Sensing of 3-D Geometry and Surface Moisture of a Peat Production Area Using Hyperspectral Frame Cameras in Visible to Short-Wave Infrared Spe…

2016

Miniaturized hyperspectral imaging sensors are becoming available to small unmanned airborne vehicle (UAV) platforms. Imaging concepts based on frame format offer an attractive alternative to conventional hyperspectral pushbroom scanners because they enable enhanced processing and interpretation potential by allowing for acquisition of the 3-D geometry of the object and multiple object views together with the hyperspectral reflectance signatures. The objective of this investigation was to study the performance of novel visible and near-infrared (VNIR) and short-wave infrared (SWIR) hyperspectral frame cameras based on a tunable Fabry–Pérot interferometer (FPI) in measuring a 3-D digital sur…

spectroscopygeometry010504 meteorology & atmospheric sciencesInfraredspektroskopiata11710211 other engineering and technologiesGeometryradiometry02 engineering and technologyremotely piloted aircraft01 natural scienceskalibrointiremote sensingCalibrationgeographic information systemComputer visionElectrical and Electronic Engineeringta218021101 geological & geomatics engineering0105 earth and related environmental sciencesRemote sensingta113ta213Contextual image classificationbusiness.industryHyperspectral imagingOtaNanocalibrationstereo visionVNIRInterferometryGeneral Earth and Planetary SciencesRGB color modelEnvironmental scienceRadiometrygeometriakaukokartoitusArtificial intelligencebusinessimage classificationIEEE Transactions on Geoscience and Remote Sensing
researchProduct

SOFTWARE FRAMEWORK FOR HYPERSPECTRAL DATA EXPLORATION AND PROCESSING IN MATLAB

2018

Abstract. This paper presents a user introduction and a general overview of the MATLAB software package hsicube developed by the author for simplifying the data manipulation and visualization tasks often encountered in hyperspectral analysis work, and the design principles and software development methods used by the author. The framework implements methods for slicing, masking, visualization and application of existing functions to hyperspectral data cubes without the need to use explicit indexing or reshaping, as well as enabling expressive syntax for combining these operations on the command line for highly efficient data analysis workflows. It also includes utilities for interfacing wit…

lcsh:Applied optics. Photonicslcsh:Tbusiness.industryComputer scienceData manipulation language0208 environmental biotechnologylcsh:TA1501-182002 engineering and technologycomputer.software_genrelcsh:TechnologyData science020801 environmental engineeringVisualizationSoftware frameworkWorkflowSoftwarelcsh:TA1-2040Scripting languagelcsh:Engineering (General). Civil engineering (General)Software engineeringbusinesscomputerThe International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences
researchProduct

Hyperspectral imager calibration using ceramic color tiles (Conference Presentation)

2019

Sets of chromatic and neutral ceramic tiles are widely used as measurement standards for reflectance factors in color applications. The usual instrument for color measurements is a spectrophotometer that measures the tiles using either a 0:45 or 45:0 illumination and viewing geometry, or with an integrating sphere in order to measure the reflectance factor in either specular excluded or specular included conditions. Having the corresponding measurements of the tile set from a calibrated instrument, systematic errors in the instrument under study can be diagnosed and corrected using a model of the errors and fitting it to the difference in measurements. One such is the Berns-Petersen model, …

WavelengthIntegrating sphereComputer sciencevisual_artvisual_art.visual_art_mediumHyperspectral imagingChromatic scaleSpecular reflectionTileImage sensorImage resolutionRemote sensingModeling Aspects in Optical Metrology VII
researchProduct

CLUSTERING INCOMPLETE SPECTRAL DATA WITH ROBUST METHODS

2018

Abstract. Missing value imputation is a common approach for preprocessing incomplete data sets. In case of data clustering, imputation methods may cause unexpected bias because they may change the underlying structure of the data. In order to avoid prior imputation of missing values the computational operations must be projected on the available data values. In this paper, we apply a robust nan-K-spatmed algorithm to the clustering problem on hyperspectral image data. Robust statistics, such as multivariate medians, are more insensitive to outliers than classical statistics relying on the Gaussian assumptions. They are, however, computationally more intractable due to the lack of closed-for…

lcsh:Applied optics. PhotonicsMultivariate statisticsComputer scienceGaussianCorrelation clusteringRobust statisticsspectral datacomputer.software_genrelcsh:Technologysymbols.namesakeCURE data clustering algorithmImputation (statistics)interpolointiCluster analysisK-meansnan-K-spatmedlcsh:Tk-means clusteringlcsh:TA1501-1820robust statistical methodsMissing dataData setlcsh:TA1-2040OutliersymbolsData mininglcsh:Engineering (General). Civil engineering (General)computerclustering
researchProduct

PRACTICAL APPROACH FOR HYPERSPECTRAL IMAGE PROCESSING IN PYTHON

2018

Abstract. Python is a very popular programming language among data scientists around the world. Python can also be used in hyperspectral data analysis. There are some toolboxes designed for spectral imaging, such as Spectral Python and HyperSpy, but there is a need for analysis pipeline, which is easy to use and agile for different solutions. We propose a Python pipeline which is built on packages xarray, Holoviews and scikit-learn. We have developed some of own tools, MaskAccessor, VisualisorAccessor and a spectral index library. They also fulfill our goal of easy and agile data processing. In this paper we will present our processing pipeline and demonstrate it in practice.

lcsh:Applied optics. Photonicsmedicine.medical_specialtySoftware_GENERALhyperspectral imagingComputer sciencedata analysis0208 environmental biotechnologyImage processing02 engineering and technologykuvankäsittelylcsh:Technologyopen sourceavoin lähdekoodimedicinecomputer.programming_languagelcsh:Tbusiness.industrylcsh:TA1501-1820Hyperspectral imagingPython (programming language)Hyperspectral image processing020801 environmental engineeringSpectral imagingpythonkoneoppiminenlcsh:TA1-2040lcsh:Engineering (General). Civil engineering (General)businessSoftware engineeringcomputerAgile software developmentThe International Archives of the Photogrammetry, Remote Sensing and Spatial Information Sciences
researchProduct

Rapid Quantification of Microalgae Growth with Hyperspectral Camera and Vegetation Indices

2021

Spectral cameras are traditionally used in remote sensing of microalgae, but increasingly also in laboratory-scale applications, to study and monitor algae biomass in cultures. Practical and cost-efficient protocols for collecting and analyzing hyperspectral data are currently needed. The purpose of this study was to test a commercial, easy-to-use hyperspectral camera to monitor the growth of different algae strains in liquid samples. Indices calculated from wavebands from transmission imaging were compared against algae abundance and wet biomass obtained from an electronic cell counter, chlorophyll a concentration, and chlorophyll fluorescence. A ratio of selected wavebands containing near…

klorofylligrowthmonitorointilevätympäristön tilaremote sensingstrainvegetationviherlevätmobile spectral camerachlorophyllstate of the environmentbiomassa (ekologia)algaerasitusbiomassmicroalgaespektrikuvausfluoresenssiBotanykasvillisuusmikrolevätgreen algaemonitoringtransmission imagingvegetation indicesQK1-989kaukokartoitusPlants
researchProduct