Click here to Skip to main content
15,886,864 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
Hi, does anyone know example code for Edge Histogram Descriptor in C++ ? Thanks in advance :-)
Posted
Comments
joshrduncan2012 3-Jun-13 12:46pm    
google?
Dilan Shaminda 3-Jun-13 12:57pm    
yes i have tried..but no luck....
nv3 3-Jun-13 13:59pm    
Can you describe what you mean by "Edge Histogram Descriptor"?
Dilan Shaminda 3-Jun-13 15:52pm    
refer this link :-)

http://makarandtapaswi.wordpress.com/2010/07/15/mpeg-7-texture-edge-histogram-descriptor/
The_Inventor 11-Jun-13 1:04am    
One simple way to detect edges, is a pixel by pixel examination, comparing it with the 8 other pixels around it. What makes it complicated, are the attributes of each pixel. You will need to become familiar with the MPEG-7 image description, how it uses color, etc. and the number of other different variables. You own link has lots of information the EHD.
However, you might also try to understand that the MPEG-7 is more about how the Multimedia Content Description Interface is for understanding, classifying, retrieving content, which is now the most important goal, when dealing with lots of media files. You might consider the MPEG-4. MPEG-4 on the other hand, is the start of a different way of looking at the coding of video. It is defined as the Coding of Audio-Visual Objects and all through the standard, objects are given a lot of importance. Transcoding, interoperability, error resilience, etc. are the other usual features. MPEG-4 now incorporates so many parts, that its too exhaustive to list here. But somewhere in there is that for which you are looking.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900