Ask Your Question
0

Real-Time Video Zoom & Sharpening

asked 2012-12-19 08:29:11 -0600

jjbluesky gravatar image

updated 2012-12-19 08:30:49 -0600

Hi,

I was wondering which might be the best method (performance-wise) to sharpen real-time video frames (I am using an Android phone for this).

I have: 2x/4x/8x (digitally) zoomed real-time video frames

My problem: 4x/8x zoom is pretty blurry

I want to: sharpen the zoomed video frames in real-time

One idea is to use a laplacian filter on the zoomed video frames. The question is: is this the best idea performance-wise? What else could I use? Maybe I should smooth the video frames before I use the laplacian filter..

Any thoughts on the topic are appreciated :)!

This is how my images look now (screenshots from a phone):

Regular video frame with zoom:

image description

image description

image description

Video frame + inverted canny edge with zoom:

image description

image description

image description

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
1

answered 2012-12-19 08:55:53 -0600

Geppertm gravatar image

Try Unsharp masking.

-> Sharp Image = Original Image - Gausian(Original Image).

edit flag offensive delete link more
0

answered 2014-11-01 09:21:30 -0600

gj gravatar image

Please send the source code of what you have done till now so that i can analyse your code and let you know the best algo

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2012-12-19 08:29:11 -0600

Seen: 2,553 times

Last updated: Nov 01 '14