Skip to content

Commit

Permalink
Remove cv2 (#15)
Browse files Browse the repository at this point in the history
* remove images

* remove cv2

* fmt
  • Loading branch information
yuichiroaoki authored Oct 17, 2023
1 parent f3f76f4 commit 548f366
Show file tree
Hide file tree
Showing 78 changed files with 102 additions and 1,109 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ jobs:
- name: Run Blender
run: |
mkdir output
cp blender/example.blend ./output
blender "output/example.blend" --background --python scripts/test.py
cp blender/measure.blend ./output
blender "output/measure.blend" --background --python scripts/test.py -- tests/fixtures/gcode/edge.gcode
Binary file removed blender/example.blend
Binary file not shown.
10 changes: 0 additions & 10 deletions cnceye/arc.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
from cnceye.coordinate import Coordinate
import numpy as np
from scipy.optimize import least_squares


class Arc:
def __init__(self, radius: float, center: Coordinate) -> None:
self.radius = radius
self.center = center

def __repr__(self) -> str:
return f"Arc(radius={self.radius}, center={self.center})"


def point_id(point: list):
return f"{point[0]},{point[1]},{point[2]}"

Expand Down
1 change: 0 additions & 1 deletion cnceye/camera/__init__.py

This file was deleted.

27 changes: 0 additions & 27 deletions cnceye/camera/calib.py

This file was deleted.

4 changes: 0 additions & 4 deletions cnceye/camera/spec.py

This file was deleted.

25 changes: 0 additions & 25 deletions cnceye/circle.py

This file was deleted.

2 changes: 0 additions & 2 deletions cnceye/cmm/__init__.py

This file was deleted.

199 changes: 0 additions & 199 deletions cnceye/cmm/all.py

This file was deleted.

6 changes: 0 additions & 6 deletions cnceye/cmm/pixel.py

This file was deleted.

101 changes: 0 additions & 101 deletions cnceye/cmm/single.py

This file was deleted.

Loading

0 comments on commit 548f366

Please sign in to comment.