Loading autocnet/transformation/tests/test_transformations.py +13 −14 Original line number Diff line number Diff line import os import sys import unittest import warnings sys.path.insert(0, os.path.abspath('..')) Loading autocnet/transformation/transformations.py +25 −23 Original line number Diff line number Diff line Loading @@ -179,6 +179,7 @@ class FundamentalMatrix(TransformationMatrix): describing the error of the points used to compute this homography """ def refine(self, method=ps.esda.mapclassify.Fisher_Jenks, bin_id=0, **kwargs): """ Refine the fundamental matrix by accepting some data classification Loading Loading @@ -240,7 +241,8 @@ class FundamentalMatrix(TransformationMatrix): for a in ['_error', '_determinant', '_condition']: try: delattr(self, a) except: pass except: pass def compute_error(self, x1, x2, mask=None): """ Loading Loading
autocnet/transformation/tests/test_transformations.py +13 −14 Original line number Diff line number Diff line import os import sys import unittest import warnings sys.path.insert(0, os.path.abspath('..')) Loading
autocnet/transformation/transformations.py +25 −23 Original line number Diff line number Diff line Loading @@ -179,6 +179,7 @@ class FundamentalMatrix(TransformationMatrix): describing the error of the points used to compute this homography """ def refine(self, method=ps.esda.mapclassify.Fisher_Jenks, bin_id=0, **kwargs): """ Refine the fundamental matrix by accepting some data classification Loading Loading @@ -240,7 +241,8 @@ class FundamentalMatrix(TransformationMatrix): for a in ['_error', '_determinant', '_condition']: try: delattr(self, a) except: pass except: pass def compute_error(self, x1, x2, mask=None): """ Loading