V1 Readme + rangement
This commit is contained in:
parent
3300e0efd3
commit
406e6d9b5d
1339 changed files with 248781 additions and 4282 deletions
9
ongoing/ASIFT_tests/demo_ASIFT_src/fproj.h
Executable file
9
ongoing/ASIFT_tests/demo_ASIFT_src/fproj.h
Executable file
|
@ -0,0 +1,9 @@
|
|||
// Copyright (c) 2007 Lionel Moisan <Lionel.Moisan@parisdescartes.fr>
|
||||
|
||||
#include "library.h"
|
||||
#include <vector>
|
||||
using namespace std;
|
||||
|
||||
//void fproj(float *in, float *out, int nx, int ny, int *sx, int *sy, float *bg, int *o, float *p, char *i, float X1, float Y1, float X2, float Y2, float X3, float Y3, float *x4, float *y4);
|
||||
void fproj(vector<float>& in, vector<float>& out, int nx, int ny, int *sx, int *sy, float *bg, int *o, float *p, char *i, float X1, float Y1, float X2, float Y2, float X3, float Y3, float *x4, float *y4);
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue