Ask Your Question

seemahan's profile - activity

2020-05-13 20:26:23 -0600 received badge  Necromancer (source)
2020-05-13 11:08:06 -0600 answered a question How to compute occupancy grid in opencv?

There is no specific function to create the occupancy grid, however a good idea which worked for me is - Create a 2D ope

2020-05-04 02:00:10 -0600 received badge  Enthusiast
2020-04-29 20:16:07 -0600 answered a question Assertion failed (j < nimages) in histPrepareImages, file /home/ibytecode/OpenCV/modules/imgproc/src/histogram.cpp, line 148

Usually j < nImages occurs when dims and channels don't match, in case you are using openCV function calHist()