<?xml version="1.0" encoding="UTF-8"?>
<doi_batch xmlns="http://www.crossref.org/schema/4.4.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:jats="http://www.ncbi.nlm.nih.gov/JATS1" version="4.4.2" xsi:schemaLocation="http://www.crossref.org/schema/4.4.2 http://www.crossref.org/schema/deposit/crossref4.4.2.xsd">
  <head>
    <doi_batch_id>65-LQP-ARJCS</doi_batch_id>
    <timestamp>20241230000000</timestamp>
    <depositor>
      <depositor_name>Lumina Quest Publishing</depositor_name>
      <email_address>m.arslansohail@gmail.com</email_address>
    </depositor>
    <registrant>Lumina Quest Publishing</registrant>
  </head>
  <body>
    <journal>
      <journal_metadata>
        <full_title>Advanced Research Journal of Computer Science</full_title>
        <abbrev_title>Adv. Res. J. Comput. Sci.</abbrev_title>
        <issn media_type="electronic">3134-884X</issn>
        <doi_data>
          <doi>10.66590/arjcs</doi>
          <resource>https://lquestpub.com/archives.php?journal=advanced-research-journal-of-computer-science</resource>
        </doi_data>
      </journal_metadata>
      <journal_issue>
        <publication_date media_type="print">
          <month>12</month>
          <day>30</day>
          <year>2024</year>
        </publication_date>
        <publication_date media_type="online">
          <month>12</month>
          <day>30</day>
          <year>2024</year>
        </publication_date>
        <journal_volume>
          <volume>1</volume>
        </journal_volume>
        <issue>1</issue>
        <doi_data>
          <doi>10.66590/arjcs20240101</doi>
          <resource>https://lquestpub.com/articles-list.php?journal=advanced-research-journal-of-computer-science&amp;volume=1&amp;issue=1</resource>
        </doi_data>
      </journal_issue>
      <journal_article publication_type="full_text">
        <titles>
          <title>An Improved Edge Detection Framework for Digital Images</title>
          <original_language_title>An Improved Edge Detection Framework for Digital Images</original_language_title>
        </titles>
        <contributors>
          <person_name sequence="first" contributor_role="author">
            <given_name>Romna</given_name>
            <surname>Saeed</surname>
          </person_name>
        </contributors>
        <jats:abstract xml:lang="en">
          <jats:p>Edge detection is an important part of image processing that helps in classifying and finding gaps or break in an image. It also helps recognizing points in digital image where a sharp change in brightness occurs. These points represent curves. In image, these curves also called edges. The quality of edge detection determined by performance of the successive steps performed. Edge detection is very difficult work in automated image analysis as it requires to process large data to extract knowledge. There are no specific techniques for edge detection that works well for all type of images. The objective of this research is to analyze and design a technique in conjunction with the Canny edge detector to better edge detection rate by minimizing the influence of external noise which ultimately leads to detection of false edges. First, we used RGB image as input image and convert this into grayscale image. Second, we convolved the image by gaussian filter. Third, we used Sobel operator to find the gradient of image and then calculate gradient magnitude and direction. Fourth, we used non-maximum suppression to thin the edges. And last we used two threshold values to find the true edges in image and get the edge detected image. The performance of the proposed method is compared with Canny, Roberts, Sobel, and Prewitts by using objective quality assessment metrices including PSNR, SSIM, RMSE, EI, MI, SD, and Variance. The results show that the proposed method is more efficient in detecting edges as compared to other algorithms in the same domain.</jats:p>
        </jats:abstract>
        <publication_date media_type="online">
          <month>12</month>
          <day>30</day>
          <year>2024</year>
        </publication_date>
        <publication_date media_type="print">
          <month>12</month>
          <day>30</day>
          <year>2024</year>
        </publication_date>
        <pages>
          <first_page>9</first_page>
          <last_page>12</last_page>
        </pages>
        <doi_data>
          <doi>10.66590/arjcs2024010102</doi>
          <resource>https://lquestpub.com/article/10.66590/arjcs2024010102</resource>
        </doi_data>
      </journal_article>
    </journal>
  </body>
</doi_batch>
