Searched refs:learn (Results 1 – 25 of 214) sorted by relevance
123456789
/external/opencv3/doc/tutorials/imgproc/ |
D | table_of_content_imgproc.markdown | 4 In this section you will learn about the image processing (manipulation) functions inside OpenCV. 60 Where we learn to design our own filters by using OpenCV functions 68 Where we learn how to pad our images! 76 Where we learn how to calculate gradients and use them to detect edges! 84 Where we learn about the *Laplace* operator and how to detect edges with it. 92 Where we learn a sophisticated alternative to detect edges. 100 Where we learn how to detect lines 108 Where we learn how to detect circles 116 Where we learn how to manipulate pixels locations 124 Where we learn how to rotate, translate and scale our images [all …]
|
/external/opencv3/doc/py_tutorials/ |
D | py_tutorials.markdown | 10 …Here you will learn how to display and save images and videos, control mouse events and create tra… 15 will learn basic operations on image like pixel editing, geometric transformations, code 21 you will learn different image processing functions inside OpenCV. 26 you will learn about feature detectors and descriptors 31 will learn different techniques to work with videos like object tracking etc. 36 will learn about camera calibration, stereo imaging etc. 41 will learn different image processing functions inside OpenCV. 46 will learn different computational photography techniques like image denoising etc.
|
/external/opencv3/doc/tutorials/introduction/ |
D | table_of_content_introduction.markdown | 13 We will learn how to setup OpenCV in your computer! 21 We will learn how to compile your first project using gcc and CMake 29 We will learn how to compile your first project using the Eclipse environment 37 You will learn how to setup OpenCV in your Windows Operating System! 45 You will learn what steps you need to perform in order to use the OpenCV library inside a new 54 You will learn how to visualize OpenCV matrices and images within Visual Studio 2012. 111 We will learn how to setup OpenCV for using it in iOS! 119 We will learn how to setup OpenCV cross compilation environment for ARM Linux. 127 We will learn how to display an image using OpenCV 135 We will learn how to save an Image in OpenCV...plus a small conversion to grayscale [all …]
|
/external/opencv3/doc/tutorials/viz/ |
D | table_of_content_viz.markdown | 10 You will learn how to launch a viz window. 18 You will learn how to change pose of a widget. 26 You will learn how to transform between global and camera frames. 34 You will learn how to create your own widgets.
|
/external/opencv3/doc/tutorials/ios/ |
D | table_of_content_ios.markdown | 10 You will learn how to link OpenCV with iOS and write a basic application. 18 You will learn how to do simple image manipulation using OpenCV in iOS. 26 You will learn how to capture and process video from camera using OpenCV in iOS.
|
/external/opencv3/doc/tutorials/core/ |
D | table_of_content_core.markdown | 4 Here you will learn the about the basic building blocks of the library. A must read and know for 13 You will learn how to store images in the memory and how to print out their content to the 45 We will learn how to blend two images! 53 We will learn how to change our image appearance! 61 We will learn how to draw simple geometry with OpenCV!
|
/external/opencv3/doc/tutorials/ |
D | tutorials.markdown | 13 You will learn how to setup OpenCV on your computer! 17 Here you will learn 24 you will learn about the image processing (manipulation) functions inside OpenCV. 35 most of our images in a 2D format they do come from a 3D world. Here you will learn how to find
|
/external/opencv3/doc/py_tutorials/py_ml/ |
D | py_table_of_contents_ml.markdown | 7 Plus learn about handwritten digit recognition using kNN 16 Plus learn to do color quantization using K-Means Clustering
|
/external/opencv3/doc/tutorials/features2d/ |
D | table_of_content_features2d.markdown | 13 Why is it a good idea to track corners? We learn to use the Harris method to detect 30 Here you will learn how to use OpenCV functions to make your personalized corner detector! 38 Is pixel resolution enough? Here we learn a simple method to improve our accuracy.
|
/external/opencv3/doc/tutorials/highgui/ |
D | table_of_content_highgui.markdown | 13 We will learn how to add a Trackbar to our applications 21 You will learn how to read video streams, and how to calculate similarity values such as PSNR
|
/external/libmicrohttpd/doc/chapters/ |
D | introduction.inc | 1 This tutorial is for developers who want to learn how they can add HTTP serving 3 abbreviated @emph{MHD}. The reader will learn how to
|
/external/opencv3/doc/tutorials/ios/hello/ |
D | hello.markdown | 7 In this tutorial we will learn how to: 29 Now we will learn how to write a simple Hello World Application in Xcode using OpenCV.
|
/external/opencv3/doc/py_tutorials/py_gui/py_image_display/ |
D | py_image_display.markdown | 7 - Here, you will learn how to read an image, how to display it and how to save it back 8 - You will learn these functions : **cv2.imread()**, **cv2.imshow()** , **cv2.imwrite()** 9 - Optionally, you will learn how to display images with Matplotlib 119 will see them in coming articles. Here, you will learn how to display image with Matplotlib. You can
|
/external/opencv3/doc/py_tutorials/py_bindings/ |
D | py_table_of_contents_bindings.markdown | 4 Here, you will learn how OpenCV-Python bindings are generated.
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_colorspaces/ |
D | py_colorspaces.markdown | 7 - In this tutorial, you will learn how to convert images from one color-space to another, like 10 - You will learn following functions : **cv2.cvtColor()**, **cv2.inRange()** etc. 85 @note This is the simplest method in object tracking. Once you learn functions of contours, you can
|
/external/opencv3/doc/tutorials/video/ |
D | table_of_content_video.markdown | 13 We will learn how to extract foreground masks from both videos and sequences of images and
|
/external/opencv3/doc/tutorials/objdetect/ |
D | table_of_content_objdetect.markdown | 12 Here we learn how to use *objdetect* to find objects in our images or videos
|
/external/opencv3/doc/py_tutorials/py_photo/ |
D | py_table_of_contents_photo.markdown | 4 Here you will learn different OpenCV functionalities related to Computational Photography like image
|
/external/opencv3/doc/tutorials/imgproc/shapedescriptors/point_polygon_test/ |
D | point_polygon_test.markdown | 7 In this tutorial you will learn how to:
|
/external/opencv3/doc/tutorials/imgproc/shapedescriptors/hull/ |
D | hull.markdown | 7 In this tutorial you will learn how to:
|
/external/opencv3/doc/tutorials/imgproc/shapedescriptors/bounding_rects_circles/ |
D | bounding_rects_circles.markdown | 7 In this tutorial you will learn how to:
|
/external/opencv3/doc/tutorials/imgproc/shapedescriptors/find_contours/ |
D | find_contours.markdown | 7 In this tutorial you will learn how to:
|
/external/opencv3/doc/tutorials/ml/ |
D | table_of_content_ml.markdown | 21 Here you will learn how to define the optimization problem for SVMs when it is not possible to
|
/external/opencv3/doc/tutorials/imgproc/shapedescriptors/bounding_rotated_ellipses/ |
D | bounding_rotated_ellipses.markdown | 7 In this tutorial you will learn how to:
|
/external/opencv3/doc/tutorials/imgproc/shapedescriptors/moments/ |
D | moments.markdown | 7 In this tutorial you will learn how to:
|
123456789