OSDN Git Service

Clean up and remove a directory of cuda
[eos/hostdependX86LINUX64.git] / util / X86LINUX64 / cuda / samples / 3_Imaging / bilateralFilter / readme.txt
diff --git a/util/X86LINUX64/cuda/samples/3_Imaging/bilateralFilter/readme.txt b/util/X86LINUX64/cuda/samples/3_Imaging/bilateralFilter/readme.txt
deleted file mode 100644 (file)
index 89611f6..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-Sample: Bilateral Filter
-Minimum spec: SM 1.1
-
-Bilateral filter is an edge-preserving non-linear smoothing filter that is implemented with CUDA with OpenGL rendering. It can be used in image recovery and denoising. Each pixel is weight by considering both the spatial distance and color distance between its neighbors. Reference:"C. Tomasi, R. Manduchi, Bilateral Filtering for Gray and Color Images, proceeding of the ICCV, 1998, http://users.soe.ucsc.edu/~manduchi/Papers/ICCV98.pdf"
-
-Key concepts: