<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://cw.fel.cvut.cz/b181/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://cw.fel.cvut.cz/b181/feed.php">
        <title>CourseWare Wiki courses:tdv:labs</title>
        <description></description>
        <link>https://cw.fel.cvut.cz/b181/</link>
        <image rdf:resource="https://cw.fel.cvut.cz/b181/lib/tpl/bulma-cw/images/favicon.ico" />
       <dc:date>2026-05-03T16:33:30+0200</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://cw.fel.cvut.cz/b181/courses/tdv/labs/0_geometry?rev=1540291771&amp;do=diff"/>
                <rdf:li rdf:resource="https://cw.fel.cvut.cz/b181/courses/tdv/labs/1_input_data?rev=1538476820&amp;do=diff"/>
                <rdf:li rdf:resource="https://cw.fel.cvut.cz/b181/courses/tdv/labs/2_sparse_correspondences?rev=1538384284&amp;do=diff"/>
                <rdf:li rdf:resource="https://cw.fel.cvut.cz/b181/courses/tdv/labs/3_epipolar_geometry?rev=1538384284&amp;do=diff"/>
                <rdf:li rdf:resource="https://cw.fel.cvut.cz/b181/courses/tdv/labs/4_cameras_and_scene_structure?rev=1538384284&amp;do=diff"/>
                <rdf:li rdf:resource="https://cw.fel.cvut.cz/b181/courses/tdv/labs/5_surface_reconstruction?rev=1538384284&amp;do=diff"/>
                <rdf:li rdf:resource="https://cw.fel.cvut.cz/b181/courses/tdv/labs/matlab_and_geometry?rev=1538384284&amp;do=diff"/>
                <rdf:li rdf:resource="https://cw.fel.cvut.cz/b181/courses/tdv/labs/report_requirements?rev=1538384284&amp;do=diff"/>
                <rdf:li rdf:resource="https://cw.fel.cvut.cz/b181/courses/tdv/labs/results?rev=1538384284&amp;do=diff"/>
                <rdf:li rdf:resource="https://cw.fel.cvut.cz/b181/courses/tdv/labs/start?rev=1538386109&amp;do=diff"/>
                <rdf:li rdf:resource="https://cw.fel.cvut.cz/b181/courses/tdv/labs/toolbox?rev=1538384284&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://cw.fel.cvut.cz/b181/lib/tpl/bulma-cw/images/favicon.ico">
        <title>CourseWare Wiki</title>
        <link>https://cw.fel.cvut.cz/b181/</link>
        <url>https://cw.fel.cvut.cz/b181/lib/tpl/bulma-cw/images/favicon.ico</url>
    </image>
    <item rdf:about="https://cw.fel.cvut.cz/b181/courses/tdv/labs/0_geometry?rev=1540291771&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-10-23T12:49:31+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>courses:tdv:labs:0_geometry</title>
        <link>https://cw.fel.cvut.cz/b181/courses/tdv/labs/0_geometry?rev=1540291771&amp;do=diff</link>
        <description>Basic Geometry

Points and Lines in a Plane

This is a simple task that demonstrates working with homogeneous planar points and lines.

Task 0-1
[1, 1][800, 600]H = [1     0.1   0;
     0.1   1     0;
     0.004 0.002 1 ];
Example result of this task is shown in</description>
    </item>
    <item rdf:about="https://cw.fel.cvut.cz/b181/courses/tdv/labs/1_input_data?rev=1538476820&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-10-02T12:40:20+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>courses:tdv:labs:1_input_data</title>
        <link>https://cw.fel.cvut.cz/b181/courses/tdv/labs/1_input_data?rev=1538476820&amp;do=diff</link>
        <description>Input Data Capture and Preprocessing

Scene capture

The goal of the work during the whole term is to reconstruct a 3D object (scene) from its images. In order to make the task manageable, we have chosen such a scene, that is relatively uncomplicated considering 3D computer vision methods: a decorative portal. The simplicity of such a scene lies in the fact, that the scene is almost planar and small number of views is enough for reconstruction.</description>
    </item>
    <item rdf:about="https://cw.fel.cvut.cz/b181/courses/tdv/labs/2_sparse_correspondences?rev=1538384284&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-10-01T10:58:04+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>courses:tdv:labs:2_sparse_correspondences</title>
        <link>https://cw.fel.cvut.cz/b181/courses/tdv/labs/2_sparse_correspondences?rev=1538384284&amp;do=diff</link>
        <description>Seeking of Sparse Correspondences

The WBS matcher (code repository) is a tool for seeking a sparse correspondences. The matcher makes use of descriptors of interest points in the image. These IP descriptors are generated independently for each image, and then the descriptors of particular image pair are matched in order to establish pairwise correspondences. So it is recommended to first pre-compute and store descriptors for all the images, and then use them for pairwise matching.</description>
    </item>
    <item rdf:about="https://cw.fel.cvut.cz/b181/courses/tdv/labs/3_epipolar_geometry?rev=1538384284&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-10-01T10:58:04+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>courses:tdv:labs:3_epipolar_geometry</title>
        <link>https://cw.fel.cvut.cz/b181/courses/tdv/labs/3_epipolar_geometry?rev=1538384284&amp;do=diff</link>
        <description>Robust Estimation of Calibrated Epipolar Geometry of Image Pairs

Calibrated epipolar geometry is characterised by essential matrix, that encodes relative translation and rotation. The matrix can be estimated using image-to-image correspondences. Since the tentative correspondences are assumed to contain errors, a robust estimation method should be used. Then an epipolar geometry is found, together with a sub-set of correspondences that are consistent with it (allowing some defined inaccuracy). …</description>
    </item>
    <item rdf:about="https://cw.fel.cvut.cz/b181/courses/tdv/labs/4_cameras_and_scene_structure?rev=1538384284&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-10-01T10:58:04+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>courses:tdv:labs:4_cameras_and_scene_structure</title>
        <link>https://cw.fel.cvut.cz/b181/courses/tdv/labs/4_cameras_and_scene_structure?rev=1538384284&amp;do=diff</link>
        <description>Cameras and Scene Structure

This phase assumes that calibrated epipolar geometry is established between pairs of images, i.e. the relative translations and rotations are known. For every pair, we can choose the coordinate system origin in the centre of the first camera of the pair. The pose of the second camera is then expressed in this particular coordinate system, but with an unknown scale. Now we need to find the positions and orientations of cameras in a single coordinate system, that is co…</description>
    </item>
    <item rdf:about="https://cw.fel.cvut.cz/b181/courses/tdv/labs/5_surface_reconstruction?rev=1538384284&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-10-01T10:58:04+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>courses:tdv:labs:5_surface_reconstruction</title>
        <link>https://cw.fel.cvut.cz/b181/courses/tdv/labs/5_surface_reconstruction?rev=1538384284&amp;do=diff</link>
        <description>Surface Reconstruction

Now we assume that all cameras are calibrated with respect to the common (global) coordinate system. The last phase of 3D scene reconstruction is (dense) reconstruction of surface.

Epipolar Rectification and Stereo-matching</description>
    </item>
    <item rdf:about="https://cw.fel.cvut.cz/b181/courses/tdv/labs/matlab_and_geometry?rev=1538384284&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-10-01T10:58:04+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>courses:tdv:labs:matlab_and_geometry</title>
        <link>https://cw.fel.cvut.cz/b181/courses/tdv/labs/matlab_and_geometry?rev=1538384284&amp;do=diff</link>
        <description>Image coordinate system

The choice of an image coordinate system is a matter of convention in most cases. As introduced in the lectures, we will use the left handed image coordinate system, with the first axis (u) pointing right and the second axis (</description>
    </item>
    <item rdf:about="https://cw.fel.cvut.cz/b181/courses/tdv/labs/report_requirements?rev=1538384284&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-10-01T10:58:04+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>courses:tdv:labs:report_requirements</title>
        <link>https://cw.fel.cvut.cz/b181/courses/tdv/labs/report_requirements?rev=1538384284&amp;do=diff</link>
        <description>Requirements for the final report

This is currently obsolete and not valid....

The final report need not be written as full technical report, we need only documentation of your results.

Required Content

Keep the text brief. It is OK when only standard methods are used and there is nothing more to be written.</description>
    </item>
    <item rdf:about="https://cw.fel.cvut.cz/b181/courses/tdv/labs/results?rev=1538384284&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-10-01T10:58:04+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>courses:tdv:labs:results</title>
        <link>https://cw.fel.cvut.cz/b181/courses/tdv/labs/results?rev=1538384284&amp;do=diff</link>
        <description>Results

Resulting 3D models (year 2010)
Complete overview of all modelsBrief overview of modelsModel created by us</description>
    </item>
    <item rdf:about="https://cw.fel.cvut.cz/b181/courses/tdv/labs/start?rev=1538386109&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-10-01T11:28:29+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>courses:tdv:labs:start</title>
        <link>https://cw.fel.cvut.cz/b181/courses/tdv/labs/start?rev=1538386109&amp;do=diff</link>
        <description>TDV − exercises

The goal of exercises is to practice the 3D reconstruction techniques explained at lectures. During the exercises, students will build up complete system for reconstruction of a surface of a 3D scene given its images. Implementation if this system and its use for the reconstruction is solved as a term project, and it is subject of the exercises. Students are working individually during the exercises as well as on the term project.</description>
    </item>
    <item rdf:about="https://cw.fel.cvut.cz/b181/courses/tdv/labs/toolbox?rev=1538384284&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-10-01T10:58:04+0200</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>courses:tdv:labs:toolbox</title>
        <link>https://cw.fel.cvut.cz/b181/courses/tdv/labs/toolbox?rev=1538384284&amp;do=diff</link>
        <description>Toolbox of Elementary and Helper Functions

Following functions should be implemented. It is important to keep the specified calling convention (order of arguments, shape of matrices, etc).

Note: vectors of coordinates (e.g., points) should be :!: always columns</description>
    </item>
</rdf:RDF>
