gocv icon indicating copy to clipboard operation
gocv copied to clipboard

fisheye function

Open wltnkim opened this issue 2 years ago • 0 comments

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 Reproduce

Your Environment

  • Operating System and version:
  • OpenCV version used: 4.5.5
  • How did you install OpenCV? Mac(M1), Windows
  • GoCV version used: 0.29.0
  • Go version: 1.17.7
  • Did you run the env.sh or env.cmd script before trying to go run or go build? No problem

wltnkim avatar Mar 07 '22 02:03 wltnkim