Description: 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)
To Search:
File list (Check if you may need any files):
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