/external/opencv3/modules/viz/test/ |
test_viz3d.cpp | 48 cv::Mat cloud = cv::viz::readCloud(get_dragon_ply_file_path()); local 53 viz.showWidget("cloud", cv::viz::WPaintedCloud(cloud)); 59 //cv::Mat cloud = cv::viz::readCloud(get_dragon_ply_file_path());
|
tests_simple.cpp | 59 viz.showWidget("text2d", WText("Bluberry cloud", Point(20, 20), 20, Color::green())); 76 viz.showWidget("text2d", WText("Random color cloud", Point(20, 20), 20, Color::green())); 94 viz.showWidget("text2d", WText("Nan masked cloud", Point(20, 20), 20, Color::green())); 100 Mat cloud = readCloud(get_dragon_ply_file_path()); local 103 ccol.addCloud(cloud, Color::white(), Affine3d().translate(Vec3d(0, 0, 0)).rotate(Vec3d(CV_PI/2, 0, 0))); 104 ccol.addCloud(cloud, Color::blue(), Affine3d().translate(Vec3d(1, 0, 0))); 105 ccol.addCloud(cloud, Color::red(), Affine3d().translate(Vec3d(2, 0, 0))); 112 viz.showWidget("text2d", WText("Cloud collection", Point(20, 20), 20, Color::green())); 118 Mat cloud = readCloud(get_dragon_ply_file_path()); local 123 viz.showWidget("cloud1", WPaintedCloud(cloud), Affine3d(Vec3d(0.0, -CV_PI/2, 0.0), Vec3d(-1.5, 0.0, 0.0))) [all...] |
/external/opencv3/modules/viz/src/vtk/ |
vtkCloudMatSource.h | 64 virtual int SetCloud(InputArray cloud); 65 virtual int SetColorCloud(InputArray cloud, InputArray colors); 66 virtual int SetColorCloudNormals(InputArray cloud, InputArray colors, InputArray normals); 67 virtual int SetColorCloudNormalsTCoords(InputArray cloud, InputArray colors, InputArray normals, InputArray tcoords); 84 template<typename _Tp> int filterNanCopy(const Mat& cloud);
|
vtkCloudMatSink.h | 62 void SetOutput(OutputArray cloud, OutputArray colors = noArray(), OutputArray normals = noArray(), OutputArray tcoords = noArray()); 76 _OutputArray cloud, colors, normals, tcoords; member in class:cv::viz::vtkCloudMatSink
|
vtkCloudMatSink.cpp | 57 cloud = _cloud; 71 if (cloud.needed() && points_Data) 76 cloud.create(1, points_Data->GetNumberOfPoints(), vtktype == VTK_FLOAT ? CV_32FC3 : CV_64FC3); 77 Vec3d *ddata = cloud.getMat().ptr<Vec3d>(); 78 Vec3f *fdata = cloud.getMat().ptr<Vec3f>(); 80 if (cloud.depth() == CV_32F) 81 for(size_t i = 0; i < cloud.total(); ++i) 84 if (cloud.depth() == CV_64F) 85 for(size_t i = 0; i < cloud.total(); ++i) 89 cloud.release() [all...] |
vtkCloudMatSource.cpp | 74 Mat cloud = _cloud.getMat(); local 76 int total = _cloud.depth() == CV_32F ? filterNanCopy<float>(cloud) : filterNanCopy<double>(cloud); 97 Mat cloud = _cloud.getMat(); local 100 if (cloud.depth() == CV_32F) 101 filterNanColorsCopy<float>(colors, cloud, total); 102 else if (cloud.depth() == CV_64F) 103 filterNanColorsCopy<double>(colors, cloud, total); 131 CV_Assert(!"Unsupported normals/cloud type"); 158 CV_Assert(!"Unsupported tcoords/cloud type") [all...] |
/external/opencv3/modules/viz/src/ |
clouds.cpp | 49 /// Point Cloud Widget implementation 51 cv::viz::WCloud::WCloud(InputArray cloud, InputArray colors) 53 WCloud cloud_widget(cloud, colors, cv::noArray()); 57 cv::viz::WCloud::WCloud(InputArray cloud, const Color &color) 59 WCloud cloud_widget(cloud, Mat(cloud.size(), CV_8UC3, color)); 63 cv::viz::WCloud::WCloud(InputArray cloud, const Color &color, InputArray normals) 65 WCloud cloud_widget(cloud, Mat(cloud.size(), CV_8UC3, color), normals); 69 cv::viz::WCloud::WCloud(cv::InputArray cloud, cv::InputArray colors, cv::InputArray normals 277 Mat cloud = _cloud.getMat(); local [all...] |
vizcore.cpp | 170 void cv::viz::writeCloud(const String& file, InputArray cloud, InputArray colors, InputArray normals, bool binary) 176 source->SetColorCloudNormals(cloud, colors, normals); 233 cv::Mat cloud; local 237 sink->SetOutput(cloud, colors, normals); 240 return cloud; 348 normals.convertTo(_normals, mesh.cloud.type());
|
types.cpp | 71 sink->SetOutput(mesh.cloud, mesh.colors, mesh.normals, mesh.tcoords);
|
/external/opencv3/samples/cpp/tutorial_code/viz/ |
transformations.cpp | 3 * @brief Visualizing cloud in different positions, coordinate frames, camera frustums 36 Mat cloud(1, 1889, CV_32FC3); 43 Point3f* data = cloud.ptr<cv::Point3f>(); 48 cloud *= 5.0f; 49 return cloud; 83 /// Create a cloud widget.
|
/external/libweave/src/privet/ |
publisher.h | 30 const CloudDelegate* cloud,
|
publisher.cc | 30 const CloudDelegate* cloud, 33 : dns_sd_{dns_sd}, device_{device}, cloud_{cloud}, wifi_{wifi} {
|
wifi_ssid_generator.cc | 48 WifiSsidGenerator::WifiSsidGenerator(const CloudDelegate* cloud, 50 : gcd_(cloud), wifi_(wifi), get_random_(base::Bind(&base::RandInt, 0, 99)) {
|
privet_handler.cc | 216 const CloudDelegate& cloud) { 219 GetDeviceUiKind(cloud.GetModelId())); 220 manifest->SetString(kInfoManifestOemName, cloud.GetOemName()); 221 manifest->SetString(kInfoManifestModelName, cloud.GetModelName()); 289 const CloudDelegate& cloud) { 291 gcd->SetString(kInfoIdKey, cloud.GetCloudId()); 292 SetStateProperties(cloud.GetConnectionState(), gcd.get()); 296 AuthScope GetAnonymousMaxScope(const CloudDelegate& cloud, 300 return cloud.GetAnonymousMaxScope(); 368 PrivetHandler::PrivetHandler(CloudDelegate* cloud, [all...] |
privet_handler.h | 33 // API details at https://developers.google.com/cloud-devices/ 43 PrivetHandler(CloudDelegate* cloud,
|
/external/opencv3/samples/python2/ |
digits_adjust.py | 9 Threading or cloud computing (with http://www.picloud.com/)) may be used 13 digits_adjust.py [--model {svm|knearest}] [--cloud] [--env <PiCloud environment>] 16 --cloud - use PiCloud computing platform 17 --env - cloud environment name 20 # TODO cloud env setup tutorial 29 import cloud 62 print 'warning: cloud module is not installed, running locally' 68 print 'uploading dataset to cloud...' 69 cloud.files.put(DIGITS_FN) 70 self.preprocess_job = cloud.call(self.preprocess, _env=self.cloud_env [all...] |
/external/opencv3/modules/viz/include/opencv2/viz/ |
widgets.hpp | 161 // Cast sphere widget to cloud widget 667 /** @brief This 3D Widget defines a point cloud. : 669 @note In case there are four channels in the cloud, fourth channel is ignored. 676 @param cloud Set of points which can be of type: CV_32FC3, CV_32FC4, CV_64FC3, CV_64FC4. 677 @param colors Set of colors. It has to be of the same size with cloud. 679 Points in the cloud belong to mask when they are set to (NaN, NaN, NaN). 681 WCloud(InputArray cloud, InputArray colors); 684 @param cloud Set of points which can be of type: CV_32FC3, CV_32FC4, CV_64FC3, CV_64FC4. 685 @param color A single Color for the whole cloud. 687 Points in the cloud belong to mask when they are set to (NaN, NaN, NaN) [all...] |
vizcore.hpp | 145 CV_EXPORTS void writeCloud(const String& file, InputArray cloud, InputArray colors = noArray(), InputArray normals = noArray(), bool binary = false);
|
types.hpp | 122 Mat cloud, colors, normals; member in class:cv::viz::Mesh 125 //! where n is the number of points in the poligon, and id is a zero-offset index into an associated cloud.
|
/external/owasp/sanitizer/tools/findbugs/bin/ |
findbugs-dbStats | 64 fb_mainclass=edu.umd.cs.findbugs.cloud.db.DBStats
|
/device/generic/goldfish/camera/fake-pipeline2/ |
Sensor.cpp | 581 android_depth_points *cloud = reinterpret_cast<android_depth_points*>(img); 583 cloud->num_points = 16; 585 // TODO: Create point cloud values that match RGB scene 599 cloud->xyzc_points[i * FLOATS_PER_POINT + 0] = x - 1.5f + randSampleX; 600 cloud->xyzc_points[i * FLOATS_PER_POINT + 1] = y - 1.5f + randSampleY; 601 cloud->xyzc_points[i * FLOATS_PER_POINT + 2] = 3.f + randSampleZ; 602 cloud->xyzc_points[i * FLOATS_PER_POINT + 3] = 0.8f; 606 ALOGVV("Depth point cloud captured");
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
cp.py | 16 """Implementation of Unix-like cp command for cloud storage providers.""" 59 system and the cloud, copy data within the cloud, and copy data between 60 cloud storage providers. For example, to copy all text files from the 90 The contents of stdin can name files, cloud URLs, and wildcards of files 91 and cloud URLs. 140 cloud to the local file system, because attempting to create a file that 188 <B>COPYING IN THE CLOUD AND METADATA PRESERVATION</B> 189 If both the source and destination URL are cloud URLs from the same 190 provider, gsutil copies data "in the cloud" (i.e., without downloadin [all...] |
/external/owasp/sanitizer/tools/findbugs/lib/ |
findbugs.jar | |
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/ |
findbugs-2.0.1.jar | |
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/ |
findbugs-2.0.3.jar | |