Where can I find “Joint class histogram” implementation or algorithm?
    3 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Mohammad Al Nagdawi
      
 el 4 de Dic. de 2016
  
    
    
    
    
    Comentada: Walter Roberson
      
      
 el 8 de Dic. de 2016
            Image registration and image retrieval depend on image similarity measure to find mutual information between 2 images. Using histogram, joint histogram, and joint class histogram we can find the degree of similarity between those images. Hopefully, I understand and deploy both first techniques. Here, I found joint histogram algorithm and deploy using Matlab .
However, I search for many days to find good paper, book or article regarding joint class histogram but their authors only mention this technique without enough detail. I think this technique still infant and doesn't have enough study yet.
I think joint class histogram algorithm will the best answer for my question.
2 comentarios
  Walter Roberson
      
      
 el 4 de Dic. de 2016
				That is a nice answer about how to do the joint histogram in MATLAB that you linked to.
Respuesta aceptada
  Walter Roberson
      
      
 el 4 de Dic. de 2016
        Proceed exactly the same way as for the joint histogram, but the inputs should be the class numbers assigned to each pixel rather than the intensities assigned to each pixel.
4 comentarios
  Walter Roberson
      
      
 el 8 de Dic. de 2016
				k-means does not even try to make the cluster numbers consistent from run to run. k-means uses random initialization for cluster centers unless you pass in specific initial cluster centers.
It is up to your code to figure out which cluster number corresponds to which shape.
Más respuestas (0)
Ver también
Categorías
				Más información sobre Histograms en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
