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 8715459
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T05:51:00+00:00 2026-06-13T05:51:00+00:00

I am doing image processing in android such as blur effect and circle over

  • 0

I am doing image processing in android such as blur effect and circle over image.

I aim to blur image at specific point and around that. I can do blur effect to whole image by using Gaussian Blur and ConvolutionMatrix.

public static Bitmap applyGaussianBlur(Bitmap src) {

    double[][] GaussianBlurConfig = new double[][] { { 1, 2, 1 }, { 2, 4, 2 }, { 1, 2, 1 } };
    ConvolutionMatrix convMatrix = new ConvolutionMatrix(3);
    convMatrix.applyConfig(GaussianBlurConfig);
    convMatrix.Factor = 16;
    convMatrix.Offset = 0;
    return ConvolutionMatrix.computeConvolution3x3(src, convMatrix);
}

Can anyone give me a idea to do a blur effect at a specific point in image?

  • 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-06-13T05:51:02+00:00Added an answer on June 13, 2026 at 5:51 am

    I actually just answered something similar to this.

    Try doing the inverse of this.

    I think what you want to do is to create two copies of the original image. One that is clear, and one that is blurred (using whatever filter you want). Then, for all pixels in the region you want blurred, copy their value from the blurred image to the clear image.

    Doing a blur fitler seperately on all the pixels will likely be a waste of your time. Unless you are trying to do something fancy (like in the link), do it once and use it as a sort of lookup table.

    However, since you are doing this on mobile, you may need to do some special memory management. In that case, get a cropped version of the original image (of size slightly larger than the blurred region) and blur only that sub image. Then keep track of which pixels in the sub image correspond to which pixels in the original, and copy those values over, or whatever works for your project.

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

Sidebar

Related Questions

I'm doing a project that use image processing techniques to identify different objects and
I am doing image processing in C that requires copying large chunks of data
While i was doing some image processing, i found out that GD and Imagick
I'm doing image processing with ImageMagick commands and I would like to port them
I'm currently trying to teach myself PHP by doing a small image-processing type project
I am doing a lot of image processing in GDI+ in .NET in an
I'm doing a research project on Image processing. The project is to Evaluate users
I have a system (Linux & C++) doing intensive signal/image processing operations. I would
I am doing a lot of image processing in C and I need a
I have no experience with any image processing/editing tools. I am doing a project

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.