mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
fix import in scale_caltech python script
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/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 optparse import OptionParser
|
||||
import re
|
||||
|
||||
Reference in New Issue
Block a user