Skip to content

Commit 8f2d700

Browse files
Carsten Griwodzsimogasp
authored andcommitted
[cuda] remove an unused variable
1 parent 8403128 commit 8f2d700

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cctag/cuda/tag.cu

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,6 @@ void TagPipe::imageCenterOptLoop(
277277
ellipse.angle() );
278278
float2 f = make_float2( center.x(), center.y() );
279279

280-
cctag::geometry::matrix3x3 bestHomography;
281-
282280
imageCenterOptLoop( tagIndex,
283281
debug_numTags,
284282
_tag_streams[tagIndex%NUM_ID_STREAMS],

0 commit comments

Comments
 (0)