Skip to content

Commit

Permalink
accidental checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshegarty committed Jan 21, 2017
1 parent a1a5921 commit 513ef30
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions misc/sift/match.t
Expand Up @@ -154,19 +154,11 @@ terra match()
end
end

var last = 0

for S=0,searchCnt do
var T = bestMatch[S]
var x = [int](f0_data[S*DESC_SIZE])
var y = [int](f0_data[S*DESC_SIZE+1])

var LL = x+y*256
if LL<last then C.printf("ERROR\n") end
last = LL

C.printf("SPOINT %d %d %d %d\n",S,x,y,LL)

var targetX = [int](f1_data[T*DESC_SIZE])
var targetY = [int](f1_data[T*DESC_SIZE+1])

Expand Down

0 comments on commit 513ef30

Please sign in to comment.