Implemented fisheye camera triangulation.
This commit is contained in:
@ -295,7 +295,7 @@ def main():
|
||||
if not os.path.isdir(dirpath):
|
||||
continue
|
||||
|
||||
if (dirname[0] not in ["p", "h"]) or len(dirname) != 2:
|
||||
if (dirname[0] not in ["p", "h", "e"]) or len(dirname) != 2:
|
||||
continue
|
||||
|
||||
# Load sample infos
|
||||
|
||||
Reference in New Issue
Block a user