已阅读5页,还剩54页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
信息视觉处理 光度立体视觉PhotometricStereo Materialsfrom http www cs cmu edu afs cs academic class 15385 s06 lectures ppts DC CVLab CSIENTU 双向反射分布函数 BRDF Thebidirectionalreflectancedistributionfunctionisthefractionofincidentlightemittedinonedirectionwhenthesurfaceisilluminatedfromanotherdirection ratioofthesceneradiancetothesceneirradiance Bi directionalReflectanceFunction Polarangle Azimuthangle 双向反射分布函数 BRDF polaranglebetweensurfacenormalandlenscenter azimuthangleofthesensor emittingfrom incidentto irradianceoftheincidentlightattheilluminatedsurface radianceofthereflectedlight ratioofthesceneradiancetothesceneirradiance Differentialreflectancemodel 双向反射分布函数 BRDF 定义 输出方向的辐射度与输入方向的辐照度的比率 BRDF可以从零 在该方向没有反射光 变化至无穷大 输出方向的单位辐射度来自于输入方向任意小的辐射度 BRDF在输入和输出方向是对称的 著名的Helmholtz互易原理 尽管对于某些输入与输出的角度 BDRF可以较大 但对大多数来说它不能大 事实上平均值必须相当小 source surfacereflection surface incidentdirection bodyreflection BodyReflection DiffuseReflectionMatteAppearanceNon HomogeneousMediumClay paper etc SurfaceReflection SpecularReflectionGlossyAppearanceHighlightsDominantforMetals ImageIntensity BodyReflection SurfaceReflection MechanismsofReflection BodyReflection DiffuseReflectionMatteAppearanceNon HomogeneousMediumClay paper etc SurfaceReflection SpecularReflectionGlossyAppearanceHighlightsDominantforMetals ManymaterialsexhibitbothReflections ExampleSurfaces viewingdirection surfaceelement normal incidentdirection LambertianBRDFissimplyaconstant albedo SurfaceappearsequallybrightfromALLdirections independentof SurfaceRadiance CommonlyusedinVisionandGraphics sourceintensity sourceintensityI DiffuseReflectionandLambertianBRDF DiffuseReflectionandLambertianBRDF CAN Tperceivetheshapeofthesnowcoveredterrain CANperceiveshapeinregionslitbythestreetlamp WHY White out SnowandOvercastSkies AssumeLambertianSurfacewithAlbedo 1 noabsorption AssumeSkyradianceisconstantSubstitutinginaboveEquation RadianceofanypatchisthesameasSkyradiance white outcondition DiffuseReflectionfromUniformSky sourceintensityI surfaceelement normal incidentdirection viewingdirection specular mirrordirection MirrorBRDFissimplyadouble deltafunction Validforverysmoothsurfaces AllincidentlightenergyreflectedinaSINGLEdirection onlywhen SurfaceRadiance specularalbedo SpecularReflectionandMirrorBRDF ObservedImageColor axBodyColor bxSpecularReflectionColor R G B Klinker Shafer Kanade1988 ColorofSource Specularreflection ColorofSurface Diffuse BodyReflection DoesnotspecifyanyspecificmodelforDiffuse specularreflection CombingSpecularandDiffuse DichromaticReflection DiffuseandSpecularReflection diffuse specular diffuse specular PhotometricStereo ImageIntensityand3DGeometry ShadingasacueforshapereconstructionWhatistherelationbetweenintensityandshape ReflectanceMap SurfaceNormal surfacenormal SurfaceNormal GradientSpace ReflectanceMap RelatesimageirradianceI x y tosurfaceorientation p q forgivensourcedirectionandsurfacereflectanceLambertiancase Imageirradiance Lambertiancase ReflectanceMap Lambertiancase iso brightnesscontour Note ismaximumwhen ReflectanceMap Glossysurfaces Torrance Sparrowreflectancemodel diffuseterm specularterm ReflectanceMap ShapefromaSingleImage Givenasingleimageofanobjectwithknownsurfacereflectancetakenunderaknownlightsource canwerecovertheshapeoftheobject GivenR p q pS qS andsurfacereflectance canwedetermine p q uniquelyforeachimagepoint NO Solution TakemoreimagesPhotometricstereoAddmoreconstraintsShape from shading PhotometricStereo Wecanwritethisinmatrixform Imageirradiance Lambertiancase PhotometricStereo SolvingtheEquations MorethanThreeLightSources Getbetterresultsbyusingmorelights Leastsquaressolution Solveforasbefore ColorImages ThecaseofRGBimagesgetthreesetsofequations onepercolorchannel Simplesolution firstsolvefornusingonechannelThensubstituteknownnintoaboveequationstogetOrcombinethreechannelsandsolveforn Computinglightsourcedirections Trick placeachromesphereinthescenethelocationofthehighlighttellsyouthesourcedirection Foraperfectmirror lightisreflectedaboutN SpecularReflection Recap WeseeahighlightwhenThensisgivenasfollows ComputingtheLightSourceDirection CancomputeNbystudyingthisfigureHints usethisequation canmeasurec h andrintheimage N rN C H c h Chromespherethathasahighlightatpositionhintheimage imageplane spherein3D DepthfromNormals GetasimilarequationforV2Eachnormalgivesustwolinearconstraintsonzcomputezvaluesbysolvingamatrixequation 积分方法 积分的方法可以分为局部方法 localapproach 和全局方法 globalapproach 两类 局部方法比较容易操作 计算效率也比较高 可是它会传递误差 因此对光度立体得到的法向数据要求很精确 局部和全局积分方法 局部方法 Coleman和Jain提出了一种扫描算法 是从点P相邻两点的法向矢量来计算P点的深度 Healey和Jain是从P点的相邻8个点的法向来恢复P点的深度的 Wu和Li用格林理论和多路径积分去恢复相对高度 最简单的局部积分方法就是利用梯度从不同路径积分 然后去平均全局方法 把表面积分当作一个优化问题 因为他把梯度数据当成全局数据 所以这种算法比较抗噪声 Ikeuchi用最小二乘法从针图来估计表面深度 Horn FrankotandChellappa Simchony等也提出了一些相应的全局算法 积分方法的比较 真实形状 不同方法积分结果 Possion方程优化方法对尺度的保持比较好 FrankotChellapp频域优化的方法对形态保持的比较好 不同方法积分结果 仿射变换方法 加权能量方程 Limitations BigproblemsDoesn tworkforshinythings semi translucentthingsShadows inter reflectionsSmallerproblemsCameraandlightshavetobedistantCalibrationrequirementsmeasurelightsourcedirections intensitiescameraresponsefunction TrickforHandlingShadows Weighteachequationbythepixelbrightness Givesweightedleast squaresmatrixequation Solveforasbefore 由多个视图获取表面法线与发射率 一个球面组成的5幅图像 是使用正交投影从一个视角得到的 由多个视图获取表面法线与发射率 表面的反射系数 由多个视图获取表面法线与发射率 法线向量场 由法线获取表面形状 通过积分求形状 实际例子 乒乓球图像 a b c d e f g h 实际例子 恢复结果 OriginalImages Results Shape Shallowreconstruction effectofinterreflections Accuratereconstruction afterremovinginterreflections Results Albedo NoShadingInformation OriginalImag
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 2025年云南省丽江市医疗三严三基理论考试试题及答案
- 夏季防暑防高温应急预案
- 2025年湖北省中小学教师招聘考试笔试试题含答案
- 肿瘤科医务人员针刺伤应急预案演练脚本
- 2025年人工智能基础及应用考试试题及答案
- 密闭、有限空间作业应急预案
- 护理学基础练习题库与答案
- 住院患者突发抽搐的应急预案演练脚本
- 2025教师考试真题题库及答案
- 2025建筑学招教考试真题及答案
- 第一章(诱发电位概论)+第二章(体感诱发电位)(2013年)
- GB/T 2585-2021铁路用热轧钢轨
- GB/T 242-2007金属管扩口试验方法
- GB/T 20878-2007不锈钢和耐热钢牌号及化学成分
- GB/T 16825.1-2008静力单轴试验机的检验第1部分:拉力和(或)压力试验机测力系统的检验与校准
- 中东历史及文化
- 主令电器(课用)课件
- 新形势下群众工作的理论与实践课件
- 人力资源公司简介课件
- 特殊伤口的处理课件
- 多孔动物门海绵动物
评论
0/150
提交评论