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

  • Home
  • SEARCH
  • 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 6703791
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T07:12:47+00:00 2026-05-26T07:12:47+00:00

I have been reading about ways to do antialiasing and since its not processed

  • 0

I have been reading about ways to do antialiasing and since its not processed in real time the antialising with signal processing seems to be ideal especial against artifacts.

However what I have read does not mention the step from turning a a bitmap image into a signal and back again,so I’m looking for an algorithm or code examples to demonstrate that.

  • 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-26T07:12:48+00:00Added an answer on May 26, 2026 at 7:12 am

    The usual way things are handled are to apply your filter independently in both the x and y directions. That way, your overall filter is g(x,y) = f(x) * f(y).

    In this kind of situation, g(x,y) is called a separable filter, and the advantage is that, by applying the x- and y- filters separately, a straightforward filter convolution takes O(X Y F) time, where X and Y are the dimensions of the image, and F is the support width of the filter f(). An arbitrary nonseparable filter of the same size (which would have O(F^2) samples) generally requires O(X Y F^2) time…

    If you really want to apply an full sinc() (== sin(x)/x) filter to your image, the unlimited support of the sinc() function will make straightforward convolution very slow. In that case, it would be faster to do a 2D FFT of your image, filter in the frequency domain, and transform it back.

    In practice, though, most people use windowing or other modification, to get a finite filter that can be practically applied in the spatial domain.

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

Sidebar

Related Questions

I have been reading about how read.table is not efficient for large data files.
I have been reading about mongodb since 2 weeks back. I have given a
I have been reading about the differences between Table Variables and Temp Tables and
I have been reading about collision detection in games on stackoverflow and other sites.
I have been reading about the continuation passing style programming technique (C# 3.0 implementation).
I have been reading about Quicksort and found that sometimes it' s referred to
I have been reading about Scala for a while and even wrote some small
i have been reading about multiple inheritance What is the exact problem with multiple
I am using Codeigniter to develop an application, and have been reading bits about
I have been reading a lot about C++ casting and I am starting to

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.