#include <opencv2/core.hpp>
[ソースコード]
|
namespace | cv |
| "black box" representation of the file storage associated with a file on disk.
|
|
|
CV_EXPORTS_W Ptr< SimpleWB > | cv::xphoto::createSimpleWB () |
| Creates an instance of SimpleWB
|
|
CV_EXPORTS_W Ptr< GrayworldWB > | cv::xphoto::createGrayworldWB () |
| Creates an instance of GrayworldWB
|
|
CV_EXPORTS_W Ptr< LearningBasedWB > | cv::xphoto::createLearningBasedWB (const String &path_to_model=String()) |
| Creates an instance of LearningBasedWB [詳解]
|
|
CV_EXPORTS_W void | cv::xphoto::applyChannelGains (InputArray src, OutputArray dst, float gainB, float gainG, float gainR) |
| Implements an efficient fixed-point approximation for applying channel gains, which is the last step of multiple white balance algorithms. [詳解]
|
|
- 日付
- Jun 26, 2014
- 著者
- Yury Gitman