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