Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
19082e05
Commit
19082e05
authored
Aug 07, 2013
by
Fedor Morozov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation update
parent
3725c1fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
hdr_imaging.rst
modules/photo/doc/hdr_imaging.rst
+4
-4
No files found.
modules/photo/doc/hdr_imaging.rst
View file @
19082e05
...
...
@@ -145,7 +145,7 @@ Aligns images
:param times: vector of exposure time values for each image
:param response:
matrix with camera response, one column per channel
:param response:
256x1 matrix with inverse camera response function for each pixel value, it should have the same number of channels as images.
AlignMTB
---------------------------
...
...
@@ -211,13 +211,13 @@ The base class for camera response calibration algorithms.
ExposureCalibrate::process
---------------------------
Recovers camera response.
Recovers
inverse
camera response.
.. ocv:function:: void ExposureCalibrate::process(InputArrayOfArrays src, OutputArray dst, std::vector<float>& times)
:param src: vector of input images
:param dst:
matrix with calculated camera response
:param dst:
256x1 matrix with inverse camera response function
:param times: vector of exposure time values for each image
...
...
@@ -258,7 +258,7 @@ Merges images.
:param times: vector of exposure time values for each image
:param response:
one-column matrix with camera response
:param response:
256x1 matrix with inverse camera response function for each pixel value, it should have the same number of channels as images.
MergeDebevec
---------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment