Die Suche ergab 404 Treffer
- 11. Jul 2013 13:34
- Forum: Offtopic
- Thema: SurfaceRT Aktion Microsofts (Uni Bestellung erforderlich)
- Antworten: 34
- Zugriffe: 8630
Re: SurfaceRT Aktion Microsofts (Uni Bestellung erforderlich
Danke für die Reaktion der Fachschaft! Und, so wie ich diese Microsoft-FAQs zu dem Thema interpretiere steht es also Bildungseinrichtungen frei, die Geräte an Dritte zu veräußern (sprich in diesem Fall uns Studenten), nur hätten wir dann eben keinerlei Garantie etc.? Ich denke damit könnte man lebe...
- 25. Sep 2012 17:59
- Forum: Computer Vision
- Thema: Exam results?
- Antworten: 1
- Zugriffe: 843
Re: Exam results?
Today I noticed, that my grade is already assigned to Tucan.
- 19. Jul 2012 14:27
- Forum: Archiv
- Thema: Fragen zu Übung7
- Antworten: 2
- Zugriffe: 887
Re: Fragen zu Übung7
Ich bin mir bei diesen Überdeckungsaufgaben auch eher unsicher. Ist es nicht so, dass wir die Minimale Mehrfachbedinungsüberdeckung haben, wenn die Atomare Bedingungsüberdeckung durch die Testfälle gegeben ist und wir zusätzlich noch die Zweigüberdeckung garantieren. Dann wäre Aufgabe c (3 Testfälle...
- 23. Jun 2012 21:33
- Forum: Archiv
- Thema: Ex 08 - Guice
- Antworten: 2
- Zugriffe: 224
Re: Ex 08 - Guice
Try to annotate the FileAddressBook Constructor @Inject public FileAddressBook(@Named("addresses") String file) {... and then bind them with bind(AddressBook.class).to(FileAddressBook.class); bind(String.class).annotatedWith(Names.named("addresses")).toInstance("resources/addressbook.txt");
- 11. Jun 2012 20:26
- Forum: Computer Vision
- Thema: Lecture on wednesday?
- Antworten: 2
- Zugriffe: 741
Lecture on wednesday?
According to the introduction slides, there is no class on 20.6. but according to Tucan, the lecture on 13.06 is cancelled, whereas the lecture on 20.06 is taking place. Which information is correct?
- 28. Mai 2012 16:12
- Forum: Computer Vision
- Thema: Ex 2 Task 2
- Antworten: 4
- Zugriffe: 946
Re: Ex 2 Task 2
I think this is it. We choose the 20 dimensional subspace by selecting the corresponding eigenvectors. The idea is clear, i was just a little confused by the formulation of the task.Sete hat geschrieben:Should we only use the 20 "most important" vectors to form our subspace?
- 21. Mai 2012 21:44
- Forum: Computer Vision
- Thema: Ex 2 Task 2
- Antworten: 4
- Zugriffe: 946
Ex 2 Task 2
I have a question about the last ToDo in Task2. It says, the image has to be projected on our 20 dimensional subspace. Why is our subspace 20 dimensional? I calculated the subspace from the 760 images in yale_faces/, which resulted in a 760 dimensional subspace.
- 7. Mai 2012 08:45
- Forum: Computer Vision
- Thema: Compute Derivatives by central differences
- Antworten: 4
- Zugriffe: 1293
Re: Compute Derivatives by central differences
it might be related to filter application by correlation vs. convolution It seems you are right, [-1 0 1] is the correlation filter, whereas [1 0 -1] is the corresponding convolution filter. It makes sense to use the convolution filter here, since just convolution is associative and allows precompu...
- 6. Mai 2012 14:30
- Forum: Computer Vision
- Thema: Compute Derivatives by central differences
- Antworten: 4
- Zugriffe: 1293
Compute Derivatives by central differences
I have a little trouble to understand the derivative computation by by central differences as explained it on p46 in the slides. To compute the derive we shall use: 0.5 * [1 0 -1] The central difference is defined by: \frac{f(x+h,y)-f(x-h,y)}{2h} in our case h=1 so: \frac{f(x+1,y)-f(x-1,y)}{2} but t...
- 4. Mai 2012 00:49
- Forum: Computer Vision
- Thema: Ex1 Task 2
- Antworten: 7
- Zugriffe: 1516
Re: Ex1 Task 2
Short Question: The Task says: In the file zs.mat you can find the z-coordinates of all transformed 3D points right before the projection is applied. Does this projection refer to the central projection onto the xy-plane or to the single perspective projection which includes all operations (transfor...
- 16. Apr 2012 09:55
- Forum: Archiv
- Thema: Teammate for group exercises
- Antworten: 1
- Zugriffe: 174
Re: Teammate for group exercises
I am also looking for a teammate, since my desired teammate could not participate in this course. If someone is interested, please feel free to contact me. I will also be present in the lecture/exercise this afternoon, so you can also meet me there 

- 16. Apr 2012 09:48
- Forum: Archiv
- Thema: Partner für die Hausübungen
- Antworten: 4
- Zugriffe: 327
Re: Partner für die Hausübungen
Ich Suche auch noch nach einem Gruppenpartner, da mein geplanter Partner leider kurzfristig absagen musste. Wer Interesse hat, einfach melden.
- 5. Apr 2011 12:49
- Forum: Archiv
- Thema: Korrektur?
- Antworten: 21
- Zugriffe: 2602
Re: Korrektur?
Post ihr beide habt.
- 7. Mär 2011 13:50
- Forum: Studienorganisation
- Thema: Zeugnis ---> Fragen bzgl. ECTS & Gesamtnote...
- Antworten: 21
- Zugriffe: 4540
Re: Zeugnis ---> Fragen bzgl. ECTS & Gesamtnote...
Wobei man sich schon fragen kann, wie man bei einer Bestehensgsgrenze von 4.0 auf deinen Notenschnitt von 4,09 kommen kannTobias hat geschrieben:3,90 bis 4,09 = 4,0.

- 1. Mär 2011 20:12
- Forum: Archiv
- Thema: Ex.7.3 I-node/Dentry
- Antworten: 2
- Zugriffe: 425
Re: Ex.7.3 I-node/Dentry
You can assume that the inode for the root directory (/) is available in
memory and that each directory fits in one block.
Du bist aber davon ausgegangen, dass schon der root-Dentry im Speicher ist.
memory and that each directory fits in one block.
Du bist aber davon ausgegangen, dass schon der root-Dentry im Speicher ist.