<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mw.hh.se/caisr/index.php?action=history&amp;feed=atom&amp;title=Stefan_Karlsson%2FPersonalPage%2FEducation%2FCV</id>
	<title>Stefan Karlsson/PersonalPage/Education/CV - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mw.hh.se/caisr/index.php?action=history&amp;feed=atom&amp;title=Stefan_Karlsson%2FPersonalPage%2FEducation%2FCV"/>
	<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Stefan_Karlsson/PersonalPage/Education/CV&amp;action=history"/>
	<updated>2026-04-04T16:54:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.13</generator>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Stefan_Karlsson/PersonalPage/Education/CV&amp;diff=212&amp;oldid=prev</id>
		<title>10.0.2.2: Created page with &quot;= Calibration Stuff =  lecture notes camera calibration with regular pinhole camera model parameters.  example Media:ExampleProjection.pdf|hand ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Stefan_Karlsson/PersonalPage/Education/CV&amp;diff=212&amp;oldid=prev"/>
		<updated>2014-03-07T11:46:47Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= Calibration Stuff =  lecture notes &lt;a href=&quot;/caisr/images/4/46/CamCalibration.pdf&quot; class=&quot;internal&quot; title=&quot;CamCalibration.pdf&quot;&gt;camera calibration&lt;/a&gt; with regular pinhole camera model parameters.  example Media:ExampleProjection.pdf|hand ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Calibration Stuff =&lt;br /&gt;
&lt;br /&gt;
lecture notes [[Media:CamCalibration.pdf|camera calibration]] with regular pinhole camera model parameters.&lt;br /&gt;
&lt;br /&gt;
example [[Media:ExampleProjection.pdf|hand calculation]] of camera projection with homogenous coordinates in flat world (2D world, with 1D camera)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== matlab code for calculating the camera parameters (in calibration.m) ==&lt;br /&gt;
&lt;br /&gt;
    [U,S,V]=svd(B);&lt;br /&gt;
    m= V(:,12);&lt;br /&gt;
&lt;br /&gt;
= Epipolar geometry Stuff =&lt;br /&gt;
&lt;br /&gt;
[[Media:Ex3epipolar.zip|Updated easier lab]] to save time in epipolar geometry lab&lt;br /&gt;
&lt;br /&gt;
Code for making Q:&lt;br /&gt;
&lt;br /&gt;
   ons=ones(NPOINTS,1);&lt;br /&gt;
   q1=[prhat(:,1) prhat(:,1) prhat(:,1) prhat(:,2) prhat(:,2) prhat(:,2) ons        ons        ons];&lt;br /&gt;
   q2=[plhat(:,1) plhat(:,2) ons        plhat(:,1) plhat(:,2) ons        plhat(:,1) plhat(:,2) ons];&lt;br /&gt;
   Q=q1.*q2;&lt;br /&gt;
&lt;br /&gt;
some good points:&lt;br /&gt;
&lt;br /&gt;
  pl =[&lt;br /&gt;
  209.5579  246.8471    1.0000&lt;br /&gt;
  275.4091  276.9959    1.0000&lt;br /&gt;
  252.4008  223.8388    1.0000&lt;br /&gt;
  315.0785  264.3017    1.0000&lt;br /&gt;
  461.8554  182.5826    1.0000&lt;br /&gt;
  457.8884  302.3843    1.0000&lt;br /&gt;
  531.6736  168.3017    1.0000&lt;br /&gt;
  544.3678  221.4587    1.0000&lt;br /&gt;
  513.4256  249.2273    1.0000&lt;br /&gt;
  586.4174   68.3347    1.0000&lt;br /&gt;
  272.2355   52.4669    1.0000&lt;br /&gt;
  257.1612   51.6736    1.0000&lt;br /&gt;
  54.8471   75.4752    1.0000&lt;br /&gt;
  64.3678  499.9380    1.0000&lt;br /&gt;
  245.2603  380.1364    1.0000&lt;br /&gt;
  ];&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  pr =[&lt;br /&gt;
  231.7727  276.9959    1.0000&lt;br /&gt;
  288.8967  315.0785    1.0000&lt;br /&gt;
  296.0372  254.7810    1.0000&lt;br /&gt;
  350.7810  304.7645    1.0000&lt;br /&gt;
  476.1364  222.2521    1.0000&lt;br /&gt;
  471.3760  354.7479    1.0000&lt;br /&gt;
  567.3760  208.7645    1.0000&lt;br /&gt;
  577.6901  266.6818    1.0000&lt;br /&gt;
  534.8471  296.0372    1.0000&lt;br /&gt;
  736.3678   92.9298    1.0000&lt;br /&gt;
  427.7397   66.7479    1.0000&lt;br /&gt;
  411.8719   65.9545    1.0000&lt;br /&gt;
  126.2521   89.7562    1.0000&lt;br /&gt;
  134.1860  532.4669    1.0000&lt;br /&gt;
  215.1116  422.9793    1.0000&lt;br /&gt;
  ];&lt;br /&gt;
&lt;br /&gt;
= Optical flow, missing file =&lt;br /&gt;
[[Media: Gaussgen.zip | Gaussgen is in a zip file]]&lt;/div&gt;</summary>
		<author><name>10.0.2.2</name></author>
	</entry>
</feed>