| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static void |
opencv_photo.fastNlMeansDenoising(opencv_core.Mat src,
opencv_core.Mat dst,
float h,
int search_window,
int block_size,
opencv_core.Stream stream)
\brief Perform image denoising using Non-local Means Denoising algorithm
|
static void |
opencv_photo.fastNlMeansDenoisingColored(opencv_core.Mat src,
opencv_core.Mat dst,
float h_luminance,
float photo_render,
int search_window,
int block_size,
opencv_core.Stream stream)
\brief Modification of fastNlMeansDenoising function for colored images
|
static void |
opencv_photo.nonLocalMeans(opencv_core.Mat src,
opencv_core.Mat dst,
float h,
int search_window,
int block_size,
int borderMode,
opencv_core.Stream stream)
\addtogroup photo_denoise
\{
|
Copyright © 2016. All rights reserved.