/external/opencv3/modules/java/src/ |
photo+Tonemap.java | 10 // C++: class Tonemap 11 //javadoc: Tonemap 12 public class Tonemap extends Algorithm { 14 protected Tonemap(long addr) { super(addr); } 21 //javadoc: Tonemap::process(src, dst) 35 //javadoc: Tonemap::getGamma() 49 //javadoc: Tonemap::setGamma(gamma)
|
photo+TonemapDrago.java | 11 public class TonemapDrago extends Tonemap {
|
photo+TonemapMantiuk.java | 11 public class TonemapMantiuk extends Tonemap {
|
photo+TonemapReinhard.java | 11 public class TonemapReinhard extends Tonemap {
|
photo+TonemapDurand.java | 11 public class TonemapDurand extends Tonemap {
|
/cts/apps/CameraITS/tests/scene1/ |
test_param_tonemap_mode.py | 24 """Test that the android.tonemap.mode param is applied. 26 Applies different tonemap curves to each R,G,B channel, and checks 47 # Test 1: that the tonemap curves have the expected effect. Take two 48 # shots, with n in [0,1], where each has a linear tonemap, with the 56 req["android.tonemap.mode"] = 0 57 req["android.tonemap.curveRed"] = ( 59 req["android.tonemap.curveGreen"] = ( 61 req["android.tonemap.curveBlue"] = ( 76 # Test 2: that the length of the tonemap curve (i.e. number of control 84 req["android.tonemap.mode"] = [all...] |
test_auto_vs_manual.py | 25 Manual shots taken with just manual WB, and also with manual WB+tonemap. 71 # Manual capture 2: WB + tonemap 73 req["android.tonemap.mode"] = 0 74 req["android.tonemap.curveRed"] = gamma 75 req["android.tonemap.curveGreen"] = gamma 76 req["android.tonemap.curveBlue"] = gamma
|
test_capture_result.py | 66 "android.tonemap.mode": 0, 67 "android.tonemap.curveRed": manual_tonemap, 68 "android.tonemap.curveGreen": manual_tonemap, 69 "android.tonemap.curveBlue": manual_tonemap, 163 curves = [cap_res["android.tonemap.curveRed"], 164 cap_res["android.tonemap.curveGreen"], 165 cap_res["android.tonemap.curveBlue"]] 174 print "Tonemap:", curves[0][1::16] 196 # Tonemap must be valid. 197 # The returned tonemap must be linear [all...] |
test_tonemap_sequence.py | 23 """Test a sequence of shots with different tonemap curves. 42 # Capture 3 manual shots with a linear tonemap. 51 # Capture 3 manual shots with the default tonemap.
|
test_ev_compensation_advanced.py | 68 req["android.tonemap.mode"] = 0 69 req["android.tonemap.curveRed"] = [0.0,0.0, 1.0,1.0] 70 req["android.tonemap.curveGreen"] = [0.0,0.0, 1.0,1.0] 71 req["android.tonemap.curveBlue"] = [0.0,0.0, 1.0,1.0]
|
test_linearity.py | 62 req["android.tonemap.mode"] = 0 63 req["android.tonemap.curveRed"] = gamma_lut.tolist() 64 req["android.tonemap.curveGreen"] = gamma_lut.tolist() 65 req["android.tonemap.curveBlue"] = gamma_lut.tolist()
|
test_param_flash_mode.py | 39 # linear tonemap.
|
test_yuv_plus_jpeg.py | 41 # Use a manual request with a linear tonemap so that the YUV and JPEG
|
test_yuv_plus_raw.py | 36 # Use a manual request with a linear tonemap so that the YUV and RAW
|
test_yuv_plus_raw10.py | 36 # Use a manual request with a linear tonemap so that the YUV and RAW
|
test_yuv_plus_raw12.py | 36 # Use a manual request with a linear tonemap so that the YUV and RAW
|
/external/opencv3/samples/cpp/tutorial_code/photo/hdr_imaging/ |
hdr_imaging.cpp | 28 Ptr<TonemapDurand> tonemap = createTonemapDurand(2.2f); local 29 tonemap->process(hdr, ldr);
|
/cts/apps/CameraITS/pymodules/its/ |
objects.py | 77 Uses identity/unit color correction, and the default tonemap curve. 78 Optionally, the tonemap can be specified as being linear. 85 linear_tonemap: [Optional] whether a linear tonemap should be used 110 "android.tonemap.mode": 1, 116 if 0 in props["android.tonemap.availableToneMapModes"]: 117 req["android.tonemap.mode"] = 0 118 req["android.tonemap.curveRed"] = [0.0,0.0, 1.0,1.0] 119 req["android.tonemap.curveGreen"] = [0.0,0.0, 1.0,1.0] 120 req["android.tonemap.curveBlue"] = [0.0,0.0, 1.0,1.0] 122 elif 3 in props["android.tonemap.availableToneMapModes"] [all...] |
target.py | 40 when a linear tonemap is used. That is, the pixels coming off the sensor 65 # Linear tonemap 68 # Capture a manual shot with this exposure, using a linear tonemap. 71 req["android.tonemap.mode"] = 0 72 req["android.tonemap.curveRed"] = tmap 73 req["android.tonemap.curveGreen"] = tmap 74 req["android.tonemap.curveBlue"] = tmap 128 tonemap) for the scene that the camera is pointing at.
|
/cts/apps/CameraITS/tests/inprog/ |
test_blc_lsc.py | 59 # Linear tonemap 65 req["android.tonemap.mode"] = 0 66 req["android.tonemap.curveRed"] = tmap 67 req["android.tonemap.curveGreen"] = tmap 68 req["android.tonemap.curveBlue"] = tmap
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
TonemapCurve.java | 31 * Immutable class for describing a {@code 2 x M x 3} tonemap curve of floats. 51 * Lower bound tonemap value corresponding to pure black for a single color channel. 56 * Upper bound tonemap value corresponding to a pure white for a single color channel. 157 * Get the number of points stored in this tonemap curve for the specified color channel. 160 * @return number of points stored in this tonemap for that color's curve (>= 0) 203 * Copy the color curve for a single color channel from this tonemap curve into the destination. 292 * tonemap curve. </p>
|
/external/opencv3/modules/photo/test/ |
test_hdr.cpp | 91 string test_path = string(cvtest::TS::ptr()->get_data_path()) + "hdr/tonemap/"; 97 Ptr<Tonemap> linear = createTonemap(gamma); 197 Ptr<Tonemap> map = createTonemap(); 217 Ptr<Tonemap> map = createTonemap();
|
/external/opencv3/doc/tutorials/photo/hdr_imaging/ |
hdr_imaging.markdown | 74 -# **Tonemap HDR image** 77 Ptr<TonemapDurand> tonemap = createTonemapDurand(2.2f); 78 tonemap->process(hdr, ldr);
|
/external/opencv3/modules/photo/src/ |
tonemap.cpp | 56 class TonemapImpl : public Tonemap 59 TonemapImpl(float _gamma) : name("Tonemap"), gamma(_gamma) 102 Ptr<Tonemap> createTonemap(float gamma) 125 Ptr<Tonemap> linear = createTonemap(1.0f); 208 Ptr<Tonemap> linear = createTonemap(1.0f); 292 Ptr<Tonemap> linear = createTonemap(1.0f); 386 Ptr<Tonemap> linear = createTonemap(1.0f);
|
/cts/apps/CameraITS/tools/ |
config.py | 36 tonemap) being at the 0.5 level. This requires camera 3A and capture
|