HomeSort by relevance Sort by last modified time
    Searched refs:binary (Results 976 - 1000 of 2088) sorted by null

<<31323334353637383940>>

  /external/ImageMagick/www/api/
morphology.php 43 <a class="magick-nav-item " href="../script/binary-releases.php">Download</a>
232 <dd> Disk:[{radius}[,{scale}]] Generate a binary disk, thresholded at the radius given, the radius may be a float-point value. Final Kernel size is floor(radius)*2+1 square. A radius of 5.3 is the default. </dd>
254 <dd> Peak:radius1,radius2 Find any peak larger than the pixels the fall between the two radii. The default ring of pixels is as per "Ring". Edges Find flat orthogonal edges of a binary shape Corners Find 90 degree corners of a binary shape Diagonals:type A special kernel to thin the 'outside' of diagonals LineEnds:type Find end points of lines (for pruning a skeletion) Two types of lines ends (default to both) can be searched for Type 0: All line ends Type 1: single kernel for 4-conneected line ends Type 2: single kernel for simple line ends LineJunctions Find three line junctions (within a skeletion) Type 0: all line junctions Type 1: Y Junction kernel Type 2: Diagonal T Junction kernel Type 3: Orthogonal T Junction kernel Type 4: Diagonal X Junction kernel Type 5: Orthogonal + Junction kernel Ridges:type Find single pixel ridges or thin lines Type 1: Fine single pixel thick lines and ridges Type 2: Find two pixel thick lines and ridges ConvexHull Octagonal Thickening Kernel, to generate convex hulls of 45 degrees Skeleton:type Traditional skeleton generating kernels. Type 1: Tradional Skeleton kernel (4 connected skeleton) Type 2: HIPR2 Skeleton kernel (8 connected skeleton) Type 3: Thinning skeleton based on a ressearch paper by Dan S. Bloomberg (Default Type) ThinSE:type A huge variety of Thinning Kernels designed to preserve conectivity. many other kernel sets use these kernels as source definitions. Type numbers are 41-49, 81-89, 481, and 482 which are based on the super and sub notations used in the source research paper. </dd>
258 <dd> Different types of distance measuring methods, which are used with the a 'Distance' morphology method for generating a gradient based on distance from an edge of a binary shape, though there is a technique for handling a anti-aliased shape. </dd>
272 <dd> The first three Distance Measuring Kernels will only generate distances of exact multiples of {scale} in binary images. As such you can use a scale of 1 without loosing any information. However you also need some scaling when handling non-binary anti-aliased shapes. </dd>
274 <dd> The "Euclidean" Distance Kernel however does generate a non-integer fractional results, and as such scaling is vital even for binary shapes. </dd>
    [all...]
  /external/deqp/executor/tools/
xeCommandLineExecutor.cpp 98 parser << Option<StartServer> ("s", "start-server", "Start local execserver. Path to the execserver binary.")
108 << Option<BinaryName> ("b", "binaryname", "Test binary path. Relative to working directory.", "<Unused>")
110 << Option<CmdLineArgs> (DE_NULL, "cmdline", "Additional command line arguments for the test binary.", "");
258 std::ifstream in (filename, std::ios_base::binary);
389 std::ifstream in (filename, std::ifstream::binary|std::ifstream::in);
453 std::ofstream out(filename, std::ios_base::binary);
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmComputeShaderCase.cpp 403 const ProgramBinary& binary = m_context.getBinaryCollection().get("compute"); local
404 if (m_shaderSpec.verifyBinary && !m_shaderSpec.verifyBinary(binary))
406 return tcu::TestStatus::fail("Binary verification of SPIR-V in the test failed");
408 Unique<VkShaderModule> module (createShaderModule(vkdi, device, binary, (VkShaderModuleCreateFlags)0u));
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_target.cpp 193 INFO("program binary (%u bytes)", codeSize);
405 // the nvc0 driver will print the binary iself together with the header
465 RelocEntry::apply(uint32_t *binary, const RelocInfo *info) const
480 binary[offset / 4] &= ~mask;
481 binary[offset / 4] |= value & mask;
  /external/mesa3d/src/gallium/state_trackers/clover/core/
kernel.cpp 54 const auto m = program().build(q.device()).binary;
145 return program().build(q.device()).binary;
163 auto &m = kern.program().build(q->device()).binary;
  /external/python/cpython3/Lib/
socket.py 231 binary = "b" in mode
244 if not binary:
245 raise ValueError("unbuffered streams must be binary")
254 if binary:
369 raise ValueError("file should be opened in binary mode")
386 *file* must be a regular file object opened in binary mode.
  /external/webrtc/webrtc/modules/audio_processing/utility/
delay_estimator_unittest.cc 27 // Length of binary spectrum sequence.
79 // Construct a sequence of binary spectra used to verify delay estimate. The
127 // Initialize Binary Delay Estimator (far-end part).
129 // Initialize Binary Delay Estimator
474 // In this test we verify correct output on invalid API calls to the Binary
477 BinaryDelayEstimatorFarend* binary = binary_farend_; local
483 binary = WebRtc_CreateBinaryDelayEstimatorFarend(1);
484 EXPECT_TRUE(binary == NULL);
488 // In this test we verify correct output on invalid API calls to the Binary
526 // the signal accordingly. We create two Binary Delay Estimators and feed the
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/doc/
doc_test.go 559 // go doc binary BigEndian
560 // This needs to find encoding/binary.BigEndian, which means
561 // finding the package encoding/binary given only "binary".
574 err := do(&b, &flagSet, []string{"binary", "BigEndian"})
576 t.Errorf("unexpected error %q from binary BigEndian", err)
  /prebuilts/go/linux-x86/src/cmd/doc/
doc_test.go 559 // go doc binary BigEndian
560 // This needs to find encoding/binary.BigEndian, which means
561 // finding the package encoding/binary given only "binary".
574 err := do(&b, &flagSet, []string{"binary", "BigEndian"})
576 t.Errorf("unexpected error %q from binary BigEndian", err)
  /system/extras/simpleperf/
record_file_reader.cpp 417 char* binary = new char[header->size]; local
418 memcpy(binary, p, header->size);
420 BuildIdRecord record(binary);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 29 | Ast.Binary (op, lhs, rhs) ->
42 (* If it wasn't a builtin binary operator, it must be a user defined
44 let callee = "binary" ^ (String.make 1 op) in
48 | None -> raise (Error "binary operator not found!")
  /external/protobuf/
Makefile.am     [all...]
  /external/protobuf/js/binary/
decoder_test.js 5 // Redistribution and use in source and binary forms, with or without
11 // * Redistributions in binary form must reproduce the above
32 * @fileoverview Test cases for jspb's binary protocol buffer decoder.
  /external/protobuf/js/
proto3_test.js 5 // Redistribution and use in source and binary forms, with or without
11 // * Redistributions in binary form must reproduce the above
300 // Test binary serialize round trip doesn't break it.
  /external/protobuf/util/
Makefile.am     [all...]
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 29 | Ast.Binary (op, lhs, rhs) ->
42 (* If it wasn't a builtin binary operator, it must be a user defined
44 let callee = "binary" ^ (String.make 1 op) in
48 | None -> raise (Error "binary operator not found!")
  /external/v8/benchmarks/spinning-balls/
splay-tree.js 2 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions in binary form must reproduce the above
29 * Constructs a Splay tree. A splay tree is a self-balancing binary
193 * "Self-adjusting Binary Search Trees" by Sleator and Tarjan
  /external/v8/tools/
splaytree.js 2 // Redistribution and use in source and binary forms, with or without
8 // * Redistributions in binary form must reproduce the above
30 * Constructs a Splay tree. A splay tree is a self-balancing binary
219 * "Self-adjusting Binary Search Trees" by Sleator and Tarjan
  /prebuilts/go/darwin-x86/src/cmd/go/internal/clean/
clean.go 53 archive or binary (what 'go install' would create).
293 // Windows does not allow deletion of a binary file while it is executing.
301 // next time we do an install of this binary.
  /prebuilts/go/darwin-x86/src/cmd/pack/
pack_test.go 222 run(goBin, "build", "cmd/pack") // writes pack binary to dir
287 run(goBin, "build", "cmd/pack") // writes pack binary to dir
323 run(goBin, "build", "cmd/pack") // writes pack binary to dir
  /prebuilts/go/darwin-x86/src/runtime/
mgclarge.go 135 // That is, it is a binary tree ordered according to the npagesKey,
136 // but then among the space of possible binary trees respecting those
198 // This is slightly more complicated than a simple binary tree search
  /prebuilts/go/darwin-x86/src/unicode/
letter.go 106 // binary search over ranges
139 // binary search over ranges
213 // binary search over ranges
  /prebuilts/go/linux-x86/src/cmd/go/internal/clean/
clean.go 53 archive or binary (what 'go install' would create).
293 // Windows does not allow deletion of a binary file while it is executing.
301 // next time we do an install of this binary.
  /prebuilts/go/linux-x86/src/cmd/pack/
pack_test.go 222 run(goBin, "build", "cmd/pack") // writes pack binary to dir
287 run(goBin, "build", "cmd/pack") // writes pack binary to dir
323 run(goBin, "build", "cmd/pack") // writes pack binary to dir
  /prebuilts/go/linux-x86/src/runtime/
mgclarge.go 135 // That is, it is a binary tree ordered according to the npagesKey,
136 // but then among the space of possible binary trees respecting those
198 // This is slightly more complicated than a simple binary tree search

Completed in 1381 milliseconds

<<31323334353637383940>>