Ask Your Question

Jonny's profile - activity

2018-05-09 14:55:33 -0600 commented question dnn forward Mat size and dimensions are wierd

Got it: wrong network model for object detection. Thanks for the pointer.

2018-05-09 11:01:53 -0600 commented question dnn forward Mat size and dimensions are wierd

What I'm really trying to get at is the coordinates of the detected objects. I could not find a good example of that in

2018-05-09 09:59:45 -0600 asked a question dnn forward Mat size and dimensions are wierd

dnn forward Mat size and dimensions are wierd I am running the OpenCV demo dnn code from here: https://docs.opencv.org/t

2016-07-19 08:26:57 -0600 asked a question Can I read the sBit ancillary chunk from a png file?

I am trying to recover the correct pixel values from a png file that was stored with the sBit set to some value. I can read it in MATLAB, but I am trying to get the value out in opencv when I read the file. Any idea how this can be done?