Navigation

August 19, 2009

Pentax K-7 in German magazine test

I don't normally copy/cite content from other sources. But I am going to make an exception now. I cite numeric test results which were recently published by German photo magazine ColorFoto (ColorFoto 9/2009). I do so because there are so few sources around which offer a comparison of the K-7 image quality when brought to lab tests.

You may read more about the K-7 test done by ColorFoto by fetching a printed copy. You may probably be able to download the full text after the printed copy went out of stores, by going here: www.colorfoto.de.

So, besides citing their numeric image quality test results, I am only going to say this much: They liked the K-7 a lot!


Cited test results:














































































































































Test (ISO)Pentax K-7Pentax K20DNikon D300Canon D50Olympus E-3
Resolution 100 [LP/PH]13271310125313271146
Resolution 400 [LP/PH]13251294124813261113
Resolution 800 [LP/PH]13181302118912861052
Resolution 1600 [LP/PH]12951287114411911053
Texture loss 1000.00.00.21.10.7
Texture loss 4000.00.00.21.20.7
Texture loss 8000.00.10.31.00.9
Texture loss 16000.10.20.30.91.1
Noise 100 [VN]0.80.80.70.60.9
Noise 400 [VN]1.51.50.80.91.7
Noise 800 [VN]2.62.40.91.22.7
Noise 1600 [VN]2.74.11.31.53.6
Dynamic range 100 [EV]8.58.510.59.58.5
Dynamic range 400 [EV]7.57.59.59.58.0
Dynamic range 800 [EV]7.07.010.59.57.0
Dynamic range 1600 [EV]6.56.09.09.06.5
AF + shutter latency at ~10 EV [ms]390280270280360
AF + shutter latency at ~3.5 EV [ms]5801060470260730

Notes:
Lenses used (image quality test / AF test):
  • Pentax DFA 100 f2.8 Macro / DA 18-55 f3.5-5.6 AL II
  • Nikon AF 60 f2.8 Macro / AF-S 27-70 f2.8 G ED
  • Canon EF 50 f2.5 Macro / EF 24-70 f2.8 L USM
  • Olympus ED Digital 50 f2.0 Macro / ED 12-60 f2.8-4.0 SWD

Light values (EV) in AF tests are computed from quoted 3000/30 lx figures by myself.

The image tests have been run from the JPGs produced out of camera. The default setting of the K-7 (as used in the test) applies noise reduction starting at over ISO 800 only which explains the relatively good values at ISO 1600. Most other brands obviously already apply noise reduction at ISO 800 or below.

The ColorFoto lab tests may be unique in that they provide a measurement of the loss of texture (typically caused by aggressive noise reduction algorithms).

Therefore, one may have a careful look at the "texture loss" measurements. Pentax has none, Nikon has it somewhat under control and Canon is more like a mess. So, depending on how you weight noise vs. texture, either Nikon or Pentax would win in the noise/texture department. Dynamic range when measured from JPGs does always include the tone curve applied. As there are plenty of tone curve parameters to play with, esp. on the K-7, I don't know how useful the corresponding measure is. I included it for the sake of completeness of citation.

More interestingly though, the K-7 sensor seems to have no significant difference to the K20D sensor (to be confirmed by raw file lab tests though) and the K-7 JPG engine seems to offer subtle improvement in resolution and noise/texture. This is in line with what I found out myself (cf. my other blog articles). And, this test sharply contradicts another blog article ricing high concerns...

Another figure being noteworthy of course is the AF measurement. In low light, the K20D AF.S figures were last in the field. The K-7 now seems to be more comparable to Nikon or Olympus with Canon still winning the competition. But the results are to be taken with a grain of salt: The difference of figures in full light between K-7 and K20D showcase errors in the measurements.


Conclusion

The first lab test of the K-7 image quality I am aware of confirms my early impression: image quality is on par with K20D or better. The JPG engine still produces a lot of noise but preserves a lot of texture detail too, compared to its direct competition.

July 28, 2009

LumoLabs: Busting the alignment myth


This will be a special feature for hard core falconeye followers ;)

It all started with the exciting new feature of the Pentax K-7 camera which can produce true HDR images in-camera (it takes 3 shots, 3 exposure values apart from each other, and creates a single, tone-mapped or blended image from the sequence). It does it so well, esp. in the medium setting (as opposed to strong) that a limitation of the feature does actually hurt: you require a tripod to use the function.

The general opinion why Pentax left out the alignment step from their HDR function is that it is a processing power-hungry computation not easily done in-camera.

Not my opinion, though. I felt that Pentax has left out 10% of the implementation which reduces 90% of the functionality. Shouldn't it be the other way round?

Now, opinion isn't proof.

So, I implemented my own alignment operator, benchmarked it and compared its quality against the state-of-the-art in HDR.


The algorithm

The implementation is based on an algorithm whose computing time increases linearly with image size and is constant with amount of distortion. Note that I did not attempt to cope with the alignment problem known in panorama stitching, i.e., I don't do SIFT key extraction, I don't correct for lens distortion, I don't project onto a sphere before alignment, etc. pp. However, what I do is correct for shift and rotations which is a mathematical first order approximation to the latter and rather exact for small shifts and rotations.

The implementation uses a monochrome quad tree and high bit depth. The coding is in Java. It isn't based on anybody else's intellectual property.


The benchmark

I benchmarked the algorithm with a 5 image HDR from Munich Siegestor. It had distortions of up to 20 pixels and needed rotation as well. The source images haven't been ideally sharp (e.g., 1/25s and wide open with 15mm). And no program created a perfect alignment. So, I considered this example be adequate. The images were 14.6 MPixel JPG images.

The processing times on a Mac Mini (Early 2009), one processor used, are as follows:

  • Single alignment: 175 ms
  • Alignment of all HDR images: 700 ms
  • Reading of all images from disk into Java heap: 16 s
  • Shift-turn and write images to disk: 34 s
  • Total, disk to disk (70 MB transferred), 5 images: 50 s

The K-7 has a dedicated image DSP and can certainly rival this. E.g., it can JPG-compress a 14.6 MPixel image in about 100 ms only!

Because the HDR function within K-7 already has created the required image structures in its 2 GB memory, it would be conclusive to assume that addition of an auto-alignment feature to the HDR function would add less than an extra 1/2 second to overall operation time.

If processing speed isn't the reason, so maybe it is quality? This must be looked at. In particular as some of the alignment operators I compared with took several to nearly 10 minutes to complete.

The quality

I've run several alignment operators and come up with the following ranking:

  1. Photoshop CS3; PhotoAcute ("normal alignment")
  2. Falk Lumo Operator (as of this blog article); PhotoMatix 3 ("by matching features")
  3. PhotoMatix 3 ("by matching features"; "reduce ghosting")
  4. PhotoMatix 3 ("by correcting horizontal and vertical shifts")
  5. No alignment

All pre-aligned images have been read into Adobe Photoshop CS3, either by HDR merge (without further alignment) or by opening the 32 Bit .hdr-file written by PhotoMatix. Tonemapping was done in Photoshop CS3, using the "Equalize Histogram" method. The latter isn't best but as it has no parameters, I thought it would make for a good option in a comparative study. Finally, the result was studied to derive the above ranking. Which is entirely subjective!

Below are the two samples from category #2. Please, visit the gallery to view the other samples, too. Note that all sample images have been resized to 6 MPixel.



Fig.1 No alignment


Fig.2 PhotoMatix


Fig.3 Falk Lumo Alignment Operator (as decribed here)

Take me to the gallery

Conclusion

The myth is busted. There is no reason to not include auto-alignment into the next firmware release of the K-7 HDR feature. In less than an extra second of processing time, about PhotoMatix quality can be provided. Make it so!

July 22, 2009

K-7 Barbecue



K-7 Grillen

In order to celebrate the end of the Pentax K-7 alpha test, another tester from Munich and myself organized a little barbecue.

I've cut a little movie from files found on my K-7 and some shots from friends (in German language).


K7Grillen (K-7 Barbecue) from falconeye on Vimeo.



Enjoy :)


Btw, the green light at the end is the K-7's AF assist light.

July 3, 2009

Pentax K-7 Concluding Review Report

Fig. K-7 getting wet feet while recording a movie (aperture blades stopped down).


This is my concluding review report about the Pentax K-7 dSLR camera hitting stores next week (last week in Japan).

It is based on my experience throughout the past month, after Pentax Germany was so kind to ask me to test their new flagship camera. It is today that I have to return the camera :(

You may read about my detailed findings in my various blog articles found here:

Again, I am not going to repeat the spec sheet of the camera. Please, go to

to get the full list of features. Here, I'll just share my opinion about the product. First, I am going to break up my impression with various "use cases" in mind.

1. General comments

The Pentax K-7 is in a class with only five competitors (*). It is Nikon D5000, D90, D300, Canon EOS 50D, and Pentax K-7. The price range covers 730$ (D5000), 950$ (D90), 1200$ (50D), 1300$ (K-7), 1700$ (D300). However, as the K-7 is at launch price now, it is expected that the street price of the K-7 is to drop below 1000$ later this year and would be priced roughly like the D90.

So, let me quickly compare the K-7 against the other four models:
  • K-7 vs. D5000
    Pro: Better LCD, Faster/better shutter, much better VF, SR, WR, metal body, 15MP
    Con: Heavier, no tilt LCD

  • K-7 vs. D90
    Pro: Faster/better shutter, slightly better VF, SR, WR, full metal body, 15MP
    Con: none

  • K-7 vs. 50D
    Pro: Slightly better VF, video, SR, WR
    Con: 1/180X, no double cross center AF sensor, no tethering

  • K-7 vs. D300
    Pro: Lighter, video, SR, 15MP
    Con: slower and no 150k shutter, 1/180X, no 51 AF points (11), no 1005 zone metering (77), no tethering
_____
(*) defined by dSLR, 12+ MPixel APS-C, LiveView, ISO3200+, 3.5+ fps
SR: in-body stabilization (shake reduction)
WR: sealed body and kit lenses for weather resistance

This little list is not meant to rank the competition ;) But it shows that the K-7 is very interestingly positioned. Let's say that the D5000 seems to be an interesting camera but is positioned below the D90 which is a more serious competitor, but still somewhat below the class of the K-7. The only true matches in class are 50D and D300, where D300 actually is somewhat above. However, if video or in-body stabilization or bad weather-resistance are required then there simply is no match for the K-7. The only thing we need to check out is whether K-7 delivers on its promise. If it does then it has no real competition (yet).

Having said this, I'll leave the feature list comparison for a more meaningful consideration of strong or weak fields of application. Each of the following fields gets a score within 1 to 5 stars (category for digital 35mm mount SLR).

Throughout, this is based on the following judgements:
- High ISO noise performance is on par with the current state-of-the-art for APS-C (ignoring differences of a 1/3 stop). The K-7 will look both more noisy and more detailed at the pixel level compared to the competition above. Some think that this renders more beautiful images when printed. Others think that buttery images at high ISO are better. I think that the differences aren't significant enough to be important but I prefer to keep noise and detail for later processing. Full frame delivers one full additional stop though.
- Autofocus is significantly improved compared to previous models from Pentax and at or above average. But still no match for the best in its class (D300).
- 15 MP resolution is fully applicable when using good glass.
- Everything what you can read in the separate articles as given above.


2. Landscape / Cityscape photography
★★★★★
Actually, the K-7 is a stellar performer here and K20D already scores high. The relatively lightweight body, stellar image quality at low ISO in combination with available stunning prime lenses makes this the best choice short of a (heavier) full frame 20+ MP camera. A function for automatic horizon just makes it perfect.

3. Wildlife
★★★☆☆
It scores high like for landscape, but I remove two stars for the following reasons:
- fast and/or long glass is extremely rare and expensive, and a tele converter is lacking.
- AF.C autofocus is good (and much better than in previous Pentax cameras) but may still miss a shot in action-loaden situations (flying birds, predator attack).
Note that the first point is not a weakness of the camera itself.

4. Sports and Action
★★★☆☆
Same rationale as for wildlife. Also, there are faster, machine gun type bodies.

5. Wedding
★★★★☆
The K-7 is the perfect APS-C body for this kind of shootings and additionally can provide stunning HD footage. It is a robust tool and sufficiently fast, too. However, in situations where light is not optimal, a full frame body with fast glass can be a better option.

6. Family
★★★★☆
Much like wedding. But ease of use and the fact that full frame would be overkill adds a star. Very young active kids or pets can still be challenging though and costs a star.

Btw, I don't agree with some other reviewers that the K-7 underexposes. If I would, I would subtract another star here. I agree that K-7 tends to expose darker than what is seen in other cameras, but for a reason. Easily studied with its live histogram. E.g., a burned highlight in the extreme quarter decreases exposure from 1/25s to 1/30s. So, it isn't true that K-7 underexposes to rescue irrelevant highlights. It just takes into account that bright levels clip where dark levels don't. Just work with +1/3EV if you never adjust levels.

7. Street and People Photography
★★★★★
Can't be beaten. Light-weight un-obstrusive and able to cope with almost every foreseeable situation. A smaller camera (like K-m or non SLR) may be interesting but would be less rugged. The improved metering performance with highlights and with flash are important improvements coming with the K-7 (for night life).

8. Travel
★★★★★
Same rationale as above. Just keep an eye on your stuff, though. An SLR may not always be the best option. Depending on your priorities.

9. Portrait and Studio
★★★★☆
The K-7 is almost perfect. The lack of a tethering option costs a star, though.

10. Movies
★★★☆☆
I judge the K-7 to be the second most interesting SLR offering video (with Canon 5DmkII being no.1 which would get 4 stars). The missing 2 stars are:
- No supersampling of full 15MP down to 1080p
- No videographer form factor/controls/EVF available with working Contrast AF
(taking the strengths (ISO, DoF etc.) into account.)

What sets it apart from other offerings are a "better than 720p" mode @30fps, uncropped 3:2 video, stereo, bearable jello effect, some manual control (aperture, EV compensation, exposure lock), no motion-compression artifacts. Of course, full manual control, electronic viewfinder and a fast contrast AF are all missing.

11. HDR and panoramas
★★★★★
The built-in HDR feature makes any other camera score 4 stars or less only. But Pentax missed the chance to align the images in-camera which would have been straightforward to do. The feature works great, otherwise. Moreover, the K-7 offers perfect control to do HDR panoramas. Live view with grid, exposure bracket and horizon control are an additional help.

12. Macro photography
★★★★☆
Perfect control available. A higher resolution LV would be an improvement but doesn't currently exist on the market. I subtract a star because an automatic focus series for focus stacking would be great. AFAIK, it doesn't currently exist on the market for no reason.

13. Astro photography
★★★☆☆
LiveView is of great help and controls are perfect. Missing though:
- Tethering option.
- Dark frame subtraction shut off for exposures > 30s not possible.
- Crop of FoV compared to full frame, depending on the type (FoV) of telescope.

14. Final Verdict
Four stars is the average and my conclusive score. If you look at my criteria, there probably will be no camera scoring at 5 stars (smarter beats bigger). Certainly not its direct competitors, the 50D and D300. I like both cameras as well and they have different weaknesses and strenghts. But I like the K-7 better. A contender for 5 stars would be Nikon's D3X, if it were 1/3 lighter and had video.

So, the K-7 not only feels like a lot of fun to use, it is a very good proposition on the current market. The best ever made by Pentax and a bigger step forward for Pentax than they did whith the (already very good) K20D. Compared to the K-7, the K20D feels old already.

So it does deliver on its promise indeed which means:

Pentax K-7

★★★★☆

Editor's Choice

"APS-C SLR camera"

(5 stars not assigned in category; as of 2009, July 1st)

June 29, 2009

A sunny sunday


Enough testing. The Alpha Test is going to end anyway soon. Just relax, sit outside in the garden and have a good time. Which doesn't mean that I cannot press the shutter once in a while ;)


And then I saw a red balloon in the distance.

Shot freehand with a Pentax K-7 and a FA* 300/4.5 lens. You may click on the image above to view it in original size and see that the opening image actually is nothing but a 100% crop from this very image. You actually can see heads more than 3 km or 2 miles away (as I later computed).

Enjoy ;)