Search results for "git"
showing 10 items of 7116 documents
Image Inpainting Methods Evaluation and Improvement
2014
With the upgrowing of digital processing of images and film archiving, the need for assisted or unsupervised restoration required the development of a series of methods and techniques. Among them, image inpainting is maybe the most impressive and useful. Based on partial derivative equations or texture synthesis, many other hybrid techniques have been proposed recently. The need for an analytical comparison, beside the visual one, urged us to perform the studies shown in the present paper. Starting with an overview of the domain, an evaluation of the five methods was performed using a common benchmark and measuring the PSNR. Conclusions regarding the performance of the investigated algorith…
Automatic fringe pattern enhancement using truly adaptive period-guided bidimensional empirical mode decomposition.
2020
Fringe patterns encode the information about the result of a measurement performed via widely used optical full-field testing methods, e.g., interferometry, digital holographic microscopy, moiré techniques, structured illumination etc. Affected by the optical setup, changing environment and the sample itself fringe patterns are often corrupted with substantial noise, strong and uneven background illumination and exhibit low contrast. Fringe pattern enhancement, i.e., noise minimization and background term removal, at the pre-processing stage prior to the phase map calculation (for the measurement result decoding) is therefore essential to minimize the jeopardizing effect the mentioned error…
Clinically-Driven Virtual Patient Cohorts Generation: An Application to Aorta
2021
The combination of machine learning methods together with computational modeling and simulation of the cardiovascular system brings the possibility of obtaining very valuable information about new therapies or clinical devices through in-silico experiments. However, the application of machine learning methods demands access to large cohorts of patients. As an alternative to medical data acquisition and processing, which often requires some degree of manual intervention, the generation of virtual cohorts made of synthetic patients can be automated. However, the generation of a synthetic sample can still be computationally demanding to guarantee that it is clinically meaningful and that it re…
New Method of Microimages Generation for 3D Display
2018
In this paper, we propose a new method for the generation of microimages, which processes real 3D scenes captured with any method that permits the extraction of its depth information. The depth map of the scene, together with its color information, is used to create a point cloud. A set of elemental images of this point cloud is captured synthetically and from it the microimages are computed. The main feature of this method is that the reference plane of displayed images can be set at will, while the empty pixels are avoided. Another advantage of the method is that the center point of displayed images and also their scale and field of view can be set. To show the final results, a 3D InI dis…
A New Venture and a Commitment to Disciplinary Fusion in the Domain of Digital and Public Humanities
2020
First introduction to Magazén
Digital communication environments in the workplace
2019
Digital communication environments consist of various kinds of communication technologies and collaboration platforms. These enable employees to communicate through text, audio, video, and graphics, often in an open and networked way. Complementing the popular stand-alone communication tools regularly used in workplaces, such as email and instant messaging, digital communication environments enable the sharing, editing, and storing of information publicly within the organization and sometimes externally among its stakeholders. This chapter reviews and analyzes digital communication environments as well as their affordances and constraints for communication and social interaction in the work…
Morphological Analysis Combined with a Machine Learning Approach to Detect Utrasound Median Sagittal Sections for the Nuchal Translucency Measurement
2017
The screening of chromosomal defects, as trisomy 13, 18 and 21, can be obtained by the measurement of the nuchal translucency thickness scanning during the end of the first trimester of pregnancy. This contribution proposes an automatic methodology to detect mid-sagittal sections to identify the correct measurement of nuchal translucency. Wavelet analysis and neural network classifiers are the main strategies of the proposed methodology to detect the frontal components of the skull and the choroid plexus with the support of radial symmetry analysis. Real clinical ultrasound images were adopted to measure the performance and the robustness of the methodology, thus it can be highlighted an er…
Change-driven Image Architecture on FPGA with adaptive threshold for Optical-Flow Computation
2006
Optical flow computation has been extensively used for object motion estimation in image sequences. However, the results obtained by most optical flow techniques are as accurate as computationally intensive due to the large amount of data involved. A new strategy for image sequence processing has been developed; pixels of the image sequence that significantly change fire the execution of the operations related to the image processing algorithm. The data reduction achieved with this strategy allows a significant optical flow computation speed-up. Furthermore, FPGAs allow the implementation of a custom data-flow architecture specially suited for this strategy. The foundations of the change-dr…
Perceptual Image Representations for Support Vector Machine Image Coding
2007
Support-vector-machine image coding relies on the ability of SVMs for function approximation. The size and the profile of the e-insensitivity zone of the support vector regressor (SVR) at some specific image representation determines (a) the amount of selected support vectors (the compression ratio), and (b) the nature of the introduced error (the compression distortion). However, the selection of an appropriate image representation is a key issue for a meaningful design of the e-insensitivity profile. For example, in image-coding applications, taking human perception into account is of paramount relevance to obtain a good rate-distortion performance. However, depending on the accuracy of t…
Challenges and Confusions in Learning Version Control with Git
2014
Scholars agree on the importance of incorporating use of version control systems (VCSs) into computing curricula, so as to be able to prepare students for today’s distributed and collaborative work places. One of the present-day distributed version control systems (DVCSs) is Git, the system we have used on several courses. In this paper, we report on the challenges for learning and using the system based on a survey data collected from a project-based course and our own teaching experiences during several different kinds of computing courses. The results of this analysis are discussed and recommendations are made. peerReviewed