/external/llvm/unittests/Transforms/Utils/ |
CMakeLists.txt | 9 Cloning.cpp
|
/external/opencv3/samples/cpp/ |
cloning_demo.cpp | 7 * This tutorial demonstrates how to use OpenCV seamless cloning 10 * 1- Normal Cloning 11 * 2- Mixed Cloning 38 cout << "Cloning Module" << endl; 42 cout << "1) Normal Cloning " << endl; 43 cout << "2) Mixed Cloning " << endl; 56 string folder = "cloning/Normal_Cloning/"; 93 string folder = "cloning/Mixed_Cloning/"; 130 string folder = "cloning/Monochrome_Transfer/"; 167 string folder = "cloning/Color_Change/" [all...] |
cloning_gui.cpp | 2 * cloning.cpp 7 * This tutorial demonstrates how to use OpenCV seamless cloning 10 * 1- Normal Cloning 11 * 2- Mixed Cloning 275 cout << "Cloning Module" << endl; 289 cout << "1) Normal Cloning " << endl; 290 cout << "2) Mixed Cloning " << endl;
|
/external/opencv3/samples/cpp/tutorial_code/photo/seamless_cloning/ |
cloning_demo.cpp | 7 * This tutorial demonstrates how to use OpenCV seamless cloning 10 * 1- Normal Cloning 11 * 2- Mixed Cloning 37 cout << "Cloning Module" << endl; 41 cout << "1) Normal Cloning " << endl; 42 cout << "2) Mixed Cloning " << endl; 55 string folder = "cloning/Normal_Cloning/"; 92 string folder = "cloning/Mixed_Cloning/"; 129 string folder = "cloning/Monochrome_Transfer/"; 166 string folder = "cloning/Color_Change/" [all...] |
cloning_gui.cpp | 2 * cloning.cpp 7 * This tutorial demonstrates how to use OpenCV seamless cloning 10 * 1- Normal Cloning 11 * 2- Mixed Cloning 274 cout << "Cloning Module" << endl; 288 cout << "1) Normal Cloning " << endl; 289 cout << "2) Mixed Cloning " << endl;
|
/external/hyphenation-patterns/de/ |
README.android | 10 The patterns were first generated by running make after cloning the upstream
|
/external/opencv3/modules/photo/src/ |
seamless_cloning_impl.cpp | 48 void Cloning::computeGradientX( const Mat &img, Mat &gx) 69 void Cloning::computeGradientY( const Mat &img, Mat &gy) 90 void Cloning::computeLaplacianX( const Mat &img, Mat &laplacianX) 98 void Cloning::computeLaplacianY( const Mat &img, Mat &laplacianY) 106 void Cloning::dst(const Mat& src, Mat& dest, bool invert) 154 void Cloning::idst(const Mat& src, Mat& dest) 159 void Cloning::solve(const Mat &img, Mat& mod_diff, Mat &result) 219 void Cloning::poissonSolver(const Mat &img, Mat &laplacianX , Mat &laplacianY, Mat &result) 241 void Cloning::initVariables(const Mat &destination, const Mat &binaryMask) 263 void Cloning::computeDerivatives(const Mat& destination, const Mat &patch, const Mat &binaryMask [all...] |
seamless_cloning.cpp | 112 Cloning obj; 139 Cloning obj; 164 Cloning obj; 189 Cloning obj;
|
/external/opencv3/modules/photo/test/ |
test_cloning.cpp | 63 string folder = string(cvtest::TS::ptr()->get_data_path()) + "cloning/Normal_Cloning/"; 94 string folder = string(cvtest::TS::ptr()->get_data_path()) + "cloning/Mixed_Cloning/"; 126 string folder = string(cvtest::TS::ptr()->get_data_path()) + "cloning/Monochrome_Transfer/"; 158 string folder = string(cvtest::TS::ptr()->get_data_path()) + "cloning/color_change/"; 184 string folder = string(cvtest::TS::ptr()->get_data_path()) + "cloning/Illumination_Change/"; 208 string folder = string(cvtest::TS::ptr()->get_data_path()) + "cloning/Texture_Flattening/";
|
/external/icu/icu4c/source/test/cintltst/ |
cnumtst.h | 74 * Test cloning formatter with RBNF
|
/external/llvm/include/llvm/Transforms/Utils/ |
Cloning.h | 1 //===- Cloning.h - Clone various parts of LLVM programs ---------*- C++ -*-===// 12 // modules, to cloning functions with different arguments, to inlining 157 ///< Continue cloning the instruction (default behavior). 159 ///< Skip this instruction but continue cloning the current basic block. 161 ///< Skip this instruction and stop cloning the current basic block. 169 /// Subclasses must override this function to customize cloning behavior.
|
/external/icu/icu4c/source/common/unicode/ |
unifunct.h | 45 * have to support cloning in order to allow classes using 46 * UnicodeFunctor to implement cloning.
|
/external/llvm/lib/Transforms/Utils/ |
SplitModule.cpp | 25 #include "llvm/Transforms/Utils/Cloning.h" 74 // cloning it.
|
CloneFunction.cpp | 16 #include "llvm/Transforms/Utils/Cloning.h" 38 /// See comments in Cloning.h. 122 // Loop over all of the basic blocks in the function, cloning them as 123 // appropriate. Note that we save BE this way in order to handle cloning of 141 // cloning a function.) 319 // cloning a function.) 339 // If the cloning director says stop, we want to stop everything, not 341 // cloned). The cloning director is responsible for inserting a proper 345 // If the cloning director says skip, continue to the next instruction. 346 // In this case, the cloning director is responsible for mapping th [all...] |
/external/caliper/examples/src/main/java/examples/ |
ExpensiveObjectsBenchmark.java | 26 * Benchmarks creation and cloning various expensive objects.
|
/external/kernel-headers/original/uapi/linux/ |
sched.h | 5 * cloning flags:
|
/external/v8/test/mjsunit/ |
copy-on-write-assert.js | 41 // cloning in large object space.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
sched.h | 5 * cloning flags:
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
sched.h | 5 * cloning flags:
|
/external/icu/icu4c/source/samples/ucnv/ |
flagcb.c | 53 printf("*** FLAGCB: cloning %p ***\n", context); 67 /* We need to get the sub CB to handle cloning, 202 printf("debugCB_fromU: cloning..\n");
|
/external/curl/include/curl/ |
easy.h | 55 * passed in. Duplicating a handle could only be a matter of cloning data and
|
/external/e2fsprogs/e2fsck/ |
CHANGES | 5 Fix bugs in bad-block cloning.
|
/external/google-breakpad/src/testing/gtest/samples/ |
sample2.h | 57 // Constructs a MyString by cloning a 0-terminated C string.
|
/external/llvm/lib/Target/AMDGPU/ |
AMDGPUAlwaysInlinePass.cpp | 18 #include "llvm/Transforms/Utils/Cloning.h"
|
/external/protobuf/gtest/samples/ |
sample2.h | 58 // Constructs a MyString by cloning a 0-terminated C string.
|