V1 Readme + rangement
This commit is contained in:
parent
3300e0efd3
commit
406e6d9b5d
1339 changed files with 248781 additions and 4282 deletions
10
ongoing/ASIFT_tests/demo_ASIFT_src/frot.h
Executable file
10
ongoing/ASIFT_tests/demo_ASIFT_src/frot.h
Executable file
|
@ -0,0 +1,10 @@
|
|||
// Copyright (c) 2007 Lionel Moisan <Lionel.Moisan@parisdescartes.fr>
|
||||
|
||||
#include "library.h"
|
||||
#include <vector>
|
||||
using namespace std;
|
||||
|
||||
|
||||
/*void frot(float *in, float *out, int nx, int ny, int *nx_out, int *ny_out, float *a, float *b, char *k_flag)*/
|
||||
//void frot(float *, float (*)[], int, int, int *, int *, float *, float *, char *);
|
||||
void frot(vector<float>&, vector<float>&, int, int, int *, int *, float *, float *, char *);
|
Loading…
Add table
Add a link
Reference in a new issue