├── DNGs ├── 0012_DSC_11116.DNG ├── 0012_DSC_11117.DNG ├── 0012_DSC_11118.DNG └── DefectivePixelsMask.mat ├── Demo.m ├── DenseWarpTPS.m ├── Display.m ├── EstimateGroundTruthImage.m ├── FitNormWLS.m ├── Fix_Defective_Pixels.m ├── GetSrcMrks.m ├── GreenChanIdx.m ├── LICENSE ├── LandmarkPoints.m ├── LoadRawImages.m ├── RBF_ThinPlate_image_warping ├── license.txt ├── rbf_demo.m ├── rbf_snap.jpg └── rbfwarp2d.m ├── README.md ├── RawFrom4Channels.m ├── RawTo4Channels.m ├── camera_pipeline_simple ├── DEMO.m ├── DngToJpg.m ├── DngToPng.m ├── Load_Data_and_Metadata_from_DNG.m ├── ShowDNG.m ├── apply_cmatrix.m ├── cfa_pattern.m ├── run_pipeline.m ├── tone_curve.mat └── wbmask.m ├── efficient_subpixel_registration ├── dftregistration.m ├── efficient_subpixel_registration.m └── license.txt ├── inpaint_nans.m ├── parsave.m └── prepare_parallel_pool.m /DNGs/0012_DSC_11116.DNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/DNGs/0012_DSC_11116.DNG -------------------------------------------------------------------------------- /DNGs/0012_DSC_11117.DNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/DNGs/0012_DSC_11117.DNG -------------------------------------------------------------------------------- /DNGs/0012_DSC_11118.DNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/DNGs/0012_DSC_11118.DNG -------------------------------------------------------------------------------- /DNGs/DefectivePixelsMask.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/DNGs/DefectivePixelsMask.mat -------------------------------------------------------------------------------- /Demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/Demo.m -------------------------------------------------------------------------------- /DenseWarpTPS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/DenseWarpTPS.m -------------------------------------------------------------------------------- /Display.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/Display.m -------------------------------------------------------------------------------- /EstimateGroundTruthImage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/EstimateGroundTruthImage.m -------------------------------------------------------------------------------- /FitNormWLS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/FitNormWLS.m -------------------------------------------------------------------------------- /Fix_Defective_Pixels.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/Fix_Defective_Pixels.m -------------------------------------------------------------------------------- /GetSrcMrks.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/GetSrcMrks.m -------------------------------------------------------------------------------- /GreenChanIdx.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/GreenChanIdx.m -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/LICENSE -------------------------------------------------------------------------------- /LandmarkPoints.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/LandmarkPoints.m -------------------------------------------------------------------------------- /LoadRawImages.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/LoadRawImages.m -------------------------------------------------------------------------------- /RBF_ThinPlate_image_warping/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/RBF_ThinPlate_image_warping/license.txt -------------------------------------------------------------------------------- /RBF_ThinPlate_image_warping/rbf_demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/RBF_ThinPlate_image_warping/rbf_demo.m -------------------------------------------------------------------------------- /RBF_ThinPlate_image_warping/rbf_snap.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/RBF_ThinPlate_image_warping/rbf_snap.jpg -------------------------------------------------------------------------------- /RBF_ThinPlate_image_warping/rbfwarp2d.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/RBF_ThinPlate_image_warping/rbfwarp2d.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/README.md -------------------------------------------------------------------------------- /RawFrom4Channels.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/RawFrom4Channels.m -------------------------------------------------------------------------------- /RawTo4Channels.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/RawTo4Channels.m -------------------------------------------------------------------------------- /camera_pipeline_simple/DEMO.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/camera_pipeline_simple/DEMO.m -------------------------------------------------------------------------------- /camera_pipeline_simple/DngToJpg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/camera_pipeline_simple/DngToJpg.m -------------------------------------------------------------------------------- /camera_pipeline_simple/DngToPng.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/camera_pipeline_simple/DngToPng.m -------------------------------------------------------------------------------- /camera_pipeline_simple/Load_Data_and_Metadata_from_DNG.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/camera_pipeline_simple/Load_Data_and_Metadata_from_DNG.m -------------------------------------------------------------------------------- /camera_pipeline_simple/ShowDNG.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/camera_pipeline_simple/ShowDNG.m -------------------------------------------------------------------------------- /camera_pipeline_simple/apply_cmatrix.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/camera_pipeline_simple/apply_cmatrix.m -------------------------------------------------------------------------------- /camera_pipeline_simple/cfa_pattern.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/camera_pipeline_simple/cfa_pattern.m -------------------------------------------------------------------------------- /camera_pipeline_simple/run_pipeline.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/camera_pipeline_simple/run_pipeline.m -------------------------------------------------------------------------------- /camera_pipeline_simple/tone_curve.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/camera_pipeline_simple/tone_curve.mat -------------------------------------------------------------------------------- /camera_pipeline_simple/wbmask.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/camera_pipeline_simple/wbmask.m -------------------------------------------------------------------------------- /efficient_subpixel_registration/dftregistration.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/efficient_subpixel_registration/dftregistration.m -------------------------------------------------------------------------------- /efficient_subpixel_registration/efficient_subpixel_registration.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/efficient_subpixel_registration/efficient_subpixel_registration.m -------------------------------------------------------------------------------- /efficient_subpixel_registration/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/efficient_subpixel_registration/license.txt -------------------------------------------------------------------------------- /inpaint_nans.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/inpaint_nans.m -------------------------------------------------------------------------------- /parsave.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/parsave.m -------------------------------------------------------------------------------- /prepare_parallel_pool.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdoKamel/sidd-ground-truth-image-estimation/HEAD/prepare_parallel_pool.m --------------------------------------------------------------------------------