/external/opencv3/modules/superres/include/opencv2/ |
superres.hpp | 131 //! @brief Parameter of spacial distribution in Bilateral-TV 137 //! @brief Kernel size of Bilateral-TV filter 180 /** @brief Create Bilateral TV-L1 Super Resolution. 192 - **double alpha** Parameter of spacial distribution in Bilateral-TV. 193 - **int btvKernelSize** Kernel size of Bilateral-TV filter.
|
/external/opencv3/samples/cpp/tutorial_code/ImgProc/ |
Smoothing.cpp | 70 /// Applying Bilateral Filter 71 if( display_caption( "Bilateral Blur" ) != 0 ) { return 0; }
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_filtering/ |
py_filtering.markdown | 122 ### 4. Bilateral Filtering 131 Bilateral filter also takes a gaussian filter in space, but one more gaussian filter which is a 137 Below samples shows use bilateral filter (For details on arguments, visit docs). 143 ![image](images/bilateral.jpg) 150 -# Details about the [bilateral filtering](http://people.csail.mit.edu/sparis/bf_course/)
|
/external/opencv3/doc/tutorials/imgproc/gausian_median_blur_bilateral_filter/ |
gausian_median_blur_bilateral_filter.markdown | 77 ### Bilateral Filter 81 this (at certain extent at least), we can use a bilateral filter. 82 - In an analogous way as the Gaussian filter, the bilateral filter also considers the neighboring 154 /// Applying Bilateral Filter 155 if( display_caption( "Bilateral Blur" ) != 0 ) { return 0; } 247 -# **Bilateral Filter**
|
/external/opencv3/modules/imgproc/ |
opencl_kernels_imgproc.hpp | 16 extern const struct ProgramEntry bilateral;
|
opencl_kernels_imgproc.cpp | 92 const struct ProgramEntry bilateral={"bilateral", member in namespace:cv::ocl::imgproc 113 "__kernel void bilateral(__global const uchar * src, int src_step, int src_offset,\n" 176 ProgramSource bilateral_oclsrc(bilateral.programStr); [all...] |
/external/opencv3/modules/imgproc/test/ocl/ |
test_filters.cpp | 128 // Bilateral 130 typedef FilterTestBase Bilateral; 132 OCL_TEST_P(Bilateral, Mat) 369 OCL_INSTANTIATE_TEST_CASE_P(Filter, Bilateral, Combine(
|
/external/opencv3/modules/imgproc/perf/opencl/ |
perf_filters.cpp | 285 ///////////// Bilateral //////////////////////// 289 OCL_PERF_TEST_P(BilateralFixture, Bilateral, OCL_TEST_SIZES) 310 OCL_PERF_TEST_P(MedianBlurFixture, Bilateral, ::testing::Combine(OCL_TEST_SIZES, OCL_PERF_ENUM(3, 5)))
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Featherstone/ |
btMultiBodyConstraint.h | 126 // constraint is pos >= 0 for unilateral, or pos = 0 for bilateral
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/ |
btContactConstraint.cpp | 120 //bilateral constraint between two dynamic objects
|
/external/opencv3/doc/tutorials/photo/hdr_imaging/ |
hdr_imaging.markdown | 82 bilateral filtering and set 2.2 as the value for gamma correction.
|
/external/opencv3/modules/imgproc/src/opencl/ |
bilateral.cl | 59 __kernel void bilateral(__global const uchar * src, int src_step, int src_offset,
|
/external/opencv3/modules/cudastereo/include/opencv2/ |
cudastereo.hpp | 246 /** @brief Class refining a disparity map using joint bilateral filtering. : 253 /** @brief Refines a disparity map using joint bilateral filtering.
|
/external/opencv3/modules/cudaimgproc/src/cuda/ |
bilateral_filter.cu | 56 /// Bilateral filtering
|
/external/opencv/cv/src/ |
cvsmooth.cpp | [all...] |
/external/opencv3/modules/imgproc/test/ |
test_bilateral_filter.cpp | 170 // initialize space-related bilateral filter coefficients
|
/external/opencv3/modules/photo/include/opencv2/ |
photo.hpp | 379 /** @brief This algorithm decomposes image into two layers: base layer and detail layer using bilateral filter 382 This implementation uses regular bilateral filter from opencv. 411 @param sigma_space bilateral filter sigma in color space 412 @param sigma_color bilateral filter sigma in coordinate space [all...] |
/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
types_c.h | 81 /** bilateral filter with a \f$\texttt{size1}\times\texttt{size1}\f$ square aperture, color
|
imgproc_c.h | 107 @param sigma2 additional parameter for bilateral filtering [all...] |
/external/opencv3/modules/cudaimgproc/include/opencv2/ |
cudaimgproc.hpp | 689 ////////////////////////// Bilateral Filter /////////////////////////// 691 /** @brief Performs bilateral filtering of passed image
|
/external/opencv3/modules/imgproc/src/ |
smooth.cpp | [all...] |
/external/opencv3/doc/ |
opencv.bib | 161 title = {Fast bilateral filtering for the display of high-dynamic-range images},
|
/external/opencv3/modules/imgproc/include/opencv2/ |
imgproc.hpp | [all...] |
/external/svox/pico/lib/ |
picosig2.c | 675 * @remarks make phase bilateral -->> angh (FFT size, real) [all...] |