Calculate histogram using Graph API (G-API)

asked 2020-05-26 11:19:55 -0600

Neb gravatar image

I'm trying to migrate an algorithm that uses a 2d histogram to run using the new G-API, but I see calcHist() is not present in the API. I see that there is equalizeHist() available, so I presume there are no conceptual barriers to calculating histograms in the new API. Is there any way to calculate the histogram?

edit retag flag offensive close merge delete