Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 226171
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T19:29:07+00:00 2026-05-11T19:29:07+00:00

I have an image and I want to create an edge histogram. I divide

  • 0

I have an image and I want to create an edge histogram. I divide the image into 1100 image-blocks and try to find edge and its direction (horisontal, vertical, 45° diagonal, 135° diagonal or nondirectional) in each block.

How can I extract that information about edges? Do you have any ideas?

Regards!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T19:29:07+00:00Added an answer on May 11, 2026 at 7:29 pm

    I found the answer in this paper: Efficient Use of MPEG-7 Edge Histogram Descriptor by Won.

    My goal was to find following edges:

    Edge types

    Won divide each Image Block into 4 parts, calculate the average gray level in each of them and use the following coefficients:

    coeffs

    We use this coefficients as follows and get 5 values:

    indicators

    Using thresholding we estimate each type of the edge:

    program SetEdgeType(max, m_nd, m_h, m_v, m_d_45, m_d_135)
    {
    if (max < TEdge) then EdgeHisto(0)++
    else
    {
     if (m_nd > T0)    then EdgeHisto(1)++
     if (m_h > T1)     then EdgeHisto(2)++
     if (m_v > T1)     then EdgeHisto(3)++
     if (m_d_45 > T2)  then EdgeHisto(4)++
     if (m_d_135 > T2) then EdgeHisto(5)++
    }
    endif
    return(EdgeHisto)
    }
    

    Threshold values were selected by Savvas A. Chatzichristofis to be: TEdge=14, T0=0.68, T1=T2=0.98.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i want create image animation , i have 50 images with png format now
I want to create an example like the image below but instead have a
I have one big buffer image. I want to create another buffer image with
I have an AsyncFacebookRunner that uploads an image to Facebook. I want to create
I have a big div with a big background-image. Now I want to create
I have a collection of string. I want to create an image out of
I have a image that I create using PHP and I want my end
I want to create image slideshow in android. I have many images in android
I currently have a tab image that I want to re-create in CSS, but
I want to create a preview image before the actual form upload. I have

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.