Home
last modified time | relevance | path

Searched refs:learn (Results 1 – 25 of 214) sorted by relevance

123456789

/external/opencv3/doc/tutorials/imgproc/
Dtable_of_content_imgproc.markdown4 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/
Dpy_tutorials.markdown10 …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/
Dtable_of_content_introduction.markdown13 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/
Dtable_of_content_viz.markdown10 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/
Dtable_of_content_ios.markdown10 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/
Dtable_of_content_core.markdown4 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/
Dtutorials.markdown13 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/
Dpy_table_of_contents_ml.markdown7 Plus learn about handwritten digit recognition using kNN
16 Plus learn to do color quantization using K-Means Clustering
/external/opencv3/doc/tutorials/features2d/
Dtable_of_content_features2d.markdown13 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/
Dtable_of_content_highgui.markdown13 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/
Dintroduction.inc1 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/
Dhello.markdown7 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/
Dpy_image_display.markdown7 - 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/
Dpy_table_of_contents_bindings.markdown4 Here, you will learn how OpenCV-Python bindings are generated.
/external/opencv3/doc/py_tutorials/py_imgproc/py_colorspaces/
Dpy_colorspaces.markdown7 - 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/
Dtable_of_content_video.markdown13 We will learn how to extract foreground masks from both videos and sequences of images and
/external/opencv3/doc/tutorials/objdetect/
Dtable_of_content_objdetect.markdown12 Here we learn how to use *objdetect* to find objects in our images or videos
/external/opencv3/doc/py_tutorials/py_photo/
Dpy_table_of_contents_photo.markdown4 Here you will learn different OpenCV functionalities related to Computational Photography like image
/external/opencv3/doc/tutorials/imgproc/shapedescriptors/point_polygon_test/
Dpoint_polygon_test.markdown7 In this tutorial you will learn how to:
/external/opencv3/doc/tutorials/imgproc/shapedescriptors/hull/
Dhull.markdown7 In this tutorial you will learn how to:
/external/opencv3/doc/tutorials/imgproc/shapedescriptors/bounding_rects_circles/
Dbounding_rects_circles.markdown7 In this tutorial you will learn how to:
/external/opencv3/doc/tutorials/imgproc/shapedescriptors/find_contours/
Dfind_contours.markdown7 In this tutorial you will learn how to:
/external/opencv3/doc/tutorials/ml/
Dtable_of_content_ml.markdown21 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/
Dbounding_rotated_ellipses.markdown7 In this tutorial you will learn how to:
/external/opencv3/doc/tutorials/imgproc/shapedescriptors/moments/
Dmoments.markdown7 In this tutorial you will learn how to:

123456789