Skip to content

Commit

Permalink
remove aruco, add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdaloop committed Aug 4, 2019
1 parent 25aa7d3 commit 3775ddd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion anipose/calibration_errors.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
#!/usr/bin/env python3

import cv2
from cv2 import aruco
# from cv2 import aruco
from tqdm import trange
import numpy as np
import os, os.path
from glob import glob
from collections import defaultdict
import pandas as pd

## TODO: rewrite this whole file with calligator

from .common import \
get_calibration_board, get_board_type, \
find_calibration_folder, make_process_fun, \
Expand Down

0 comments on commit 3775ddd

Please sign in to comment.