文件名称:hdrmerge

介绍说明--下载内容均来自于网络,请自行研究使用

HDR图片合成技术,是日本索尼公司图片处理算法。原理是放置两张曝光图片:一张暗和一张亮。经过合成处理生成一张更加接近现实美观的图片。此技术常用于改造照相机

opencv下编译通过,调用方法如下

/*iplImages图片数组,这里有两张:一张曝光亮的,一张曝光暗的*/

HDRMerger hdrMerge = hmCreateMerger(iplImages,length)     

/*对齐(解决抖动图片合成错位),第2个参数是宽度,第3个参数是高度*/

hmAlign(hdrMerge, &nw, &nh, NProgressPercent)   

hmSetCurve(hdrMerge, CM_PD_BT_709)   

hmFusion(hdrMerge)   

hmFusionResult(hdrMerge,dst,0,0)

hmDestroyMerger(hdrMerge)   -HDR image synthesis, image processing algorithm of the Sony Corporation of Japan. The principle is to place two exposure picture: one dark and one bright. After the synthesis processing to generate a more realistic and beautiful pictures. This technology is commonly used to transform the camera opencv compiler, and call the method is as follows /* array of iplImages picture, there are two: an exposure of bright and a dark exposure of*/HDRMerger, hdrMerge = hmCreateMerger (iplImages, length) /* alignment (to solve the jitter picture synthesis dislocation), the second parameter is the width, the third parameter height of*/hmAlign (hdrMerge, & nw, & nh to find, NProgressPercent) hmSetCurve (hdrMerge, CM_PD_BT_709) hmFusion (hdrMerge) hmFusionResult ( hdrMerge, dst, 0,0) hmDestroyMerger (hdrMerge)
(系统自动生成,下载前可以参看下载内容)

下载文件列表

align

.....\calhg.cpp

.....\calhg.h

.....\resample.hpp

hdrmerge.cpp

hdrmerge.def

hdrmerge.h

hmAlign.cpp

hmAntiGhost.cpp

hmcsmp.cpp

hmcurve.cpp

hmcurve.h

hmdeghost.cpp

hmfusion.cpp

hmm.cpp

hmresult.cpp

hmresult.h

hmspline.cpp

hmspline.h

hmtpl.hpp

hmtype.h

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org