Bienvenue sur le portail Morph-M » History » Version 59
Serge Koudoro, 10/23/2009 02:57 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 | 59 | Serge Koudoro | * [[Installing, Upgrading, Removing Morph-M]] : for quick and easy use of Morph-M |
| 23 | * [[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 | 59 | Serge Koudoro | * [[Python Pixel Manipulation|Pixel Manipulation]] |
| 30 | * [[Python Neighborhood,Structuring Element Introduction|Neighborhood,Structuring Element Introduction]]: There is a way if your structuring element does not exist... |
||
| 31 | * [[Python Active Windows|Active Windows]]: What's this and How to use it ? |
||
| 32 | * [[Add a Morph-M Addons and use it]] |
||
| 33 | 14 | Serge Koudoro | * [[How to use Morph-M with OpenCV ?]] |
| 34 | |||
| 35 | 59 | Serge Koudoro | bq. *+General Use+* |
| 36 | 26 | Serge Koudoro | |
| 37 | 59 | Serge Koudoro | * [[Python Unit Test|Unit Test]]: How implement unit test to my python algorithm |
| 38 | * [[Python How to work with config file|How to work with config file: ConfigParser Module]] |
||
| 39 | * [[Logging Module vs "print" statement]]: |
||
| 40 | * [[pdb]] |
||
| 41 | 1 | Redmine Admin | |
| 42 | 59 | Serge Koudoro | h3{color:#006400}. +FAQ+ |
| 43 | 23 | Serge Koudoro | |
| 44 | 43 | Serge Koudoro | |
| 45 | 59 | Serge Koudoro | h3{color:#006400}. +Tips an Trick+ |
| 46 | 23 | Serge Koudoro | |
| 47 | 59 | Serge Koudoro | * [[Python Path and Python Startup]]: What is this ? |
| 48 | 22 | Serge Koudoro | |
| 49 | 59 | Serge Koudoro | h2{color:#8B0000;background:#ddd}. Matlab Interface |
| 50 | 32 | Serge Koudoro | |
| 51 | 59 | Serge Koudoro | * [[How to use Morph-M with Matlab ?]] (*%{color:#8B0000}Alpha version, work in progress...%*) |
| 52 | 1 | Redmine Admin | |
| 53 | 59 | Serge Koudoro | h2{color:#8B0000;background:#ddd}. Labview Interface |
| 54 | 32 | Serge Koudoro | |
| 55 | 59 | Serge Koudoro | * How to use Morph-M with Labview ? |
| 56 | 26 | Serge Koudoro | |
| 57 | 59 | Serge Koudoro | h2{color:#8B0000;background:#ddd}. +Learn more...+ |
| 58 | 17 | Serge Koudoro | |
| 59 | 59 | Serge Koudoro | * "Functions documentations and guide":/embedded/morphee-admin : This part shows the basic use of Morph-M classes and functions |
| 60 | * [[Seminar]] : This part provides different presentation slides that gives more insights on the different library concepts and uses. |
||
| 61 | * [[Educational resources]] : Source, Tutorial and Slide of all Morph-M formation |
||
| 62 | * [[Bibliographical resources]] : Some essential references |