Francisco J. Cortijo
University of Granada
Network
Latest external collaboration on country level. Dive into details by clicking on the dots.
Publication
Featured researches published by Francisco J. Cortijo.
IEEE Signal Processing Magazine | 2001
Rafael Molina; J. Nunez; Francisco J. Cortijo; Javier Mateos
When preparing an article on image restoration in astronomy, it is obvious that some topics have to be dropped to keep the work at reasonable length. We have decided to concentrate on image and noise models and on the algorithms to find the restoration. Topics like parameter estimation and stopping rules are also commented on. We start by describing the Bayesian paradigm and then proceed to study the noise and blur models used by the astronomical community. Then the prior models used to restore astronomical images are examined. We describe the algorithms used to find the restoration for the most common combinations of degradation and image models. Then we comment on important issues such as acceleration of algorithms, stopping rules, and parameter estimation. We also comment on the huge amount of information available to, and made available by, the astronomical community.
Signal Processing | 1995
Jose A. García; J. Fdez-Valdivia; Francisco J. Cortijo; Rafael Molina
Abstract This paper introduces a new method for clustering data using a dynamic scheme. An appropriate partitioning is obtained based on both a dissimilarity measure between pairs of entities as well as a dynamic procedure of splitting. A dissimilarity function is defined by using the cost of the optimum path from a datum to each entity on a graph, with the cost of a path being defined as the greatest distance between two successive vertices on the path. The procedure of clustering is dynamic in the sense that the initial problem of determining a partition into an unknown number of natural groupings has been reduced to a sequence of only two class splitting stages. Having arisen from any particular application, the proposed approach could be effective for many domains, and it is especially successful to identify clusters if there is lack of prior knowledge about the data set. The usefulness of the dynamic algorithm to deal with elongated or non-piecewise linear separable clusters as well as sparse and dense groupings is demonstrated with several data sets.
information sciences, signal processing and their applications | 2003
Francisco J. Cortijo; Salvador Villena; Rafael Molina; Aggelos K. Katsaggelos
This paper deals with the problem of reconstructing high-resolution text images from an incomplete set of under-sampled, blurred, and noisy images shifted with subpixel displacement. We derive mathematical expressions for the calculation of the maximum a posteriori estimate of the high resolution image and the estimation of the parameters involved in the model. The method is tested on real text images and car plates, examining the impact of blurring and the number of available low resolution images on the final estimate.
international conference on pattern recognition | 1992
Rafael Molina; B. D. Ripley; Francisco J. Cortijo
Considers Bayesian methods and spatial stochastic processes applied to the deconvolution of images of planets. Under simple but realistic prior assumptions about the true underlying image of a planet the Bayesian framework is put to work. The method has been tested on CCD images of Jupiter.<<ETX>>
Expert Systems With Applications | 2010
Fernando Berzal; Francisco J. Cortijo; Aída Jiménez
TMiner (Berzal, Cubero, & Jimenez, 2009) is a component-based data mining framework that has been designed to support the whole KDD process and facilitate the implementation of complex data mining scenarios. This paper shows how aspect-oriented programming techniques support some tasks whose implementation using conventional object-oriented programming would be extremely time-consuming and error-prone. In particular, we have successfully employed aspects in TMiner to evaluate and monitor the I/O performance of alternative data mining techniques. Without having to modify the source code of the system under analysis, aspects provide an unintrusive mechanism to perform this kind of performance analysis. In fact, aspects let us probe a system implementation so that we can identify potential bottlenecks, detect redundant computations, and characterize system behavior+lessons learned during the development of TMiner.
arXiv: Programming Languages | 2014
Fernando Berzal Galiano; Francisco J. Cortijo; Juan C. Cubero; Luis Quesada
Syntax-directed translation tools require the specification of a language by means of a formal grammar. This grammar must conform to the specific requirements of the parser generator to be used. This grammar is then annotated with semantic actions for the resulting system to perform its desired function. In this paper, we introduce ModelCC, a model-based parser generator that decouples language specification from language processing, avoiding some of the problems caused by grammar-driven parser generators. ModelCC receives a conceptual model as input, along with constraints that annotate it. It is then able to create a parser for the desired textual syntax and the generated parser fully automates the instantiation of the language conceptual model. ModelCC also includes a reference resolution mechanism so that ModelCC is able to instantiate abstract syntax graphs, rather than mere abstract syntax trees.
international conference on software and data technologies | 2012
Luis Quesada; Fernando Berzal; Francisco J. Cortijo
Traditional grammar-driven language specification techniques constrain language designers to specific kinds of grammars. In contrast, model-based language specification techniques decouple language design from language processing. They allow the occurrence of ambiguities and the declarative specification of constraints for solving them. As a result, these techniques require general parser generators, which should be able to parse context-free grammars, handle ambiguities, and enforce constraints to disambiguate them as desired by the language designer. In this paper, we describe Fence, a bottom-up chart parser with lexical and syntactic ambiguity support. Fence accepts lexical analysis graphs outputted by the Lamb (Lexical AMBiguity) lexer and efficiently resolves ambiguities by means of the declarative specification of constraints. Both Lamb and Fence are part of the ModelCC model-based parser generator.
international conference on software and data technologies | 2011
Luis Quesada; Fernando Berzal; Francisco J. Cortijo
7th International Conference on Software Paradigm Trends | 2018
Luis Quesada; Fernando Berzal; Francisco J. Cortijo
arXiv: Computation and Language | 2012
Luis Quesada; Fernando Berzal; Francisco J. Cortijo