Skip to content

Commit

Permalink
C++ and OpenCV support added
Browse files Browse the repository at this point in the history
  • Loading branch information
markondej committed Oct 26, 2020
1 parent 37409c2 commit 754702a
Show file tree
Hide file tree
Showing 4 changed files with 469 additions and 208 deletions.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FLAGS = -Wall -O3
LIBS = -lm

all:
gcc $(FLAGS) $(LIBS) -o phase_correl phase_correl.c
g++ $(FLAGS) $(LIBS) -o phase_correl phase_correl.cpp

clean:
rm ./phase_correl
207 changes: 0 additions & 207 deletions phase_correl.c

This file was deleted.

Loading

0 comments on commit 754702a

Please sign in to comment.