From: rnc Date: Tue, 17 Apr 2012 09:32:16 +0000 (+0000) Subject: End of shape recognition documentation X-Git-Tag: TRIPOLI_323~42 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d25a03776329dd815d87e02f51210473d47dc3c1;p=modules%2Fgeom.git End of shape recognition documentation --- diff --git a/doc/salome/gui/GEOM/images/feature_detect.png b/doc/salome/gui/GEOM/images/feature_detect.png new file mode 100644 index 000000000..ea1e15492 Binary files /dev/null and b/doc/salome/gui/GEOM/images/feature_detect.png differ diff --git a/doc/salome/gui/GEOM/images/feature_detection_dlg.png b/doc/salome/gui/GEOM/images/feature_detection_dlg.png new file mode 100644 index 000000000..edaa4dfe8 Binary files /dev/null and b/doc/salome/gui/GEOM/images/feature_detection_dlg.png differ diff --git a/doc/salome/gui/GEOM/images/feature_detection_dlg2.png b/doc/salome/gui/GEOM/images/feature_detection_dlg2.png new file mode 100644 index 000000000..88bd608a8 Binary files /dev/null and b/doc/salome/gui/GEOM/images/feature_detection_dlg2.png differ diff --git a/doc/salome/gui/GEOM/input/shape_recognition.doc b/doc/salome/gui/GEOM/input/shape_recognition.doc index 55e2c2e84..142bc512f 100644 --- a/doc/salome/gui/GEOM/input/shape_recognition.doc +++ b/doc/salome/gui/GEOM/input/shape_recognition.doc @@ -9,11 +9,24 @@ This tool allows you to create geometrical shapes automatically out from picture \b Example: -Détection of the cost line on a nautical chart +Detection of the cost line on a nautical chart \image html contour_detection_example2.png -To use the Shape recogition tool you have to \ref import_picture_page "Import a picture" in the view first.Then you can choose to create either contours or corners out from this picture. +To use the Shape recogition tool: + +
    +
  1. \ref import_picture_page "Import a picture" in the view
  2. + +
  3. Select New Entity -> Shape Recognition or click on \image html feature_detect.png
  4. + +
+ + + +Then you can choose to create either contours or corners out from this picture. + +\n To create Contours : @@ -25,8 +38,43 @@ To create Contours :
  • Find a zone in the picture which color is representative of the zone you want to find the frontier of. Draw a rectangle on it to take a Snapshot.
  • Apply
  • + + The \b Result will be a \b Compound of \b Edges or \b Wires from which you can explode the desired edges or wires. + + \image html feature_detection_dlg.png + + Output type : + + + + \note It's better to use the \b Spline output type unless you want to find the frontier of a polygon (rectangle ...) + +\n + +To create Corners : + +
      +
    1. In the Picture field select a previously imported picture.
    2. + +
    3. Apply
    4. + + The \b Result will be a \b Compound of \b Vertices + + \image html feature_detection_dlg2.png + + + +
    + + */ \ No newline at end of file