Spaces:
Sleeping
Sleeping
Update scalingtestupdated.py
Browse files- scalingtestupdated.py +1 -1
scalingtestupdated.py
CHANGED
|
@@ -111,7 +111,7 @@ class ScalingSquareDetector:
|
|
| 111 |
def calculate_scaling_factor(
|
| 112 |
reference_image_path,
|
| 113 |
target_image,
|
| 114 |
-
reference_obj_size_mm
|
| 115 |
feature_detector="ORB",
|
| 116 |
debug=False,
|
| 117 |
roi_margin=30,
|
|
|
|
| 111 |
def calculate_scaling_factor(
|
| 112 |
reference_image_path,
|
| 113 |
target_image,
|
| 114 |
+
reference_obj_size_mm,
|
| 115 |
feature_detector="ORB",
|
| 116 |
debug=False,
|
| 117 |
roi_margin=30,
|