Jisu Kim

Results 2 issues of Jisu Kim

I have an error. ImportError: Cannot load OpenCV library which is required by SimpleCV But I have cv2. How can I fix this error? Python 2.7 Windows 10

## Description There is **cv::fisheye::initUndistortRectifyMap** in opencv, But I think GoCV don't have **cv::fisheye::initUndistortRectifyMap** function. GoCV have just **cv::initUndistortRectifyMap**. It's different function. **How can I use cv::fisheye::initUndistortRectifyMap?** ## Steps to...