Logo
OpenCV  2.4.13
Open Source Computer Vision
Namespaces | Enumerations | Functions
photo/photo.hpp File Reference
#include "opencv2/core/core.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/photo/photo_c.h"

Namespaces

  cv
 

Enumerations

enum   { cv::INPAINT_NS =CV_INPAINT_NS, cv::INPAINT_TELEA =CV_INPAINT_TELEA }
  the inpainting algorithm More...
 

Functions

void  cv::inpaint (InputArray src, InputArray inpaintMask, OutputArray dst, double inpaintRadius, int flags)
  restores the damaged image areas using one of the available intpainting algorithms More...
 
void  cv::fastNlMeansDenoising (InputArray src, OutputArray dst, float h=3, int templateWindowSize=7, int searchWindowSize=21)
 
void  cv::fastNlMeansDenoisingColored (InputArray src, OutputArray dst, float h=3, float hColor=3, int templateWindowSize=7, int searchWindowSize=21)
 
void  cv::fastNlMeansDenoisingMulti (InputArrayOfArrays srcImgs, OutputArray dst, int imgToDenoiseIndex, int temporalWindowSize, float h=3, int templateWindowSize=7, int searchWindowSize=21)
 
void  cv::fastNlMeansDenoisingColoredMulti (InputArrayOfArrays srcImgs, OutputArray dst, int imgToDenoiseIndex, int temporalWindowSize, float h=3, float hColor=3, int templateWindowSize=7, int searchWindowSize=21)
 

AltStyle によって変換されたページ (->オリジナル) /