HomeSort by relevance Sort by last modified time
    Searched full:imwrite (Results 26 - 50 of 79) sorted by null

12 3 4

  /external/autotest/client/site_tests/power_CameraSuspend/
power_CameraSuspend.py 76 cv2.imwrite(path, image)
  /external/opencv3/modules/features2d/misc/java/test/
Features2dTest.java 142 Imgcodecs.imwrite(outputPath, outimg);
  /external/opencv3/modules/imgproc/test/
test_connectedcomponents.cpp 90 imwrite(exp_path, labelImage);
test_watershed.cpp 120 imwrite(exp_path, markers8U);
  /external/opencv3/samples/cpp/
create_mask.cpp 104 imwrite("mask.png",res1);
stitching.cpp 74 imwrite(result_name, pano);
  /external/opencv3/samples/cpp/tutorial_code/xfeatures2D/
LATCH_match.cpp 84 imwrite("../../samples/data/latch_res.png", res);
  /external/opencv3/doc/py_tutorials/py_feature2d/py_fast/
py_fast.markdown 116 cv2.imwrite('fast_true.png',img2)
126 cv2.imwrite('fast_false.png',img3)
  /external/opencv3/doc/py_tutorials/py_imgproc/py_pyramids/
py_pyramids.markdown 132 cv2.imwrite('Pyramid_blending2.jpg',ls_)
133 cv2.imwrite('Direct_blending.jpg',real)
  /external/opencv3/doc/py_tutorials/py_video/py_meanshift/
py_meanshift.markdown 85 cv2.imwrite(chr(k)+".jpg",img2)
160 cv2.imwrite(chr(k)+".jpg",img2)
  /external/opencv3/modules/videoio/test/
test_video_io.cpp 192 imwrite(full_name, image);
327 //imwrite("original.png", img);
328 //imwrite("after_test.png", img1);
331 //imwrite("diff.png", diff);
365 imwrite(full_name, image);
  /external/opencv3/doc/py_tutorials/py_feature2d/py_sift_intro/
py_sift_intro.markdown 127 cv2.imwrite('sift_keypoints.jpg',img)
139 cv2.imwrite('sift_keypoints.jpg',img)
  /external/opencv3/doc/py_tutorials/py_imgproc/py_histograms/py_histogram_equalization/
py_histogram_equalization.markdown 87 cv2.imwrite('res.png',res)
133 cv2.imwrite('clahe_2.jpg',cl1)
  /external/opencv3/doc/py_tutorials/py_imgproc/py_houghlines/
py_houghlines.markdown 94 cv2.imwrite('houghlines3.jpg',img)
132 cv2.imwrite('houghlines5.jpg',img)
  /external/opencv3/doc/py_tutorials/py_video/py_lucas_kanade/
py_lucas_kanade.markdown 204 cv2.imwrite('opticalfb.png',frame2)
205 cv2.imwrite('opticalhsv.png',bgr)
  /external/opencv3/samples/cpp/tutorial_code/HighGUI/GDAL_IO/
gdal-image.cpp 236 cv::imwrite( "heat-map.jpg" , output_dem );
239 cv::imwrite( "flooded.jpg", output_dem_flood);
  /external/opencv3/doc/py_tutorials/py_imgproc/py_template_matching/
py_template_matching.markdown 126 cv2.imwrite('res.png',img_rgb)
  /external/opencv3/doc/tutorials/features2d/akaze_matching/
akaze_matching.markdown 113 imwrite("res.png", res);
  /external/opencv3/modules/photo/test/
test_denoising.cpp 53 # define DUMP(image, path) imwrite(path, image)
  /external/opencv3/samples/tapi/
pyrlk_optical_flow.cpp 224 imwrite(outfile, frame0);
squares.cpp 201 imwrite(outfile, result);
tvl1_optical_flow.cpp 225 imwrite(outpath, show_flow);
  /external/opencv3/doc/py_tutorials/py_calib3d/py_calibration/
py_calibration.markdown 180 cv2.imwrite('calibresult.png',dst)
194 cv2.imwrite('calibresult.png',dst)
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
image_util_numpy_impl.py 34 cv2.imwrite(path, image)
  /external/opencv3/doc/py_tutorials/py_calib3d/py_pose/
py_pose.markdown 82 cv2.imwrite(fname[:6]+'.png', img)

Completed in 687 milliseconds

12 3 4