-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtrabalho3.h
20 lines (14 loc) · 871 Bytes
/
trabalho3.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*============================================================================*/
/* MÓDULO QUE REALIZA O CÁLCULO DA DISTANCIA */
/*----------------------------------------------------------------------------*/
/* Autor: Bogdan T. Nassu - [email protected] */
/*============================================================================*/
#ifndef __TRABALHO3_H
#define __TRABALHO3_H
/*============================================================================*/
#include "imagem.h"
/*============================================================================*/
/* Função central do trabalho. */
double calculaDistancia (Imagem* bg, Imagem* img1, Imagem* img2,int i);
/*============================================================================*/
#endif /* __TRABALHO3_H */