Skip navigation
Currently Being Moderated

Where is the "blur kernel” one click deblur in Photoshop CS6?

Aug 21, 2012 11:41 AM

Tags: #photoshop #adobe #cs6 #blur #max #conference #kernel #deblur

Where is the "blur kernel” one click deblur in Photoshop CS6? (Pretty sure it’s not there.)

 

Is deblur still in development? Or was it killed? Is there any status update on the progress of the deblur function? An overwhelming majority of the information available reference the same October 2011 Adobe Max conference demo.

 

(Adobe showed off the new deblur prototype at its Adobe Max conference in October during a set of feature sneak peeks...)

 

The way the feature was described was:

"The prototype feature uses a computer algorithm to analyze how the image was blurred and then creates what Adobe called a "blur kernel." After the kernel is generated, it can show you information such as what the motion trajectory of the camera was while the shutter was open -- causing the blur in the first place. The next step is to simply hit a "restore sharp image" button and the photograph is fixed."

 

It was cited by some sources as being an upcoming Photoshop CS6 feature while other sources were more vague with statements resembling "It's not clear if or when the new unblur feature will make it into a future version of Photoshop, as the company warned all sneak peek features were just prototypes with no concrete product plans."

 

Where is the latest with the Adobe Photoshop "blur kernel” and the Adobe Photoshop one click deblur feature?

 
Replies
  • Currently Being Moderated
    Aug 21, 2012 12:17 PM   in reply to NoProblemAtoll (NPA)

    Nobody ever said anything officially that it's going to be in PS. So no, it's not there. And the "tech demoe" was rigged to begin with, which doesn't help Adobe's cred in any way, either.

     

    Mylenium

     
    |
    Mark as:
  • Currently Being Moderated
    Sep 27, 2012 9:19 PM   in reply to Mylenium

    one of the things I think about as an engineer is that in order for something like this to work,  you should probably start with manuals adjustments to processing the the out-of-focus blur first. after you have finished with this, you can do the motion blur.  I would have to really think hard about it to see if there is an algorithm such as a kernel or something to convert an image into a path. one problem is you are stuck with the image boundaries. if they weren't there, things would be so much easier (but it would also take infinitely long to process).  the image boundaries MIGHT skew the kernel, depending on how you handle the boundaries (for example, usually you just assume those values are black or 0's, or you may choose a 50% gray, whatever fits best with the kernel you are working with).

     

    adobe may be on to something there, but they only had half of the equation with the idea.

     

    I used to tinker with image processing many yarns ago back for fun in BASICA/GWBASIC.

     

    if you have the kernel

    [-2 0 2]

    [-2 0 2]

    [-2 0 2]

    which amplifies vertical lines, you would want to handle the boundaries by processing them as 0's.

    NOTE TO ADOBE: it might start getting into Machine Vision technology when you start doing the path recognition. or AI.

    if you can get the imge into a path kernel, it's essentially a bitmap of a path.  you can trace that path using akima spline curves. (will lose 1-2 samples off each end), but the tracing program might just exist out there somewhere.  just google "bitmap to akima spline curve".  and akima spline curve has all the

    points along its path, unlike a bezier. I like akima spline curves, I have been trying to get ps engineers to use them for a while for good reason. this is one of them.

    there are also cubic splines as an alternative. 

     

    chances are that the curve will have rounded corners due to the weight of the camera.

    now that you have the path,it's simply a matter of taking samples along the curve wherever you want. (usually in an array which you can linearly inerpolate across the points in the array for simplicity if you want)

     
    |
    Mark as:
  • Currently Being Moderated
    Jan 9, 2013 2:34 AM   in reply to jmichae1

    so ..i t means ..there is no De-Blur option in photoshop Cs6 ..but they showed in Adobe Max Conference 2011...Blur Kernel they devloped

     
    |
    Mark as:
  • Currently Being Moderated
    Jan 9, 2013 10:55 PM   in reply to Jeffrey Tranberry

    thnx ...atleast i came to know that there is no de-blur option added in photoshop cs6

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points