Understanding image histograms with OpenCV
lmcaraig.com
Understanding image histograms with OpenCV
1–10 of 13 posts
Re: Understanding image histograms with OpenCV
#2Why not? Couldn't you just create a 3D image?
Re: Understanding image histograms with OpenCV
#3"We can easily extend what we've done for the 2D histogram to calculate 3D histogram... Unfortunately we cannot visualize this histogram." Why not? Couldn't you just create a 3D image?
Re: Understanding image histograms with OpenCV
#4"We can easily extend what we've done for the 2D histogram to calculate 3D histogram... Unfortunately we cannot visualize this histogram." Why not? Couldn't you just create a 3D image?
You would only be able to see the outside "shell" of it.
Re: Understanding image histograms with OpenCV
#5I'm still having a hard time understanding what exactly this represents and how to properly interpret it.
Re: Understanding image histograms with OpenCV
#6"We can easily extend what we've done for the 2D histogram to calculate 3D histogram... Unfortunately we cannot visualize this histogram." Why not? Couldn't you just create a 3D image?
Re: Understanding image histograms with OpenCV
#7> In the case of 2D histograms the resulting plot will have the pixel intensities of a channel on the X-axis, the pixel intensities of another channel on the Y-axis, and the frequency is given by the color of the plot. I'm still having a hard time understanding what exactly this represents and how to properly interpret it.
Re: Understanding image histograms with OpenCV
#8Earlier quoted context omitted.
You would only be able to see the outside "shell" of it.
There are visualization programs that will let you move through a 3D volume, slice by slice, as it were (along various axis). So this shouldn't be an issue.
Re: Understanding image histograms with OpenCV
#9Earlier quoted context omitted.
There are visualization programs that will let you move through a 3D volume, slice by slice, as it were (along various axis). So this shouldn't be an issue.
It wouldn't be a 3D volume though. A 2D histogram is a 3D volume. A 3D histogram would require a 4D object, so it would be a case of "first build your hypercube..."
Re: Understanding image histograms with OpenCV
#10Earlier quoted context omitted.
It wouldn't be a 3D volume though. A 2D histogram is a 3D volume. A 3D histogram would require a 4D object, so it would be a case of "first build your hypercube..."
How about a 3D point cloud with dot size corresponding to intensity?