/*! \page shape_recognition_page Shape recognition from a picture \note
  1. This functionality is not fully operational yet. It is provided for testing purpose and because it might already be helpful in some situations. (Do not hesitate to make feedbacks on possible bugs ...)
  2. The functionality is only available if SALOME has been built with the optional prerequisite OpenCV.
This tool allows you to automatically create geometrical shapes from pictures with help of shape recognition algorithms. Contours or Corners can be built. \b Example: Detection of the cost line on a nautical chart \image html contour_detection_example2.png \n To use the Shape recogition tool:
  1. \ref import_picture_page "Import a picture" in the view
  2. Select New Entity -> Shape Recognition or click on \image html feature_detect.png
Then you can choose to create either contours or corners from this picture. \n To create Contours :
  1. Select in the Picture field a previously imported picture.
  2. Click on \image html occ_view_camera_dump.png
  3. Draw a rectangle in the zone whose contour is to be found. The zone will be identified by the colors of this Filtering Sample. \b Example: In the picture shown above, the contours have been drawn basing on the sample, containing white and violet color, thus all white and violet areas in the picture are included in the outlined zone. \image html feature_detection_dlg3.png
  4. Output type In both cases each contour can then be retrieved by an explode operation with the appropriate subshape type.
  5. \note It is 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. Apply
  3. The \b Result will be a \b Compound of \b Vertices \image html feature_detection_dlg2.png
*/