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?