Skip to content

Commit

Permalink
Frontend with various algorithms (SIFT, ORB, different matching algor…
Browse files Browse the repository at this point in the history
…ithms) done
  • Loading branch information
PizzaRoll04 committed Nov 13, 2024
1 parent 6b172b3 commit 17d1515
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions experimental/learn_descriptors/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,6 @@ cc_test(
]
)

cc_library(
name = "symphony_lake_parser",
hdrs = ["symphony_lake_parser.hh"],
copts = ["-Wno-unused-parameter"],
visibility = ["//visibility:public"],
srcs = ["symphony_lake_parser.cc"],
deps = [
"@symphony_lake_parser",
]
)

cc_test(
name = "symphony_lake_parser_test",
srcs = ["symphony_lake_parser_test.cc"],
copts = ["-Wno-unused-parameter"],
deps = [
"@com_google_googletest//:gtest_main",
":symphony_lake_parser"
]
)

cc_library(
name = "vo",
hdrs = ["vo.hh"],
Expand Down

0 comments on commit 17d1515

Please sign in to comment.