Results 1 to 18 of 18

Thread: HDR - how to fail

  1. #1

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    HDR - how to fail



    My first attempt - this is my back yard generated from three exposures, (-4, 0, +3).

    Conclusion: HDR is hard to do.

    Although this is probably attributable to poor choice of subject. Apologies for any feelings of nausea brought on by looking at this...

    Arrrgh! the green it burns... it burrrrrrnnnnsssss!

    (the original 0 exposure is attached second ,for comparison)
    Attached Images Attached Images   
    I don't live here any more.

  2. #2

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: HDR - how to fail

    But it's fun to play with and it does salvage areas of a scene that would otherwise be lost to the dark side (see the plants in the top left).

    I did try photomatix but that didn't give me much better results, supporting the theory that the scene wasn't ideal for HDR.
    I don't live here any more.

  3. #3
    Hyperactive Member Arrow_Raider's Avatar
    Join Date
    Dec 2001
    Location
    AVR Lovers Club
    Posts
    423

    Re: HDR - how to fail

    I tried to do HDR once. I was confused in the attempt and failed. My first issue was that I am not sure if I was even adjusting the exposure level. I had to hold a button and scroll a wheel to change a number from 0 to +something or -something. The range was limited to -2 to 2. Is that normal?
    My monkey wearing the fedora points and laughs at you.

  4. #4

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: HDR - how to fail

    -2,0,+2 is normal yeah. I supersized mine though .
    I don't live here any more.

  5. #5
    Fanatic Member schoolbusdriver's Avatar
    Join Date
    Jan 2006
    Location
    O'er yonder
    Posts
    1,020

    Re: HDR - how to fail

    Quote Originally Posted by Arrow_Raider View Post
    I had to hold a button and scroll a wheel.....
    Check the manual to see if your camera has AEB (Automatic Exposure Bracketing). You can pre-define the exposure limits then "point and shoot" 3 exposures.

    (One thing I've learned recently, don't put a polarising filter on the end of a telephoto lens.)

  6. #6
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: HDR - how to fail

    D40s don't do auto bracketing unfortunately. This might be a trend - maybe developers just suck at HDR. But from all my failed attempts, here's what I've noticed

    1) Landscapes are the easiest - things nearby are going to be tougher.
    2) High contrast scenes work - so if there are clouds in the sky, that'll help. Shadows in the area too.
    3) I usually take -3,-2,-1,0,1,2,3... 7 shots.

    Take this advice with a bucketload of salt, because I've only had one semi-successful photo in HDR.

  7. #7
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: HDR - how to fail

    I think it is a trend — my attempts have all failed miserably.

  8. #8
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: HDR - how to fail

    Quote Originally Posted by schoolbusdriver View Post
    (One thing I've learned recently, don't put a polarising filter on the end of a telephoto lens.)
    Why not?

  9. #9
    Fanatic Member schoolbusdriver's Avatar
    Join Date
    Jan 2006
    Location
    O'er yonder
    Posts
    1,020

    Re: HDR - how to fail

    It messes up the auto focus at anything much over 30 feet. I've tried with linear and circular types.

    I suppose I could resort to manual focusing...

    I'll have to try it while using "Live View". Other than that it's PSP.

    Any tips would be much appreciated.

  10. #10
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: HDR - how to fail

    Linear polarisers will not cooperate with phase-detection AF but you should be fine with a circular one.

  11. #11
    Fanatic Member EntityX's Avatar
    Join Date
    Feb 2007
    Location
    Omnipresence
    Posts
    798

    Re: HDR - how to fail

    I don't have much of a camera now, just a Samsung Digimax 530. It probably doesn't have the feature you guys are talking about but what is HDR. If you use mutiple exposures do you have to keep the camera in the exact same place and shoot at the exact same angle?
    Make as many mistakes as you can as quickly as you can. We want to make sure that we make a great enough number of mistakes in a given amount of time so that we can be successful.

    "Persistence is the magic of success." Paramahansa Yogananda

  12. #12
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: HDR - how to fail

    In short:

    Dynamic range is the range of luminance values in a scene: the contrast between the darkest and brightest points of the scene. A scene of uniform lighting and a bland subject will tend to have a low dynamic range whereas a typical outdoor scene lit by the sun will have a higher dynamic range.

    A camera cannot capture anywhere near the same dynamic range as the human eye and neither can print or digital display mediums display it — meaning that information in the scene is usually lost. (Like that last disappointing photo of a beautiful sunset that you took.)

    A high dynamic range (HDR) image is produced by taking multiple exposures of differing lengths and combining them to produce a composite image with effectively an expanded dynamic range more similar to that of eyesight.

    Since this image cannot be rendered in digital or print mediums, its dynamic range is compressed to fit the luminance range of a standard image. The compression must be controlled manually in order to both preserve luminance information in the scene and maintain a realistic tone (else you end up with freaky results).

    Although the resulting image is often termed 'HDR', this is not technically correct since compression results in an image of normal dynamic range.

  13. #13

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: HDR - how to fail

    It is HDR if you use RAW files (I convert mine to non-compressed TIFFs before I start working on them) and then only convert to jpeg after the final result is achieved.

    But yeah if you work on jpegs throughout then as pena says, it's not proper HDR, nor would the results be worth a damn.
    I don't live here any more.

  14. #14
    Hyperactive Member Arrow_Raider's Avatar
    Join Date
    Dec 2001
    Location
    AVR Lovers Club
    Posts
    423

    Re: HDR - how to fail

    Quote Originally Posted by penagate View Post
    else you end up with freaky results
    This, boys and girls, is your mind on acid.
    My monkey wearing the fedora points and laughs at you.

  15. #15

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: HDR - how to fail

    Yeah, hydrochloric.

  16. #16
    Fanatic Member EntityX's Avatar
    Join Date
    Feb 2007
    Location
    Omnipresence
    Posts
    798

    Re: HDR - how to fail

    The picture in the freaky results link(post #12) doesn't look like a photo at all. The buildings look like they were painted. If that's a photograph of that scene then that really is a freaky result.
    Make as many mistakes as you can as quickly as you can. We want to make sure that we make a great enough number of mistakes in a given amount of time so that we can be successful.

    "Persistence is the magic of success." Paramahansa Yogananda

  17. #17

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: HDR - how to fail

    True - but there are actually no real defects in the image itself. It has a fairly continuous effect. Some (exaggerated) HDR techniques have unpleasant contrast deficit effects that can leave strange areas of black or white in the middle of noisy contrast regions.

    HDR can be overdone well (see post 12) or overdone badly (see the OP).
    I don't live here any more.

  18. #18
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: HDR - how to fail

    Quote Originally Posted by wossname View Post
    It is HDR if you use RAW files (I convert mine to non-compressed TIFFs before I start working on them) and then only convert to jpeg after the final result is achieved.
    You can make a HDR image from JPEGs. RAWs do have more luminance information but not enough to be called "HDR".

    Photoshop stores HDR images in a specific format which can't actually be rendered as is. You do get to open it and view it at different points in the exposure range though using a slider.

    Making a HDR image is the simple part; compressing it is where you can get the interesting results.
    Last edited by penagate; Jun 2nd, 2009 at 06:40 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width