Question

I am unsure about this but I want to compute features around interest points computed by surf using RGB color Histogram. I guess the final feature will be 256 dimensional long. However, I am unsure if this is correct.

Was it helpful?

Solution

The dimension of the RGB color histogram is determined by how many bins you use for each channel. The dimension will be 24 (8+8+8) if you use 8 bins for each of them.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top