mirror of
https://github.com/opencv/opencv.git
synced 2025-06-08 01:53:19 +08:00
fix import in scale_caltech python script
This commit is contained in:
parent
891d7da6ee
commit
1c3c11a4cc
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
import sys, os, os.path, glob, math, cv2
|
import sys, os, os.path, glob, math, cv2, sft
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
from optparse import OptionParser
|
from optparse import OptionParser
|
||||||
import re
|
import re
|
||||||
|
Loading…
Reference in New Issue
Block a user