SwePub
Tyck till om SwePub Sök här!
Sök i SwePub databas

  Utökad sökning

Träfflista för sökning "WFRF:(Luengo Cris) ;pers:(Luengo Hendriks Cris L.)"

Sökning: WFRF:(Luengo Cris) > Luengo Hendriks Cris L.

  • Resultat 1-10 av 46
Sortera/gruppera träfflistan
   
NumreringReferensOmslagsbildHitta
1.
  • Asplund, Teo, et al. (författare)
  • A Faster, Unbiased Path Opening by Upper Skeletonization and Weighted Adjacency Graphs
  • 2016
  • Ingår i: IEEE Transactions on Image Processing. - 1057-7149 .- 1941-0042. ; 25:12, s. 5589-5600
  • Tidskriftsartikel (refereegranskat)abstract
    • The path opening is a filter that preserves bright regions in the image in which a path of a certain length L fits. A path is a (not necessarily straight) line defined by a specific adjacency relation. The most efficient implementation known scales as O(min(L, d, Q)N) with the length of the path, L, the maximum possible path length, d, the number of graylevels, Q, and the image size, N. An approximation exists (parsimonious path opening) that has an execution time independent of path length. This is achieved by preselecting paths, and applying 1D openings along these paths. However, the preselected paths can miss important structures, as described by its authors. Here, we propose a different approximation, in which we preselect paths using a grayvalue skeleton. The skeleton follows all ridges in the image, meaning that no important line structures will be missed. An H-minima transform simplifies the image to reduce the number of branches in the skeleton. A graph-based version of the traditional path opening operates only on the pixels in the skeleton, yielding speedups up to one order of magnitude, depending on image size and filter parameters. The edges of the graph are weighted in order to minimize bias. Experiments show that the proposed algorithm scales linearly with image size, and that it is often slightly faster for longer paths than for shorter paths. The algorithm also yields the most accurate results- as compared with a number of path opening variants-when measuring length distributions.
  •  
2.
  • Asplund, Teo, et al. (författare)
  • Adaptive Mathematical Morphology on Irregularly Sampled Signals in Two Dimensions
  • 2020
  • Ingår i: Mathematical Morphology : Theory and Applications. - : Walter de Gruyter. - 2353-3390. ; 4:1, s. 108-126
  • Tidskriftsartikel (refereegranskat)abstract
    • This paper proposes a way of better approximating continuous, two-dimensional morphologyin the discrete domain, by allowing for irregularly sampled input and output signals. We generalizeprevious work to allow for a greater variety of structuring elements, both flat and non-flat. Experimentallywe show improved results over regular, discrete morphology with respect to the approximation ofcontinuous morphology. It is also worth noting that the number of output samples can often be reducedwithout sacrificing the quality of the approximation, since the morphological operators usually generateoutput signals with many plateaus, which, intuitively do not need a large number of samples to be correctlyrepresented. Finally, the paper presents some results showing adaptive morphology on irregularlysampled signals.
  •  
3.
  •  
4.
  • Asplund, Teo, et al. (författare)
  • Mathematical Morphology on Irregularly Sampled Data Applied to Segmentation of 3D Point Clouds of Urban Scenes
  • 2019
  • Ingår i: International Symposium on Mathematical Morphology and Its Applications to Signal and Image Processing. - Cham : Springer Nature. - 9783030208660 - 9783030208677
  • Konferensbidrag (refereegranskat)abstract
    • This paper proposes an extension of mathematical morphology on irregularly sampled signals to 3D point clouds. The proposed method is applied to the segmentation of urban scenes to show its applicability to the analysis of point cloud data. Applying the proposed operators has the desirable side-effect of homogenizing signals that are sampled heterogeneously. In experiments we show that the proposed segmentation algorithm yields good results on the Paris-rue-Madame database and is robust in terms of sampling density, i.e. yielding similar labelings for more sparse samplings of the same scene.
  •  
5.
  • Asplund, Teo, et al. (författare)
  • Mathematical Morphology on Irregularly Sampled Signals
  • 2017
  • Ingår i: Computer Vision – ACCV 2016 Workshops. - Cham : Springer. - 9783319544267 - 9783319544274 ; , s. 506-520
  • Konferensbidrag (refereegranskat)abstract
    • This paper introduces a new operator that can be used to ap-proximate continuous-domain mathematical morphology on irregularly sampled surfaces. We define a new way of approximating the continuous domain dilation by duplicating and shifting samples according to a flat continuous structuring element. We show that the proposed algorithm can better approximate continuous dilation, and that dilations may be sampled irregularly to achieve a smaller sampling without greatly com-promising the accuracy of the result.
  •  
6.
  • Asplund, Teo (författare)
  • Precise Image-Based Measurements through Irregular Sampling
  • 2019
  • Doktorsavhandling (övrigt vetenskapligt/konstnärligt)abstract
    • Mathematical morphology is a theory that is applicable broadly in signal processing, but in this thesis we focus mainly on image data. Fundamental concepts of morphology include the structuring element and the four operators: dilation, erosion, closing, and opening. One way of thinking about the role of the structuring element is as a probe, which traverses the signal (e.g. the image) systematically and inspects how well it "fits" in a certain sense that depends on the operator.Although morphology is defined in the discrete as well as in the continuous domain, often only the discrete case is considered in practice. However, commonly digital images are a representation of continuous reality and thus it is of interest to maintain a correspondence between mathematical morphology operating in the discrete and in the continuous domain. Therefore, much of this thesis investigates how to better approximate continuous morphology in the discrete domain. We present a number of issues relating to this goal when applying morphology in the regular, discrete case, and show that allowing for irregularly sampled signals can improve this approximation, since moving to irregularly sampled signals frees us from constraints (namely those imposed by the sampling lattice) that harm the correspondence in the regular case. The thesis develops a framework for applying morphology in the irregular case, using a wide range of structuring elements, including non-flat structuring elements (or structuring functions) and adaptive morphology. This proposed framework is then shown to better approximate continuous morphology than its regular, discrete counterpart.Additionally, the thesis contains work dealing with regularly sampled images using regular, discrete morphology and weighting to improve results. However, these cases can be interpreted as specific instances of irregularly sampled signals, thus naturally connecting them to the overarching theme of irregular sampling, precise measurements, and mathematical morphology.
  •  
7.
  • Bernander, Karl B., et al. (författare)
  • Improving the stochastic watershed
  • 2013
  • Ingår i: Pattern Recognition Letters. - : Elsevier BV. - 0167-8655 .- 1872-7344. ; 34:9, s. 993-1000
  • Tidskriftsartikel (refereegranskat)abstract
    • The stochastic watershed is an unsupervised segmentation tool recently proposed by Angulo and Jeulin. By repeated application of the seeded watershed with randomly placed markers, a probability density function for object boundaries is created. In a second step, the algorithm then generates a meaningful segmentation of the image using this probability density function. The method performs best when the image contains regions of similar size, since it tends to break up larger regions and merge smaller ones. We propose two simple modifications that greatly improve the properties of the stochastic watershed: (1) add noise to the input image at every iteration, and (2) distribute the markers using a randomly placed grid. The noise strength is a new parameter to be set, but the output of the algorithm is not very sensitive to this value. In return, the output becomes less sensitive to the two parameters of the standard algorithm. The improved algorithm does not break up larger regions, effectively making the algorithm useful for a larger class of segmentation problems.
  •  
8.
  •  
9.
  •  
10.
  • Curic, Vladimir, et al. (författare)
  • Adaptive hit or miss transform
  • 2015
  • Ingår i: Mathematical Morphology and Its Applications to Signal and Image Processing. - Cham : Springer. - 9783319187198 ; , s. 741-752
  • Konferensbidrag (refereegranskat)abstract
    • The Hit or Miss Transform is a fundamental morphological operator, and can be used for template matching. In this paper, we present a framework for adaptive Hit or Miss Transform, where structuring elements are adaptive with respect to the input image itself. We illustrate the difference between the new adaptive Hit or Miss Transform and the classical Hit or Miss Transform. As an example of its usefulness, we show how the new adaptive Hit or Miss Transform can detect particles in single molecule imaging.
  •  
Skapa referenser, mejla, bekava och länka
  • Resultat 1-10 av 46
Typ av publikation
tidskriftsartikel (22)
konferensbidrag (19)
proceedings (redaktörskap) (2)
doktorsavhandling (2)
annan publikation (1)
Typ av innehåll
refereegranskat (34)
övrigt vetenskapligt/konstnärligt (12)
Författare/redaktör
Luengo Hendriks, Cri ... (20)
Fakhrzadeh, Azadeh (7)
Holm, Lena (6)
Strand, Robin, 1978- (6)
Borgefors, Gunilla (6)
visa fler...
Asplund, Teo (6)
Spörndly-Nees, Ellin ... (6)
Selig, Bettina (5)
Curic, Vladimir (4)
Malmberg, Filip (3)
Wernersson, Erik L. ... (3)
Eisen, Michael B. (3)
Ekstedt, Elisabeth (3)
Bardage, Stig (2)
Thurley, Matthew J. (2)
Brun, Anders, 1976- (2)
Brun, Anders (2)
Strand, Robin (1)
Sintorn, Ida-Maria (1)
Fischer, Urs (1)
Malmberg, Filip, 198 ... (1)
Van Hoorebeke, L (1)
Persson, Cecilia (1)
Kulachenko, Artem (1)
Curic, Vladimir, 198 ... (1)
Meyer, Miriah (1)
Magnusson, Ulf (1)
Thurley, Matthew (1)
Wernersson, Erik (1)
Thurley, Matthew J., ... (1)
Serna, Andrés (1)
Marcotegui, Beatriz (1)
Talbot, Hugues, Prof ... (1)
Terenius, Olle (1)
Bernander, Karl B. (1)
Gustavsson, Kenneth (1)
Van den Bulcke, J. (1)
Borodulina, Svetlana (1)
Isaksson, Per (1)
Cadenas, José Oswald ... (1)
Megson, Graham M. (1)
Joffre, Thomas, 1987 ... (1)
Haneca, Kristof (1)
Lefèvre, Sébastien (1)
Borgefors, Gunilla, ... (1)
Luengo Hendriks, Cri ... (1)
Talbot, Hugues (1)
Van Acker, Joris (1)
Hall, Hardy (1)
visa färre...
Lärosäte
Uppsala universitet (46)
Sveriges Lantbruksuniversitet (23)
Luleå tekniska universitet (2)
Kungliga Tekniska Högskolan (1)
Språk
Engelska (46)
Forskningsämne (UKÄ/SCB)
Naturvetenskap (36)
Teknik (17)
Lantbruksvetenskap (10)
Medicin och hälsovetenskap (2)

År

Kungliga biblioteket hanterar dina personuppgifter i enlighet med EU:s dataskyddsförordning (2018), GDPR. Läs mer om hur det funkar här.
Så här hanterar KB dina uppgifter vid användning av denna tjänst.

 
pil uppåt Stäng

Kopiera och spara länken för att återkomma till aktuell vy