Ask Your Question

MN's profile - activity

2020-09-14 04:35:16 -0600 received badge  Popular Question (source)
2019-01-04 23:13:12 -0600 marked best answer Why opencv.org started to use "import cv2 as cv" from 3.4

Is ther any mentions by official about this? Both of cv2. and cv. usages are mixing so far.

2019-01-03 03:42:17 -0600 commented answer imshow() can't show CV_32F image

This bag has been fixed on OpenCV 4.0.1 now. Thanks berak!

2019-01-03 03:40:17 -0600 asked a question Why opencv.org started to use "import cv2 as cv" from 3.4

Why opencv.org started to use "import cv2 as cv" from 3.4 Is ther any mentions by official about this? Both of cv2. and

2018-11-27 01:21:24 -0600 commented answer imshow() can't show CV_32F image

yes, I'm keeping watching your exchanges on GitHub. Thanks. I wish this bag be fixed asap for all OpenCV users.

2018-11-27 01:15:11 -0600 received badge  Enthusiast
2018-11-20 06:31:17 -0600 received badge  Supporter (source)
2018-11-20 06:30:42 -0600 marked best answer imshow() can't show CV_32F image

On the OpenCV(C++) version 4.0.0, imshow() can't show CV_32F images. Version 3.4.4 can show CV_32F images normaly, same like CV_8U. Why 4.0.0's imshow can't treat CV_32F? Is it a kind of specification change?

2018-11-20 06:30:42 -0600 received badge  Scholar (source)
2018-11-20 03:14:05 -0600 commented answer imshow() can't show CV_32F image

Thanks! It was a bag :(

2018-11-19 15:53:29 -0600 received badge  Student (source)
2018-11-19 15:49:27 -0600 asked a question imshow() can't show CV_32F image

imshow() can't show CV_32F image On the OpenCV(C++) version 4.0.0, imshow() can't show CV_32F images. Version 3.4.4 can