文件名称:hdrmerge
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:42.8kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
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)
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/
align/calhg.cpp
align/calhg.h
align/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
align/calhg.cpp
align/calhg.h
align/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
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.