Search found 157 matches

by Creator
Thu Jan 28, 2010, 00:32
Forum: Programming
Topic: Introduction to OpenCV v.1.0 | Visir v.1.0.1
Replies: 0
Views: 11285

Introduction to OpenCV v.1.0 | Visir v.1.0.1

A very good artiles, that describe the sceleton of the Visir application: Seeing With OpenCV - A Five-Part Series.
by Creator
Thu Jan 28, 2010, 00:21
Forum: Gallery
Topic: Mein Studium
Replies: 0
Views: 11181

Mein Studium

My old work, the winner of the rendering competition in Universitat des Saarlandes (UdS) in 2005 - 06:
rc1st.jpg
UdS RC0506 First Place
by Creator
Tue Jan 26, 2010, 19:41
Forum: W.I.P.
Topic: 3D face recognition from stereo
Replies: 1
Views: 8512

Re: 3D face recognition from stereo

One more demo of the library: faces and corresponding disparities maps together:

all.jpg
Library Overview
by Creator
Tue Jan 26, 2010, 18:38
Forum: W.I.P.
Topic: 3D face recognition from stereo
Replies: 1
Views: 8512

3D face recognition from stereo

Now we consider the face recognition. This topic continues the face detection paper: "Rapis Stereo-Vision Enhanced Face Detection" . We shell use Principian Component Analisys (PCA) on 3D data to have more accurate recognition system. Here we use the results described in the topic "3D...
by Creator
Tue Jan 26, 2010, 16:36
Forum: Support
Topic: Graff desaturation
Replies: 5
Views: 18117

Re: Graff desaturation

Starting from the version 1.0.30d we have corrected the Desaturate function . Now it produces the same result as in Adobe Photoshop. Basically this function, now uses the Hue/Saturation functionality, i.e C = [Min(R, G, B) + Max(R, G, B)] / 2. To achive old result, i.e. C = [R + G + B] / 3, please ...
by Creator
Tue Jan 26, 2010, 12:39
Forum: Support
Topic: Graff desaturation
Replies: 5
Views: 18117

Re: Graff desaturation

Maybe it will be better example:
color_table_org.jpg
color_table_org.jpg (17.78 KiB) Viewed 18082 times

color_table_4.gif
color_table_4.gif (72.81 KiB) Viewed 18082 times
by Creator
Tue Jan 26, 2010, 02:39
Forum: Support
Topic: Graff desaturation
Replies: 5
Views: 18117

Re: Graff desaturation

The difference can be illustrated here:
face_org_3.jpg
Original Photo
face_org_3.jpg (8.72 KiB) Viewed 18087 times
face_bw_3.gif
Desaturated Photo
face_bw_3.gif (71.81 KiB) Viewed 18087 times
by Creator
Mon Dec 28, 2009, 15:03
Forum: W.I.P.
Topic: Visir px Release Candidates
Replies: 10
Views: 32401

Re: Visir px Release Candidates

New Release Candidate.
In order to run it on your PC, you should install OpenCV library v.2.0
Sorry :P
by Creator
Tue Dec 15, 2009, 18:17
Forum: Programming
Topic: Visir principial scheme
Replies: 2
Views: 9809

Re: Visir principial scheme

⋅  Optical Flow Methods ⋅ calcOpticalFlowPyrLK - The iterative Lucas-Kanade method with pyramids (non-dense OFF) ⋅ calcOpticalFlowFarneback - Gunnar Farneback's algorithm (dense OFF) ⋅ the variational Oprical Flow method (dense OFF) ⋅ Stereo (1D OFF...
by Creator
Thu Dec 10, 2009, 19:36
Forum: Direct Graphical Models
Topic: Building and Installing OpenCV 2.x / 3.x with MSVS
Replies: 0
Views: 16129

Building and Installing OpenCV 2.x / 3.x with MSVS

I use OpenCV with MS Visual Studio. As it happen, one absolutely have to read buried in the download section readme, before doing anything. The thing is, OpenCV doesn’t include lib files for VS. They have to be built by user. So here is step by step retelling of readme: ⋅  Download and ins...

Go to advanced search