Project

General

Profile

T01 OpenCV Perl bindings » History » Version 4

aplanas, 2013-08-07 09:23

1 4
T01 OpenCV Perl bindings (Go/No go)
2
===================================
3
4
Status of current stage
5
-----------------------
6
7
This initial stage was done as planed without remarkable issues. The SWIG openCV interface was replaced with XS interface, and some functions where moved to a C++ implementation, using openCV API.
8
9
**OpenCV Perl bindings**
10
11
  Task or subtask                                                                  Completed   Notes
12
  -------------------------------------------------------------------------------- ----------- -------
13
  Replace the SWIG by XS (action \#293)                                            yes         
14
  Replace the basic API that use Perl calls to openCV call in C++ (action \#294)   yes         
15
  Adapt the openCV fuzzy matching (action \#295)                                   yes         [1]
16
  Create the report for the task (action \#296)                                    yes         
17
18
***Notes***
19
1. The implementation use the original openQA code, that use the openCV
20
matching example code. Also we have a new similarity function that works
21
on digital and analog images.
22
23
Edit the tasks for the next stage
24
---------------------------------
25
26
Not done.
27
28
Define the tasks for the next+2 stage
29
-------------------------------------
30
31
We defined the tasks for [T03. Remove the MD5 approach and create a new API semantic](http://board.opensuse.org/versions/show/28)
32
33
Conclusion
34
----------
35
36
Go.