Passa ai contenuti principali

Post

Visualizzazione dei post da aprile, 2022

Decision Taking.

Prendere le decisioni.   Sometimes in decision-making processes, for example those during which a new strategy to be implemented must be established, misunderstandings occur due to the fact that, while some people involved in the process think that the decision is already consolidated, others are still elaborating a definitive decision.   This is precisely the subtle distinction between "decision-making" and "decision taking", the existence of which many do not realize. The term "decision-making" refers to the process to make decisions, while the term " decision taking " refers to final act of the process, that is the actual assumption of the decision.   A volte nei processi decisionali, ad esempio quelli durante i quali si deve stabilire una nuova strategia da attuare, si verificano malintesi dovuti al fatto che, mentre alcune persone coinvolte nel processo pensano che la decisione sia già consolidata, altre stanno ancora elaborando un definitiv

Functional programming languages.

I linguaggi di programmazione Funzionali.   Programming languages are called functional when the fundamental technique for structuring programs is to use functions. The interesting aspect of functional programming is the ability to construct definitions. The purpose of a definition is to introduce a  binding  between a name and a value.   I linguaggi di programmazione sono detti funzionali quando la tecnica fondamentale per strutturare i programmi è quella di utilizzare le funzioni. L'aspetto interessante della programmazione funzionale è la capacità di costruire definizioni. Lo scopo di una definizione è quello di introdurre un legame ( binding ) tra un nome ed un valore.   Programming in a functional language consists of constructing definitions that the computer will later use to evaluate expressions and produce the result. Definitions are functions, usually expressed in mathematical terms. Each functional programming language has a series of auxiliary functions ready for solvin

Computer Vision based Augmented Reality.

Realtà Aumentata (AR) basata sulla Visione Artificiale .   Augmented Reality (AR) for the realization of its functionalities uses tools typical of other disciplines, which thanks to AR are experiencing a new era of notoriety and a new field of application, unthinkable until a few years ago.    La Augmented Reality (AR) per la realizzazione delle sue funzionalità utilizza strumenti tipici di altre discipline, che grazie alla AR stanno vivendo una nuova era di notorietà ed un nuovo campo applicativo, impensabile fino a qualche anno fa.    Indeed, AR technology combines physical environment, digital information and device, to understand the physical world you are in and add relevant digital content in the right place. There is an entire branch of computer science dedicated to this purpose, it is called  computer vision , or  artificial vision . It is an interdisciplinary field of study that develops algorithms and techniques to allow computers to reproduce functions and processes of the h