|
orientation.h File Reference
#include <stdio.h>
#include <math.h>
#include <opencv/cv.h>
Go to the source code of this file.
|
Functions |
double | length (CvPoint *pnt1, CvPoint *pnt2) |
int | deltaline (CvPoint *pnt1, CvPoint *pnt2, char ch) |
int | difference (CvPoint *pnt1, CvPoint *pnt2, CvPoint *pnt3, CvPoint *pnt4, char ch) |
void | fillarray (CvSeq *result) |
void | sortarray () |
CvPoint | centralpoint (CvPoint pnt1, CvPoint pnt2) |
CvPoint | getcentralpoint (IplImage *image, CvSeq *res) |
float | getorientation (CvPoint pnt1, CvPoint pnt2) |
Function Documentation
double length |
( |
CvPoint * |
pnt1, |
|
|
CvPoint * |
pnt2 |
|
) |
|
|
int deltaline |
( |
CvPoint * |
pnt1, |
|
|
CvPoint * |
pnt2, |
|
|
char |
ch |
|
) |
|
|
int difference |
( |
CvPoint * |
pnt1, |
|
|
CvPoint * |
pnt2, |
|
|
CvPoint * |
pnt3, |
|
|
CvPoint * |
pnt4, |
|
|
char |
ch |
|
) |
|
|
void fillarray |
( |
CvSeq * |
result |
) |
|
|
CvPoint centralpoint |
( |
CvPoint |
pnt1, |
|
|
CvPoint |
pnt2 |
|
) |
|
|
CvPoint getcentralpoint |
( |
IplImage * |
image, |
|
|
CvSeq * |
res |
|
) |
|
|
float getorientation |
( |
CvPoint |
pnt1, |
|
|
CvPoint |
pnt2 |
|
) |
|
|
Generated on Tue May 3 14:15:41 2005 for Player by 1.3.6
|