Project

General

Profile

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

Serge Koudoro, 10/23/2009 03:23 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 68 Serge Koudoro
7 59 Serge Koudoro
Currently, 
8 54 Etienne Decencière
9 67 Serge Koudoro
"CMM : discussions et partage":/projects/cmm-communication/boards
10 1 Redmine Admin
11 67 Serge Koudoro
"Morph-M Developers Page":/wiki/morphm-core
12 1 Redmine Admin
13 68 Serge Koudoro
"Morph-M's Addons Documentation":/wiki/morphm-addons
14 1 Redmine Admin
15 59 Serge Koudoro
h2{color:#8B0000;background:#ddd}. Python Interface
16 1 Redmine Admin
17 59 Serge Koudoro
h3{color:#006400}. +Introduction+
18 28 Serge Koudoro
19 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:
20
* 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.
21
* 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. 
22 35 Etienne Decencière
23 59 Serge Koudoro
h3{color:#006400}. +Getting Started+
24 8 Serge Koudoro
25 65 Serge Koudoro
* [[Morph-M Python - Installing, Upgrading, Removing Morph-M|Installing, Upgrading, Removing Morph-M]] : for quick and easy use of Morph-M
26 66 Serge Koudoro
* [[Morph-M Python - Launch some examples...|Launch some examples...]] : This part gives some code examples, in python and C++
27 40 Serge Koudoro
28 59 Serge Koudoro
h3{color:#006400}. +Tutorial+
29 26 Serge Koudoro
30 59 Serge Koudoro
bq. *+Morph-M+*
31 54 Etienne Decencière
32 60 Serge Koudoro
* Managing Images
33 66 Serge Koudoro
** [[Morph-M Python - Creation and Deletion|Creation and Deletion]]
34
** [[Morph-M Python - Python Pixel Manipulation|Pixel Manipulation]]
35
** [[Morph-M Python - Import/Export to other python librairies|Import/Export to other python librairies]] : OpenCV, Pil, PyQt, VTK, numpy....
36 60 Serge Koudoro
37
* Neigborhood, Structuring Elements
38 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...
39 60 Serge Koudoro
40
* Miscellaneous
41 66 Serge Koudoro
** [[Morph-M Python - Python Active Windows|Active Windows]]: What's this and How to use it ?
42
** [[Morph-M Python - Add a Morph-M Addons and use it|Add a Morph-M Addons and use it]]
43 14 Serge Koudoro
44 59 Serge Koudoro
bq. *+General Use+*
45 26 Serge Koudoro
46 66 Serge Koudoro
* [[Morph-M Python - Python Unit Test|Unit Test]]: How implement unit test to my python algorithm
47
* [[Morph-M Python - Python How to work with config file|How to work with config file: ConfigParser Module]]
48
* [[Morph-M Python - Logging Module vs "print" statement|Logging Module vs "print" statement]]:
49
* [[Morph-M Python - pdb|pdb]]
50 1 Redmine Admin
51 59 Serge Koudoro
h3{color:#006400}. +FAQ+
52 23 Serge Koudoro
53 43 Serge Koudoro
54 59 Serge Koudoro
h3{color:#006400}. +Tips an Trick+
55 23 Serge Koudoro
56 66 Serge Koudoro
* [[Morph-M Python - Python Path and Python Startup|Python Path and Python Startup]]: What is this ?
57 22 Serge Koudoro
58 59 Serge Koudoro
h2{color:#8B0000;background:#ddd}. Matlab Interface
59 32 Serge Koudoro
60 59 Serge Koudoro
* [[How to use Morph-M with Matlab ?]] (*%{color:#8B0000}Alpha version, work in progress...%*)
61 1 Redmine Admin
62 59 Serge Koudoro
h2{color:#8B0000;background:#ddd}. Labview Interface
63 32 Serge Koudoro
64 61 Serge Koudoro
* How to use Morph-M with Labview ? (*%{color:#8B0000}work in progress...%*)
65 26 Serge Koudoro
66 59 Serge Koudoro
h2{color:#8B0000;background:#ddd}. +Learn more...+
67 17 Serge Koudoro
68 59 Serge Koudoro
* "Functions documentations and guide":/embedded/morphee-admin  : This part shows the basic use of Morph-M classes and functions
69
* [[Seminar]]                   : This part provides different presentation slides that gives more insights on the different library concepts and uses.
70
* [[Educational resources]]     : Source, Tutorial and Slide of all Morph-M formation 
71
* [[Bibliographical resources]] : Some essential references