Project

General

Profile

Bienvenue sur le portail Morph-M » History » Version 66

Serge Koudoro, 10/23/2009 03:18 PM

1 59 Serge Koudoro
h1=. +Welcome to Morph-M Interface Documentation+
2 1 Redmine Admin
3 59 Serge Koudoro
h2{color:#8B0000;background:#ddd}. How Use this Portal ?
4 8 Serge Koudoro
5 59 Serge Koudoro
This portal describe the use of each Morph-M interface. For a general description of Morph-M, you can "visit its web page":http://cmm.ensmp.fr/Morph-M.
6
Currently, 
7 54 Etienne Decencière
8 59 Serge Koudoro
CMM : discussions et partage
9 1 Redmine Admin
10 59 Serge Koudoro
If you are Morph-M Developers, wiki/morphm-core
11 1 Redmine Admin
12 59 Serge Koudoro
h2{color:#8B0000;background:#ddd}. Python Interface
13 1 Redmine Admin
14 59 Serge Koudoro
h3{color:#006400}. +Introduction+
15 28 Serge Koudoro
16 59 Serge Koudoro
Python interface is currently the uppermost layer of Morph-M. The aim of this layer is to provide a convenient environment for developers to prototype algorithms and for users to bind common algorithms together. This layer can be used in two ways:
17
* to bind together Morph-M functions made available through the interface layer. The overhead in this case is usually negligible compared to the cost of the actual image processing.
18
* to write new algorithms in Python. Most of the Morph-M C++ tools have been replicated in Python (iterators, neighborhoods, etc). And while the conversions are quite costly and all the functionality is not present, it is possible to develop non speed-critical algorithms that directly manipulate pixels in Python. 
19 35 Etienne Decencière
20 59 Serge Koudoro
h3{color:#006400}. +Getting Started+
21 8 Serge Koudoro
22 65 Serge Koudoro
* [[Morph-M Python - Installing, Upgrading, Removing Morph-M|Installing, Upgrading, Removing Morph-M]] : for quick and easy use of Morph-M
23 66 Serge Koudoro
* [[Morph-M Python - Launch some examples...|Launch some examples...]] : This part gives some code examples, in python and C++
24 40 Serge Koudoro
25 59 Serge Koudoro
h3{color:#006400}. +Tutorial+
26 26 Serge Koudoro
27 59 Serge Koudoro
bq. *+Morph-M+*
28 54 Etienne Decencière
29 60 Serge Koudoro
* Managing Images
30 66 Serge Koudoro
** [[Morph-M Python - Creation and Deletion|Creation and Deletion]]
31
** [[Morph-M Python - Python Pixel Manipulation|Pixel Manipulation]]
32
** [[Morph-M Python - Import/Export to other python librairies|Import/Export to other python librairies]] : OpenCV, Pil, PyQt, VTK, numpy....
33 60 Serge Koudoro
34
* Neigborhood, Structuring Elements
35 66 Serge Koudoro
** [[Morph-M Python - Python Neighborhood,Structuring Element Introduction|Neighborhood,Structuring Element Introduction]]: There is a way if your structuring element does not exist...
36 60 Serge Koudoro
37
* Miscellaneous
38 66 Serge Koudoro
** [[Morph-M Python - Python Active Windows|Active Windows]]: What's this and How to use it ?
39
** [[Morph-M Python - Add a Morph-M Addons and use it|Add a Morph-M Addons and use it]]
40 14 Serge Koudoro
41 59 Serge Koudoro
bq. *+General Use+*
42 26 Serge Koudoro
43 66 Serge Koudoro
* [[Morph-M Python - Python Unit Test|Unit Test]]: How implement unit test to my python algorithm
44
* [[Morph-M Python - Python How to work with config file|How to work with config file: ConfigParser Module]]
45
* [[Morph-M Python - Logging Module vs "print" statement|Logging Module vs "print" statement]]:
46
* [[Morph-M Python - pdb|pdb]]
47 1 Redmine Admin
48 59 Serge Koudoro
h3{color:#006400}. +FAQ+
49 23 Serge Koudoro
50 43 Serge Koudoro
51 59 Serge Koudoro
h3{color:#006400}. +Tips an Trick+
52 23 Serge Koudoro
53 66 Serge Koudoro
* [[Morph-M Python - Python Path and Python Startup|Python Path and Python Startup]]: What is this ?
54 22 Serge Koudoro
55 59 Serge Koudoro
h2{color:#8B0000;background:#ddd}. Matlab Interface
56 32 Serge Koudoro
57 59 Serge Koudoro
* [[How to use Morph-M with Matlab ?]] (*%{color:#8B0000}Alpha version, work in progress...%*)
58 1 Redmine Admin
59 59 Serge Koudoro
h2{color:#8B0000;background:#ddd}. Labview Interface
60 32 Serge Koudoro
61 61 Serge Koudoro
* How to use Morph-M with Labview ? (*%{color:#8B0000}work in progress...%*)
62 26 Serge Koudoro
63 59 Serge Koudoro
h2{color:#8B0000;background:#ddd}. +Learn more...+
64 17 Serge Koudoro
65 59 Serge Koudoro
* "Functions documentations and guide":/embedded/morphee-admin  : This part shows the basic use of Morph-M classes and functions
66
* [[Seminar]]                   : This part provides different presentation slides that gives more insights on the different library concepts and uses.
67
* [[Educational resources]]     : Source, Tutorial and Slide of all Morph-M formation 
68
* [[Bibliographical resources]] : Some essential references